@charset "utf-8";

body{
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	color: #333333;
}

a{text-decoration:none; border-bottom:1px dashed #ccc; color:#333} 
a:hover{ border-bottom:1px dashed #D2222A; color:#000} 
a img{border:0}
strong {font-weight:bold}
h2 {font-size:123.1%; font-weight:bold; margin-bottom:1em}
p{padding: .75em 0; line-height:1.3em}

.clear {
	font-size: 0px;
	line-height: 0px;
	clear: both;
	height: 1px;
}

.border{padding:5px; margin:6px; border:1px solid #ccc; background:#fff}
.right { float:right; margin-left:10px}
.left { float:left; margin-right:10px}



#wrapper {
	background: #FFFFFF url(../img/body_bg.png) no-repeat scroll left bottom;
	margin: 10px auto;
	width: 830px;
	border: 1px solid #CCCCCC;
	padding: 0px;
	height: auto;
}

#wrapper #header {
	padding: 0px;
	height: 170px;
	background: transparent url(../img/header_bg.png) no-repeat scroll left top;
}

 
#wrapper #header ul.address {float:right; margin:10px 20px 0 0;  padding:0; list-style:none}
#wrapper #header ul.address li{ font-size:93%; text-align:right; margin:2px 0; padding-bottom:1px}
#wrapper #header ul.address li a{text-decoration:inherit;color:inherit}
 
#wrapper #header #adler_constructions_logo {
	height: 75px;
	width: 294px;
	position:relative;
	left: 170px;
	top: 57px;
}
#adler_constructions_logo a{border:0}

#wrapper #menu {
	height: 200px;
	float:left;
	width: 146px;
	margin:-30px 0 0 0 ;
	border-right: 5px solid #666;
	padding:0 0 50px 0;
	list-style:none;

}
#menu li{ font-family:Arial, Helvetica, sans-serif; font-weight:bold; font-size:108%;  margin:20px 0; text-align:right;}
#menu li a {
	padding:0;
	color:#666;
	text-decoration:none;
	display:block;
	height:25px;
	width:136px;
	padding-right: 10px;
	line-height:25px;
}
 #menu li a:hover , .home #menu li.home a, .services #menu li.services a, .contact #menu li.contact a
 { background:#666; color:#FFFFFF; border:transparent}




#wrapper #content {
	padding: 10px;
	margin-top:-25px;
	float:right;
	width: 640px;
	font-size:90%;

}

.services #wrapper #content #servicelist {list-style:none}
.services #wrapper #content #servicelist li{margin:15px 0 10px 5px}

#footer {
	font-size: 77%;
	color: #666666;
	text-align: center;
	clear: both;
	height: 25px;
	padding-top: 10px;
}
#contactfrm label {
	float: left;
	width: 140px;
	font-weight:bold;

	font-size: inherit;
}
.contact #content #contactfrm {
	margin-top: 25px;
}
.contact #content #contactfrm #forminput {list-style:none}
.contact #content #contactfrm #forminput li{	margin: 3px 5px 0 0;}
.contact #contactfrm #forminput label.error{float:none; clear:both; color:#CC3300} 
.contact #contactfrm #forminput input.error{ background:#CC3300; color:#fff} 
.contact #contactfrm legend {padding-bottom:15px; font-weight:bold}

#sitemap li {padding:10px 0}
#sitemap ul ul {margin-left:20px}