/* GLOBALS
===================================================================== */
body {
	margin: 0;
	padding: 0;
	font: normal .9em Arial, Helvetica, sans-serif;
	text-align: center; /* IE6 CENTERING */
	background:transparent url(../images/bg_new.gif) repeat;
}
#container {
	margin:0 auto;
	padding: 24px 0;
	width:900px;
	text-align: left; /* UNDO IE6 CENTERING */
	background:#35393c repeat-y;
	/*background: transparent url(../images/inner-bg.jpg) repeat-x;*/
}
#sub-container{
	margin:0 auto;
	padding:15px;
	width:803px;
	border: solid 1px #B9B9B9;
	background:#ffffff repeat-y;
}
a {
	text-decoration: none;
	color: #069;
}
a:hover {
	text-decoration: underline;
}

.reset-list, .reset-list li ul {
	margin: 0;
	padding: 0;
}
.reset-list li {
	list-style:none;
	padding: 0;
	margin: 0;
}
h1 {
	margin: 2px 0px 5px 0px;
	font: bold 1.5em "HandelGothic BT";
	color: #000;
}
h2 {
	font-size:0.9em;
	margin:0 0 0 0;
}
table{
	margin:10px 0;
	padding-left:20px;
	font-size:0.7em;
}
table td{
	padding-left:20px;
	width:25%;
	
}
table th{
	font-size:1.1em;
	font-weight:bold;
	padding:5px 0;
}
.padding-top{
	padding-top:5px;
}
.float-right{
	float:right;
}
.float-left{
	float:left;
}
.clear-both{
	clear:both;
}
#column3 .font-size{
	font-size:1em;
}
           
/* MASTHEAD
===================================================================== */
#mast-head {
	position: relative;
}
#logo {
	background: url(../images/leeco_r4_c3_2.jpg) no-repeat center;
	width: 173px;
	height: 139px;
	text-indent: -999em;
	float:left;
}
#wind-logo {
	background: url(../images/WINDlogo.jpg) no-repeat center;
	width: 173px;
	height: 139px;
	text-indent: -999em;
	float:left;
}
#banner{
	width: 630px;
	height: 139px;
	float:right;
}
#default-banner{
	background: transparent url(../images/leeco_r4_c5.jpg) no-repeat top left;
	width: 630px;
	height: 139px;
	float:right;
}
#about-banner{
	background: url(../images/leeco_r4_c5_7.jpg) no-repeat top left;
	width: 630px;
	height: 139px;
	float:right;
}
#products-banner{
	background: url(../images/leeco_r4_c5_6.jpg) no-repeat top left;
	width: 630px;
	height: 139px;
	float:right;
}
#processing-banner{
	background: url(../images/leeco_r4_c5_8.jpg) no-repeat top left;
	width: 630px;
	height: 139px;
	float:right;
}
#locations-banner{
	background: url(../images/leeco_r4_c5_2.jpg) no-repeat top left;
	width: 630px;
	height: 139px;
	float:right;
}
#rfq-banner{
	background: url(../images/leeco_r4_c5_5.jpg) no-repeat top left;
	width: 630px;
	height: 139px;
	float:right;
}
#calculators-banner{
	background: url(../images/leeco_r4_c5_3.jpg) no-repeat top left;
	width: 630px;
	height: 139px;
	float:right;
}
#wind-banner{
	background: url(../images/WINDtop2.jpg) no-repeat top left;
	width: 630px;
	height: 139px;
	float:right;
}

#phone-number {
	position: absolute;
	top: 5px;
	right: 5px;	
	margin: 0;
}

