* {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

body {
	background: url(../img/body_bg.gif) repeat-x;
}

.clearAll {
	clear: both;
}

/* @group header */

div#pageHeader {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	height: 104px;
}

#pageHeader h1 {
	width: 449px;
	height: 104px;
	background: url(../img/header_logo.gif) no-repeat;
	text-indent: -9999px;
	float: left;
}

#pageHeader img {
	border-style: none;
	display: inline-block;
	float: left;
}



/* @end */

/* @group global navigation */

div#globalNav {
	width: 900px;
	border-bottom: 1px solid #666666;
	margin: 20px auto;
}

#globalNav ul {
	list-style-type: none;
	margin-left: 10px;
	margin-right: 10px;
}

#globalNav ul li {
	float: left;
	margin-right: 15px;
	padding-bottom: 10px;
}

#globalNav ul li a {
	font-size: 12px;
	text-decoration: none;
	color: #666666;
}

#globalNav ul li a:hover {
	color: black;
}

body#home div#globalNav li#home {
	background: url(../img/globalnav_bg.gif) repeat-x 0 bottom;
}

body.home {
	background: url(../img/globalnav_bg.gif) repeat-x 0 bottom;
}

body#news div#globalNav li#news {
	background: url(../img/globalnav_bg.gif) repeat-x 0 bottom;
}

body.news {
	background: url(../img/globalnav_bg.gif) repeat-x 0 bottom;
}

body#about div#globalNav li#about {
	background: url(../img/globalnav_bg.gif) repeat-x 0 bottom;
}

body.about {
	background: url(../img/globalnav_bg.gif) repeat-x 0 bottom;
}

body#services div#globalNav li#services {
	background: url(../img/globalnav_bg.gif) repeat-x 0 bottom;
}

body.services {
	background: url(../img/globalnav_bg.gif) repeat-x 0 bottom;
}

body#products div#globalNav li#products {
	background: url(../img/globalnav_bg.gif) repeat-x 0 bottom;
}

body.products {
	background: url(../img/globalnav_bg.gif) repeat-x 0 bottom;
}

body#distribution div#globalNav li#distribution {
	background: url(../img/globalnav_bg.gif) repeat-x 0 bottom;
}

body.distribution {
	background: url(../img/globalnav_bg.gif) repeat-x 0 bottom;
}

body#testimonials div#globalNav li#testimonials {
	background: url(../img/globalnav_bg.gif) repeat-x 0 bottom;
}

body.testimonials {
	background: url(../img/globalnav_bg.gif) repeat-x 0 bottom;
}

body#contact div#globalNav li#contact {
	background: url(../img/globalnav_bg.gif) repeat-x 0 bottom;
}

body.contact {
	background: url(../img/globalnav_bg.gif) repeat-x 0 bottom;
}

#globalNav span.sbox input {
	border-style: none;
	width: 282px;
	height: 20px;
	background: url(../img/sbox_bg.gif) no-repeat 0 0;
	font-size: 11px;
	float: right;
	padding-top: 3px;
	padding-left: 10px;
}



/* @end */

/* @group page content */

div#pageContainer {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#pageContainer h2 {
	color: #666666;
	font-size: 16px;
	line-height: 28px;
	border-bottom: 1px solid #666666;
	margin-bottom: 10px;
}

#pageContainer h3 {
	color: #666666;
	font-size: 14px;
	line-height: 18px;
	margin-top: 10px;
}

#pageContainer p {
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	margin-bottom: 5px;
}

#pageContainer a {
	color: #000000;
	font-weight: bold;
}

#pageContainer a:hover {
	color: #FFCC00;
	font-weight: bold;
}

#pageContainer ul {
	list-style-position: outside;
	padding-left: 30px;
	padding-bottom: 10px;
	list-style-type: square;
}

#pageContainer li {
	color: #666666;
	font-size: 12px;
	line-height: 20px;
}

#pageContainer table td {
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	margin-bottom: 5px;
}

div#leftColumn {
	width: 600px;
	float: left;
}

div#leftColumn.wide {
	width: 900px;
}

div#rightColumn {
	width: 290px;
	float: right;
}

#localNav ul {
	list-style-type: none;
	padding-left: 5px;
	padding-bottom: 0;
}

#localNav ul li {
	margin-bottom: 5px;
}

#localNav ul li a {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}

#localNav ul li a:hover {
	color: #333333;
}

