@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	padding:0;
	background:url(../images/header_bg.jpg) repeat-x #000;
	color:#9E9E9E;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
}
a{
	color:#9E9E9E;
}
a:hover{
	text-decoration:none;
}
h2{
	font-size:2em;
}
.header{
	width:876px;
	height:198px;
	margin:0 auto;	
	background:url(../images/menu_top_blank.jpg) no-repeat 220px 160px;
	padding:0 10px 2px 14px;
}
.logo{
	float:left;
	margin:5px 0 9px;
	width:193px;
	height:181px;
}	
.right_header{
	float:right;
	width:670px;
	height:198px;
}
.quick_contact_box{
	width:235px;
	height:92px;
	padding:51px 15px 13px 14px;
	float:right;
	color:#CCCCCC;
	line-height:17px;
	text-align:center;
	/*border:1px solid #150000;*/
	background:url(../images/quick_contact_bg.gif) no-repeat;
	margin:0 10px 4px 0;
}
.quick_contact_box a{
	color:#CCCCCC;
}
.download_btn{
	float:right;
	width:262px;
	height:74px;
	background:url(../images/download_btn.gif) no-repeat;
	margin:0 20px 0 0;
}
.newsletter_signup{
	width:225px;
	height:33px;
	padding:32px 26px 15px 11px;
	float:right;
	text-align:center;
	position:relative;
	margin:3px 20px 0 0;
	background:url(../images/newsletter_signup_bg.gif) no-repeat;
}
.newsletter_signup .err{
	color:#FF9900;
	font-size:11px;
	line-height:10px
}
.newsletter_signup input{
	background:#000000;
	border:1px solid #740000;
	width:176px;
	position:absolute;
	top:43px;
	left:23px;
	color:#FFCC00;
	height:18px;
}
.newsletter_signup img{
	position:absolute;
	top:44px;
	right:25px;
}
.bannar_menu{
	width:900px;
	height:300px;
	/*padding:0 10px 269px 220px;
	background:url(../images/banner.jpg) no-repeat;*/
	margin:0 auto;
}
.menu_bg{
	width:670px;
	height:31px;
	background:url(../images/menu_bg.jpg) repeat-x;
}
.menu_1{
	width:670px;
	height:31px;
	background:url(../images/menu_corner_left.jpg) no-repeat;
}
.menu{
	width:614px;
	height:12px;
	background:url(../images/menu_corner_right.jpg) right top no-repeat;
	padding:10px 28px 9px;
	overflow:hidden;
}
.menu_btns,.menu_btns:hover{
	height:12px;
	background-image:url(../images/menu_btns.gif);
	background-repeat:no-repeat;
	float:left;
	margin:0 72px 0 0;
	line-height:0;
	font-size:0px;
}
#home_btn,#home_s_btn{
	width:35px;
}
#home_btn:hover,#home_s_btn{
	background-position:0 -20px;
}
#menu_btn,#menu_s_btn{
	width:34px;
	background-position:0 -40px;
}
#menu_btn:hover,#menu_s_btn{
	background-position:0 -61px;
}
#location_btn,#location_s_btn{
	width:127px;
	background-position:0 -81px;
}
#location_btn:hover,#location_s_btn{
	background-position:0 -102px;
}
#photos_btn,#photos_s_btn{
	width:51px;
	background-position:0 -122px;
}
#photos_btn:hover,#photos_s_btn{
	background-position:0 -143px;
}
#contact_btn,#contact_s_btn{
	width:79px;
	background-position:0 -163px;
	margin:0;	
	float:right;
}
#contact_btn:hover,#contact_s_btn{
	background-position:0 -184px;
}
.main_body_bg{
	width:100%;
	height:100px;
	background:url(../images/body_text_bg.gif) repeat;
}
.main_body{
	width:872px;
	height:100px;
	background:#000;
	padding:14px;
	margin:0 auto;
}
div[class="main_body_bg"],div[class="main_body"]{
	height:auto;
	min-height:100px;
}
.welcome_title,.menu_title,.location_title,.photos_title,.contact_title{
	display:block;
	width:491px;
	height:20px;
	background:url(../images/titles.gif) 0 0 no-repeat;
}
.menu_title{
	width:64px;
	height:17px;
	background:url(../images/titles.gif) 0 -44px no-repeat;
}
.location_title{
	width:195px;
	height:23px;
	background:url(../images/titles.gif) 0 -83px no-repeat;
}
.photos_title{
	width:75px;
	background:url(../images/titles.gif) 0 -123px no-repeat;
}
.contact_title{
	width:118px;
	height:17px;
	background:url(../images/titles.gif) 0 -167px no-repeat;
}
.readMore{
	float:right;
	clear:both;
	width:75px;
	height:14px;
	background:url(../images/titles.gif) -2px -205px no-repeat;
}
.photos_box{
	width:150px;
	height:150px;
	padding:5px;
	float:left;
	text-align:center;
	line-height:22px;
	font-weight:bold;
	background:#333333;
	margin:0 29px 30px; 
}
div[class="photos_box"]{
	min-height:150px;
	height:auto;
}
.photos_box img{
	width:140px;
	height:140px;
	border:5px solid #999999;
}
.contact_form{
	width:625px;
	height:400px;
	font-size:15px;
}

div[class="contact_form"]{
	min-height:400px;
	height:auto;	
}
.lable{
	width:150px;
	height:40px;
	float:left;
	line-height:30px;
	text-align:right;
}
.input{
	width:450px;
	height:40px;
	float:left;
	padding:0 0 0 5px;
}
.input input{
	background:#28292D;
	border:1px solid #50525A;
	width:450px;
	height:22px;
	color:#CCC;
	padding-top:8px;
}
.text_area{
	width:450px;
	float:left;
	padding:0 0 0 5px;	
}
.text_area textarea{
	background:#28292D;
	border:1px solid #50525A;
	width:450px;
	color:#CCC;
}
div.err{
	width:600px;
	height:30px;
	float:left;	
	color:#F30;
	text-align:center;
}
div[class="err"]{
	min-height:30px;
	height:auto;	
}

.footer_bg{
	width:100%;
	height:69px;
	background:url(../images/footer_bg.jpg) repeat-x;
	border-top:1px solid #880000;
}
.footer_main{
	width:880px;
	height:69px;
	color:#CC0000;
	font-family:"Trebuchet MS", Verdana;
	font-size:11px;
	line-height:69px;
	margin:0 auto;
}
.wvmagic_link{	
	float:right;
	width:51px;
	height:36px;
	clear:both;
	background:url(../images/wvmagic_logo.gif) no-repeat;
	margin:14px 0 15px;
}
.footer_links{
	width:580px;
	height:51px;
	background:url(../images/footer_links.jpg) no-repeat;
	float:left;
	overflow:hidden;
	margin:9px 10px 0 0;
}
.footer_links a{
	float:left;
	display:block;
	height:51px;
	margin:0 0 0 4px;
}
.footer_links a.footer_link_1{
	width:93px;
	height:51px;
	margin:0;
}
.footer_links a.footer_link_2{
	width:99px;
	height:51px;
}
.footer_links a.footer_link_3{
	width:72px;
	height:51px;
}
.footer_links a.footer_link_4{
	width:127px;
	height:51px;
}
.footer_links a.footer_link_drifters{
	width:68px;
	height:51px;
	background:url(../images/footer_drifters.gif) no-repeat center #000000;
}

.footer_links a.facbook_link{
	width:90px;
	height:51px;
	background:url(../images/facebook.jpg) no-repeat center;
}

.clear{
	clear:both;
}