@charset "utf-8";
#navigation {
	background-image: url(../images/navigation_gradient.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 53px;
}
#navigation_showroom {
	background-color: #666;
	height: 0px;
	width: 980px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCC;
}
.nav_show_inner{
	font-family:"Tahoma";
	font-size:12px;
	color:#FFF;	
}
.nav_show_inner a{
	text-decoration:none;
	color:#FFF;
}
.nav_show_inner a:hover{
	color:#CCC;
}
.add_shadow {
 -moz-box-shadow: 0 0 6px 0px #000;
 -webkit-box-shadow: 0 0 6px 0px#000;
 box-shadow: 0 0 6px 0px #000;
 } 
 .nav_button {
	font-family: Tahoma;
	color: #FFF;
	background-color: #000;
	display: block;
	float: left;
	height: 20px;
	line-height: 20px;
	margin-top: 8px;
	margin-left: 10px;
	padding: 7px;
	cursor:pointer;
	font-size: 13px;
}
.nav_text {
	float: left;
	height: 20px;
	display: block;
	margin-right: 17px;
}
.nav_image {
	float: left;
	margin-top: 2px;
}

.nav_button:hover{
	color:#E6B800;
}
.nav_button_inner {
	background-image: url(../images/nav_arrow_right.png);
	background-repeat: no-repeat;
	background-position: right;
}
.nav_show{
	display:none;
	position: relative;
}
.nav_show_inner {
	padding: 10px;
}
.nav_footer_info{
	float:left;
}
.nav_close {
	background-color: #FFF;
	float:right;
	font-family: Tahoma;
	font-size: 10px;
	color: #333;
	text-decoration: none;
	padding: 5px;
	border: 1px solid #666;
	cursor:pointer;
	line-height: 14px;
	height: 14px;
	text-align: center;
	font-weight: bold;
	margin-top: 2px;
	margin-right: 2px;
}
.nav_close:hover{
	color:#900;
	border:1px solid #900;
}
.nav_selected{
	color:#E6B800;	
}
#contact_map {
	background-color: #FFF;
	height: 200px;
	width: 200px;
	border: 2px solid #FFF;
	float:right;
}
#contact_left {
	height: 200px;
	width: 400px;
	margin-bottom: 10px;
	float:left;
	font-family: "Gill Sans MT";
	font-size: 12px;
}
#contact_showroom {
	font-family: "Gill Sans MT";
	font-size: 13px;
	color: #FFF;
	line-height: 20px;
}
.img_white_border{
	border:solid 2px #FFF;
}
.img_wrapper{
	padding: 5px;
	border: 2px solid #FFF;
	float: left;
	margin-top: 5px;
}

.nav_header{
	color:#E6B800;	
}
#contact_header {
	font-family: "Gill Sans MT";
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding: 5px;
	margin-bottom: 5px;
	font-size: 13px;
}
.nav_footer {
	background-color: #CCC;
	height: 30px;
	width: 950px;
	margin-top:10px;
	font-family: Tahoma;
	font-size: 12px;
	line-height: 30px;
	padding-left: 10px;
}
.nav_footer a{
	color:#900;
	font-weight: bold;
}
.nav_footer a:hover{
	color:#FFF;
}
.nav_table {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFF;
}
#nav_news_block{
	font-family: Tahoma;
	font-size: 12px;	
}

.nav_photo_block {
	float: left;
	padding: 0px;
	width: 86px;
	overflow: hidden;
	margin-right: 5px;
	margin-left: 5px;
	height: 86px;
	position: relative;
	border: 1px solid #CCC;
}