#leftColumn a.downloadPDF {
	background: #cccccc url(../img/downloadpdf_bg.gif) no-repeat 2px center;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	padding: 23px 10px 23px 60px;
	display: inline-block;
	width: 140px;
	border: 1px solid #666666;
	color: #666666;
}

#leftColumn a.downloadPDF:hover {
	color: #333333;
}

#leftColumn div.sideBox {
	width: 200px;
	float: left;
	text-align: center;
	padding-top: 20px;
	margin-right: 20px;
	padding-bottom: 20px;
}

#leftColumn div.sideBox p {
	font-size: 10px;
	line-height: 12px;
	margin-bottom: 20px;
}

.h3 {
	font-size: 12px;
	font-weight: bold;
}

/* @group home */

div#mss {
	width: 600px;
	height: 184px;
}

#pageContainer p.homeIntro {
	font-size: 12px;
	color: #666666;
	line-height: 20px;
	margin-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

#pageContainer p.homeSignoff {
	font-size: 16px;
	color: #666666;
	font-weight: bold;
	line-height: 20px;
	margin-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

#newsFeed h2 {
	background: url(../img/newsfeedheader_bg.gif) no-repeat;
	color: white;
	font-size: 12px;
	width: 282px;
	height: 31px;
	padding-top: 2px;
	padding-left: 10px;
	border-bottom-style: none;
	margin: 0;
}

div.newsSnippet {
	border-bottom: 1px solid #666;
	padding: 10px;
}

div#newsFeed div.newsSnippet a {
	font-size: 12px;
	color: black;
	line-height: 18px;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

div#newsFeed div.newsSnippet a:hover {
	text-decoration: underline;
}

div.newsSnippet p {
	font-size: 10px;
	color: #666666;
}

div#homeLogos {
	width: 900px;
	margin-top: 20px;
	float: left;
}

div.homeLogoBox {
	background-color: #cccccc;
	border-top: 1px solid #666666;
	text-align: center;
	padding-bottom: 10px;
}

div#homeLogoLeft {
	width: 600px;
	float: left;
}

div#homeLogoRight {
	width: 290px;
	float: right;
}

div.homeLogoBox p {
	color: #666666;
	font-size: 12px;
	margin-top: 10px;
	margin-left: 10px;
	text-align: left;
}



/* @end */

/* @group news */

div#newsArchive h2 {
	background: url(../img/newsfeedheader_bg.gif) no-repeat;
	color: white;
	font-size: 12px;
	width: 282px;
	height: 31px;
	padding-top: 2px;
	padding-left: 10px;
	border-bottom-style: none;
	margin: 0;
}

div#newsArchive a {
	font-size: 12px;
	color: black;
	text-decoration: none;
	line-height: 18px;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	font-weight: normal;
	font-style: normal;
}

div#newsArchive a:hover {
	text-decoration: underline;
}

div#newsArticle {
	margin-bottom: 20px;
}

#newsArticle p.newsPosted {
	width: 120px;
	font-size: 10px;
	color: #666666;
}

div#newsArticleLeft {
	float: left;
	width: 160px;
}

div#newsArticleRight {
	float: left;
	width: 430px;
}

#newsArticle img {
	padding-top: 10px;
}



/* @end */

/* @group about us */

div.teamMember {
	width: 140px;
	float: left;
	margin: 10px 4px;
}

#leftColumn div.teamMember p.memberName {
	padding-left: 5px;
	padding-right: 5px;
	line-height: 14px;
	font-weight: bold;
}

#leftColumn div.teamMember p.memberTitle {
	line-height: 14px;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 10px;
}

#leftColumn div.teamMember p.memberText {
	line-height: 14px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	font-size: 10px;
}

#leftColumn div.teamMember a {
	font-size: 10px;
	padding-right: 5px;
	padding-left: 5px;
}



/* @end */

/* @group contact */

#contactForm legend {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	margin-left: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

div.formColumn {
	width: 270px;
	float: left;
	font-size: 11px;
	color: #666666;
	margin: 10px 9px;
}

#contactForm div.formColumn label {
	font-size: 11px;
	color: #666666;
	width: 90px;
	float: left;
	text-align: right;
	margin-right: 10px;
	margin-top: 3px;
	margin-bottom: 10px;
	background-color: transparent;
}

#contactForm div.formColumn label.requiredField {
	font-weight: bold;
	color: maroon;
}

