/* GLOBAL STYLES*/

* {
	margin: 0;
	padding: 0;
}


body {
	font: 76%/140% Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0 auto;
	/*height: 100%;   REMOVED 28.2.08   */        
	/*width: 110%;    REMOVED 28.2.08   */
	background: #BAD9A4 url(../images/homebgslice.jpg) repeat-y left top;
}

	
#container {
	position: absolute;
	left: 0;
	top: 0px;
	height: 100%;
	width: 860px;
}


#maincol {
	position: absolute;
	width: 480px;
	left: 100px;
	top: 150px;
	height: 100%;
}


#maincontent {
	width: 100%;  /* ADDED 28.2.08   */
	position: relative;
	left: 0px;
	top: 0px;
	padding-top: 1px;
}


#navcol {
	position: absolute;
	width: 170px;
	left: 635px;
	top: 115px;
	padding-bottom: 3em;
	padding-top: 520px;	
}







/* HEADER AREA + FOOTER */


#headstuff {
	background: url(../images/topslice.jpg) no-repeat left top;
	position: absolute;
	height: 227px;
	width: 960px;
	left: 0px;
	top: 0px;
}




#logo {
	background: url(../images/ec_logo4.gif) no-repeat left top;
	height: 39px;
	width: 260px;
	position: absolute;
	left: 40px;
	top: 40px;
}

#fresh {
	background: url(../images/freshair.gif) no-repeat left top;
	height: 39px;
	width: 260px;
	position: absolute;
	left: 340px;
	top: 40px;
}

#extrasmenu {
	margin-top: 0px;
	padding-right: 15px;
	padding-bottom: 3em;
	padding-left: 10px;
	position: absolute;
	left: 215px;
	width: 350px;
	top: 136px;
	height: 23px;
	text-align: right;
	z-index: 100;
}


#navbottom {
	width: 100%; 
	position: absolute;
	left: 0px;
	margin-top: 4em;
	padding-right: 15px;
	padding-bottom: 4em;
	padding-left: 0px;
}
.quote {
	font-style: italic;
}


#navbottom li, #extrasmenu li {
	display: inline;
	padding: 0px;
	font-size: 0.8em;
	line-height: 1.5em;
}

#maincol #navbottom li {
	margin-right: 1em;
	margin-left: 0px;	
}

#extrasmenu li {
margin-left: 1em;
}



/* GLOBAL TYPOGRAPHY */


p, li, blockquote {
	margin-top: 0.8em;
}
blockquote {
	font-style: italic;
}


#maincol li {
	margin-left: 1.5em;/*	margin-left: 1.5em;  CAUSING PROBLEMS!!  */
}
.top_return {
	margin-top: 1em;
}


h1 {
	font-size: 1.6em;
	font-weight: normal;
	color: #D52108;
	margin-top: 4em;
	margin-bottom: 0em;
	line-height: 1.1em;
}


h2 {
	font-size: 1.2em;
	font-weight: normal;
	color: #5E563F;
	margin-top: 2.5em;
	margin-bottom: 0em;
}

h2 em {
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	font-style: normal;
	color: #333333;
}


h3 {
	font-size: 1em;
	font-weight: bold;
	color: #5E563F;
	margin-top: 2em;
	margin-bottom: 0em;
}


.box h5 {
	font-size: 1em;
	font-weight: bold;
}

sub {
	margin: 0px 0px -10px;
	padding: 0px;
	font-size: 0.8em;
	top: -8px;
	line-height: 1em;
	/*border: 1px solid transparent;*/
}


.spacey {
	margin-top: 1.5em;
}







/* GLOBAL LINK-RELATED STYLES*/
img {
	border-style: none;
}


a img {
	text-decoration: none;
	border-style: none;
	background: transparent;
}


a:visited img {
	border-style: none;
	background: transparent;
}


a:active img {
	border-style: none;
}


a:active, a:focus {
	outline:0; /* for browsers that understand */
}


a {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	height: 1em;
	color: #000000;
	background: #F7E7BB;
}
#navcol a {
	background: #BBA872;
	
}


a:link, a:visited {
	color: inherit;
}


a:hover {
	text-decoration: underline;
	color: #04213C;
}











/* CLASSES ETC */


em {
	font-weight: bold;
	font-style: normal;
}

.clear {
	clear: both;
}

.float {
	float: left;
}

.equibrand {
	color: #000000;
}

.pullquote .equibrand, #navcol .equibrand, moveleft3 .equibrand {
	color: inherit;
}


.quotebox {
	padding: 20px 0px 12px 20px;
	margin-top: 50px;
	font-size: 1.1em;
	line-height: 1.3em;
	color: #FFE342;
	font-weight: bold;
	width: 170px;
	position: relative;
	left: -20px;
	background-image: url(../images/quotes_eq.gif);
	background-repeat: no-repeat;
	background-position: 8px 8px;
	display: block;
}




/* see discussion at www.ryanbrill.com/archives/multiple-classes-in-ie/    */


.photob4quote {
	margin-left: 20px;
}

#maincol .quotebox {
	width: auto;
	color: #857750;
	background-image: url(../images/quotes_eq.gif);
	background-repeat: no-repeat;
	background-position: 8px 8px;
}

