/* ===============================================
---
==================================================
--------------------------------------------------
BACKGROUND      #;

P NAV NORMAL	#;
P NAV HOVER		#;
=================================================*/

@import "960.css";

/* Generic Styles */
body{
	margin: 0;
	padding: 0;
	background: #FFF url(../images/body-bg2.png) top left repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #555;
}

h1, h2, h3, h4, h5, h6{
	color: #0179e0;
	line-height: 1.1;
}

h1{
	font-size: 1.5em;
	margin: 15px 0 5px;
}

h2{
	font-size: 1.2em;
	color: #222;
	margin-bottom: 5px;
}

h3{
	font-size: 1.1em;
	color: #bbb;
}

p{
	margin: 0 0 15px 0;
}

a{
	color: #0179e0;
	text-decoration: none; 
}

a:hover{
	text-decoration: underline;
}

a:focus {
	border: 0;
	outline: 0;
}

/* Header */
#header{
	height: 138px;
	background: transparent url(../images/header-bg3.jpg) top center no-repeat;
}

/* Global Nav*/
p#global-nav{
	padding-top: 3px;
	text-align: right;
	line-height: 20px;
	position: relative;
	font-size: 11px;
}

	p#global-nav span{
		float: right;
		margin-right: 10px; 
	}
	
	p#global-nav a{
		display: block;
		float: left;
		margin-top: 2px;
		padding: 0 10px;
 		color: #333;
 		/* font-weight: bold; */
		border-right: 1px solid #666;
	}
	
/*
	p#global-nav a:hover{
		color: #00ff00;
	}
*/

	p#global-nav a.home{
		background: transparent url(../images/global-home.png) top left no-repeat;
		padding-left: 20px;
		border: none;
		line-height: 16px;
		color: #111;
	}
	
	p#global-nav a.last{
		border: none;
		padding-right: 0;
	}
	
	p#global-nav a.pdf{
		background: url(../assets/images/pdf-icon.png) 3px left no-repeat;
		padding-left: 17px;
	}

#header #logo{
	clear: left;
	display: block;
	text-indent: -200000px;
	overflow: auto;
	height: 100px;
	margin-top: 3px;
}

#header #search{
	width: 220px;
	float: right;
	padding: 5px;
	background: #125fb0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

	#header #search fieldset{
		border: none;
		background:  transparent url(../images/search-icon2.png) left center no-repeat;
		padding-left: 35px;
		text-align: center;
		margin: 0;
	}
	
	#header #search input{
		width: 120px;
	}
	
	#header #search input.submit{
		width: auto;
	}
	
	a#onealLink{ position: absolute; float: right; color: #FFFFFF; left: 145px; top: 80px; }

#header #phone-header{
	font-size: 1.8em;
	color: #fff;
	text-align: right;
	clear: right;
	/* padding: 45px 10px 10px 0; */
}


/* Twitter */
#twitter-feed{
	background-color: #ffffff;
	width:956px;
	display:block;
	padding:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-style:italic;
	color:#999999;
	overflow:hidden;
	clear:both;
}
	#twitterTitle{
		background:url(../images/twitterBird.png) no-repeat left center;
		height:31px;
		float:left;
		position:absolute;
		margin:4px 4px 4px 10px;
		padding-left:33px;
		font-weight:bold;
		font-style:normal;
		line-height:32px;
		color:#666666;
	}
	#twitter_update_list{
		background:url(../images/twitter-feed-bg.png) repeat-x left top;
		border:solid 1px #cbcaca;
		width:954px;
		height:38px;
		display:block;
		list-style-type:none;
		margin:0px;
		padding:0px;
		overflow:hidden;
	}
		#twitter_update_list li{
			padding:11px 0px 0px 310px;
		}
			
			
			
			
/* Banner */
#banner{
	height: 196px;
	padding-top: 7px;
	background: transparent url(../images/banner-bg.png) top center no-repeat;
	border-bottom: 1px solid #e3e3e3;
	background-color:#ffffff;
/*
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
*/
	z-index: 5000;
	position: relative;
}
#banner .above{
	position: relative;
	z-index: 4000;
}

#banner .below{
	position: relative;
	z-index: 3000;	
}

	#banner h3{
		margin: 37px 0 0 0;
		color: #515151;
		font-size: 2.3em;
	}
	
	#banner p{
		font-size: 1.4em;
		color: #222;
	}


/* Bread Crumbs */
div#breadcrumbs{
	background: transparent url(../images/breadcrumb-bg.png) top left repeat-x;
	border-bottom: 1px solid #e3e3e3;
	margin: 0;
	padding: 0 10px;
	color: #222;
}

div#breadcrumbs p.B_crumbBox{
	font-size: 0.8em;
	margin: 0;
	padding: 5px 0;
}

