@charset "UTF-8";

html
{
	background: #FFF none;
}

#outerContainerProducts, #outerContainerServices, #outerContainerSuppliers, #outerContainerEnvironmentalLeadership, #outerContainerAboutUs
{
	min-height: 750px;
	height: auto !important;
	height: 750px;
	position: relative;
}
#outerContainerProducts
{
	background: transparent url(/global-images/secondary_bg_products.jpg) no-repeat 0 0;
}
#outerContainerServices
{
	background: transparent url(/global-images/secondary_bg_services.jpg) no-repeat 0 0;
}
#outerContainerSuppliers
{
	background: transparent url(/global-images/secondary_bg_suppliers.jpg) no-repeat 0 0;
}
#outerContainerEnvironmentalLeadership
{
	background: transparent url(/global-images/secondary_bg_env_leadership.jpg) no-repeat 0 0;
}
#outerContainerAboutUs
{
	background: transparent url(/global-images/secondary_bg_about_us.jpg) no-repeat 0 0;
}

#logo
{
	width: 313px;
	height: 56px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

/*******************/
/**** Tools Nav ****/
/*******************/

ul#toolsNav
{
	width: 60px;
	position: absolute;
	left: 868px;
	top: 145px;
	font-family: Arial, Helvetica, sans-serif;
}
ul#toolsNav li a
{
	font-size: 11px;
	font-weight: normal;
	line-height: 24px;
	color: #DFD1BF;
	text-decoration: none;
}
ul#toolsNav li a:hover
{
	color: #FFF;
}


/*********************/
/**** Left Column ****/
/*********************/

#leftColumnContainer
{
	width: 171px;
	float: left;
	display: inline;
	position: relative;
	margin: 136px 0 0 20px;
	font-family: Arial, Helvetica, sans-serif;
}
#leftColumnContainer h1
{
	font-size: 14px;
	font-weight: normal;
	line-height: 16px;
	text-align: right;
	padding: 0 6px 7px 0;
	color: #00A3E0;
}

#orderButtonsContainer
{
	width: 171px;
	position: absolute;
	left: 0;
	top: 322px;
}
#orderButtonsContainer img
{
	display: block;
	margin-bottom: 10px;
}

/**** Secondary Navigation ****/

ul#secondaryNav
{
	width: 171px;
	border-top: 1px solid #6B8DC3;
}
ul#secondaryNav li
{
	width: 170px;
	border-bottom: 1px solid #6B8DC3;
}
ul#secondaryNav li a
{
	width: 164px;
	display: block;
	padding: 4px 6px 3px 0;
	font-size: 11px;
	line-height: 14px;
	color: #FFF;
	text-align: right;
	text-decoration: none;
	background: transparent none;
}
ul#secondaryNav li a:hover, ul#secondaryNav li a.highlight
{
	background: #1F4695;
}

/************************/
/**** Content Column ****/
/************************/

#contentColumnContainer
{
	width: 555px;
	float: left;
	display: inline;
	margin: 160px 0 0 84px;
	font-family: Arial, Helvetica, sans-serif;
}
#contentColumnContainer h1
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: normal;
	line-height: 32px;
	color: #00529B;
	margin: 0 10px 22px 0;
}
#contentColumnContainer h2
{
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	color: #DE7008;
	margin-right: 10px;
}
#contentColumnContainer p
{
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	color: #444;
	margin: 0 10px 16px 0;
}
#contentColumnContainer p.emphasis
{
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	color: #2F62B6;
	margin: 0 10px 16px 0;
}
#contentColumnContainer ul
{
	margin-bottom: 16px;
}
#contentColumnContainer ul li
{
	margin: 0 10px 4px 12px;
	padding-left: 8px;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	color: #444;
	background: transparent url(/global-images/orange_bullet.gif) no-repeat 0 8px;
}
#contentColumnContainer ul.emphasis li
{
	margin: 0 10px 4px 12px;
	padding-left: 8px;
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	color: #2F62B6;
	background: transparent url(/global-images/orange_bullet.gif) no-repeat 0 8px;
}
#contentColumnContainer a
{
	color: #4FA800;
	text-decoration: underline;
}
#contentColumnContainer a:hover
{
	text-decoration: none;
}

/*****************/
/**** Sidebar ****/
/*****************/

#sidebar
{
	width: 155px;
	float: right;
	margin: 0 0 25px 20px;
	padding-top: 8px;
	border-top: 1px solid #A4D27B;
}
#sidebar h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	color: #DE7008;
	margin-bottom: 6px;
}
#sidebar p
{
	font-size: 11px;
	line-height: 15px;
	color: #444;
	margin-bottom: 6px;
}
#sidebar p.bottom
{
	font-size: 11px;
	line-height: 15px;
	color: #444;
	margin-bottom: 10px;
	padding-bottom: 12px;
	border-bottom: 1px solid #A4D27B;
}
#sidebar a
{
	color: #4FA800;
	text-decoration: underline;
}
#sidebar a:hover
{
	text-decoration: none;
}

/****************/
/**** Footer ****/
/****************/

#footerContainer
{
	width: 934px;
	padding: 20px 0;
	font-family: Arial, Helvetica, sans-serif;
	background: transparent url(/global-images/footer_bg.gif) no-repeat 0 0;
}
#footerContainer p
{
	font-size: 11px;
	line-height: 14px;
	color: #444;
	margin-left: 30px;
}
#footerContainer a
{
	color: #444;
	text-decoration: underline;
}
#footerContainer a:hover
{
	text-decoration: none;
}

/**************************************/
/**** Widely-scoped utility styles ****/
/**************************************/

.clear
{
	clear: both;
}
.left
{
	float: left;
	margin: 0 10px 10px 0;
}
.right
{
	float: right;
	margin: 0 0 10px 10px;
}