*{
	margin: 0px;
	padding: 0px;
}
body{
	font: 14px Arial, Helvetica, sans-serif;
	/*background: #75A9E6 url(../images/tmplt/bg_body.jpg) repeat-x top;*/
	padding: 10px 0px 10px 0px;
}
.clear{
	clear: both;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
}
.wrapper{
	position: relative;
	width: 980px;
	margin: auto;
}

.border_top{
	width: 980px;
	height: 20px;
	background: url(../images/tmplt/border_top.jpg) no-repeat;
}
.border_bottom{
	width: 980px;
	height: 20px;
	background: url(../images/tmplt/border_bottom.jpg) no-repeat;
}
.main_content{
	width: 940px;
	padding: 0px 10px 0px 10px;
	border-left: 10px solid #5583A9;
	border-right: 10px solid #5583A9;
	background-color: #EEEEEE;
}
.top_part{
	position: relative;
	width: 940px;
	height: 345px;
	background: url(../images/tmplt/bg_toppart.jpg) no-repeat center;
}
.top_part .sp_offer{
	position: absolute;
	top: 125px;
	left: 50px;
	width: 190px;
	height: 210px;
}
.top_part .sp_offer .title{
	font: 30px   Arial;
	color: #E5E5E5;
	text-align: center;
	padding: 0px 0px 1px 0px;
}

		
.top_part .sp_offer .content{
	color: #DFDFDF;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	/*line-height: 22px;*/

}

.top_part .sp_offer .content .lowest_price {
	 font: 12px  "Trebuchet MS", Arial, Helvetica, sans-serif;
	 margin-bottom: 5px;
	 }
	
.top_part .sp_offer .content table td{
  	height: 22px;   
}
.top_part .top_menu{
	position: absolute;
	top: 307px;
	left: 310px;
	color: #666666;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}
.top_part .top_menu a{
	font-size: 14px;
	color: #CCCCCC;
	text-decoration: none;
	padding: 0px 5px 0px  5px;
	
}
.top_part .top_menu a:hover{
	color: #ececec;
}

.left_menu{
	width: 285px;
	float: left;
	margin-top: 10px;
}
.left_menu .lm_top_border{
	width: 285px;
	height: 15px;
	background: url(../images/tmplt/bg_lm_top_border.jpg) no-repeat center;
}
.left_menu .lm_main_border{
	width: 255px;
	padding: 0px 14px 0px 14px;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background-color: white;
}
.left_menu .lm_main_border h3{
	width: 250px;
	height: 20px;
	padding: 5px 0px 0px 5px;
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
	background: url(../images/tmplt/bg_lm_title.jpg);
}
.left_menu .lm_main_border ul{
	list-style: none;
}
.left_menu .lm_main_border ul li{
	height: 10px;
	padding: 5px 0px 10px 20px;
	/*background: url(../images/tmplt/lm_list_img.jpg) no-repeat left;*/
}
.left_menu .lm_main_border ul li a{
	color: #771313;
	text-decoration: none;
}
.left_menu .lm_main_border ul li a:hover{
	text-decoration: underline;
}
.left_menu .lm_main_border .lm_sep{
	height: 15px;
}
.left_menu .lm_bottom_border{
	width: 285px;
	height: 15px;
	background: url(../images/tmplt/bg_lm_bottom_border.jpg) no-repeat center;
}

.right_conten{
	width: 645px;
	float: right;
	margin-top: 10px;
}

.right_conten .rc_top_border{
	width: 645px;
	height: 15px;
	background: url(../images/tmplt/bg_rc_top_border.jpg) no-repeat center;
}
.right_conten .rc_main_border{
	width: 615px;
	padding: 0px 14px 0px 14px;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background-color: white;
}
.right_conten .rc_main_border h1{
	font-family: "Trebuchet MS", "Times New Roman", Arial;
	font-size: 18px;
	font-weight: normal;
	padding: 30px 0px 0px 0px;
	color: #444444;
}
.right_conten .rc_main_border .caption td{
	font-family: "Trebuchet MS", "Times New Roman", Arial;
	font-size: 28px;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
	color: #444444;
}

.right_conten .rc_main_border .caption td img{
	 margin-top: 5px;
	 margin-bottom: 5px;
	}

.right_conten .rc_main_border p{
	padding: 15px 0px 0px 0px;
	line-height: 19px;
	color: #333333;
}
.right_conten .rc_main_border p a{
	color: #913434;
}

.price_table{
}

.price_table table{
	border-left: 1px solid #F9D6A0;
	border-top: 1px solid #F9D6A0;
}
.price_table table td{
	border-right: 1px solid #F9D6A0;
	border-bottom: 1px solid #F9D6A0;
	padding: 2px 5px 2px 5px;
}
.price_table table td a{
	color: #9F0D00;
	font-weight: bold;
}

.price_table table tr#head{
	background-color: #8C281C;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
}
.price_table table tr#odd{
	background-color: #F4EAE9;
	color: black;
	height: 30px;
}
.price_table table tr#even{
	background-color: #FEFCF1;
	color: black;
	height: 30px;
}



