﻿/* Common html elements */
body
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
}

#wrap
{
	max-width: 750px;
	width: auto !important; /* IE6 Hack */
	width: 700px; /* IE6 Hack */
	/*margin: 0 auto; /* center hack */
	text-align: left; /* center hack */
}

.inside
{
	padding: 10px;
	margin: 0px -10px -10px -10px;
}

#header
{
	min-height: 220px;
	background-image: url(../images/top.gif);
	background-repeat: no-repeat;
}

#headerhome
{
	min-height: 220px;
	background-image: url(../images/hometopnew.gif);
	background-repeat: no-repeat;
}

#breadcrumbs
{
	position: relative;
	padding-top: 112px;
	padding-left: 1em;
}

#content
{
	position: relative;
	text-align: center;
	background-image: url('../images/cellbg.gif');
	background-repeat: repeat-y;
}

#contentcolumn
{
	min-width: 100px;
	min-height: 250px;
	text-align: left;
	margin-left: 215px;
}

#leftmenu
{
	position: relative;
	float: left;
	text-align: left;
	padding-left: 1em;
	width: 202px;
	z-index: 1;
}


#footer
{
	text-align: center;
	clear: both;
	height: 160px;
}


#footercolumn
{
	position: relative;
	min-width: 100px;
	height: 160px;
	margin-left: 215px;
	padding: -10px;

}

#leftfooter
{
	text-align: center;
	float: left;
	width: 202px;
	height: 160px;
	background-image: url(../images/bottomcurve.gif);*/
	background-repeat: no-repeat;	
	padding: -10px;
}

.footerquote
{
	text-align: right;
	font-style: italic;
}

.imgright
{
	float: right;
	padding-left: 1em;
	padding-bottom: 1em;
}

.imgleft
{
	float: left;
	padding-right: 1em;
	padding-bottom: 1em;
}

.disclaimer
{
	font-size: 10px;
}

.qty input[type="text"]
{
	width: 25px;
}
