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

body {
	margin: 0;
	padding: 0;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.udClear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.udClear {
	display: inline-block;
}
.udClear {
	display: block;
	width:auto;
}

.right {
	float: right;
	width: auto;
}

.left {
	float: left;
	width: auto;
}

.col50{
	width: 48%;
}

.col70{
	width: 70%;
}


.col40{
	width: 39%;
}

.col60{
	width: 58%;
}


.col30{
	width: 28%;
}


.col80{
	width: 78%;
}


.col20{
	width: 19%;
}

.workWrapper {
	border-bottom: thin dotted #cbcbcb;
	margin-bottom: 10px;
	padding-bottom: 10px;

}


.sample {
	border: thin solid #EEEEEE;
	padding: 8px;
}


.workWrapper h1{
	margin-top: 0;
	padding-top: 0;
}

.mainWrapper {
	width: 100%;
}

.headerWrapper{
	width: 100%;
	height: 250px;
	background-image: url(../images/header_bg.jpg);
}

.mainHeader{
	margin: 0 auto;
	width: 801px;

}

h3{
	padding: 0px;
	margin: 0px;
	margin-left: 5px;
	
}

.projectInfo{
	
	margin-left: 5px;
	margin-bottom: 10px;
}

.logo{
		height: 93px;
		background-image: url(../images/header_top.jpg);
}

/* @group Navigation */
.navImage{
	float: right;
	width: auto;
	
}

img {
	border: 0;	
}

.nav{
	float: left;
	width: auto;
}

.nav ul li a{
	display: block;
	float:  left;
	width:  100%;
	height: 100%;
	line-height: 0.01em;
	font-size: 0.01em;
	text-decoration:none;
	color:#f7f7f7;
}

.nav ul{
	padding: 0px;
	margin: 0px;
	margin-left: 220px;
	clear: right;
}

.nav ul li {
	display: block;
	float:  left;
	margin-right: 10px;
	width: auto;
}
.centered {
	text-align:center;	
}
.nav #home{
	width: 63px;
	height: 61px;
	background-image: url(../images/home_bts.jpg);
}

.nav #home:hover{
	background-image: url(../images/home_over_bts.jpg);
}

.nav #services{
	width: 92px;
	height: 61px;
	background-image: url(../images/services_bts.jpg);
}

.nav #services:hover{
	background-image: url(../images/services_over_bts.jpg);
}

.nav #work{
	width: 68px;
	height: 61px;
	background-image: url(../images/work_bts.jpg);
}

.nav #work:hover{
	background-image: url(../images/work_over_bts.jpg);
}

.nav #contact{
	width: 89px;
	height: 61px;
	background-image: url(../images/contact_bts.jpg);
}

.nav #contact:hover{
	background-image: url(../images/contact_over_bts.jpg);
}


.pageTitle{
	float: left;
	clear: left;
	width: 309px;
	height: 96px;
	
	
}
/* @end */



.content{
	width: 801px;
	margin: 0 auto;
	padding-left: 15px;
}

.content p{
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	margin-left: 10px;
	font-size: 13px;
	line-height: 16px;
	color: #3a3a3a;
	border-bottom: thin dotted #cbcbcb;
}

/* @group Titles */
h1{
	color: #799c44;
	font: normal normal 20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-bottom: 0px;
	margin-bottom: 5px;
}

h2{
	color: #799c44;
	font: normal normal 18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 0px;
	margin: 0px;
}
h4{
	color: #799c44;
	font: normal normal 20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-bottom: 0px;
	margin-bottom: 5px;
}

/* @end */

/* @group Lists */

.arrowList {
	padding-left: 0px;
	margin-left: 5px;
	}

.arrowList li{
	list-style-image: url(../images/greyArrow.jpg);
	padding-left: 0px;
	margin-left: 0px;
	list-style-position: inside;
	margin-bottom: 5px;
	font-size: 11px;
}

.arrowList li a{

	font-size: 12px;
	color: black;
	text-decoration: none;
}


/* @end */








/* @group Footer */
.footerWrapper {
	clear: both;
	width: 100%;
	background: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	min-height: 170px;
}
.mainFooter {
	width: 801px;
	margin: 0 auto;
}
/* @end */


a{
	color: #799c44;
}
input, textarea{
	color:#666666;
	background: #eeeeee;
}

.noBorder {
	border:none;
}