/* Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

/* Layout */
body {
	width: 100%;
	background: #edebe1 url('images/body-bg.png') repeat-x;
}

#header {
	position: relative;
	width: 1060px;
	margin: 0 auto;
	background: transparent url('images/header-bg.png') no-repeat top;
}

#header h1 {
	display: inline-block;
	width: 188px;
	height: 99px;
	margin: 10px 0 0 40px;
	background: transparent url('images/logo-trans2.png') no-repeat;
}

#header h1 span {
	position: relative;
	left: -8000px;
}

#header p {
	position: absolute;
	top: 60px;
	left: 710px;
	display: block;
	width: 266px;
	height: 47px;
	margin: 0px 0 0 0px;
	background: transparent url('images/header-5p.png') no-repeat;
}

#header p span {
	position: relative;
	left: -8000px;
}

#header .nav {
	display: block;
	width: 900px;
	height: 37px;
	margin: 0 auto;
	padding-top: 0px;
	background: transparent utl('images/header-nav-bg.png') no-repeat;
}

#header .nav li {
	display: inline;
	margin-right: 30px;
}

#header h2 {
	display: block;
	width: 900px;
	height: 294px;
	margin: 0 auto;
	background: transparent url('images/header-h3-bg.png') no-repeat;
}

#header h2 span {
	position: relative;
	left: -8000px;
}

#content-wrap {
	width: 1060px;
	margin: 0 auto;
}

#content {
	position: relative;
	width: 900px;
    height:1500px;
	margin: 0 auto;
	background: transparent url('images/content-bg.png') repeat-y;
	border:0px solid green;
	
}

#content2 {
	position: relative;
	width: 900px;
    height:2600px;
	margin: 0 auto;
	background: transparent url('images/content-bg.png') repeat-y;
	border:0px solid green;
	
}

#about #content {
	height: 950px;
}

#services #content {
	height: 1350px;
}

#projects #content {
	height: 1600px;
}

#contact-page #content {
	height: 1300px;
}

#contact-page #main-content div {
	width: 50%;
	float: left;
	margin: 24px 0 24px 0;
}

#contact-page #main-content h4 {
	margin-right: 15px;
}

#contact-page #main-content img {
	width: auto;
	margin-bottom: 24px;
}

#contact {
	position: absolute;
	top: 0;
	left: 0;
	width: 239px;
	padding: 35px 25px 20px 25px;
}

#main-content {
	position: absolute;
	top: 0;
	left: 289px;
	width: 539px;
	padding: 35px 30px 20px 30px;
	border: 0px solid red;
}

#main-content li#equipment {
	margin-bottom: 130px;
}

#main-content img {
	width: 100px;
	border: 1px solid #004d32;
	padding: 3px;
	margin: 0 10px 0 0;
	float: left;
}

#main-content img.portrait {
	width: 200px;
}

#main-content .services img {
	width: 110px;
}

#projects #main-content h4 {
	margin-bottom: 0;
}

#projects #main-content p {
	margin-bottom: 12;
}

#projects #main-content img {
	float: none;
	width: 300px;
	margin-bottom: 36px;
}



#footer {
	width: 900px;
	height: 40px;
	margin: 0 auto 0px;
	padding: 15px 0 0 5px;
	background: transparent url('images/content-bg-bottom.png') no-repeat 3px 0;
}

#footer .nav {
	float: left;
}

#footer .nav li {
	display: inline;
	margin-right: 10px;
}

#footer .nav a {
	float: none;
}

#footer a {
	float: right;
}

#footer a span{
	position: relative;
	top: 5px;
	display: inline-block;
	width: 65px;
	height: 13px;
	background: transparent url('images/erevlogo.png') no-repeat;
}

#footer a span span {
	position: relative;
	left: -8000px;
}




/* Typography */

body {
	color: #5c5c5c;
	font-family: 'verdana', serif;
	font-size: 12px;
	line-height: 24px;
}

a {
	color: #b29424;
	text-decoration: none;
}

a:hover {
	color: #997b0e;
}

#header .nav a {
	font-size: 17px;
	line-height: 36px;
	color: #ffffff;
}

#header .nav a:hover {
	color: #ffeeb0;
}

#home .nav .home, #about .nav .about, #services .nav .services, #projects .nav .projects, #contact-page .nav .contact {
	color: #ffeeb0;
}

h3 {
	color: #004d32;
	font-size: 24px;
	line-height: 24px;
	font-weight: normal;
	margin-bottom: 24px;
}

h4 {
	color: #004d32;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	margin-bottom: 24px;
	
}

#contact h3 {
	color: #ffffff;
}

p, ul {
	margin-bottom: 24px;
}

li {
	line-height: 18px;
}

#contact {
	color: #ffffff;
}

#contact h3 {
	font-size: 18px;
	line-height: 24px;
}

#contact ul {
	list-style: none;
}

#contact abbr {
	text-decoration: none;
}

#footer .nav a {
	color: #4e7556;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
}

#footer .nav a:hover {
	color: #004d32;
}

#footer a {
	color: #646464;
}


