/* CSS Document */

* {
    margin:0;
    padding:0;
	}
body {
    background-color:#000;
    color:#a1a1a2;
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
	line-height: 120%;
}
a:link, a:active, a:visited {
    color:#a1a1a2;
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #ff009a;	
	font-weight: bold;
}
#wrapper {
	width: 900px;
	margin: 0 auto;
}
#header {
	width: 900px;
	height: 293px;
	background: url(../images/header.jpg) top left no-repeat;
}
#content-hm {
	width: 900px;
	min-height: 509px;
	overflow: hidden;
	background: #061c30 url(../images/bg-content.jpg) top right no-repeat;
}
#content-sub {
	width: 900px;
	min-height: 509px;
	overflow: hidden;
	background-color: #061c30;
}
#info {
	width: 850px;	
	margin: 0 auto;
	overflow: hidden;
}
#photos {
	width: 850px;	
	margin: 0 auto;
	overflow: hidden;
}
#contactleft {
	float: left;
	margin-left: 40px;
}
#contactright {
	float: left;
	margin-top: 20px;
}
.contact {
	padding-top: 40px;
	font-size: 14px;
	display: block;
}
h1 { text-indent: -100em; }  

#hm-header { 
 width: 390px; height: 40px; 
 background: url(../images/pg-lbl-hm.jpg) top left no-repeat; 
}
#info-header { 
 width: 450px; height: 40px; 
 background-image: url(../images/pg-lbl-info.jpg); 
 background-repeat: no-repeat; 
 margin-top: 25px;
}
#info-contact { 
 width: 450px; height: 40px; 
 background-image: url(../images/pg-lbl-contact.jpg); 
 background-repeat: no-repeat; 
 margin-top: 25px;
}
#info-photos { 
 width: 450px; height: 40px; 
 background-image: url(../images/pg-lbl-photos.jpg); 
 background-repeat: no-repeat; 
 margin-top: 25px;
}
#text-hm {
	width: 550px;
	padding: 20px 0 0 33px;
}
#hm-images {
	width: 547px;
	height: 171px;
	margin-left: 30px;
	background: #061c30 url(../images/hm-images.jpg) top left no-repeat;
}
#hm-image-text {
	width: 264px;
	margin-left: 142px;
	padding-top: 20px;
}
#hm-image-text h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13.45px;
	color: #246a99;	
}
#hm-image-text a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ff009a;	
	text-decoration: none;	
	display: block;
	margin-top: 10px;
}
#hm-image-text a:hover {
	color: #fff;		
}
p {
	margin: 10px 0;
}
#info ul {
	margin: 35px 0 0 50px;
}
#info li {
	list-style-type: none;
	font-size: 14px;
	margin: 10px 0;
}
h2 {
	font-size: 16px;
}
#navwrap {
	width: 900px;
	height: 47px;
	padding-left: 30px;
	background: url(../images/bg-nav.jpg) top left no-repeat;
}
#nav {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 47px;
	display: inline;
	overflow: hidden;
	}
	
#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	font-size:8px;
	}
	
#nav a {
	float: left;
	padding: 47px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:47px; /* for IE5/Win */
        -moz-outline-style: none; /* remove outline from image links */
        outline:none;
	}
	
#nav a:hover {
	background-position: 0 -47px;
	}

#nav a:active, #nav a.selected {
	background-position: 0 -47px;
	}
	
#btnhome a  {
	width: 70px;
	background: url(../images/btn-hm.jpg) top left no-repeat;
	}
#btninfo a  {
	width: 164px;
	background: url(../images/btn-info.jpg) top left no-repeat;
	}
#btnphotos a  {
	width: 148px;
	background: url(../images/btn-photos.jpg) top left no-repeat;
	}
#btncontact a  {
	width: 89px;
	background: url(../images/btn-contact.jpg) top left no-repeat;
	}

#footer {
	width: 900px;
	height: 87px;
	text-align: center;
	color: #dadada;
	font-size: 10px;;
	font-weight: bold;
	padding-top: 18px;
	background: url(../images/bg-footer.jpg) top left no-repeat;
}
#footer a { 
	font-weight: bold;
	font-size: 12px;
	color: #fff;	
	text-decoration: none;	
	margin: 0 5px;
	
}
#footer a:hover { 
	color: #ff009a;		
}

input, textarea {
	margin: 2px 0;
	padding: 2px;
	background: #666 url(../images/bg-form.jpg) no-repeat;
	color:#061c30;
	font-size: 12px;
	font-weight: bold;
}
select {
	background: #666;
}
#exterior {
	width: 400px;
	float: left;
	text-align: center;
}
#photos ul {
	margin: 0;
}
#photos li{
	display: inline;
}
#interior {
	width: 400px;
	float: left;
	text-align: center;
	margin: 0 0 5px 20px;
}
.photoborders {
	border: #fff thin solid;
}
.logo {
	margin: 20px 0 10px 27px;
}