body{
	margin: 0px;
	padding: 0px;
	background: url("../images/bg/bg_new.jpg") top left;
}
a img {
	border: 0 none;
}
#main{
	width: 100%;
	min-height: 100%;
}
#top{
	width: 980px;
	margin: 0 auto;
	position: relative;
	font-family:Arial, sans-serif;
	font-size: 12px;
}
#top a{
	text-decoration: none;
}
#content{
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	font-family:Arial, sans-serif;
	font-size: 12px;
	background: #fff;
}
#content a{
	text-decoration: none;
}
#content2{
	width:900px;
	margin: 0 auto;
	overflow: hidden;
	background: #fff;	
}
#content3{
	width:980px;
	margin: 0 auto;
	overflow: hidden;	
	background: url("../images/bg/content.png") repeat-y left top;
}
#content3 div{
	margin: 0 auto;
	width: 913px;
}
#buttons_header{
	width:970px;
	margin: 0px auto;
	overflow: hidden;
	background: url("../images/bg/buttons_header") repeat-y left top;
	padding: 10px 0 10px 10px;	
}
#buttons_header a{
	display: block;
	float: left;
	margin: 5px 0 0 3px;	
}
#buttons_header span{
	display: block;
	float: left;
	margin: 0 0 0 3px;
}
/* SUBFORM */
.form_big_title{
	font-family:Arial, sans-serif;
	font-size: 16px;
	color:#000;	
	margin: 0 auto;
	width:402px;		
	background: url("../images/icon/el2.jpg") no-repeat right;	
	text-align: center;
	font-weight: bold;
}
.form_middle_title{
	font-family:Arial, sans-serif;
	font-size: 12px;
	color:#000;	
	margin: 20px auto;
	width: 570px;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;	
}
.form_block_1{
	padding: 5px 13px 13px 13px;
}
.form_line_1{
	width: 190px;
	float: left;
}
.form_line_1 label{
	font-size: 10px;
	font-family:Arial, sans-serif;
}
.form_line_1_1{
	width:600px;
	float: left;
	margin: 10px 0 0 0;
}
.form_line_1_1 label{
	width:140px;
	float: left;
	font-size: 10px;
	font-family:Arial, sans-serif;
	text-align: left;
	padding: 0 5px 0 5px;
}
.form_line_1_1 input{
	width: 300px;
	font-size: 10px;
	font-family:Arial, sans-serif;
	color:#000;
	border: 1px solid #000;	
}
.form_block_2{
	padding: 5px 0 13px 0;	
	overflow: hidden;
	margin: 0 auto;
}
.form_line_2{
	width:290px;
	float: left;
	overflow: hidden;
	margin: 5px 0;
}
.form_line_2 label{
	width: 85px;
	float: left;
	font-size: 10px;
	font-family:Arial, sans-serif;
	text-align: right;
	padding: 0 5px 0 0;
}
.form_line_2 label.error{
	margin:0 0 0 75px;
	float: left;
	font-size: 10px;
	font-family:Arial, sans-serif;		
	width:200px;
	color:red;
	text-align:center;	
}
.form_line_2 input{
	width: 150px;
	font-size: 10px;
	font-family:Arial, sans-serif;
	color:#000;
	border: 1px solid #000;	
}
.form_line_2 select{
	width: 150px;
	font-size: 10px;
	font-family:Arial, sans-serif;
	color:#000;
	border: 1px solid #000;	
}
.form_line_22{
	overflow: hidden;
	margin: 5px 0 13px 0;
	text-align: center;
}
.form_line_22 label{		
	font-size: 10px;
	font-family:Arial, sans-serif;		
}
.form_block_3{
	margin: 13px;
	overflow: hidden;
	
}
.form_line_3{
	width: 190px;
	float: left;
}
.form_line_3 label{
	width: 42px;
	float: left;
	font-size: 10px;
	font-family:Arial, sans-serif;		
}
.form_line_3 label.error{
	margin:0 0 0 75px;
	float: left;
	font-size: 10px;
	font-family:Arial, sans-serif;		
	width:150px;
	color:red;
	text-align:center;	
}
.form_line_3 input{
	width: 150px;
	font-family:arial;
	font-size: 12px;
	color:#000;
	border: 1px solid #000;	
}
.form_block_4{
	width:580px;
	overflow: hidden;
	margin: 0 auto 10px auto;
}
.form_line_4{
	width:340px;
	float: left;
}
.form_line_4_1{
	width: 115px;
	float: left;
}
.form_line_4_2{
	width: 180px;
	float: left;
}
.form_line_4 label{
	width: 290px;
	float: left;
	font-size: 10px;
	font-family:Arial, sans-serif;
	line-height: 20px;		
}
.form_line_4 input{
	width: 10px;
	font-family:arial;
	font-size: 12px;
	color:#000;	
	float: left;	
}
.form_line_4_2 label{
	width: 150px;
	float: left;
	font-size: 10px;
	font-family:Arial, sans-serif;
	line-height: 20px;		
}
.form_line_4_2 input{
	width: 10px;
	font-family:arial;
	font-size: 12px;
	color:#000;	
	float: left;	
}
.formsubm{
	background: url("../images/button/submit.jpg") no-repeat center;
	cursor: pointer;
	width: 70px;
	height: 27px;
	border: 0px;
}
/* Popap */
#backgroundPopup{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000000;
	border:1px solid #cecece;
	z-index:1;
}
#popupLogin{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	width:604px;
	background:#fff url(../images/bg/serviceform.jpg) center top no-repeat;
	border:3px solid #bdbcc1;
	z-index:2;
	font-size:13px;
}
#popupLogin form {
		border:2px solid #000100;
}
#popupLogin form label {
	text-transform: uppercase;
}
#popupCoupon{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:920px;
	width:800px;
	background:#FFFFFF;
	border:2px solid #cecece;
	z-index:2;
	padding:12px;
}
#couponPopup{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:551px;
	width:771px;
	background:#FFFFFF;
	border:2px solid #cecece;
	z-index:2;
	padding:12px;
}
#couponPopupClose{
	display: block;
	position: absolute;
	z-index: 1000;
	background: url("../images/button/red.png") no-repeat center;
	width: 24px;
	height: 24px;
	margin:-10px 0 0 791px;
	cursor: pointer;
	text-decoration: none;
}
#popupForm{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:750px;
	width:600px;
	background:#000;
	border:2px solid #cecece;
	z-index:2;
	padding:12px;
}
#popupLoginClose{
	display: block;
	position: absolute;
	z-index: 1000;
	background: url("../images/button/red.png") no-repeat center;
	width: 24px;
	height: 24px;
	margin:-10px 0 0 590px;
	cursor: pointer;
	text-decoration: none;
}
#popupLoginClose2{
	display: block;
	position: absolute;
	z-index: 1000;
	background: url("../images/button/red.png") no-repeat center;
	width: 24px;
	height: 24px;
	margin:-10px 0 0 820px;
	cursor: pointer;
	text-decoration: none;
}
#popupFormClose{
	display: block;
	position: absolute;
	z-index: 1000;
	background: url("../images/button/red.png") no-repeat center;
	width: 24px;
	height: 24px;
	margin:-10px 0 0 620px;
	cursor: pointer;
	text-decoration: none;
}
/* Wayneakers Form */
.wayne_form_logo{
	display:block;
	margin:0 auto;
	width: 284px;
}
.wayne_form_title{
	width: 566px;
	margin: 0 auto;
	display:block;		
}
.wayne_form_title_2{
	width: 448px;
	margin: 0 auto;
	display:block;		
}
.wayne_form_txt{
	width: 566px;
	margin: 0 auto;
	color:#fff;
	font-family:Arial, sans-serif;
	font-size: 14px; 
}
.wayne_form_block{
	width: 460px;
	margin: 0 auto;
	overflow: hidden;		
}
.wayne_form_name{
	display: block;
	width: 100px;
	float: left;
	color:#fff;
	font-family:Arial, sans-serif;
	font-size: 14px;
	line-height: 22px;
	margin: 5px 0px 0 0px;
	clear: both;	
}
.wayne_form_name_2{
	display: block;
	width: 280px;
	float: left;
	color:#fff;
	font-family:Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	margin: 5px 0px 0 0px;
	clear: both;	
}
.wayne_form_input{
	display: block;
	width: 200px;
	float: left;
	border: 2px solid red;
	font-family:Arial, sans-serif;
	font-size: 14px; 
	color:#000;
	margin: 5px 5px 0 0px;
	height: 18px; 
}
.wayne_form_input_2{
	display: block;
	width: 320px;
	float: left;
	border: 2px solid red;
	font-family:Arial, sans-serif;
	font-size: 14px; 
	color:#000;
	margin: 5px 5px 0 0px;
	height: 18px;
	clear: both; 
}
.wayne_form_subm{
	width: 250px;
	height: 42px;
	background: url("../images/form_pic/wa_form_submit.jpg") no-repeat center;
	border: 0;
	margin: 230px auto 0 auto;
	display: block;
	cursor: pointer;
}
.moblie_link{
	width: 846px;
	margin: 5px auto 5px auto;
	display: block;
}
.moblie_link img{
	border: 0;
}
.back_arrow{
	float:left;
	width:50px;
	height:45px;
	margin:50px 0 0 0;
}
.content_frame{
	width:915px;
	float:left;		
}
.contact{
    margin:0;
    overflow: hidden;
}

