@charset "utf-8";
/* reset */
@charset "utf-8";
/* how about we level the playing field - time to 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-weight: inherit;
	font-style: inherit;
	font-size: 12px;
	font-family: Arial, sans-serif;
	vertical-align: baseline;
}

body {
	line-height: 1.5;
	color: #277171;
	background: white;
}

ol, ul {
	list-style: none;
}

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: "" "";
}

a {
	color: #1bc0c0;
	text-decoration: none;
}

a:hover {
	color: #fc8301;
	text-decoration: underline;
}

/* end reset */




/* global styles */

.clear {
	clear: both;
}

.imgLeft {
	float: left;
	border: 1px solid #999;
}

body {
	background: #FFF url(../images/backg_topbar.gif) repeat-x top left;
}

#container {
	width: 950px;
	margin: 0 auto;
}

/* end global styles */



/* masthead */

#homePage #masthead {
	width: 869px;
	height: 294px;
	position: relative;
	margin: 14px auto 0 auto;
	background: url(../images/homepage_branding.jpg) no-repeat left top;
}

#masthead {
	width: 869px;
	height: 115px;
	position: relative;
	margin: 15px auto 0 auto;
	background: url(../images/subpage_branding.jpg) no-repeat left top;
}

#logo {
	text-indent: -9999px;
	position: absolute;
	left: 20px;
	top: 23px;
	width: 340px;
	height: 50px;
}

#logo a {
	display: block;
	height: 70px;
}

#masthead p#logo {
	position: absolute;
	top: 23px;
	left: 20px;
	width: 340px;
	height: 50px;
}

#masthead #lead {
	width: 490px;
	position: absolute;
	left: 20px;
	top: 100px;
	padding-bottom: 20px;
	border-bottom: 1px solid #d2e2e0;
	font-family: "Century Schoolbook", Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	line-height: 30px;
}

#masthead p {
	width: 630px;
	position: absolute;
	left: 20px;
	top: 200px;
	font-size: 14px;
	line-height: 24px;
}

/* end masthead */


/* nav bar */

#nav {
	width: 869px;
	height: 62px;
	margin: 0 auto;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	background-color: #fc8301;
}

#nav ul {
	padding-top: 20px;
	width: 867px;
	margin-left: 10px;
}

#nav li {
	display: inline;
}

#nav a {
	color: #FFF;
	font-size: 18px;
	padding-right: 20px;
	margin-left: 20px;
	background: url(../images/bullet_nav.gif) no-repeat right center;
}

#nav a.last {
	background-image: none;
	padding-right: 0;
}

#nav a:hover {
	color: #7f3106;
}

/* end nav bar */



/* content area - for both home page and subpages */

#content {
	width: 900px;
	margin: 20px auto;
}

#latestBrochure, 
#featuredProduct, 
#contactDetails {
	width: 267px;
	float: left;
	margin: 0 16px;
	padding-bottom: 120px;
	background: url(../images/backg_box_blue.gif) no-repeat left top;
}

#contactDetails {
	background: url(../images/backg_box_orange.gif) no-repeat left top;
}

#latestBrochure h2, 
#featuredProduct h2, 
#contactDetails h2, 
#latestBrochure p, 
#featuredProduct p, 
#contactDetails p,
#latestBrochure img, 
#featuredProduct img, 
#contactDetails img,
#mainContent p,
#mainContent img {
	margin: 10px 10px 0 10px;
}

#latestBrochure h2, 
#featuredProduct h2, 
#contactDetails h2,
.subPage h1 {
	font-family: "Century Schoolbook", Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: italic;
	font-weight: normal;
	border-bottom: 1px solid #cde5e5;
}

.subPage h1 {
	margin: 10px 10px 20px 10px;
}

.subPage h2 {
	font-family: "Century Schoolbook", Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	border-bottom: 1px solid #cde5e5;
	margin: 10px 10px 20px 0;
}

#contactDetails h2 {
	color: #7f3106;
	border-bottom: 1px solid #e7aa54;
}

#contactDetails p {
	color: #7f3106;
}

#contactDetails strong {
	font-size: 24px;
	font-weight: normal;
}

.subPage #content {
	background: url(../images/subpage_content_backg.gif) no-repeat center top;
}

#mainContent {
	width: 637px;
	margin: 0 0 20px 20px;
	float: left;
}

#sidebar {
	width: 190px;
	margin: 0 20px 20px 0;
	float: right;
}

/* end content area */



/* footer */

#footer {
	width: 100%;
	text-align: center;
	border-top: 6px solid #fc8301;
	background-color: #fdaf2f;
	padding-bottom: 40px;
}

#footer p {
	width: 950px;
	margin: 20px auto;
	color: #7f3106;
}

#footer a {
	color: #7f3106;
}

/* end footer */


/* ie6 smackdown */

* html #latestBrochure, 
* html #featuredProduct, 
* html #contactDetails {
	margin: 0 14px;
}
