@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #999999;
}
h2 {
	font-size: 14px;
	
	
	}
a {
	color: #FF6600;
}
a:hover {
	color: #FF9900;
}#container {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#bodywrap {
	background-image: url(images/bg.gif);
	width: 760px;
}
#leftnav {
	float: left;
	width: 135px;
	height: 630px;
	background-image: url(images/menubg.gif);
	background-color: #EBEBEB;
	background-repeat: no-repeat;
	padding-left: 45px;
	padding-top: 13px;
	padding-right: 20px;
}

#leftnav a {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5f5f5f;
	padding-left: 10px;
	color: #5F5F5F;
	text-decoration: none;
	line-height: 18px;
	padding-top: 10px;
	font-weight: normal;
	padding-bottom: 2px;
}
#footer {
	height: 26px;
	background-color: #333;
	font-size: 9px;
	color: #FFF;
	line-height: 26px;
}


#leftnav a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F90;

}

#bodyright {
	float: right;
	width: 560px;
}
#textbody {
	margin: 20px;
}
#textbody2 {
	margin: 10px;
}
#logo {
	float: left;
	height: 60px;
	width: 200px;
	background-color: #000;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#headerright {
	float: right;
	width: 560px;
	height: 70px;
	background-image: url(images/headerbg.gif);
}
#headernav {
	background-color: #666666;
	height: 26px;
	text-align: right;
	line-height: 26px;
}

#headernav a {
	display: block;
	float: right;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
	padding-right: 15px;
	padding-left: 15px;
}
#headernav a:hover {
	background-color: #F90;

}
#headertitle {
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	padding-top: 20px;
	padding-right: 10px;
	text-align: right;
}



.clearfloat { 
   clear:both;
   height:0;
   font-size: 1px;
   line-height: 0px;
}
#copyright {
	float: left;
	padding-left: 10px;
}
#credit {
	text-align: right;
	float: right;
	padding-right: 20px;
}
#product_box {
	padding-top: 15px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	width: 540px;
}

.order a {
	display: block;
	padding: 8px;
	color: #FFF;
	background-color: #F60;
	float: left;
	font-weight: bold;
	text-decoration: none;
	margin: 10px;
	text-align: center;
}
.order a:hover {
	background-color: #F93;

}
#product_left {
	width: 320px;
	float: left;
}
#product_right {
	width: 206px;
	float: right;
}
.img {
	border: 1px solid #999;
}

