/* CSS Document */
body {
	background-color:#610000;
	font-size:14px;
	color:#FFFFFF;
	font-family: "Times New Roman", Georgia, serif;

}
* {
	margin:0;
	padding:inherit;
	}
	
a, a:visited {
	color:#fff;
	}
a:hover {
	text-decoration:none;
	}

ul {
	margin-left:30px;
	}
	

h1, h2, h3, h4, h5, h6 {
	color:#FFFFFF;
	margin:0;
	}
	
#inner_container {
	width:860px;
	position:relative;
	margin:0 auto;
	background-color:#610000;
	}

#inner_header {
	background:url(/images/header.jpg) no-repeat;
	height:240px;
	width:860px;
}

#navcontainer {
	position:absolute;
	top:125px;
	left:60px;
	width:750px;
}

#inner_nav ul li {
	float:left;
	margin-left:0px;
	list-style:none;
	font-size:11px;
	letter-spacing:.020em;
	text-align:center;
	vertical-align:middle;
	}


.navbutton ul li {
 	width:89px;
	height:19px;
	top:0px;
	left:0px;
	list-style:none;
}
#inner_nav ul {
	margin-left:0px;
	}

.navbutton ul {
	margin-left:0px;
	}

.roll {
	width:89px;
	height:19px;
	display:block;
	text-align:center;
	padding:2px;
	padding-top:5px;
	background:url(/images/inner_nav.jpg) 0px 0px no-repeat #000;
	text-decoration:none;
	color:#FFFFFF;
}
	
.navbutton .roll:link {
	background-position:0 0px;
	text-decoration:none;
}

.navbutton .roll:hover {
	background-position:0 -24px;
	text-decoration:none;
}

#inner_body {
	width:860px;
	background:url(/images/body.jpg) repeat-y;
	}
	
#inner_content {
	width:660px;
	margin:0 auto;
	padding-bottom:10px;
	}
	
#inner_content p{
	text-indent:8px;
	}
	
.avillink {
	color:#FFFFFF;
	}

.TestimonialName {
	color:#610000;
	}
	
#InformationBlock {
	color:#000000;
	border:#000 1px solid;
	}
#InformationBlock  a, #InformationBlock a:visited {
	color:#000000;
	}
#InformationBlock td {
	border-bottom:#000 1px solid;
	background-color:#CCCCCC;
	padding:2px;
	}
	
.navTab {
	float:left; 
	font-family:Verdana; 
	font-size:10px; 
	padding:4px;
	border-right:1px solid white;
	border-top:1px solid white;
	background-color:#9CBABD;
	cursor:pointer;
	cursor:hand;
}
.mainPanelContent {
	float:left;
	width:96%;
	border:4px solid white;
	padding:10px;
	background-color:#F7F3EF;
	display:block;
	clear:both;
}

.about_img {
	float:left;
	padding:15px;
}

#page_heading{
	position:absolute;
	left: 49px;
	top: 73px;
}

#warrenty_about {
	position:absolute;
	left: 433px;
	top: 68px;
	width:258px;
	text-align:right;
}

#map {
	position:absolute;
	left: 437px;
	top: 247px;
	width:320px;
}
#mapContainer {
	height:300px;
	width:300px;
	border:4px #000000 solid;	
}

.GalleryDiv {
	float:left;
	width:210px;
	height:210px;
	text-align:center;
	margin-left:5px;
	margin-bottom:7px;
	}

#inner_footer {
	position:relative;
	background:url(/images/footer.jpg) no-repeat;
	width:860px;
	height:148px;
	}
#footer_content {
	position:relative;
	top:52px;
	width:200px;
	float:right;
	margin-right:45px;
	color:#000000;
	font-weight:bold;
	}
*html #footer_content {
	margin-right:25px;
	}

#BC_footer {
	text-align:center;
	width:860px;
	color:#827F78;
	padding-bottom:20px;
	}

#BC_footer a, #BC_footer a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#827F78;
}

#BC_footer a:hover {
	text-decoration:none;
}





/* Clear Fix with ie hack*/

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	display:inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display:block;
}

/* end Clearfix */

	