#contactForm div.formColumn input {
	width: 160px;
	float: left;
	font-size: 14px;
	margin-bottom: 10px;
}

#contactForm p.labelNote {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 260px;
	display: block;
	clear: left;
	font-size: 10px;
	color: maroon;
	font-weight: bold;
}

div.formComments {
	width: 570px;
	float: left;
	font-size: 11px;
	color: #666666;
	margin: 10px 9px;
}

#contactForm div.formComments label {
	font-size: 11px;
	color: #666666;
	width: 90px;
	float: left;
	text-align: right;
	margin-right: 10px;
	margin-top: 3px;
	margin-bottom: 10px;
	background-color: transparent;
}

#contactForm div.formComments textarea {
	width: 450px;
}

div.checkboxColumn {
	width: 270px;
	float: left;
	font-size: 11px;
	color: #666666;
	margin: 10px 9px;
}

#contactForm div.checkboxColumn input {
	margin-left: 20px;
	float: left;
	margin-bottom: 5px;
	height: 11px;
}

#contactForm div.checkboxColumn label {
	margin-bottom: 5px;
	width: 200px;
	float: left;
	margin-left: 10px;
}

div#formSubmit {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	width: 130px;
	display: block;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#contactDetails p {
	font-size: 10px;
	line-height: 14px;
}

#mapWidget img {
	margin-top: 10px;
}



/* @end */

/* @group stock checker */

div#stockChecker {
	margin-top: 20px;
}

#stockChecker h2 {
	width: 282px;
	background: url(../img/stockcheck_bg01.gif) no-repeat;
	font-size: 12px;
	color: white;
	height: 31px;
	padding-left: 10px;
	padding-top: 8px;
	margin: 0;
	border-bottom-style: none;
}

div#stockCheckerCanvas {
	background: url(../img/stockcheck_bg02.gif) no-repeat 0 bottom;
	padding-top: 10px;
	width: 292px;
}

#stockCheckerCanvas label {
	font-size: 10px;
	color: white;
	margin-left: 10px;
	display: block;
	margin-bottom: 5px;
}

#stockCheckerCanvas input {
	width: 270px;
	margin-left: 10px;
	display: block;
	margin-bottom: 10px;
}

#stockCheckerCanvas a {
	width: 53px;
	height: 25px;
	background: url(../img/stockcheckbutton.gif) no-repeat;
	position: relative;
	bottom: 15px;
	right: 10px;
	clear: left;
	float: right;
	margin-top: 20px;
	color: white;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 30px;
	padding-top: 10px;
}



/* @end */



/* @end */

/* @group footer */

div#pageFooter {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 10px;
	clear: both;
	padding-top: 20px;
}

#pageFooter p {
	font-weight: bold;
	margin-bottom: 10px;
}

#pageFooter a {
	text-decoration: none;
	color: #666666;
}

#pageFooter a:hover {
	color: black;
}

.picLeft
{
	float: left;
	margin-right: 10px;
	border-style: solid;
	border-color: #999999;
	border-width: 1px;
}

.picRight
{
	float: right;
	margin-left: 10px;
	border-style: solid;
	border-color: #999999;
	border-width: 1px;
}

.picLeft_noBorder
{
	float: left;
	margin-right: 10px;
}

.picRight_noBorder
{
	float: right;
	margin-left: 10px;
}

.picLeft_padding
{
	float: left;
	margin-right: 20px;
	border-style: solid;
	border-color: #999999;
	border-width: 1px;
}

/* stock search */

div.stock_result_count
{
	text-align: right;
	font-weight: bold;
}

#stock_results th {
	background-color: #666666;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 11px;
	padding-left: 5px;
	margin-left: 0px;
	text-align:left;
}

#stock_results td {
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
	border-bottom: 1px solid #999999;
}

#stock_detail td
{
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0px;	
	border-bottom: 1px solid #333333;
}

#stock_detail td p.inStock
{
	color: #00CC33;
	font-weight: bold;
}

#stock_detail td p.outStock
{
	color: #CC0000;
	font-weight: bold;
}

#pageContainer p.stock_error_text 
{
	color: #CC0000;
}

.contactbox_cell { font-size: 12px }

.contactbox_table { font-size: 10px; background-color: #eee; border: solid 1px #666 }

#leftColumn p.note_text { color: #CC0000; margin-top: 10px; }

.dist_logos
{
	width: 300px;
	float: right;
}

/* @end */