/*---------DON'T DELETE THIS! CLEARFIX! ---------*/
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
  
 .clearfix {
display: inline-block;
}  

    /* Holly Hack Targets IE Win only \*/
    * html .clearfix {height: 1%;}
	.clearfix {display: block;}
    /* End Holly Hack */
	
textarea{
	resize:none;
	}
	
/*-----------END CLEARFIX----------*/




/*-------------CONTAINER-----------*/
body{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	line-height:14px; 
	text-align:center; 
	padding:0;
	margin:0;
	background-color:#FFF;
}

#site_container{
	position:relative;
	width:784px;
	margin: 30px auto 0px auto;
	text-align:left;
	}

#content{
	position:relative;
	width:784px;
	border:1px solid #b5a55e;
}

#data{
	position:relative;
	width:760px;
	margin:0px auto 15px auto;
}

#header{
	position:relative;
	width:786px;
}

#content_copy{
	width:588px;
	position:relative;
	margin:0px auto;
}
	
#footer{
	width:784px;
	color: #666666;
	font-size:11px;
	text-align:left;
	margin:10px auto;
}

#footer a{
	color:#666666;
	text-decoration:none;
}

#footer a:hover{
	color:#666666;
	text-decoration:underline;
}

#home_slideshow{
	width:782px;
	height:338px;
	border:1px solid #b5a55e;
}

#top_banners{
	width:784px;
}

.brand_listing{
	width:194px;
	float:left;
	margin:10px;
	margin-bottom:15px;
	text-align:center;
}

#brands_container {
	width:650px;
	margin:10px auto;
}

#portfolio {list-style:none;margin:0; padding:0;}

#brands_container a{
	color:#000;	
	text-decoration:none;
}

#brands_container a:hover{
	color:#000;	
	text-decoration:underline;
}

#nav_space{
	position:relative;
	float:right;
	margin-top:55px;
}

.home_col{
	width:232px;
	height:104px;
	padding:10px;
	float:left;
	margin-top:10px;
	margin-right: 11px;
	border:1px solid #b5a55e;
	font-size:11px;
	text-align:justify;
	overflow:hidden;!important
	overflow-x:hidden; hidden;!important
}



#location_listing{
	margin:0px auto 40px auto;
}

.hours {
	color:#666;
}

.location_info {
	float:left;
	width:345px;
	margin:0px 20px;
}

.location_title{
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #663300;
	display: block;
	padding: 3px;
}

.gallery_menu a {
	color:#000;
	font-size:14px;
	text-decoration:none;
	padding:0px 7px;
}

.gallery_menu a:hover {
	color:#000;
	text-decoration:underline;
	padding:0px 7px;
}

.gallery_menu a.selected {
	font-weight:bold;
	text-decoration:none;
}

.home_col_right {
	width:232px;
	height:104px;
	padding:10px;
	float:left;
	margin-top:10px;
	text-align:center;
	font-size:11px;
	border:1px solid #b5a55e;
}

img, div { behavior: url(../ iepngfix.htc) }



/* ===== NAV ===================================================== */
#nav li {
    margin: 0; padding: 0; list-style: none;
    position: absolute;height:37px;display:block;}


   
#nav a{
  	display:block;
	height:37px;
	width:100%;
	}	
	

	
#nav a span{display:none;}
  
#nav li ul li a span{display:block; visibility:hidden}  
   
#nav {
    height:37px; 
	width:501px;
    background:url(../media/img/layout/nav.gif);
    position: relative;
	display:block;
	padding:0;
	margin:auto;
	}	
	
#nav li:hover ul, li.over ul {
	display: block;
}

		
#nav li.on:hover ul, #nav li.over ul { /*for ie*/
		font-weight:bold;
	}
		
		
#topnav li.off ul, #topnav li.on ul {
  display: none;
}

	#nav_home{left:0px;top:0px; height:37px;width:76px;}
	#nav_brands{left:85px;top:0px;height:37px;width:76px;}
	#nav_gallery{left:170px;top:0px;height:37px;width:76px;}
	#nav_locations{left:255px;top:0px;height:37px;width:76px;}
	#nav_commercials{left:340px;top:0px;height:37px;width:76px;}
	#nav_contact{left:425px;top:0px;height:37px;width:76px;}
	

	#nav_home a:hover, #home #nav_home{
    background: transparent url(../media/img/layout/nav.gif)
    -0px -37px no-repeat;}

	#nav_brands a:hover, #brands #nav_brands{
    background: transparent url(../media/img/layout/nav.gif)
    -85px -37px  no-repeat;}

	#nav_gallery a:hover, #gallery #nav_gallery{
    background: transparent url(../media/img/layout/nav.gif)
    -170px -37px no-repeat;}
	
	#nav_locations a:hover, #locations #nav_locations{
	background: transparent url(../media/img/layout/nav.gif)
    -255px -37px no-repeat;}
	
	#nav_commercials a:hover, #commercials #nav_commercials{
	background: transparent url(../media/img/layout/nav.gif)
    -340px -37px no-repeat;}
	
	#nav_contact a:hover, #contact #nav_contact{
	background: transparent url(../media/img/layout/nav.gif)
    -425px -37px no-repeat;}
	



