@import 'reset.css';

body {
	font: 12px/18px "Lucida Grande", helvetica, arial, sans-serif;
	text-align: left;
	background: #cfcfc0;
	margin: 0;
	color: #333;
	}
#wrap {
	width: 914px;
	margin: 18px auto 0 auto;
	background: url("../images/bg-wrap.gif") top left repeat-y;
	}
#header {
	padding: 31px 38px 0 38px;
	background: url("../images/bg-header.gif") top left no-repeat;
	}
#logo {
	float: left;
	width: 549px;
	}
#logo h1 {
	text-indent: -9999px;
	}
#logo h1 a, #logo h1 a:hover {
	float: left;
	width: 240px;
	height: 94px;
	background: url("../images/bg-logo.gif") 0 0 no-repeat;
	}
#quote {
	float: right;
	width: 278px;
	height: 75px;
	text-indent: -9999px;
	}
#quote a {
	width: 278px;
	height: 75px;
	float: left;
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url("../images/btn_quote.gif");
	}
#quote a:hover {
	background-position: 0 -75px;
	}
#quote a.active {
	background-position: 0 -150px;
	}
#tagline {
	float: left;
	width: 549px;
	height: 308px;
	background: url("../images/h2_tagline.jpg") 0 0 no-repeat;
	text-indent: -9999px;
	}
#main {
	margin: 0 38px;
	border-top: #f7f8f2 solid 4px;
	padding: 12px 0 0 0;
	}
#intro {
	margin: 0 0 12px 0;
	}
#extra {
	background: url("../images/bg_extra.gif") 0 0 repeat-y;
	padding: 0 12px;
	}
#extra-inner {
	background: url("../images/bg_extra-inner.gif") 0 0 no-repeat;
	padding: 100px 0 0 0;
	color: #fff;
	}
#news {
	float: left;
	width: 310px;
	margin: 0 0 0 48px;
	display: inline;
	}
#about {
	width: 435px;
	float: right;
	margin: 0 26px 0 0;
	display: inline;
	}
#footer {
	padding: 38px;
	background: #cfcfc0 url("../images/bg-footer.gif") top center no-repeat;
	font-size: 11px;
	color: #686858;
	}
body.home #footer {
	background: #cfcfc0 url("../images/bg_footer-home.gif") top center no-repeat;
	}

div.content {
	float: left;
	width: 505px;
	padding: 18px 22px;
	}
div.content-wide {
	padding: 22px;
	}
div.sidebar {
	background: #de1f2e url("../images/bg_sidebar.gif") bottom no-repeat;
	width: 278px;
	float: right;
	color: #f7f8f7;
	}
body.home div.sidebar {
	height: 308px;
	}
div.sidebar div.pad {
	padding: 20px 40px 2px 40px;
	}
div.sidebar-inside {
	width: 278px;
	float: right;
	margin: 12px 0;
	background: #f2f2e9 url("../images/bg_sidebar-inside-top.gif") top left no-repeat;
	}
div.sidebar-inside-inner {
	background: url("../images/bg_sidebar-inside-bottom.gif") bottom left no-repeat;
	padding: 20px 40px 2px 40px;
	}
div.group {
	background: #f2f2e9 url("../images/bg_group-top.gif") top left no-repeat;
	margin: 0 0 18px 0;
	}
div.group-inner {
	background: url("../images/bg_group-bottom.gif") bottom left no-repeat;
	padding: 22px 44px 4px 22px;
	}
div.entry {
	margin: 0 0 18px 0;
	border-bottom: #f7f8f2 solid 4px;
	}

/* NAV
---------------------------------------------------- */

#nav {
	background: #1a1e21;
	border-top: #000 solid 3px;
	}
#nav ul {
	width: 838px;
	margin: 0 auto;
	}
#nav ul li {
	display: inline;
	margin: 0 15px 0 0;
	float: left;
	padding: 0;
	background: none;
	}
#nav ul li a {
	background: url("../images/bg-li_nav.gif") left no-repeat;
	padding: 12px 15px;
	float: left;
	color: #fff;
	text-decoration: none;
	}
#nav ul li a:hover {
	color: #ed1b23;
	}
#nav ul li a.active {
	background: url("../images/bg-li_nav_active.gif") left no-repeat;
	color: #68b9cc;
	}

/* HEADERS
---------------------------------------------------- */