div#breadcrumbs .B_currentCrumb{
	color: #333;
	font-weight: bold;
}

div#breadcrumbs .B_homeCrumb{
	font-weight: bold;
}

/* Content */
#home-buckets div.bucket{
	min-height: 50px;
	margin-top: 20px;
	margin-bottom: 10px;
	border-top: 3px solid #525151;
	background: transparent url(../images/home-bucket-arrow2.png) 0 10px no-repeat;
}
	#home-buckets div.bucket:hover {
		background: transparent url(../images/home-bucket-arrow-over.png) 0 10px no-repeat;
	}

	#home-buckets h2{
		color: #333;
		margin: 10px 0 0 0;
		padding-left: 45px;
		font-family: "Myriad Pro", Myriad, Arial, Helvetica, sans-serif;
		font-size: 1.2em;
	}
	
	#home-buckets h2 a{
		color: #333;
		display: block;
	}
	
	#home-buckets p{
		margin-left: 45px;
	}
		
		#home-buckets p a{
			font-weight: bold;
		}
	
	#home-buckets ul{
		margin: 0;
		padding: 0 0 0 45px;
		list-style-position: inside;
		list-style-image: url(../images/li-bg.png);
		color: #111;
		font-size: 0.9em;
	}
	
		#home-buckets ul a{
			color: #333;
			text-decoration: none;
		}
		
		#home-buckets ul a:hover{
			color: #0179e0;
			text-decoration: underline;
		}

		#home-buckets .arrow{
			position: absolute;
			display: block;
			height: 40px;
			width: 40px;
			top: 10px;
			left: 0;
			background: transparent;
		}

		#home-buckets .arrow span{
			display: none;
		}

#content{
	min-height: 189px;
	padding-bottom: 15px;
	background: #FFF url(../images/content-bg.png) center bottom no-repeat;
	font-size: 1.3em;
	line-height: 1.5;
	overflow: auto;
}

	#content ul, #content ol{

	}

	#content h3{
		color: #0179e0;
		margin: 0 0 5px 0;
	}
	
	#content h4{
		color: #666;
		margin:5px 0 2px 0;
	}

/* Right Sidebar */
a#rfq{
	display: block;
	margin-top: 30px;
	background: transparent url(../images/rfq-bg.jpg) top center no-repeat;
	height: 40px;
	line-height: 40px;
	width: 220px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1em;
	text-indent: 15px;
}

a#rfq:hover{
	background: transparent url(../images/rfq-bg-hover.jpg) top center no-repeat;
	text-decoration: none;
}

.wind-energy{
	display: block;
	background: transparent url(../images/wind-bucket-bg.jpg) top center no-repeat;
	width: 210px;
	height: 125px;
	margin-top: 20px;
	padding: 7px 5px 5px 5px;	
	color: #96d351;
	font-weight: bold;
	font-size: 1em;
	text-transform: uppercase;
	line-height: 1;
}

.wind-energy:hover{
	text-decoration: none;
}

	.wind-energy span{
		color: #fff;
		display: block;
		font-size: .6em;
		padding-top: 4px;
	}

ul#calculators{
	margin: 20px 0 0 0;
	padding: 0 0 10px 0;
	list-style-type: none;
	background: transparent url(../images/calc-bottom.png) bottom center no-repeat;
}
	
	ul#calculators h3{
		background: transparent url(../images/calc-top.png) top center no-repeat;
		color: #fff;
		font-weight: bold;
		height: 19px;
		padding: 10px 0 0 10px;
		margin: 0;
		font-size: 1em;
	}
	
	ul#calculators li a{
		display: block;
		background: transparent url(../images/calc-item.png) top center no-repeat;
		height: 30px;
		line-height: 30px;
		padding-left: 10px;
		color: #111;
		font-weight: bold;
	}
	

	ul#calculators li.last a{
		border-bottom: 1px solid #edebeb;
	}

	
ul#calculators ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-top: 1px solid #edebeb;
	display: none;
}

	ul#calculators li ul a{
		background: #333;
		font-weight: normal;
		font-size: 0.8em;
		border-top: 1px solid #555;
		border-bottom: none !important;
		color: #ccc;
		padding-left: 20px;
	}
	
	ul#calculators li.last ul{
		border-top: none;
	}