.contact .left{
	width: 710px;
	height: 575px;
    margin-left: 10px;
    padding: 110px 9px 0 9px;
    text-align: left;
    float: left;
	background: url("../images/bg/wafcentr.png") no-repeat center;
	font-size: 14px;
	font-weight: bold;
	line-height: 130%;
	position: relative;
}

.contact .left a {
	color: #000;
	text-decoration: underline!important;
}

.contact .right{
	width: 193px;
	height: 685px;
    margin-right: 10px;
    float: right;
    position: relative;
	background: url("../images/bg/wafrightside.png") no-repeat center;
}
.red{
    color: #ff0000;
}

.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	padding: 0px;
	margin: 0px;
}

.buttons{	
	width: 950px;
	margin:10px auto;
	overflow: hidden;	
}
.buttons_left{
	width: 325px;
	float: left;
	text-align: left;
}
.buttons_left_link{
	display:block;
	font-family: Verdana;
	font-size: 9px;
	color:#BC3A3A;
	font-weight: bold;
	margin: 14px 0 0 0;
	text-decoration: none;
	float: left;
	text-align: center;
	width:145px;	
}
.buttons_left_link img{
	border:0px;
}
.buttons_left_link_2{
	display:block;
	font-family: Verdana;
	font-size: 9px;
	color:#BC3A3A;
	font-weight: bold;
	text-decoration: none;
	float: left;
	text-align: center;
	width:145px;	
}
.buttons_left_link_2 img{
	border:0px;
}
.buttons_left_link_3 img{
	border:0px;
}
.buttons_left_link_4{
	display:block;
	float: left;
	width:149px;
}
.buttons_left_link_4 img{
	border:0px;
}
.buttons_left_link_5{
	display:block;
	float: left;
	margin-left: 6px;
	width:149px;	
}
.buttons_left_link_5 img{
	border:0px;
}
.buttons_left .video_left{
	width: 300px;
	float: left;
	margin: 20px 0 0 0;
}
.buttons_left_link_6 img{
	border:0px;
}
#content .but_lk_new{
	display:block;
	width: 304px;
	height: 54px;
	text-decoration: none;
	background: url("../images/button/rec.jpg") top left no-repeat;
	margin:15px 0 0 0px;
}
.buttons_center{
	float:left;
	width: 300px;
	overflow: hidden;
	text-align: center;
}
.buttons_center_flash{
	margin:10px 0 20px 15px;
}
.buttons_center_flash_2{
	margin:0 auto;
	overflow: hidden;
	width: 256px;
}
.buttons_right{
	float: left;
	width: 325px;
	text-align: right;
}
.buttons_right_link_1 img{
	border:0px;
}
.buttons_right_link_3 img{
	border:0px;
}
.buttons_right_link_4{
	display:block;
	float: left;
	width:149px;
	margin-left: 18px;
}
.buttons_right_link_4 img{
	border:0px;
}
.buttons_right_link_5{
	display:block;
	float: left;
	margin-left: 6px;
	width:149px;	
}
.buttons_right_link_5 img{
	border:0px;
}
.buttons_right .video_right{
	width: 300px;
	float: left;
	margin: 20px 0 0 0;
}
.buttons_right_link_6 img{
	border:0px;
}

