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

* {
	margin: 0;
}

img, a {
	border: 0;
}

p {
	font-family: Arial, Verdana, sans-serif;
	font-size: .9em;
	line-height: 170%;
}

html, body {
	background: url(../images/bg_short.jpg) 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: 1260px;
	padding-bottom: 60px;
}

#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;	
}


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/portfolio2.jpg) no-repeat;
	width: 102px;
}

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

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

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

#mainImage {

	width: 1024px;	
}

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

.intro {
	padding-bottom: 15px;
	border-bottom: 1px solid #444444;
}
	
.left {
	float: left;
	width: 600px;
	padding-right: 25px;
}

p.bullets {
	margin-top: 20px;
	margin-right:40px;
	float: left;
	width: 260px;
}


.right {
}

.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;
}

.pic {
}

.block {
	width: 400px;
	height: 310px;
	margin-left: 30px;
	padding-bottom: 25px;
}

.block2 {
	width: 400px;
	height: 310px;
	margin-left: 510px;
	margin-top: -335px;
}

.text {
	width: 290px;
	margin-left: 160px;
	margin-top: -192px;
	font-family: Arial, Verdana, sans-serif;

	line-height: 170%;
	
}

.text_marketing {
	width: 290px;
	margin-left: 160px;
	margin-top: -150px;
	font-family: Arial, Verdana, sans-serif;

	line-height: 170%;
	
}