/* Quick Contact*/
#quick-contact{
	background: #333;
	margin-top: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-top: 10px;
	color: #ebebeb;
}

	#quick-contact fieldset{
		border: none;
		margin: 0;
		padding: 0 15px 10px 15px;
	}
	
	#quick-contact h3{
		margin: 0;
		padding: 0 0 12px 0;
		line-height: 24px;
		font-weight: bold;
		font-size: 1.2em;	
		color: #fff;
		background: transparent url(../images/quick-legend-bg.png) top right no-repeat;
	}
	
	#quick-contact label{
		display: block;
		font-size: 0.85em;
	}
	
	#quick-contact input,
	#quick-contact textarea{
		background: #fff url(../images/input-bg.png) top left repeat-x;
		border: 1px solid #bbb;
		width: 184px;
		padding: 2px;
		margin: 0 0 3px 0;
		color: #444;
	}
	
	#quick-contact .submit{
		width: 190px;
		margin: 5px 0 0 0;
		padding: 2px 0;
		background: #fff url(../images/submit-bg.png) center left repeat-x;
		color: #fff;
		font-weight: bold;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		cursor: pointer;
	}

	.valid{
		display: none !important;
	}

#map{
	width: 370px;
	height: 400px;
	line-height: 1;
	font-size: 11px;
	float: left;
	border: 1px solid #0179E0;

}


	#map strong{
		font-size: 13px;
		color: #000;
	}
	
#map-locs{
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	border: 1px solid #e1e1e1;
	border-bottom: none;
		margin-left: 10px;
}

	#map-locs a{
		display: block;
		padding:7px 10px;
		border-bottom: 1px solid #d1d1d1;
	}	
	
	#map-locs a:hover{
		text-decoration: none;
		background: #0179E0;
		color: #fff;
	}
	
/* Footer */
#footer{
	height: 90px;
	margin-bottom: 25px;
	padding-top: 10px;
	font-size: 1em;
	background: transparent url(../images/footer-bg.png) top left repeat-x;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	color: #9d9b9b;
}

	#footer a{
		color: #9d9b9b;
	}
	
	#footer a:hover{
		color: #0179E0;
		text-decoration: none;
	}

		#footer span a{
			color: #fff;
			font-weight: normal;
		}
	
	#footer p{
		margin-bottom: 5px;
	}
	
		#footer p span{
			color: #fff;
			font-weight: bold;
			font-size: 1.1em;
		}
	
	#footer #footer-right{
		text-align: right;
	}

/* Primary Nav */
ul#primary-nav{
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
}
	ul#primary-nav li{
		margin: 0 0 5px 0;
		position: relative;
	}
	
	ul#primary-nav li a{
		display: block;
		padding: 0 15px;
		width: 130px;
		background: transparent url(../images/primary-nav-bg.png) top left no-repeat;
		line-height: 43px;
		height: 43px;
		color: #FFF;
		font-size: 1.2em;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none;
/*
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
*/
	}
	
	ul#primary-nav li a:hover,
	ul#primary-nav li.hover>a{
		background: transparent url(../images/primary-nav-bg-hover.png) top left no-repeat;
	}

#primary-nav ul{
	position: absolute;
	display: none;
	padding: 0 0 0 10px;
	margin: 0;
	list-style-type: none;
	top: 5px;
	left: 160px;
	background: transparent url(../images/primary-nav-hover-connector1.png) 0 5px no-repeat;
}

	#primary-nav ul li{
		margin: 0;
		padding: 0;
	}
	
		#primary-nav ul li a{
			background: #313131;
			width: 210px;
			font-size: 1.1em;
			line-height: 1;
			height: auto;
			padding: 10px;
			-moz-border-radius: 0;
			-webkit-border-radius: 0;
			border-bottom: 1px solid #565555;
			text-transform: none;
			font-weight: normal;
		}
		
		#primary-nav ul li.first>a{
			background: #313131 url(../images/primary-drop-first-bg.jpg) repeat-x;
			-moz-border-radius-topleft: 5px;
			-moz-border-radius-topright: 5px;
			-webkit-border-top-left-radius: 5px;
			-webkit-border-top-right-radius: 5px;		
		}
		
		#primary-nav ul li.last>a{
			-moz-border-radius-bottomleft: 5px;
			-moz-border-radius-bottomright: 5px;
			-webkit-border-bottom-left-radius: 5px;
			-webkit-border-bottom-right-radius: 5px;			
		}
		
		#primary-nav ul li a:hover,
		#primary-nav ul li.hover>a{
			background: #024d8e;
		}

#primary-nav ul ul{
	left: 230px;
}


/* Secondary Navigation*/
ul#secondary-nav{
	margin: 0;
	padding: 0 0 10px;
	list-style-type: none;
	font-size: 1em;
	background: transparent url(../images/secondary-nav-last-bg.png) bottom left no-repeat;
	overflow: auto;
}

	#left-sidebar h3{
		line-height: 21px;
		background: transparent url(../images/secondary-nav-header.png) top center no-repeat;
		color: #fff;
		font-weight: bold;
		padding: 8px 0 0 10px;
		margin: 15px 0 0 0;
		font-size: 1em;
	}
	
	ul#secondary-nav li{
		background: transparent url(../images/secondary-nav-first-bg.png) top left repeat-y;
	}
	
		ul#secondary-nav li a{
			display: block;
			padding: 5px 10px;
			color: #111;
			font-size: 0.9em;
			border-top: 1px solid #e9e6e6;
			border-bottom: 1px solid #868686;
		}

		ul#secondary-nav li a:hover{
			text-decoration: none;
			color: #666;
		}
		
		ul#secondary-nav li.active, 
		ul#secondary-nav li.last.active a{
			background: transparent url(../images/secondary-nav-first-bg-active.png) top left repeat-y;
			font-weight: bold;
		}

		ul#secondary-nav li.active a{
			color: #fff;
			border-top:none;
		}

