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

/* CSS Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
/* remember to define focus styles! */
:focus {
	outline:0;
}
ol, ul {
	list-style:none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
/* CSS Clearfix */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clear {
	clear:both;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}
/* End hide from IE-mac */	
body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:.75em;
	color:#36433a;
	background:#fff url(images/bg.gif) repeat-x;
}
a:link, a:visited {
	color:##0000FF;
}
a:hover, a:active {
	color:##0000F0;
}
.orangebtn {
	width:115px;
	height:32px;
	margin:10px 0 0 40px;
	padding-top:8px;
	text-align:center;
	background:url(images/orangebtn.gif) no-repeat;
}
.orangebtn a {
	display:block;
	width:115px;
	height:32px;
	font-size:1.3em;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
}
.greenbtn {
	width:115px;
	height:32px;
	padding-top:8px;
	margin:10px 0 0 40px;
	text-align:center;
	background:url(images/greenbtn.gif) no-repeat;
}
.greenbtn a {
	display:block;
	width:115px;
	height:32px;
	font-size:1.3em;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
}
#wrapper {
	width:818px;
	margin:0 auto;
}
#logo {
	float:left;
	margin:10px;
}
#logo h1 {
	font-size:3em;
	font-style:italic;
	color:#000;
	letter-spacing:-3px;
}
#logo h2 {
	font-size:1.8em;
	font-weight:normal;
	font-style:italic;
	color:#fff;
	letter-spacing:-1.5px;
}
#header {
	float:left;
	width:818px;
	height:243px;
	background:url(images/headerbg.jpg) no-repeat;
}
#header .products {
	float:right;
	width:600px;
	margin:20px 0 0 0;
}
#header .products .prodbox {
	float:left;
	width:195px;
	text-align:center;
}
#content {
	float:left;
	width:818px;
	height:auto;
	background:#fff;
}
#content table {
	width:100%;
}
#content table td {
	text-align:center;
	padding-top:9px;
	background-color:#f1f1f1;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
}
#content table td.featcol {
	font-size:1.3em;
	font-weight:bold;
	color:#f1cd1f;
	padding:10px 10px 8px 10px;
	background:url(images/firstcolbg.gif) repeat-x;
}
#content table td.mercol {
	font-size:1.3em;
	color:#fff;
	background:url(images/secondcolbg.gif) repeat-x;
}
#content table td.proddesc {
	height:39px;
	font-weight:bold;
	background:#e6e6e6;
}
#content table td.prodrate {
	height:39px;
	font-weight:bold;
	background:#d9e2f2;
}
#content table td.stars {
	height:39px;
	background:#fff;
}
#content table td.order {
	height:39px;
	background:#fff;
	padding-left:10px;
}
#footer {
	float:left;
	width:818px;
	height:30px;
	margin-top:10px;
	background:#434343;
}
#footer p {
	color:#fff;
	padding:7px 0 0 15px;
}
