body {
	margin: 0;
	padding: 0;
	color: #333;
	font: 13px Arial, sans-serif;
	line-height: 14pt;
	background-color: #dbdace;
}
a {
	margin: 0;
	padding: 0;
	color: #fb890e;
	font: 13px Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	line-height: 14pt;
}
a:hover { text-decoration: underline; }
div#container {
	margin: 0 auto;
	padding-bottom: 20px;
	width: 100%;
	background-color: #f9f8eb;
}
div#header {
	margin: 0 auto;
	width: 870px;
}
div#header a { text-indent: -2999px; outline-width: 0; outline-style: none; }
div#header a.logo {
	width: 287px;
	height: 74px;
	float: left;
	display: inline;
	background: #f9f8eb url(/images/logo.gif) top left no-repeat;
}
div#header a.logo:hover { background-position: 0 -74px; }
div#topnav {
	margin: 42px 0 0 0;
	width: 583px;
	height: 30px;
	float: left;
	display: inline;
	background: #f9f8eb url(/images/topnav.gif) top left no-repeat;
}
div#topnav ul { 
	padding: 0;
	margin: 0; 
	list-style: none;
}
div#topnav li { 
	float: left;
	display: inline;
	padding: 0;
	margin: 0; 
}
div#topnav a {
	float: left;
	height: 30px;
}
div#topnav a.home { background: #f9f8eb url(/images/topnav/home.gif) top left no-repeat; width: 61px; }
div#topnav a.about { background: #f9f8eb url(/images/topnav/about.gif) top left no-repeat; width: 82px; }
div#topnav a.tour { background: #f9f8eb url(/images/topnav/tour.gif) top left no-repeat; width: 88px; }
div#topnav a.enroll { background: #f9f8eb url(/images/topnav/enroll.gif) top left no-repeat; width: 102px; }
div#topnav a.faq { background: #f9f8eb url(/images/topnav/faq.gif) top left no-repeat; width: 45px; }
div#topnav a.testimonial { background: #f9f8eb url(/images/topnav/testimonial.gif) top left no-repeat; width: 110px; }
div#topnav a.contact { background: #f9f8eb url(/images/topnav/contact.gif) top left no-repeat; width: 95px; }
div#topnav a:hover { background-position: 0 -30px; }

div#content {
	margin: 0 auto;
	width: 870px;
	height: 350px;
	background: #fff url(/images/home/bg_content.jpg) top left no-repeat;
	position: relative;
}
div#buttons {
	position: absolute;
	top: 184px;
	left: 46px;
}
div#buttons a {
	float: left;
	width: 112px;
	height: 134px;
	outline-width: 0;
	outline-style: none;
}	
div#buttons a.tour { background: transparent url(/images/home/button_tour.gif) top left no-repeat; }
div#buttons a.enroll { background: transparent url(/images/home/button_enroll.gif) top left no-repeat; }
div#buttons a.demo { background: transparent url(/images/home/button_demo.gif) top left no-repeat; }
div#buttons a:hover { background-position: -112px 0; }

div#content a.suppliers {
	position: absolute;
	top: 322px;
	left: 720px;
	width: 150px;
	height: 28px;
	background: #fff url(/images/home/supplier_list.gif) top left no-repeat;
	outline-width: 0;
	outline-style: none;
}
div#content a.suppliers:hover { background-position: 0 -28px; }
div#footer {
	margin: 0 auto;
	width: 100%;
	background-color: #dbdace;
}
div#testimonials {
	margin: 0 auto;
	width: 893px;
	height: 140px;
	padding: 25px 0pt 0pt 1px;
	background: #dbdace url(/images/home/bg_testimonials.gif) top left no-repeat;
}
div#testimonials div {
	width: 283px;
	height: 133px;
	float: left;
	display: inline;
	margin-left: 11px;
}
div#testimonialBin {
	display: none;
}
div#links {
	color: #888675;
	margin: 0 auto;
	padding-top: 10px;
	width: 870px;
	background-color: #dbdace;
}
div#links a { color: #888675; }
div#copyright {
	color: #888675;
	margin: 0 auto 15px auto;
	padding-top: 5px;
	width: 870px;
	background-color: #dbdace;
	text-align: left;
}