body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF//#E5E5E5;
	font-size: 15px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
a, a:link, a:visited {text-decoration: none; color:#3366CC;}
a:hover {text-decoration: underline; color:#3366CC;} 
#banner {
	position: absolute;
	left: 91px;
	top: 4px;	
	width: 770px;
	height: 85px;
	background-color: #FFFFFF;
	//background-color: #E2E2E2;
	border:2px solid #808
}
#bannercompname {
	position: relative;
	float: left;
	width: 130px;
	height: 40px;
	padding-left: 5px;
	padding-top: 20px;
	font-weight: bold;
	border-left-width: thin;
	border-left-color: #D0D0D0;
}
.compname {
	position: absolute; 
	left: 480px; 
	top: 35px; 
	font-size: 14px
}
.bannerproducts {
	position: relative;
	float: left;
	width: 630px;
	height: 60px;
}
.bannermenu {
	position: relative;
	float: left;
	height: 25px;
	width: 770px;
	color:#fff;
	font-size: 14px;
	font-weight: bold;
	background: #9798B9;
}
.infobar {
	position: absolute;
	left: 91px;
	top: 87px;
	height: 25px;
	width: 770px;
	font-size: 11px;
    font-weight: bold;
	/*border-bottom-style: dashed;
	border-bottom-width: thin;
	border-bottom-color: #D1D1D1;
	border-left: 1px solid #D1D1D1;
	border-right: 1px solid #D1D1D1;*/
}
a.white, a.white:link, a.white:visited {text-decoration: none; color:#fff;}
a.white:hover {text-decoration: underline; color:#fff;}
a.white:active {color:#FF0000;}	/*think this means that is the actual page*/
a.dark, a.dark:link, a.dark:visited {text-decoration: none; color: #535353;}
a.dark:hover {text-decoration: underline; color: #535353;}
a.dark:active {color: #373737;}	/*think this means that is the actual page*/
a.normal, a.normal:link, a.normal:visited, a.normal:hover, a.normal:active {text-decoration: none; color:#000000;} 
h1, h2 {
	font-size: 13px;
	color: #535353; 
 	margin: 0px;	/*Otherwise, it is offset downwards*/
}
.mleft {
	position: relative;
	float: left;
	height: inherit;
	width: auto;
	padding-top: 5px;
	padding-left: 5px;
}
.mright {
	position: relative;
	float: right;
	top: 0;
	height: 20px;/*inherit;*/
	width: auto;
	padding-top: 5px;
	padding-right: 5px;
}
a.product, a.product:link, a.product:visited {
display:block; width:150px; height: 60px; background:#dca; text-align:center; text-decoration:none; font-family:verdana, arial, sans-serif; font-size:12px; color:#000; line-height:25px; overflow:hidden; float:left;}
a.product:hover {color:#fff; background: #9798B9; font-size: 15px;}
a.product:active {color:#fff; background:#c00;}
a.productselected, a.productselected, a.link, productselected:hover, a.productselected:active {
color:#fff; display:block; width:150px; height: 60px; text-align:center; text-decoration:none; font-family:verdana, arial, sans-serif; font-size:15px; background: #9798B9; line-height:25px; overflow:hidden; float:left;}
.contentwrapper {
	position: absolute;
	left: 91px;	
	top: 114px;
	overflow: auto;
	width: 750px;
	height: auto;	/*Change later - maybe auto*/ 
	padding: 10px;
	background-color:#FFFFFF;
	//border-left: 1px solid #D1D1D1;
	//border-right: 1px solid #D1D1D1;
}
.content {
	/*position: relative;*/
	float: left;
	width: 750px;
	height: auto;
	background-color: #FFFFFF;
}
.buybox {
	/*position: relative;*/
	float: right;
	width: 220px; 
	height: auto;
	margin: 2px;
	text-align: center;
	//background-color: #E5E5E5;	
}
.pricebox {
	float: left;
	width: 212px;
	height: auto;
	margin: 2px;
	padding-bottom: 2px;
	border-style: dotted;
	border-width: 2px;
	border-color: #333333;
	background-color: #FFFFFF;
	color: #3366CC;
}
.spacer {
	float: left;
	width: 212px;
	height: 15px;
}
.productbox {
	float: left;
	width: 750px;
	padding-top: 10px;
}
.productdescriptionbox {
	float: left;
	width: 500px;
	padding-top: 10px;
	height: auto;
	overflow: hidden;
}
.imageholder {
	width: auto;
	padding-left: 10px;
	height: 120px;
	float: right;
}