ul#secondary-nav ul{
	display: none;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-weight: normal;
	font-size: 0.9em;		
}

ul#secondary-nav li.active ul{
	display: block;
}

ul#secondary-nav li.active ul li a{
	border-bottom: 1px solid #888;
	border-top: none;
	color: #ccc;
}


ul#secondary-nav ul li, 
ul#secondary-nav ul li.last a, 
ul#secondary-nav li.last.active ul li a{
	background: #555 !important;
	font-weight: normal !important;
}

ul#secondary-nav ul li a:hover,
ul#secondary-nav li.last ul li a:hover{
	background: #333 !important;
}

ul#secondary-nav li.active ul li.active a,
ul#secondary-nav li.active ul li.active li.active a{
	font-weight: bold !important;
	color: #fff;
}

ul#secondary-nav li.active ul li.active li a{
	padding-left: 25px;
	font-weight: normal !important;
	color: #c5e4ff;
}

/* Wind Energy Section*/
#wind-energy-products #banner{
	background: transparent url(../images/banner-wind-energy.png) top center no-repeat;
}

#wind-energy-products #banner h3,
#wind-energy-products #banner p{
	color: #fff;
}

#wind-energy-products h1,
#wind-energy-products #breadcrumbs a{
	color: #59a800;
}

/* Tables */
/*
#content table{
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;	
	margin-bottom: 15px;
}

#content th,
#content td{
	margin: 0;
	padding: 5px;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}

#content th{
	background: #ebebeb;
	text-align: left;
}
*/

fieldset{
	border: none;
	padding: 0;
	margin: 10px 0;
}

#content table{
	font-size: 11px;
	margin-bottom: 15px;
}

#content table p{
	margin: 0;
	padding: 0;
}


#content table.data{
	width:100%;
	text-align: left;
	border: 1px solid #dfdfdf;
	border-right: none;
}

	#content table.data th{
		background-color:#E0E8EF;
	}

	#content table.data tr {
		border-top: 1px solid #dfdfdf;
		background-color:#f9f9f9;
	}

	#content table.data td, #content table.data th{
		padding:5px;
		border-right: 1px solid #dfdfdf;
		/* border: none !important; */
	}

#content table.data tr.even {background-color:#f5f5f5;}
#content table.data tbody tr:hover td {color: #2D7BDA; background-color:#eee;}


/* Forms */
#inner-form{
	float: left;
	padding: 10px 10px 0 10px;
	border: 1px solid #ddd;
	background: #ebebeb;
	margin: 0 10px 0 10px;
}

	#inner-form label,
	#inner-form input{
		display: block;
	}
	
	#inner-form .errors{
	display: block;
		width: 320px;
	}
	
	#inner-form .input-text {
		padding:5px;
		width:334px;
		background:#fff;
		border: 1px double #aaa;
		color: #6eaedd;
		font-size: 14px;
		margin-bottom: 4px;
	}
	
	#inner-form .message{
		font-size: 12px;
		padding:5px;
		width:334px;
		background:#fff;
		border: 1px double #aaa;
		overflow:hidden;
		height:150px;
		color: #6eaedd;
	}
	
	#inner-form .button{
		margin:10px 14px 0 0;
		color: #fff;
		font-weight: bold;
		padding:5px;
		background:#6fafde;
		border:0px;
		width:100px;
		border: 1px double #ccddea;
	}

#translations{
display: none; 
	position: absolute;
	top: 24px;
	right: -30px;
	background: #111;
	width: 510px;
	z-index: 30000;
	border: 5px solid #e8e6e6;
	border-top: none;
	margin: 0 20px 20px 20px;
}

#translations a{
	display: block;
	width: 150px;
	margin: 0 !important;
	padding: 5px 10px !important;
	border: none !important;
	color: #e1e1e1 !important;
	text-align: left;
}

#translations a:hover{
	background: #fff;
	color: #222 !important;
	text-decoration: none;
}


/* Utilities */
.clearboth {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}


img.floatright{
	float: right;
	margin: 0 0 10px 10px;
}

img.floatleft{
	float: left;
	margin: 10px 10px 0 0;
}







