@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
}

img, a {
	border: 0;
}

embed {
	padding-bottom: 60px;
}

html, body {
	background: url(../images/bg.gif) repeat-x;
	height: 100%;
}

#mainContainer {
	width: 1050px;
	position:relative;	
	margin: 0 auto;
	font-family: Arial, Verdana, sans-serif;
	font-size:.9em;
	line-height: 170%;
	color: #4d4d4d;
	text-decoration:none;
	background: url(../images/bg2.png) repeat-y center;
	min-height: 900px;
}

#container {
	width: 1024px;
	margin: 0 auto;
	height: 100%;
}

#container ul {
	list-style: circle inside;
}

#container ul li {
	line-height: 200%;
}

#gutter {
	background: #000;
	height: 80px;
	margin: 0 auto;
	width: 1024px;	
}

#video {
	float: left;
	padding-right: 30px;
}

h1 {
	text-indent: -9999px;
	visibility:hidden;
}

.logo {
	display:inline-block;
	width: 210px;
	height: 39px;
	float:left;
}

.mainNav {
	float:right;
	
}

.mainNav ul li {
	list-style: none;
	float:left;
	height: 43px;
	display:block;
	padding-right: 40px;
}

.mainNav ul li a {
   display:block;
   height:66px; 
   text-indent:-9999px;
   }

.mainNav li#home {
	background: url(../images/home.jpg) no-repeat;
	width: 90px;
}

.mainNav li#about {
	background: url(../images/about.jpg) no-repeat;
	width: 90px;

}

.mainNav li#services {
	background: url(../images/services.jpg) no-repeat;
	width: 113px;
}

.mainNav li#portfolio {
	background: url(../images/portfolio.jpg) no-repeat;
	width: 102px;
}

.mainNav li#environment {
	background: url(../images/environment.jpg) no-repeat;
	width: 130px;
}

.mainNav li#contact {
	background: url(../images/contact2.jpg) no-repeat;
	padding-right: 10px;
	width: 110px;
}

.mainNav li#blog {
	background: url(../images/blog.jpg) no-repeat;
	padding-right: 0;
	width: 113px;
}

#mainImage {
	height: 325px;
	width: 1024px;	
}

#mainText {
	margin-top:0px;
	margin-bottom: 25px;
	padding: 25px;
	min-height: 240px;
}

p {
	margin-bottom: 15px;
}
	
.left {
	float: left;
	width: 620px;
}

.right {
	float: left;
	margin-left: 15px;
	width: 330px;
	background-color: #ccc;
}

.divider {
	display:block;
	width: 100%;
	background: #d0d0d0;
	height: 8px;
	clear: both;
}

#footer {
	margin: auto;
	width: 100%;
	background-color: #000000;
	
}

#footer p{
	position: relative;
	margin: 0 auto;
	padding: 25px;
	margin-left: 45%;
	color: #ffffff;
	font: 70% Arial, Verdana, sans-serif;
}

.header {
	border-bottom:1px solid #444444;
	padding-bottom:15px;
	width: 620px;
}

.address {
	float: left;
	width: 225px;
	height: 83px;
	border-right:1px solid #444444;
}

.email {
	float: left;
	width: 190px;
	height: 83px;
	margin-left: 20px;
	border-right:1px solid #444444;
}

.telephone {
	float: left;
	width: 160px;
	margin-left: 20px;
}

.litegray {
	color:#999;
}

.emaillink {
	font-family: Arial, Verdana, sans-serif;
	font-size:.9em;
	line-height: 170%;
	color: #4d4d4d;

}

