@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;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
/* remember to define focus styles! */
:focus {
}
ol, ul {
	list-style:none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse:separate;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after, q:before, q:after {
}
blockquote, q {
}
/* CSS Clearfix */
.clearfix:after {
	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:#000;
	background:#fff;
}
a:link, a:visited {
	color:#00C;
}
a:hover, a:active {
	color:#00C;
}
h1 {
	letter-spacing:-1px;
	font-size:1.5em;
}
h2 {
	font-size:1.2em;
	}
.orangebtn {
	float:left;
	width:115px;
	height:32px;
	margin:10px 0 0 8px;
	padding-top:8px;
	text-align:center;
	background:url(images/orangebtn.gif) no-repeat;
}
.orangebtn a {
	font-size:1.3em;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
}
.greenbtn {
	float:left;
	width:115px;
	height:32px;
	margin:10px 0 0 8px;
	padding-top:8px;
	text-align:center;
	background:url(images/greenbtn.gif) no-repeat;
}
.greenbtn a {
	font-size:1.3em;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
}
.italic {
	font-style:italic;
}
.actualproducts {
	font-size:1.5em;
	padding:15px;
	}
.leftprods {
	float:left;
	width:392px;
	}
.picture {
	width:400px;
	
	margin-left:225px;
	}
.leftlinks {
	background: url(images/lcbg.jpg) center no-repeat;
	}
.warning {
	float:left;
	text-align:center;
	background-color:#900;
	}
#wrapper {
	width:815px;
	margin:0px auto;
}
#header {
	position:relative;
	float:left;
	width:815px;
	height:167px;
	background:url(images/headerbg.jpg) no-repeat;
}
#header .quote {
	position:absolute;
	top:95px;
	left:290px;
	width:200px;
	text-align:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
}
#header #logo {
	display:inline;
	float:left;
	margin:30px 0 0 20px;
}
#header #logo h1 {
	font-size:3.1em;
	color:#fff;
	letter-spacing:-3px;
}
#header #logo h2 {
	font-size:1.7em;
	font-weight:normal;
	color:#000;
	letter-spacing:-1.5px;
}
#menu {
	float:left;
	width:815px;
	height:38px;
	color:#fff;
}
#content {
	float:left;
	width:815px;
	background:#fff;
	font-size:1.5em;
	border: solid 1px#000
}
#content .title {
	font-size:2.2em;
	text-align:center;
	}
#content .leftcontent {
	float:left;
	width:230px;	
	
}
#content .leftcontent h1 {
	font-size:1.3em;
	margin-bottom:10px;
}
#content .leftcontent p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:10px;
	text-align:center;	
}
#content .rightcontent {
	float:left;
	width:585px;
	
}
#content .rightcontent h1 {
	font-size:1.8em;
	margin-bottom:10px;
}
#content .rightcontent p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:10px;
	}
#content .products {
	float:left;
	width:575px;
	padding:5px;
}
#content .rightcontent .prodbox {
	float:left;
	width:129px;
	text-align:center;
}
#content .contenttitle {
	width:585px;
	height:193px;
	
}
#content .bottomcontent {
	float:left;
	width:815px;
	}
#content .bottomcontent .warning {
	float:left;
	width:280px;
	text-align:center;
	font-size:1.5em;
	background-color:#900;
	}
#content .bottomcontent .about {
	float:left;
	width:515px;
	padding:10px;
	}
#prodcontent {
	float:left;
	width:815px;
	background:#fff;
	font-size:1.5em;
	text-align:center;
}
ul.features {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.95em;
	margin:0 0 20px 4px;
}
ul.features li {
	padding:5px 0 5px 20px;
	background:url(images/chkbullet.gif) no-repeat left center;
}
#footer {
	float:left;
	width:815px;
	height:30px;
	background-color:#666;
}
#footer p {
	color:#fff;
	padding:7px 0 0 15px;
}