#maincol .moveleft3 .quotebox {
	width: 170px;
	color: #FFE342;
	position: relative;
	left: 0px;
	background-image: url(../images/quotes_eq.gif);
	background-repeat: no-repeat;
	background-position: 8px 8px;
}



#maincol .moveleft3 {
	position: relative;
	clear: both;
	float: right;
	left: 225px;
	margin-left: -170px;
}



.pullquote {
	color: #FFFFFF;
	margin-top: 100px;
	font-size: 1.2em;
	margin-right: 0px;
	line-height: 1.4em;
	width: 170px;
	padding: 0px;
	margin-left: 0px;
}



.quotesource {
	font-size: 0.8em;
	text-transform: uppercase;
	line-height: 1.15em;
}


.linestarter {
	display: inline;
	text-transform: uppercase;
	margin-right: 0.5em;
	font-size: 0.9em;
	margin-top: 0px;
	font-weight: bold;
}


a.anch {
	position: relative;
	top: -100px;
	background: transparent;
}



#maincol .nobull li, #navcol .nobull li{
	list-style: none;
	margin-left: 0px;	
}


ul#definitions {
	margin-bottom: 3em;
}

div.section {
	border-top: 1px solid #E56100;
	padding-top: 0em;
	padding-bottom: 3em;
	width: 100%;
}
.first {
	margin-top: 3em;
}



.navcolbarheader h3 {
	background: no-repeat;
	text-indent: -5000px;
	height: 26px;
	width: 170px;
	margin-bottom: 10px;
	margin-top: 1em;
}


.navcolbarheader p {
	font-size: 0.9em;
	line-height: 1.2em;
	margin-top: 0.2em;
}
.navcolbarheader h4 {
	font-size: 1em;
	line-height: 1.2em;
}
#navcol .navcolbarheader {
	padding-bottom: 0.5em;
}






.photo p {
	font-size: 0.9em;
	line-height: 1.2em;
	color: #FFFFFF;
}
.box {
	margin-top: 4em;
	background: #DBD1B4;
	width: 156px;
	padding: 0.5em 6px 0.8em 8px;
}
.box h4 {
	font-size: 1em;
	line-height: 1.2em;
}


#navcol .box a {
	background: #D5C595;
}

.box p, .box li {
	font-size: 0.95em;
	line-height: 1.2em;
	list-style: none;
	margin-top: 0.5em;
}

.floatright {
	float: right;
	margin: 0.2em 10px 15px;
}
.faq .photo {border:none;
}
#navcol .more {
	font-weight: bold;
	color: #CD0108;
}


#navcol .boxtop a:hover {
	text-decoration: underline;
}


.boxtop {
	width: 161px;
	color: #444444;
	margin-top: 2em;
	background: #B8A570;
	font-size: 1em;
	padding-right: 4px;
	padding-bottom: 0.5em;
	padding-left: 5px;
}
.boxtop h4 {
	font-size: 0.9em;
	text-transform: uppercase;
	background: #96875B;
	padding-left: 5px;
	padding-right: 5px;
	color: #EDE2C3;
	margin-bottom: -0.5em;
	margin-right: -5px;
	margin-left: -5px;
}
#navcol .boxtop a {
	background: #C7B279;
}

#medium_text {
	font-size: 120%;
}



#large_text {
font-size: 144%;
}


.equipowerlogo {
	height: 32px;
	width: 202px;
	margin-bottom: -3em;
	margin-left: 20px;
	position: relative;
	left: 250px;
	margin-top: 1.5em;
}

/*
.ebicologo {
	height: 34px;
	width: 108px;
	margin-bottom: -3em;
	margin-left: 20px;
	position: absolute;
	left: 350px;
	display: block;
	top: 3.5em;
}

*/











/* MAIN NAVIGATION STYLES*/



#menumain {
	position: absolute;
	left: -15px;
	top: 100px;
	width: 245px;
		height: auto;
}


#menumain li {
	/*float: left;*/
	
	position: relative;
	
	display: block;
	left: 0px;
	top: 0px;
	width: 245px;
	margin-top: 10px;
	
}


#menumain  a {
width: 245px;
	text-indent: -5000px;
	height: 35px;
	voice-family: "\"}\"";
	voice-family:inherit;
	display: block;
	background: no-repeat left 0px;
	line-height:20px;
	
}




#menumain  .nav0  {
	display: none;
	
}


#menumain  .nav1 a {
	background-image: url(../images/climate_32.gif);
	
}
#menumain  .nav2 a {
	background-image: url(../images/works_32.gif);
	
}
#menumain  .nav3 a {
	background-image: url(../images/lifestyle_32.gif);
	
}
#menumain  .nav4 a {
	background-image: url(../images/offset_32.gif);
	
}
#menumain  .nav5 a {
	background-image: url(../images/emissions_32.gif);
	
}
#menumain  .nav6 a {
	background-image: url(../images/global_32.gif);
	
}

#menumain  .nav7 a {
	background-image: url(../images/about_32.gif);
	
}
#menumain  .nav8 a {
	background-image: url(../images/apply_32.gif);
	
}

#menumain ul.navmain a:hover, #menumain ul.navmain a.over {
	background-position: 0px -35px;
	height: 35px;
}
.atermnumber {
	font-weight: bold;
}


#navcol #verisign { /* see other #verisign declarations in forms.css */
	position: absolute;
	top: 450px;
	margin-top: 0px;
}
