@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:Arial, Helvetica, sans-serif;
	font-size:.75em;
	color:#36433a;
	background:#fff url(images/bg.gif) repeat-x;
}
a:link, a:visited {
	color:#f6861f;
}
a:hover, a:active {
	color:#878787;
}
.orangebtn {
	float:left;
	width:115px;
	height:32px;
	margin:10px 0 0 0;
	padding-top:10px;
	text-align:center;
	background:url(images/orangebtn.gif) no-repeat;
}
.orangebtn a {
	font-size:1.2em;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
}
#wrapper {
	width:800px;
	margin:0 auto;
}
#header {
	float:left;
	width:800px;
}
#header #logo {
	float:left;
	margin:30px 10px 11px 10px;
}
#header #logo h1 {
	font-size:3.1em;
	color:#36433a;
	letter-spacing:-3px;
}
#header #logo h2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.7em;
	font-weight:normal;
	color:#e5ac00;
	letter-spacing:-1.5px;
}
#header #menu {
	float:left;
	width:795px;
	height:25px;
	margin-top:10px;
	color:#fff;
	font-size:1.1em;
	padding:9px 0 0 5px;
	background:url(images/menubg.gif) no-repeat;
}
#header #menu li {
	display:inline;
}
#header #menu li a {
	padding:10px;
}
#header #menu li a:link, #header #menu li a:visited {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
#header #menu li a:hover, #header #menu li a:active {
	text-decoration:underline;
}
#masthead {
	float:left;
	width:800px;
	height:290px;
	background:#fff url(images/mastbg.gif) repeat-x;
}
#masthead .leftcol {
	position:relative;
	float:left;
	width:355px;
	height:290px;
	background:url(images/stock.jpg);
}
#masthead .leftcol img.product {
	position:absolute;
	left:24px;
	top:130px;
}
#masthead .leftcol .testi {
	position:absolute;
	left:145px;
	top:175px;
	width:160px;
}
#masthead .leftcol .testi h2 {
	font-size:1.5em;
	font-weight:normal;
}
#masthead .leftcol .testi p {
	font-style:italic;
	text-align:right;
}
#masthead .rightcol {
	float:left;
	width:424px;
	padding:10px;
}
#masthead .rightcol h1 {
	font-size:3em;
	font-weight:normal;
	margin-bottom:10px;
}
#masthead .rightcol p {
	font-size:1.2em;
	margin-bottom:15px;
}
#masthead .rightcol .signup {
	float:left;
}
#masthead .rightcol form .formleft {
	float:left;
	width:230px;
	margin-right:10px;
}
#masthead .rightcol form .formright {
	float:left;
}
#masthead .rightcol form label {
	clear:both;
	float:right;
	width:100%;
	text-align:left;
	margin-bottom:10px;
}
#masthead .rightcol form input.txt {
	width:160px;
	margin-left:10px;
}
#content {
	float:left;
	width:760px;
	height:auto;
	padding:20px;
	background:#fff url(images/contentbg.gif) top repeat-x;
}
#content .leftcontent {
	float:left;
	width:530px;
	margin-right:10px;
}
#content .leftcontent h1 {
	font-size:1.8em;
	font-weight:normal;
	margin-bottom:10px;
}
#content .leftcontent p {
	line-height:1.5em;
	margin-bottom:20px;
}
#content .rightcontent {
	float:left;
	width:220px;
}
#content .rightcontent h1 {
	font-size:1.8em;
	font-weight:normal;
	margin-bottom:10px;
}
ul.features {
	margin-left:10px;
}
ul.features li {
	padding:5px 0 5px 20px;
	background:url(images/chkbullet.gif) no-repeat left center;
}
#footer {
	float:left;
	width:800px;
	height:26px;
	background:url(images/footerbg.gif);
}
#footer p {
	color:#fff;
	padding:7px 0 0 15px;
}

