/*
Theme Name: DL2
Theme URI: http://www.devlounge.net
Description: A theme built by Astereostudio and Devlounge.
Version: 2.0
Author: Astereostudio & Devlounge


        Devlounge Stylesheet
	
	Designer:
	Author: Andrew Clemente
	Email: loud@astereostudio.com
	Portfolio: http://astereostudio.com
	
	Programmer:
	Author: Prashant Sugand
	Email: prashant@xirgo.net
	Portfolio: http://xirgo.net
	
	Copyright 2006, all rights reserved, Astereo Studio and Xirgo.
	
*/

body {
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
#ecombody{
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 18px;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	}

img {
	border: 0;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#wrapper {
	width: 939px;
	background: #fff;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}


#header {
	width: 939px;
	margin: 0 auto;
	height: 288px;
	background-image: url(images/main_header.jpg);
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}

#logo {
	width: 40%;
	height: 115px;
	margin: 0 auto;
	cursor: pointer;
	background-image: url(images/essentia_logo.jpg);
	background-repeat: no-repeat;
	float:left;
}

#logo h1 {
margin: 0px;
padding: 0px;
font-size: 24px;
font-weight: normal;
}


.fullservice{
	color: #000;
	background-image: url(images/finally.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height:385px;
}
.neighborhood{
	color: #000;
	background-image: url(images/neighbor.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 385px;
}
.fullservice a, .neighborhhood a, .fullservice a:hover, .fullservice a:visitied{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #333;
	text-decoration: underline;
}

#preheader {
	width: 60%;
	height: 137px;
	margin: 0 auto;

	float:right;
}
#topaddress {
	width: 100%;
	text-align: right;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

#topaddress .phone {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	color: #a97b25;
	width:260px;
	height:53px;
	float:right;
	background-image: url(images/call_us.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	line-height:53px;
	vertical-align: bottom;
}
#phoneicon {
}
#subpage h3, #subpage h3 {
color: #222;
font-weight: normal;
line-height: 90%;
font-size: 14px;}
#arch h3, h3 {
	color: #a26c00;
	font-size: 16px;
	margin: 0px;
	font-weight: normal;
}

#arch h3 a {
color: #a26c00;
background-color: #f2f2f2;
}

#arch h3 a:hover {
	text-decoration: underline;
}

#arch h2 {
font-size: 16px;
}
/*
+++++++++++++++++++
Continue With the Layout
+++++++++++++++++++
*/

#content-wrap {
	width: 100%;
	
	overflow: hidden;
	background-color:#FFF;

}

#content-wrap #pane {
	width: 260px;
	float: left; 
}

#content-wrap #sidebar {
width: 220px;
padding: 5px;
height: 100%;
float: right;
background-color: #f7f7f7;
font-size: 12px;
}


#content-wrap #content {
	width: 650px;
	padding: 5px;
        padding-top: 0px;
	float: right;
        line-height: 150%;
        font-size: 12px;
}

#content-wrap #subpage {
	width: 95%;
	float: left;
	padding-left: 5px;
	padding-righ:5px;
	font: 12px/20px Verdana;
	color: #000;
}


#content-wrap #arch {
	width: 95%;
	float: left;
	padding-left: 5px;
	color: #767475;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
}

