@charset "UTF-8";
/* CSS Document */

body { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0px; 
	padding:0px; 
	background-color: #666666;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 15px;
	text-align:center; 
	color: #666;
}

a {
	color:#272870;
	text-decoration:none;
}

a:hover {
	color:#272870;
	text-decoration:underline;
}

.h1 {
	font-size:14px;
}

.price {
	color:#C00;
	font-weight:bold;
}

.price2 {
	color:#C00;
	font-weight:bold;
	font-size:14px;
}

.prodpagetitle {
	font-size:16px;
	font-weight:bold;
}

#divline {
	border-top:1px solid #666666;
	height:1px;
}

#picdiv {
	text-align:center;
	float:left;
	width:205px;
	padding:0px 5px 0px 5px;
}

/*content*/
#topsection {
	width: 950px;
	height:119px;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	background:url(../img/style/topbg.jpg);
	background-repeat:no-repeat;
		
}

#logosection {
	float:left;
	padding:30px 0px 0px 40px;
}

#contentbody {
	width: 909px;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	background:url(../img/style/bg.jpg);
	background-repeat:repeat-y;
	padding:0px 21px 0px 20px;
}

#navbar {
	width: 909px;
	height:38px;
	background-color:#5a849a;
}

#homeproductsdiv {
	width: 909px;
	background-color:#666;
}

#pagedivwhitebg {
	width: 909px;
	background-color:#FFFFFF;
	min-height: 250px;
}

#productdiv {
	width:214px;
	height:194px;
	background-color:#666;
}

#proddivtitle {
	padding: 15px 10px 0px 70px;
	height: 23px;
	font-size: 14px;
	font-weight:bold;
	color:#666;
}

#proddivimg {
	float:left;
	width:100px;
	padding:20px 0px 0px 10px; 
}

#proddivprice {
	float:left;
	padding:40px 0px 10px 15px;
	font-size: 14px;
}

#proddivdesc {
	padding:5px 10px 0px 10px;
}

#productpageimg {
	float:left;
	width:350px;
}

#productpagedesc {
	float:left;
	width:500px;
	padding-left:10px;
}

#homebottomcontent {
	width: 909px;
	background-image:url(../img/style/bg2.jpg);
	background-repeat:repeat-x;
	background-color:#FFF;
}

#bottomsectouter {
	padding:10px 0px 10px 13px; 
	float:left;
}

#bottomsect {
	background-image:url(../img/style/bottomsectbg.jpg);
	background-repeat:no-repeat;
	width:286px;
	height:220px;
}

#bottomsecttitle{
	padding: 10px 10px 10px 10px;
	font-size:16px;
	font-weight:bold;
}

#bottomsectcontent{
	padding: 10px 10px 10px 10px;
}

#clear {
	clear:both;
}

#footer {
	width:850px;
	height:27px;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	background-image:url(../img/style/footerbg.jpg);
	padding: 10px 50px 10px 50px;
	color:#FFF;
	text-align:left;
}