h2 {
	font-size: 26px;
	margin: 0 0 18px 0;
	color: #000;
	}
h2.graphic {
	text-indent: -9999px;
	background-position: 0 0;
	background-repeat: no-repeat;
	margin: 0;
	height: 0;
	}
div.sidebar h2.graphic {
	width: 278px;
	height: 83px;
	}
div.sidebar h2.products-services {
	background-image: url("../images/h2_products-services.gif");
	}

h3 {
	font-size: 14px;
	text-transform: uppercase;
	margin: 0;
	padding: 9px 0;
	color: #ed1b23;
	font-weight: bold;
	}
div.sidebar h3 {
	color: #fff;
	padding: 0;
	margin: 0 0 18px 0;
	}
table.products h3 {
	padding: 0;
	margin: 0 0 18px 0;
	}
h4 {
	font-size: 13px;
	font-weight: bold;
	}
	
/* LISTS
---------------------------------------------------- */

ul {
	margin: 0 0 18px 0;
	}
ul li {
	background: url("../images/bullet.gif") 0 .5em no-repeat;
	padding: 0 0 9px 18px;
	}
div.sidebar ul li {
	background: url("../images/bullet_sidebar.gif") 0 .5em no-repeat;
	}
#extra ul li {
	background: url("../images/bullet_extra.gif") 0 .5em no-repeat;
	}
dl {
	margin: 0 0 18px 0;
	}	

dl.form dt {
	float: left;
	font-weight: bold;
	margin: 0 0 18px 0;
	color: #666633;
	width: 150px;
	vertical-align: baseline;
	}
dl.form dt.group-title {
	font-size: 14px;
	text-transform: uppercase;
	margin: 0 0 18px 0;
	color: #ed1b23;
	font-weight: bold;
	float: none;
	width: auto;
	}
dl.form dd {
	padding: 0 0 0 160px;
	margin: 0 0 18px 0;
	vertical-align: baseline;
	}
dl.form ul li {
	background: none;
	padding: 0;
	}
	
/* TEXT
---------------------------------------------------- */

p {
	margin: 0 0 18px 0;
	}
blockquote {
	font: 14px/20px Georgia, Times, "Times New Roman", Serif;
	color: #666633;
	border-bottom: #f7f8f2 solid 4px;
	margin: 0 0 18px 0;
	}
small {
	color: #666;
	font-size: 11px;
	}
.star {
	vertical-align: middle;
	color: #999;
	font-weight: normal;
	font: 20px Georgia, Serif;
	}

/* LINKS
---------------------------------------------------- */

a {
	color: #ed1b23;
	}
a:hover {
	color: #000;
	}
div.sidebar a {
	color: #fbde9f;
	}
div.sidebar a:hover {
	color: #fff;
	}
#extra a {
	color: #fafae1;
	}
#extra a:hover {
	color: #ed1b23;
	}
#footer a {
	color: #666;
	}

/* TABLES
---------------------------------------------------- */
	
table {
	font: 12px/18px "Lucida Grande", helvetica, arial, sans-serif;
	margin: 0 0 18px 0;
	}
table tr td {
	padding: 0 18px 0 0;
	}
table.products tr td {
	border-bottom: #ccc solid 1px;
	padding: 18px 18px 0 0;
	}

/* FORMS
---------------------------------------------------- */

input, textarea {
	font: 12px/12px "Lucida Grande", helvetica, arial, sans-serif;
	padding: 2px;
	}
dl.form input[type="text"] {
	width: 95%;
	}
dl.form textarea {
	width: 95% !important;
	}
input.submit {
	background: #ed1b23;
	color: #fff;
	border: 0;
	padding: 5px;
	cursor: pointer;
	}
input.submit:hover {
	background: #000;
	}

/* SELF-CLEARING FLOATS
---------------------------------------------------- */
#nav:after,
#wrap:after,
#header:after,
#intro:after,
#extra:after,
#main:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }

/* trigger hasLayout and target ie5+6/win only */
* html #nav,
* html #wrap,
* html #header,
* html #intro,
* html #extra,
* html #main {
	height: 1%;
	}

/* trigger hasLayout and target ie7/win only */
*:first-child+html #nav,
*:first-child+html #wrap,
*:first-child+html #header,
*:first-child+html #intro,
*:first-child+html #extra,
*:first-child+html #main {
	min-height: 1px;
	}