body { 
	margin: 0px; 
	padding: 0px; 
	background-image: url(../img/bg.jpg); 
	background-repeat: no-repeat; 
	background-position: center top; 
	background-color: #04191d; 
	}

#wrapper { 
	position: static;
	height: 670px; 
	width: 950px; 
	margin: 0px auto; 
	text-align:center;
	}

#container { 
	height: 613px; 
	width: 950px; 
	position: relative; 
	background-image: url(../img/mainbg.png); 
	top: 57px; 
	}

#header {
	width: 950px;
	height: 98px;
	}


	
#logo {
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	height: 175px;
	width: 175px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:100;
	}

#logo a {
	display: block;
	height: 90px;
	width: 90px;
	position: relative;
	top: 42px;
	left: 42px;
	}
	
#logo span { display: none; }
	
#phone {
	position:absolute;
	top: 0;
	left:165px;
	background-image: url(../img/telephone.png);
	background-repeat: no-repeat;
	width: 190px;
	height: 31px;
	display: block;
	
	}
#phone span {
	display: none;
}

#nav {
	height: 97px;
	position: absolute;
	z-index: 90;
	float: right;
	left: 163px;
	top: 59px;
	}

#footer {
	height: 20px;
	width: 930px;
	position: absolute;
	z-index: 99;
	left: 0px;
	top: 553px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	padding: 10px;
	vertical-align:middle;
	}

#footer ul {
	padding: 0;
	margin: -6px auto 0 auto;
	}
#footer li {
	display: inline;
	padding: 0;
	margin: 0 30px;
	vertical-align:middle;
	
	}
#footer li a:link {
	color: #ffe5a8;
	text-decoration: none;
	}
	
#footer li a:hover {
	color: #ffbf25;
	text-decoration: none;
	vertical-align:middle;
	}
	
#footer li a:active {
	color: #ffffff;
	text-decoration: none;
	vertical-align:middle;
	}

#footer li a:visited {
	color: #ffffff;
	text-decoration: none;
	vertical-align:middle;
	}
	
#since {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 139px;
	width: 150px;
	z-index: 5000;
	background-image: url(../img/since.png);
	background-repeat: no-repeat;
	}
	
#since span {
	display:none;
	}

#sincesub {
	position: absolute;
	bottom: -50px;
	right: 25px;
	height: 80px;
	width: 86px;
	z-index: 5000;
	background-image: url(../img/sincesub.png);
	background-repeat: no-repeat;
	}
	
#sincesub span {
	display:none;
	}
	
.mainnav li{
	display: inline;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	}
.mainnav {
	position: absolute;
	top: 60px;
	left: 180px;
	margin: 0px;
	padding: 0px;
}

.primarynav li{
	display: inline;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	}
.primarynav {
	position: absolute;
	top: 30px;
	left: 670px;
	margin: 0px;
	padding: 0px;
}

#main {
	padding: 0px;
	width: 950px;
	height: 452px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	top: 98px;
	
	}
#main h3 {
	width: 322px;
	height: 51px;
	background: url("../img/quote.png") no-repeat 0 0;
	position: absolute;
	left: 33px;
	bottom: -19px;
	display: block;
	z-index: 777;
	}
	
#main h3 a {
	display: block;
	height: 51px;
	width:322px;
	}
	
#main h3 span {
	display: none;
	}
	
#sidebarhome {
	position: absolute;
	top: 0;
	left: 0;
	width: 280px;
	height: 351px;
	margin: 100px 0px 0px 55px;
	vertical-align: middle;
	}
#sidebarhome h1 {
	width: 280px;
	height: 26px;
	background: url("../img/dontlookfurther.png") no-repeat 0 0;
	}
#sidebarhome h1 span {
	display: none;
	}

#sidebarhome p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	margin: 12px 0 0 0;
}
#sidebarabout {
	position: absolute;
	top: 0;
	left: 0;
	width: 280px;
	height: 351px;
	margin: 70px 0px 0px 55px;
	vertical-align: middle;
	}
#sidebarabout h2 {
	width: 280px;
	height: 91px;
	background: url("../img/about.png") no-repeat 0 0;
	}