/* GLOBAL NAVIGATION
===================================================================== */
#global-nav, #global-nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#global-nav a {
	display:block;
	color:#fff;
	height: 41px;
	text-decoration:none;
	outline:none;
}
#global-nav li {
	float:left;
	border-bottom:solid 1px #FFFFFF;
}
#global-nav li ul li{
	float:none;
	font-size:0.75em;
	letter-spacing:1px;

}
#global-nav li ul li a{
	color:white;
	display:block;
	width:21em;
	height:1em;
	padding:3px 0 6px 10px;
	overflow:hidden;
}
#global-nav li ul li a:hover{
	color:blue;
	background-color:#EFEFEF;
}
#global-nav li ul {
	position: absolute;
	left: -999em;
}
#global-nav li .width{
	width:9em;
}
#global-nav li .width li a{
	width:11.2em;
}
#global-nav li .width2{
	width:13.7em;
}
#global-nav li .width2 li a{
	width:17.3em;
}
#global-nav li ul .border-bottom{
	border:none;
}

#global-nav li:hover ul {
	left: auto;
	background-color:#35393c;
	border:solid 1px #FFFFFF;
	
}
#global-nav li:hover ul, #global-nav li.sfhover ul {
	left: auto;
}
#wind-about-btn{
	background:transparent url(../images/wind-about-btn.png) no-repeat top left;
	background-position: 0 0;
	width:101px;
	text-indent:-999em;
}
#wind-about-btn:hover{
	background:transparent url(../images/wind-about-btn.png) no-repeat top left;
	background-position: 0px -41px;
	
}
#wind-products-btn{
	background:transparent url(../images/wind-products-btn.png) no-repeat top left;
	background-position: 0 0;
	width:100px;
	text-indent:-999em;
}
#wind-products-btn:hover{
	background:transparent url(../images/wind-products-btn.png) no-repeat top left;
	background-position: 0px -41px;
}
#wind-processing-btn{
	background:transparent url(../images/wind-processing-btn.png) no-repeat top left;
	background-position: 0 0;
	width:100px;
	text-indent:-999em;
}
#wind-processing-btn:hover{
	background:transparent url(../images/wind-processing-btn.png) no-repeat top left;
	background-position: 0px -41px;
}
#wind-export-btn{
	background:transparent url(../images/wind-export-btn.png) no-repeat top left;
	background-position: 0 0;
	width:101px;
	text-indent:-999em;
}
#wind-export-btn:hover{
	background:transparent url(../images/wind-export-btn.png) no-repeat top left;
	background-position: 0px -41px;
}
#wind-quote-btn{
	background:transparent url(../images/wind-quote-btn.png) no-repeat top left;
	background-position: 0 0;
	width:99px;
	text-indent:-999em;
}
#wind-quote-btn:hover{
	background:transparent url(../images/wind-quote-btn.png) no-repeat top left;
	background-position: 0px -41px;
}
#wind-calculators-btn{
	background:transparent url(../images/wind-calculators-btn.png) no-repeat top left;
	background-position: 0 0;
	width:100px;
	text-indent:-999em;
}
#wind-calculators-btn:hover{
	background:transparent url(../images/wind-calculators-btn.png) no-repeat top left;
	background-position: 0px -41px;
}
#wind-wind-btn{
	background:transparent url(../images/wind-wind-btn.png) no-repeat top left;
	background-position: 0 0;
	width:100px;
	text-indent:-999em;
}
#wind-wind-btn:hover{
	background:transparent url(../images/wind-wind-btn.png) no-repeat top left;
	background-position: 0px -41px;
}
#wind-contact-btn{
	background:transparent url(../images/wind-contact-btn.png) no-repeat top left;
	background-position: 0 0;
	width:102px;
	text-indent:-999em;
}
#wind-contact-btn:hover{
	background:transparent url(../images/wind-contact-btn.png) no-repeat top left;
	background-position: 0px -41px;
}

