@charset "utf-8";
/* CSS Document */


body {
	background-color: #ff5a01;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}* {
	margin: 0px;
	padding: 0px;
}
#container {
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#top {
	background-image: url(images/top.jpg);
	height: 38px;
}
#flashnav {
	height: 210px;
	background-image: url(images/bodybg.gif);
}
#flashline {
	height: 21px;
	background-image: url(images/bgline.jpg);
	background-repeat: no-repeat;
}
#mainbody {
	background-image: url(images/bodybg.gif);
	background-repeat: repeat-y;
	padding-bottom: 20px;
	float: left;
	width: 830px;
}

h1 {
	font-size: 14px;

}
#footer {
	background-image: url(images/footer.jpg);
	height: 40px;
	float: left;
	width: 830px;
	background-repeat: no-repeat;
	background-position: center top;
}
#bodyleft {
	width: 500px;
	float: left;
	margin-left: 30px;
}
#bodyleft2 {
	width: 760px;
	float: left;
	margin-left: 30px;
}
.image1 {
	margin: 8px;
}

#bodyright {
	width: 240px;
	float: right;
	margin-right: 30px;
}
#bodyright2 {
	width: 220px;
	float: right;
	margin-right: 30px;
	line-height: 20px;
	background-image: url(images/cbg.jpg);
	padding: 20px;
}
.clearfloat { 
clear:both;
   height:0;
   font-size: 1px;
   line-height: 0px;
}
#productdiv {
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF5A01;
	padding: 8px;
	float: left;
	width: 470px;
}
#p_right {
	float: right;
	width: 280px;
}
#p_left {
	width: 180px;
	float: left;
}
.p_title {
	font-size: 14px;
	font-weight: bold;
	color: #D64B01;
}
.priceclass {
	font-size: 13px;
	font-weight: bold;
	color: #333333;
}
.wasprice {
	text-decoration: line-through;
}
.dots {
	line-height: 25px;
	list-style-image: url(images/dot.gif);
	color: #333333;
}
.dots img {
	margin-top: 5px;
}
p {
	line-height: 18px;
}
#credits {
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #FC0;
}

#credits a{
	color: #FC0;
}

#credits a:hover{
	color: #000;
}