#sidebarabout h2 span {
	display: none;
	}
#sidebarabout p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	margin: 12px 0 0 0;
}
#sidebarcontact {
	position: absolute;
	top: 0;
	left: 0;
	width: 280px;
	height: 351px;
	margin: 70px 0px 0px 55px;
	vertical-align: middle;
	}
#sidebarcontact h2 {
	width: 280px;
	height: 26px;
	background: url("../img/contact.png") no-repeat 0 0;
	}
#sidebarcontact h2 span {
	display: none;
	}
#sidebarcontact p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	margin: 12px 0 0 0;
}
#content {
	position: absolute;
	top: 0;
	right: 0;
	width: 570px;
	height:451px;
	float: right;
	margin: 0px 25px 0px 0px;
	}
#content #errors {
	width: 500px;
	margin: 15px 0 15px 0;
	font-family: Helvetica, Arial, Verdana;
	font-size: 11px;
	color: #F00;
	font-weight: bold;
	text-align: left;
	z-index: 10000;
	}
#content h2 {
	padding: 0px;
	margin: 0px;
	font-size: 26px;
	font-family: Helvetica, Arial, Verdana;
	color:#973e2a;
	float: left;
	clear: left;
}
#content h4 {
	padding: 0px;
	margin: 0px;
	font-size: 18px;
	font-family: Helvetica, Arial, Verdana;
	color:#973e2a;
	float: left;
	clear: left;
}
#content .sublabel {
	font-size: 11px;
	float: left;
	clear: left;
	font-family: Helvetica, Arial, Verdana;
	}
#content textarea {
	font-size: 11px;
	float: left;
	clear: left;
	font-family: Helvetica, Arial, Verdana;
	}
#content input {
	font-size: 11px;
	float: left;
	clear: left;
	font-family: Helvetica, Arial, Verdana;
	}

/* ----- NAVO ----- */	



#home {
	display: block;
	float: left;
  	width: 58px;
  	height: 19px;
  	background: url("../img/homeBtn.gif") no-repeat 0 0;
	}
	
#home:hover
{ 
  background-position: 0 -19px;
}

#home span
{
  display: none;
}




#about {
	display: block;
	float: left;
  	width: 88px;
  	height: 19px;
  	background: url("../img/aboutBtn.gif") no-repeat 0 0;
}

#about:hover
{ 
  background-position: 0 -19px;
}

#about span
{
  display: none;
}




#contact {
	display: block;
	float: left;
  	width: 104px;
  	height: 19px;
  	background: url("../img/contactBtn.gif") no-repeat 0 0;
}

#contact:hover
{ 
  background-position: 0 -19px;
}

#contact span
{
  display: none;
}




#signs {
	display: block;
	float: left;
  	width: 129px;
  	height: 27px;
  	background: url("../img/signsBtn.gif") no-repeat 0 0;
	}
	
#signs:hover
{ 
  background-position: 0 -27px;
}

#signs span
{
  display: none;
}




#banners {
	display: block;
	float: left;
  	width: 144px;
  	height: 27px;
  	background: url("../img/bannersBtn.gif") no-repeat 0 0;
}

#banners:hover
{ 
  background-position: 0 -27px;
}

#banners span
{
  display: none;
}




#displays {
	display: block;
	float: left;
  	width: 141px;
  	height: 27px;
  	background: url("../img/displaysBtn.gif") no-repeat 0 0;
}

#displays:hover
{ 
  background-position: 0 -27px;
}

#displays span
{
  display: none;
}




#vehicles {
	display: block;
	float: left;
  	width: 143px;
  	height: 27px;
  	background: url("../img/vehiclesBtn.gif") no-repeat 0 0;
}

#vehicles:hover
{ 
  background-position: 0 -27px;
}

#vehicles span
{
  display: none;
}

#realestate {
	display: block;
	float: left;
  	width: 172px;
  	height: 27px;
  	background: url("../img/realestateBtn.gif") no-repeat 0 0;
}

#realestate:hover
{ 
  background-position: 0 -27px;
}

#realestate span
{
  display: none;
}

