body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: #A9DFE2;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#664500;
}

#flash-background {
	width:100%;
	height:800px;
	text-align:left;
	margin: 0px auto;
	position:absolute;
	top:0px;
	left:0px;
	z-index:0;
}


a {
	color:#0099CC;
	text-decoration:underline;
}

a:hover {
	color:#00CCFF;
}

#toparea {
	position:relative;
	/*left:290px;*/
	top:2px;
	width:696px;
	/*height:23px;*/
	z-index:2;
	font-size:10px;
	text-align: right;
	padding-left:50px;
	margin:0 auto;
	margin-bottom:-25px;
	display:block;
	line-height:20px;
	color:#0077AA;
}

#toparea a:link, #toparea a:visited {
color:#0077AA;
}

#toparea a:hover {
color:#0066FF;
}

.oneColFixCtr #container {
	position:relative;
	top:30px;
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
	z-index: auto;
}

.oneColFixCtr #mainContent {
	padding: 0 0px;
	z-index:auto;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
	border: 0px solid #FF0000;
}

#topBorder {
	width:780px;
	height:162px;
	z-index:auto;
	background-image: url(../images/bordertop_2.png);
	background-repeat: no-repeat;
	clear:both;
}

#mainlogo img {
	position:absolute;
	left: 45px;
	top: 35px;
	width:200px;
	height:90px;
	z-index:2;
}



#topmenu {
	position:relative;
	top:-155px;
	left:-30px;

	z-index:1;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin:0 auto;
}



#innerContent {
	width:660px;
	margin: 0 auto;
	z-index:1;
}

/* FOR MOZILLA */
#borderMiddle {
	width:780px;
	background-image: url(../images/middleborder_2.png);
	background-repeat: repeat-y;
	z-index:auto;
	padding: 10px 0px 0px 0px;
	min-height: 500px;
}

/* FOR IE */
* html #borderMiddle {
	width:780px;
	background-image: url(../images/middleborder_2.png);
	background-repeat: repeat-y;
	z-index:auto;
	padding: 10px 0px 0px 0px;
	height: 500px;
}

#borderbottom {
	width:780px;
	height:120px;
	z-index:auto;
	background-image: url(../images/bottomborder_2.png);
	background-repeat: no-repeat;
	margin: -10px 0px;
}

#menuRow1 {
	position:absolute;
	left:250px;
	top:35px;
	width:477px;
	z-index:1;
}
#menuRow2 {
	position:absolute;
	left:250px;
	top:65px;
	width:478px;
	z-index:2;
}

#menuRow3 {
	position:absolute;
	left:250px;
	top:142px;
	width:478px;
	z-index:2;
}

#salesign {
	position:absolute;
	left:870px;
	top:155px;
	width:75px;
	height:55px;
	z-index:2;

}		

table.productlist {
border-spacing: 10px 5px;
margin:10px;
width:30%;
border: 3px solid #A9DFE2;
}

table.productlist td.itemindex {
/*border: 3px solid #A9DFE2;
width: 15%;*/
height:100px;
padding:20px 0 0 0;
vertical-align:top;
border-spacing: 10px;
border:0px solid #000;
}

table.productlist td.itemindex img {
width: 125px;
height: 125px;
border: 0px solid #000;
margin-bottom:0 auto 10px auto;
}

table.productlist td.itemindex img.button {
width:83px;
height:27px;
margin-bottom:0px;
}

table.productlist td.itemindex a:link,table.productlist td.itemindex a:visited{
color:#0099CC;
font-size:12px;
font-weight:500;
}	

table.productdetails {
	width:660px;
	border:0px solid #000;
	border-collapse:collapse;
}

table.productdetails td {
	border:0px solid #000;

}

	
#img_wrapper {
	position:relative;
	width:125px;
	/*margin-left:-20px;*/
}

#img_wrapper img {
	position:absolute;
	top:0;
	left:0;
	clip: rect(0px 125px 125px 0px);
}	

#title {
	font-weight:bold;
	
}

span#required {
	font-size:16px;
	color:red;
}
