/* CSS Document */

html, body {
	height: 100%;	
}

body {
/*	margin: 0; */
	margin:0px auto 0px auto;
	padding: 0;
	background-color: #FFFFFF;
	color: #FFFFFF;
	font-family: Tahoma, Arial, Verdana, Helvetica;
	background-image:url(/graphics/common/page-header-bg.png);
	background-repeat:repeat-x;
	font-size:12px;
}

body /* Internet Explorer */ 
{ 
	text-align: center; 
} 

body /* Mozilla Firefox alignment */ 
{ 
	text-align: -moz-center; 
} 

a {
	text-decoration:none;
	color:#FFFFFF;
}

#container {
	width:980px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	height:72px;
	width:980px;
	position:relative;
}

#header-logo {
	float:left;
	width:214px;
	height:72px;
	margin-left:0px;	
	background-image:url(/graphics/common/enviroweb-logo.png);
	position:relative;
	margin-top:17px;
}

#header-logo { behavior: url(iepngfix.htc);}

#header-telephone {
	float:right;
	font-size:18px;
	margin-top:30px;
}

#header-contact {
	float:right;
	width:150px;
	margin-right:28px;
	margin-top:44px;	
}

#header-contact:hover {
	cursor:pointer;	
}

.button-blue {
	height:19px;
	background-image:url(/graphics/common/button-blue.png);
	background-repeat:repeat-x;
	text-align:center;
	padding-top:3px;
	font-size:12px;
}

#content-wrapper {
	width:980px;
	margin-top:20px;
}

.form-box {
	border:#474747;
	border-style:solid;
	border-width:1px;
	background-color:#2C2C2C;
}

.clearall {
  clear: both;
}

#links {
	margin-top:20px;
	width:927px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-image:url(/graphics/common/links-bar.png);
	background-repeat:no-repeat;
	height:48px;
}

#footer {
	width:980px;	
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-image:url(/graphics/common/footer-bg.png);
	background-repeat:repeat-x;
	height:39px;
	padding-top:35px;
	color:#FFFFFF;
}

#footer a{
	color:#FFFFFF;
}

