@charset "utf-8";

* {

}

body  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(imgs/background.png);
	background-repeat: repeat-x;
	line-height: 1.4em;	
}
img {
		border: none;
}
a {
	color: #C1D72E;
}

.echoStyle #container {
	position:relative;
	width: 858px;
	margin: 0 auto;
	text-align: left;
	border-right: 1px solid #c1d72e;
	border-left: 1px solid #c1d72e;
	background-color: #161515;
	background-image: url(imgs/sidebar_bg2.jpg);
	background-repeat: no-repeat;
	background-position: left 145px;
} 
h3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
}

.echoStyle #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c1d72e;
	background-image: url(imgs/banner.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 145px;
	text-indent:-9999px;
} 
.echoStyle #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	height: 0px;
	display: block;
	line-height:0px;
}
.echoStyle #header #BannerAnimation {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0px;
	margin: 0px;
	z-index: 1000;
	
}

.echoStyle #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 246px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	height: 651px;
}
.echoStyle #sidebar1 h3 {
	color: #c1d72e;

}
.echoStyle #mainContent h2 {
	color: #C1D72E;
	font-weight: normal;
	margin-left: 14px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.echoStyle #sidebar1 p {
	color: #ebebeb;
}
.echoStyle #mainContent #mainText ul li {
	list-style-image: url(imgs/liDot.gif);
	margin-bottom: .6em;
}


.echoStyle #mainContent {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

	color: #ebebeb;
} 
.echoStyle #mainMenu  {
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 611px;
	left: 248px;
	top: 146px;
	border-bottom: 1px solid #c1d72e;
}
.echoStyle #mainMenu ul {
	margin:0px; padding: 0px;
}
.echoStyle #mainMenu li {
	margin:0px; padding: 0px;
	list-style: none;
	float: left;

}
.echoStyle #mainMenu a {
	color: #C1D72E;
	text-decoration: none;
	margin-right: 1.4em;
	font-size: 0.9em;
	display:block;
	line-height: 30px;
}
.echoStyle #mainMenu a:hover {
	color: #ebebeb;
}

#mainText {
	margin-top: 70px;
	margin-bottom: 70px;
	margin-left: 0px;
	margin-right: 0px;
}

.echoStyle #mainContent p{
	margin-left: 16px;
}

.echoStyle #footer {
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#161515;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c1d72e;
} 
.echoStyle #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #ebebeb;
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.echoStyle #footer a {
	color: #C1D72E;
	text-decoration: none;
}
.echoStyle #footer a:hover {
	color: #EBEBEB;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.hIndex {
	background-image: url(imgs/hHighEfficiencyItCoolingSys.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	width: 574px;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
	display: block;
}

.hDifferentialPressureControl{
	background-image: url(imgs/hDifferentialPressureContro.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	width: 574px;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
	display: block;
}

.hContactUs{
	background-image: url(imgs/hContactUs.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	width: 574px;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
	display: block;
}
.hECHOSystemInAction{
	background-image: url(imgs/hECHOSystemInAction.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	width: 574px;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
	display: block;
}
.hEnergySavings{
	background-image: url(imgs/hEnergySavings.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	width: 574px;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
	display: block;
}
.hSystemsDescriptions{
	background-image: url(imgs/hSystemsDescriptions.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	width: 574px;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
	display: block;
}

.hECHOFreeCoolChillers{
	background-image: url(imgs/hECHOFreeCoolChillers.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	width: 574px;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
	display: block;
}

.hECHOCoolingUnits{
	background-image: url(imgs/hECHOCoolingUnits.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	width: 574px;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
	display: block;
}

.hECHOMonitoringControl{
	background-image: url(imgs/hECHOMonitoringControl.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	width: 574px;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
	display: block;
}

.hECHOActiveCabinetExhaust
{
	background-image: url(imgs/hECHOActiveCabinetExhaust.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	width: 574px;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
	display: block;
}



.smallprint {
	font-size: .8em;
}
.echoStyle #addressBlock {
	background-image: url(imgs/alphaPanel.png);
	background-repeat: no-repeat;
	display: block;
	height: 151px;
	width: 166px;
	position: absolute;
	left: 20px;
	top: 600px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.echoStyle #addressBlock h3 {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-weight: bold;
}
.echoStyle #addressBlock p {
	font-family: Verdana, Geneva, sans-serif;
	margin: 0px;
	padding: 0px;
}
.echoStyle #addressBlock p a {
	color: #C1D72E;
}
.echoStyle #mainText .button a{
	float: left;
	padding: 10px;
	height: 253px;
	display: block;
}
.echoStyle #mainText .button a:hover{
	background: transparent url(imgs/btnBG.gif) no-repeat top left;
}




.alCentre{ text-align: center;}
