/* CSS Document */

body {
	background-image:url("img/bg.png");
	background-repeat:repeat-x;
	font-family:"Lucida Grande", Tahoma, Helvetica;
	font-size:.75em;
	margin:0px;
	padding:0px;
	background-color:#333333;
	color:#fff;
}


#whole_container {
	width:70%;
	padding:0px;
	margin:0px auto;
	top: 0px;
	min-width:600px;
}

#box{
	/*background-image:url("img/corner.png");
	background-repeat:no-repeat;*/
	background-image:url("img/gradientbg.png");
	background-repeat:repeat-x;
	margin-top:50px;
	clear:both;
	display:block;
	background-color:#422000;
	padding:15px;
	position:relative;
}

#header{
	background: transparent url('img/HIAcertified.png') right top no-repeat;
	margin-top:15px;
	padding-left:0px;
	position:relative;
	display:block;
	clear:both;
}

h1 {
	background-image:url("img/logo.png");
	background-repeat:no-repeat;
	background-position:0px 25px;
	margin:0px;
	text-indent:-1000px;
	overflow:hidden;
	width:215px;
	height:120px;
}

#nav_container{
	background-image:url("img/vr.png");
	background-repeat:repeat-y;
	background-position:165px 0px;
	position:relative;
	float:left;
	width:165px;
	margin-top:8px;
	margin-bottom:20px;
	min-height:300px;
	display:inline;
	padding-left:5px;
}


#content {
	position:relative;
	padding:10px 35px 20px 0px;
	overflow:hidden;
	margin-top:2px !important;
	margin-top:0px;
	margin-left:40px !important;
	margin-left:205px;
	min-height:300px;
}

ul#nav {
	width:154px;
	padding:0px;
	float:left;
	margin-left:0px;
}

#nav li {
	margin:0px;
	padding:0px;
	clear:both;
	list-style-type:none;
}	

a{
	outline-style:none;
}

#nav a.home,
#nav a.about,
#nav a.photos,
#nav a.guarantee,
#nav a:link.home,
#nav a:link.about,
#nav a:link.photos,
#nav a:link.guarantee,
#nav a:visited.home,
#nav a:visited.about,
#nav a:visited.photos,
#nav a:visited.guarantee {
	float:left;
	background-position:0px 0px;
	background-repeat:repeat-x;
	width:154px;
	height:33px;
	margin:0px;
	text-decoration:none;
	text-indent:-1000px;
	overflow:hidden;
}

#nav a.quote,
#nav a:link.quote,
#nav a:visited.quote {
	background-image:url('img/nav_quote.png');
	float:left;
	background-position:0px 0px;
	background-repeat:repeat-x;
	width:154px;
	height:50px;
	margin:20px 0px 0px 0px;
	text-decoration:none;
	text-indent:-1000px;
	overflow:hidden;
}

#nav a.home {
	background-image:url('img/nav_home.png');
	}

#nav a.about {
	background-image:url('img/nav_about.png');
	}

#nav a.photos {
	background-image:url('img/nav_photos.png');
	}

#nav a.guarantee {
	background-image:url('img/nav_guarantee.png');
	}

#nav a:hover.home,
#nav a:hover.about,
#nav a:hover.photos,
#nav a:hover.guarantee,
#nav a:hover.quote {
	background-position:308px 0px;
	}
	
body.quote #nav a.quote{
	background-position:154px 0px;
	}

body.home #nav a.home,
body.about #nav a.about,
body.photos #nav a.photos,
body.guarantee #nav a.guarantee {
	background-position:154px 0px;
	}
	
a,
a:link,
a:visited {
	color:#99ccff;
	text-decoration:underline;
	font-weight:normal;
}

a:hover {
	color:#99ccff;
	text-decoration:none;
}

div .roundedfg img {
	border: none;
}

.img_list{
	position:relative;
	float:left;
	display:inline;
	width:100px;
	height:73px;
	margin-left:0px;
	margin-top:0px;
	margin-right:20px;
	margin-bottom:20px;
}

.img_list a img {
	border:2px solid #fff;
	}
	
.img_list a:hover img {
	border: 2px solid #99ccff;
	}

h2 {
	font-size:1.6em;
	margin-top:9px;
}
	
#footer{
	margin-top:18px;
	margin-bottom:10px;
	position:relative;
	width:100%;
	float:left;
	clear:both;
	display:block;
	font-size:0.9em;
	text-align:center;
}

.rounded{display:block}
.rounded *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#ffffff}
.rounded1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #927f6d;
  border-right:1px solid #927f6d;
  background:#cfc7bf}
.rounded2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #543619;
  border-right:1px solid #543619;
  background:#dad4ce}
.rounded3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #dad4ce;
  border-right:1px solid #dad4ce;}
.rounded4{
  border-left:1px solid #927f6d;
  border-right:1px solid #927f6d}
.rounded5{
  border-left:1px solid #cfc7bf;
  border-right:1px solid #cfc7bf}
.roundedfg{
  background:#ffffff;
  text-align:center;
  }