/* BODY CONTENT
===================================================================== */
#welcome-bar{
	background-color: #add2ec;
	width:630px;
	height:34px;
}
#welcome-bar p{
	margin:8px;
	font: bold 1.2em Arial;
	color: #fff; 
}
#welcome-bar p span{
	font: normal .9em Arial; 
}
#wind-welcome-bar{
	background-color:#9acc99;
	width:630px;
	height:34px;
}
#contentContainer {

}
#content {
	width: 600px;
	margin:10px 0 0 10px;
	padding: 0 10px 20px 5px;
	float: right;
}
#content p {
	text-align: justify;
	font-size:0.8em;
	line-height: 1.8em;
	margin-top:2px;
}
#content ul {
	padding-left:15px;
	margin-left:0;
}
#content ul li {
	text-align:justify;
	font-size:0.8em;
	margin-top:2px;
}
#content ul li ul{
	font-size:1.5em;
	margin-top:2px;
	list-style-type:square;
}
#process-list{
	clear:both;
}
#process1 {
	width:230px;
	float:left;
}
#process1 ul{
	
}
#process2 {
	width:230px;
	float:left;
}
#process2 ul{
	
}
#content #contact1 {
	width:230px;
	float:left;
}
#content #contact1 ul li{
	background:none;
}
#content #contact2 {
	width:230px;
	float:left;
}
#content #contact2 ul li{
	background:none;
}
#column1 {
	width:280px;
	float:left;
}
#column1 img{
	border:none;
	margin:10px 0 10px 40px;
}
#content .center{
	text-align:center;
}
#content .font-size{
	font-size:1em;
}
.margin-left{
	margin-left:125px;
}
.margin-left-2{
	margin-left:81px;
}
.margin-left-3{
	padding-left:200px;
}
#column2 {
	width:320px;
	float:left;
}
#column2 img{
	border:none;
	margin:10px 0 10px 50px;
}
#column3 {
	width:600px;
	float:left;
}
#content #column3 p{
	text-align:center;
}
#column3 ul{
	padding:0 0 0 15px;
	background:none;
	margin:10px 0 0 0;
	float:left;
}
#column3 ul li {
	background:none;
}
#column3 ul .first {
	font-weight:bold;
}
#column3 #list-5{
	width:575px;
}
#column3 #pendulum{
}
#column3 #pendulum li{
	
}

.center{
	text-align: center;
}
#column4 {
	width:600px;
	margin-top:20px;
	float:left;
}
#column4 p {
	text-align:center;
}

/* SIDEBAR
===================================================================== */
#side-bar {
	background: transparent  url(../images/bg_new.gif) no-repeat;
	margin-bottom:55px;
	height: 650px;
}
#sidebar-title{
	background-color:#37383c;
	width: 172px;
	height:34px;
	text-align:center;
	color:#fff;
}
#side-nav {
	width:172px;
	margin-bottom:20px;
}
#side-nav li {
	padding:5px 3px 5px 8px;
	font: normal 0.7em Arial, Helvetica, sans-serif;
	color: #303030;
	border-bottom: solid 1px #fff;
}
.dark-gray{
	background-color:#ccc;
}
.light-gray{
	background-color:#efefef;
}
#side-nav li a {
	text-decoration: none;
	color: #37383c;
}
#side-nav li a:hover{
	text-decoration: none;
	color: #9B9B9B;
}
/* RFQ FORM
===================================================================== */
#quick-form-container{
	margin: 20px;
}
#quick-form{
	font: normal .75em Arial, Helvetica, sans-serif;
}
#quick-form input{
	width: 18em;
	font-size:1em;
	margin-bottom:6px;
	padding:0;
}
#quick-form textarea{
	width: 15em;
	height:8em;
	padding:0;
}
#quick-form .submit-btn{
	cursor:pointer;
	width: 8em;
	margin-top:10px;
}

/* FOOTER
===================================================================== */
#footer {
	background: #37383c;
	width:804px;
	height:38px;
	border: solid 1px #CCC;
	clear: both;
	text-align: left;
}
#footer p{
	font-size: .85em;
	color:#fff;
	margin:0;
	padding:12px 0 0 9px;
	float:left;
}
#footer a{
	color:#fff;
}
