/***********************************************\
|			COLORS USED				 |
|									 |
|		Dark Green		#6bbd46	 		 |
|		Light Green		#e8f3e3	 		 |
|		Dark Blue		#003d7e	 		 |
|		Secondary Nav	#c4e7a9	 		 |
|		Footer Nav		#7b7c80	 		 |
|									 |
\***********************************************/




/***********************************************\
|			HTML ELEMENTS			 |
\***********************************************/

a, a:visited{
	text-decoration: underline;
}

a:hover, a:focus{
	text-decoration: none;
}

acronym, abbr{
	cursor: help;
	border: 0;
}

a acronym, a abbr {
	cursor: pointer;
}

a img{
	border: 0;
}

address{
	font-style: normal;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: small;
	margin: 0;
	padding: 0;
}

h1{
	font-size: 1.4em;
	font-weight: normal;
	margin: 0;
	padding: 0 0 8px 0; /** padding instead of margin for the gap between navigaiton and main h1 **/
	color: #003d7e;

}

h2{
	font-size: 1.3em;
}

h3{
	font-size: 1.2em;
}

h4, h5, h6{
	font-size: 1.1em;
}

h2, h3, h4, h5, h6{
	font-weight: normal;
	color: #6bbd46;
}

p{
	/* Opera issue with padding to be resolved */
	margin: 1em 0;
	padding: 0;
	line-height: 1.5em;
}

strong{
	color: #003d7e;
}

/***********************************************\
|			CLASSES					 |
\***********************************************/

.alignCenter{text-align: center;}
.alignRight{text-align: right;}
.alignLeft{text-align: left;}
.clearBoth{clear: both;}
.clearLeft{clear: left;}
.clearRight{clear: right;}
.displayNone{display: none;}
.floatRight{float: right;}
.floatLeft{float: left;}

.highlight{	color: #ff0000; }

.imgLeft{
	float: left;
	margin: 0;
	padding: 0;
	border: 1px solid #000;
}

.imgRight{
	float: right;
	margin: 0;
	padding: 0;
	border: 1px solid #000;
}

.imgLeftNoBorder{
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
}

.imgRightNoBorder{
	float: right;
	margin: 0;
	padding: 0;
	border: 0;
}

.overflowHidden{overflow: hidden;}
.uppercase{text-transform:uppercase;}
.captialize{text-transform:capitalize;}

.printOnly{
	display: none;
}

.skip{
	position:absolute; 
	top:0; 
	left:-1000px; 
	z-index: 5000;
} 

.skip:focus,.skip:active { 
	position:absolute; 
	top: 30px; 
	left: 25%; 
	background: #6bbd46;
	color: #fff; 
	padding: 5px 10px;
	text-decoration: none;
}

.small{
	font-size: 0.8em;
	color: #6bbd46;
	font-weight: bold;
}

.linkDivider{display: none;}

.green{ color: #6bbd46;}
.blue{ color: #003d7e;}


#siteLogo {
	float: left;
	display: inline;
	margin: 15px 0 0 15px;
}

#specialistsImg {
	float: right;
	margin-top: 62px;
	margin-right: 15px;
}

#mainNav { 
	display: none; 
}

#secondaryNav { 
	display: none; 
}

#middle {
	clear: both;
}

#footerTopLine{
	clear: both;
	border-top: 2px solid #6bbd46;
	width: 100%;
	padding: 5px 0 7px 0;
	margin-top: 10px;
}

#footerNav {
	display: none;
}

#footerCopyright {
	float: right;
}

#footerW3C{
	float: left;
}



/***********************************************\
|			PAGE SPECIFIC				 |
\***********************************************/


/**** Home ****/

#homeBrands{
	margin-top: 70px;
}

#homeBrands img {
	vertical-align: middle;
}

.homeLogo {
	margin-left: 10px;
}


/**** Brands ****/

#brandsList {
	margin-bottom: 10px;
	font-size: 0.9em;
}

#brandsList img {
	float: left;
}

#brandsList span {
	float: right;
	width: 550px;
	padding-right: 10px;
}

#brandsList div {
	/** see also ie6_fixer.css **/
	overflow: hidden;
	clear: both;
	border-top: 2px solid #6bbd46;
	margin-top: 15px;
	padding-top: 15px;
}

#brandsList div#brandsListBayWest {
	border-top: 2px solid #fff;
	margin-top: 0;
}

.furtherInfo{
	margin-bottom: 0;
	padding-bottom: 0;
}

.furtherInfoText{
	margin-top: 0;
	padding-top: 0;
}


/**** Products ****/
/** keep above brands for inheritence issues **/
.productPdfSpacer{
	margin-left: 19px;
}

/**** brands/general ****/
#brandsPdfHolder  .productPdfSpacer {
	margin-left: 5px;
}

/**** brands/bay_west/ ****/
#bayWestPdfHolder .productPdfSpacer {
	margin-left: 1px;
}

/**** Sectors ****/
#sectorsTop {
	/** see alsi ie6_fixer.css **/
	max-width: 200px;
	background: url(/interface/pages/sectors/sectors_top.gif) top right no-repeat #6bbd46;
	color: #fff;
}

#sectorsTop ul {
	padding: 7px 0 7px 30px;
	margin: 0;
	list-style-type: none;
}

#sectorsTop ul li {
	padding-left: 15px;
	background: url(/interface/structure/nav_bullet.gif) no-repeat 2px 5px;
}

#sectorsTop ul span {
	color: #000;
}

#sectorsBottom {
	background: url(/interface/pages/sectors/sectors_bottom.gif) bottom right no-repeat;
}
