@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:#fff;
	background:#fff url(images/bg.gif) repeat-x;
}
a:link, a:visited {
	color:#f6861f;
}
a:hover, a:active {
	color:#878787;
}
#wrapper {
	width:818px;
	margin:0 auto;
}
#header {
	float:left;
	width:817px;
	height:182px;
	margin-top:25px;
	background:url(images/headerbg.jpg) no-repeat;
}
#logo {
	float:left;
	margin:75px 0 0 25px;
}
#logo h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:2.8em;
	color:#fff;
	letter-spacing:-1px;
}
#logo h2 {
	font-size:1.8em;
	font-weight:normal;
	color:#ffc905;
	letter-spacing:-1px;
}
#content {
	float:left;
	width:787px;
	padding:15px;
	background:#fff url(images/contentbg.gif) top repeat-x;
}
#content p {
	line-height:1.5em;
}
#content .leftcol {
	float:left;
	width:220px;
	height:500px;
	padding:15px;
	background:#646464 url(images/leftcolbg.gif) top repeat-x;
}
#content .leftcol h2 {
	clear:both;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.8em;
	font-weight:normal;
	margin-bottom:10px;
}
#content .leftcol form {
	float:left;
	width:190px;
	margin:10px 0 10px 0;
}
#content .leftcol form label {
	float:right;
	clear:both;
	margin-bottom:10px;
}
#content .leftcol form .btn {
	float:right;
	clear:both;
	margin-bottom:10px;
}
#content .rightcol {
	float:left;
	width:515px;
	padding:0 10px;
}
#content .rightcol .prodbox {
	float:left;
	width:247px;
	text-align:center;
	margin:0 5px 0 5px;
}
#content .rightcol .prodbox .click {
	background:#ffc045;
	width:110px;
	border:1px solid #fff;
	text-align:center;
	padding:2px;
	margin:10px 0 0 65px;
}
#content .rightcol .prodbox .click a:link,
#content .rightcol .prodbox .click a:visited {
	text-decoration:none;
	color:#000;
	font-weight:bold;
}
#content .rightcol .prodbox .click a:hover,
#content .rightcol .prodbox .click a:active {
	text-decoration:none;
	color:#fff;
	font-weight:bold;
}
#content .rightcol .prodbox .obutton {
	width:115px;
	height:30px;
	padding-top:10px;
	margin:10px 0 0 65px;
	background:url(images/orangebtn.gif) center no-repeat;
}
#content .rightcol .prodbox .obutton a {
	font-size:1.2em;
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
	text-decoration:none;
}
#content .rightcol .prodbox .bbutton {
	width:115px;
	height:30px;
	padding-top:10px;
	margin:10px 0 0 65px;
	background:url(images/bluebtn.gif) no-repeat;
}
#content .rightcol .prodbox .bbutton a {
	font-size:1.2em;
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
	text-decoration:none;
}
#content .rightcol .prodbox .rctop {
	width:247px;
	height:7px;
	margin-top:10px;
	background:url(images/rctop.gif) no-repeat;
}
#content .rightcol .prodbox .rcbottom {
	width:247px;
	height:7px;
	margin-bottom:10px;
	background:url(images/rcbottom.gif) no-repeat;
}
#content .rightcol .prodbox .rbox {
	text-align:left;
	padding:10px;
	background-color:#5B5C5C;
}
#footer {
	float:left;
	width:817px;
	height:30px;
	background:#00636c;
}
#footer p {
	color:#fff;
	padding:7px 0 0 15px;
}

