html,body {
	font: 11px Arial, Tahoma, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	background: #d4d4d4 url(images/bg.gif);
}
#container {
	position: relative;
	margin: 30px auto;
	width: 728px;
}
#top {
	float: left;
	width: 688px;
	height: 17px;
	color: #3e3d3d;
	padding: 5px 0 0 40px;
	background: url(images/top.gif) no-repeat;
}
#info {
	float: left;
	width: 199px;
	height: 164px;
	color: #525151;
	font: 11px Century Gothic, Arial, Verdana;
	padding: 11px 0 0 18px;
	background: url(images/info.gif) no-repeat;
}
#logo {
	float: left;
	width: 511px;
	height: 175px;
	background: url(images/logo.jpg) no-repeat;
}

/* TOPNAV */
#topnav {
	float: left;
	width: 728px;
	height: 24px;
	background: url(images/topnav.gif) no-repeat;
}
#topnav ul {
	float: left;
	list-style-type: none;
	width: 698px;
	height: 24px;
	margin: 0;
	padding: 0 0 0 30px;
}
#topnav li {
	float: left;
	height: 21px;
	padding: 3px 0 0 0;
	color: #a8b62d;
	display: inline;
}
#topnav a {
	color: #3e3d3d;
	margin: 0 10px 0 10px;
	font-weight: bold;
	text-decoration: none;
}
#topnav a:hover {
	color: #3e3d3d;
	margin: 0 10px 0 10px;
	text-decoration: none;
}

/* MAIN */
#main {
	float: left;
	width: 728px;
	background: url(images/mainbg.gif) repeat-y;
}
#mainpic {
	float: left;
	width: 728px;
	min-height: 295px;
	_height: 295px;
	background: url(images/contentpic.gif) no-repeat bottom;
}

/* LEFTCONTENT */
#leftcontent {
	float: left;
	width: 217px;
}
#leftcontent h1 {
	float: left;
	margin: 0;
	padding: 1px 0 0 19px;
	font-size: 12px;
	width: 198px;
	height: 18px;
	color: #3e3d3d;
	background: url(images/head.gif) no-repeat;
}
#leftcontent h1 span {
	color: #a8c821;
}
#leftcontent p {
	float: left;
	margin: 0;
	padding: 5px 0 0 19px;
}
#leftcontent a {
	color: #525151;
	text-decoration: underline;
	font: 11px Century Gothic, Arial, Verdana;
}
#leftcontent a:hover {
	color: #525151;
	text-decoration: none;
	font: 11px Century Gothic, Arial, Verdana;
}

/* RIGHTCONTENT */
#rightcontent {
	float: left;
	width: 467px;
	padding: 25px 22px 20px 22px;
}

/* BOX1 */
div.box1 {
	float: left;
	width: 467px;
	color: #3e3d3d;
	margin: 8px 0 8px 0;
	background: url(images/boxbg1.gif) repeat-y;
}
div.box1 div {
	float: left;
	padding: 10px 20px 10px 20px;
}
div.box1 p.content {
	float: left;
	margin: 0;
	font: 11px Century Gothic, Arial, Verdana;
}
div.box1 p.overview {
	float: left;
	margin: 0;
	padding: 10px 0 0 0;
	font: 11px Arial, Verdana;
}
div.box1 div h1 {
	float: left;
	margin: 0;
	width: 427px;
	font-size: 12px;
	padding: 0;
}

div.box1 div h2 {
	margin: 0;
	font-size: 12px;
}

/* BOX2 */
div.box2 {
	float: left;
	width: 467px;
	color: #3e3d3d;
	margin: 8px 0 8px 0;
	background: url(images/boxbg2.gif) repeat-y;
}
div.box2 div {
	float: left;
	padding: 10px 20px 10px 20px;
}
div.box2 p.content {
	float: left;
	margin: 0;
	font: 11px Century Gothic, Arial, Verdana;
}
div.box2 p.overview {
	float: left;
	margin: 0;
	padding: 10px 0 0 0;
	font: 11px Arial, Verdana;
}
div.box2 div h1 {
	float: left;
	margin: 0;
	width: 427px;
	font-size: 12px;
	padding: 0;
}	

/* FOOTER */
#footer {
	float: left;
	width: 708px;
	height: 19px;
	text-align: right;
	margin: 0 0 10px 0;
	padding: 3px 20px 0 0;
	font: 10px Arial, Verdana, Tahoma, sans-serif;
	background: url(images/footer.gif) no-repeat;
}
#footer a {
	color: #667e00;
	text-decoration: none;
}
#footer a:hover {
	color: #667e00;
	text-decoration: underline;
}

/* OTHERS */
br {
	clear: both;
}
img.top, img.bottom {
	float: left;
	border: 0;
}
p.date {
	float: left;
	color: #2c2c2c;
	padding: 0;
	margin: 0;
	font: 9px Century Gothic, Arial, Verdana;
	text-transform: uppercase;
}
img.photo {
	float: left;
	margin: 0 10px 0 0;
	border: 1px solid #595b5b;
}
a.more {
	color: #aecf23;
	font-weight: bold;
	text-decoration: none;
}
a.more:hover {
	color: #aecf23;
	text-decoration: underline;
}
a.order {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
a.order:hover {
	color: #000;
	text-decoration: underline;
}
div.specs {
	color: #000;
}
br.enter {
	clear: none;
}
span.specs {
	color: #000;
	font-weight: bold;
	line-height: 26px;
}