.illistration{
	font-size: 9px;
	color: #bebebe;
	text-align: center;
}
.right_conten .rc_main_border ul{
	padding: 10px 0px 0px 20px;
	line-height: 19px;
	color: #333333;
}
.right_conten .rc_main_border ul li{

}
.right_conten .rc_main_border .quote_form table{
	width: 500px;
	margin: auto;
	padding: 20px 0px 0px 0px;
}
.right_conten .rc_main_border .quote_form table td{
	padding: 5px 0px 5px 0px;
	font-size: 12px;
}

.right_conten .rc_main_border .quote_form input,textarea{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px;
	margin: 1px;
	border: 1px solid #898989;
	width: 240px;
}
.right_conten .rc_main_border .quote_form input:hover,textarea:hover{
	margin: 0px;
	border: 2px solid #898989;
}
.right_conten .rc_main_border .quote_form input:focus,textarea:focus{
	margin: 0px;
	border: 2px solid #404040;
}
.right_conten .rc_main_border .quote_form input.rb{
	margin: 1px;
	padding: 5px 0px 0px 0px;
	border: none;
	width: 20px;
}
.right_conten .rc_main_border .quote_form input.submit{
	width: 100px;
	margin: 1px;
	border: 1px solid #898989;
}
.right_conten .rc_main_border .quote_form select{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	border: 1px solid #898989;
}
.right_conten .rc_main_border .quote_form select option{
	padding: 0px 4px 0px 4px;
}
.right_conten .rc_main_border .get_quoted{
	padding: 50px 0px 50px 0px;
	text-align: center;
}
.right_conten .rc_main_border .images_show{
	position: relative;
	width: 615px;
	height: 245px;
}
.right_conten .rc_main_border .images_show img{
	border: none;
}

.right_conten .rc_main_border .images_show .img_1{
	position: absolute;
	top: 0px; left: 0px;
	width: 493px; height: 245px;
}
.right_conten .rc_main_border .images_show .img_2{
	position: absolute;
	top: 0px; left: 493px;
	width: 122px; height: 123px;
}
.right_conten .rc_main_border .images_show .img_3{
	position: absolute;
	top: 123px; left: 493px;
	width: 122px; height: 122px;
}



.right_conten .rc_main_border .images_show2{
	position: relative;
	width: 615px;
	height: 245px;
}
.right_conten .rc_main_border .images_show2 img{
	border: none;
}

.right_conten .rc_main_border .images_show2 .img_1{
	position: absolute;
	top: 0px; left: 0px;
	width: 400px; height: 245px;
}
.right_conten .rc_main_border .images_show2 .img_2{
	position: absolute;
	top: 0px; left: 400px;
	width: 215px; height: 123px;
}
.right_conten .rc_main_border .images_show2 .img_3{
	position: absolute;
	top: 123px; left: 400px;
	width: 215px; height: 122px;
}

.right_conten .rc_bottom_border{
	width: 645px;
	height: 15px;
	background: url(../images/tmplt/bg_rc_bottom_border.jpg) no-repeat center;
}

.footer{
	width: 910px;
	height: 19px;
	padding: 6px 15px 0px 15px;
	margin-top: 10px;
	font-size: 10px;
	color: #ECECEC;
	background: url(../images/tmplt/bg_footer.jpg) no-repeat center;
}
.footer .copyright{
	width: 200px;
	float: left;
}
.footer .footer_menu{
	width: 500px;
	float: right;
	text-align: right;
	text-transform: uppercase;
	color: #999999;
}
.footer .footer_menu a{
	text-decoration: none;
	color: #ECECEC;
}
.footer .footer_menu a:hover{
	color: #cbcbcb;
}


#bombim{
	margin-bottom: 1800px;
}
a{
	color: black;
}

/* special offer */

.midle_box_r_prew{
	position: relative;
	/*margin-left: 30px;*/
	width: 188px;
	height: 141px;
}

.midle_box_r_prew input, textarea{
	width: 100px;
	border: 1px solid black;
	color: #5b0b00;
	font: 12px Arial;
}
.midle_box_r_prew td{
	color: white;
	font: bold 11px Arial;
	padding-top: 2px;
}
.midle_box_r_prew a{
	color: white;
}
.midle_box_r_prew a:hover{
	color: #FFF1A4;
}


.midle_box_r_prew_img{
	position: relative;
	float: left;
	width: 98px;
}
.midle_box_r_prew_img img{
	border: 1px solid white;
}

.midle_box_r_prew_desc{
	position: relative;
	float: left;
	width: 71px;
	padding: 0px 0px 0px 10px;
}