*{
	margin: 0;
	padding:0;
	}

body{
	background-color: #373737;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #777;
	text-align: center;		/* centers content in IE5.5 and earlier */
	min-width: 950px;		/* prevents negative left-margins in narrow browser windows w/NN & Mozilla */
	background-position: -100px 0;
	}

#wrapper{
	width: 950px;
	margin: 0 auto;
	text-align: left;
	/*background-color:#ffffff;*/
	}

#branding{
	position:relative;
	height: 92px;
	padding: 0 0 0px 0px;
	/*background: url(../../images/branding/bg1.gif) left repeat-x;*/
	border-top: 1px solid #595959;	
	}
	
#logo{
	height: 92px;
	width: 400px;
	float:left;	
	/* padding-left: 32px; */
	/*background: url(../../images/branding/logo.gif) left no-repeat; */
	}

#frame{
	position:relative;
	width: 950px;
	margin-top:30px;
	margin-bottom: 34px;
	/*margin-left: 28px;*/
}
#home #frame {
	margin-top: 40px;
}
#left {
  float:left;
  width: 300px;
}
#replay {
  font-size: 11px;
  padding-bottom: 6px;
}
#replay a {
  color: #A6A6A6;
  text-decoration:none;
}
#thumbs {
  float:left;
  width:290px;
  /*margin-top: 16px;*/
}
.grid-row {
  height:85px;
}
#content{
	float:left;
	width:650px;
}
#content #photo img {
}

#fineprint{
	float: right;
	padding-top: 10px;
	color: #BFBFBF;
	font-size: 10px;
	}
#fineprint a{
	color: #BFBFBF;
	text-decoration: none;
	}
#fineprint a:hover{
	text-decoration: underline;
	color: #606060;
	}
#footer-1 {
	float:left;
	width: 300px;
	text-align:right;
	padding-top: 1.4em;	
}
#footer-2 {
	float:right;
	width: 125px;
	margin-left: 120px;
}
#exterior {
float:left;
color:#E6E6E6;
font-size:10px;
/*font-weight:bold;*/
padding-top: 20px;
padding-right: 5px;
}
#interior {
float:left;
color:#E6E6E6;
font-size:10px;
/*font-weight:bold;*/
padding-top: 20px;
padding-right: 5px;
}
#about-us {
color:#D9D9D9;
font-size:13px;
padding-bottom: 3px;
margin-top: 1em;
width: 500px;
}
#description {
color:#D9D9D9;
font-size:11px;
padding-bottom: 6px;
}

/* typography
----------------------------------------------- */

h1 {
	font-family: Tahoma, Geneva, Arial, sans-serif;
	font-size: 1.8em; 
	font-weight: bold;
	margin-bottom: 8px;
	}
h2 { 
	font-size: 1.2em;
	font-weight: bold;
	padding-top: .5em;
	margin-bottom: .5em;
	}
p {
	margin-bottom: 1.5em;
	line-height: 1.3em;
	}

img{
	border: none;
	}


/* nav
----------------------------------------------- */

#nav ul { float: left;}

#nav {
/*font-weight:normal; */
float:left;
padding-top:20px;
padding-left: 10px;
font-size:11px;
}

#nav li {
	display: block;
	list-style: none;
	float: left;
	height: 20px;
	width: 20px;
	/* margin-left: 13px; */
	}

#active { 
  color:#333333;
  height: 11px;
  width: 11px;
  font-weight:bold;
  border: 1px solid #B2B2B2;
  display:block;
}

#nav a{
  float:left;
  text-decoration:none;
  font-weight:normal;
  color:#999999;
}

#nav li:hover { color:#606060;	}
#nav a:hover { color:#606060; }  /* for IE */
html>body #nav a:hover { color:#606060; }


/* clearing
----------------------------------------------- */

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}
