@charset "utf-8";
/* CSS Document */
body {
	margin:0;
	padding:0;
	font-family: 'Droid Sans', sans-serif;
}

div, id, span, p, h1, h2, h3, h4, h5, h6, ul, li, ol {
	margin:0;
	padding:0;
}
a {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

input[type=text], textarea {
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
	border: 1px solid #ccc;
}
input[type=text]:focus, textarea:focus {
	
	border: 1px solid rgba(87, 30, 37, 1);
}


img {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:middle;
}
h1 {
	color:#571e25;
	font-weight:normal;
	font-size:24px;
}
h2 {
	color:#db4939;
	font-size:26px;
	text-transform:uppercase;
	font-weight:normal;
}
h3 {
	color:#db4939;
	font-size:26px;
	text-transform:uppercase;
	font-weight:normal;
}
h4 {
	color:#222222;
	font-size:20px;
	font-weight:normal;
}
.cls
{
	clear:both;
}

.main_wraper {
	width:100%;
	border-top:5px solid #4e3645;
}
.container {
	width:1100px;
	margin:0 auto;
}
.top_part
{
	width:100%;
	margin:20px 0 0 0;

}
.logo
{
	width:22.27%;
	float:left;
}
.phone
{
	width:215px;
	float:right;
	background:#dedddb;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	height:34px;
	margin-top:9px;	
}
.phone span
{
	font-size:24px;
	color:#000;
	font-weight:normal;
	line-height:34px;
	
}
.phoneicon
{
	width:33px;
	float:left;
	margin-right:10px;
}
.navi_bg
{width:100%;
background:#571e25;
padding-bottom:11px;
margin-top:12px;
}
.navi
{
	width:100%;
	margin:10px 0 0 0;
	display:inline-block;
}
.navi ul
{
	margin:0;
	padding:0;
	margin-left:20px;
}
.navi ul li
{
	list-style-type:none;
	display:inline-block;
	margin-right:25px;

}
.navi ul li a
{
	font-size:15px;
	text-decoration:none;
	color:#FFF;
	font-weight:normal;
	text-transform:uppercase;
	padding:5px 13px;
}
.navi ul li a:hover
{
	background:#fcf5e5;
	padding:5px 13px;
	text-align:center;
	color:#571e25;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}
.navi ul li.active a
{
	background:#fcf5e5;
	text-align:center;
	color:#571e25;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}



.banner
{
	width:100%;
	background:#b9b09e;
	margin-top:1px;
}

.middle_main
{
	width:100%;
	background:url(../images/mainbg.jpg);
}
.middle_int
{
	width:94.54%;
	margin:0 0 0 29px;

}
.box_main
{
	width:100%;
	padding-top:30px;
}
.box
{
	width:31.73%;
	float:left;
	background:rgba(217, 210, 196, 0.7);
		border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	margin-right:24px;
	
}
.box1
{
	width:31.73%;
	float:left;
	background:rgba(217, 210, 196, 0.7);
		border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	
}
.box_heading
{
	width:100%;
	text-align:center;
	font-size:16px;
	font-weight:normal;
	text-transform:uppercase;
	color:#571e25;
	padding:22px 0 20px 0;
}
.box_img
{
	width:100%;
}
.box_cont
{
	width:100%;
	padding:13px 0 13px 0;
}
.box_cont p
{
	text-align:center;
	font-size:14px;
	font-weight:normal;
	color:#251822;
	line-height:24px;
	padding:0 20px 0 20px;
}


.box_price
{
	width:100%;
	padding:15px 0 13px 0;
	font-size:26px;
	color:#251822;
	font-weight:normal;
	text-align:center;
}
.price_cont
{ 
    width:100%;
	text-align:center;
	padding:0 0 10px 0;
}
.price_cont p
{
	text-align:center;
	font-size:14px;
	font-weight:normal;
	color:#251822;
	padding:0 20px 0 20px;
}

.box_btn
{
	width:100%;
	padding:5px 0 31px 0;
}


.btn
{	
	text-align:center;
}
.btn a
{

	background:#571e25;
	padding:7px 25px 7px 25px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	font-size:14px;
	text-align:center;
	font-weight:normal;
	color:#FFF;
	text-decoration:none;
}
.btn a:hover
{
	
	background:#762b34;
	color:#FFF;
}

.btn1
{
	float:left;
}
.btn1
{

	background:#571e25;
	padding:7px 25px 7px 25px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	font-size:14px;
	text-align:center;
	font-weight:normal;
	color:#FFF;
	text-decoration:none;
	border:none;
	cursor:pointer;
}
.btn1:hover
{
	
	background:#762b34;
	color:#FFF;
}




.add
{
	width:90%;
	float:left;
	margin-left:20px;
	padding:10px 0 7px 0;
}
.add p
{
	font-size:14px;
	font-weight:normal;
	color:#3a3a3a;
	padding-left:25px;
}
.add_icon
{
	width:15px;
	float:left;
	margin-right:10px;
}
.heading
{
	width:100%;
	background:url(../images/line.jpg) no-repeat bottom left;
}
.common_text
{
	width:100%;
	font-size:16px;
	color:#676767;
	font-weight:normal;
	padding:20px 0 0 0;
	margin-bottom:20px;
}
.common_text p
{
	font-size:16px;
	color:#676767;
	font-weight:normal;
	margin-bottom:30px;
}
.common_text p span
{
	font-size:16px;
	color:#676767;
	font-weight:bold;
	display:block;
	padding-bottom:5px;
}



.common_text ul
{
	margin:0; padding:0;
	padding-left:25px;
	padding:15px 0 15px 25px;
}
.common_text ul li
{
	font-size:16px;
	color:#676767;
	font-weight:normal;
	line-height:27px;
}
.common_text img
{
	float:left;
	margin-right:20px;
}

.common_text1
{
	width:100%;
	font-size:16px;
	color:#676767;
	font-weight:normal;
	padding:20px 0 0 0;
	margin-bottom:20px;
}
.common_text1 img
{
	float:right;
	margin-left:20px;
}


.bottom_main
{
	width:100%;
	border-top:5px solid #4e3645;
	padding:25px 0 0 0;
	margin-top:40px;
}
.bottom_link
{
	width:100%;
	text-align:center;
	font-size:13px;
	font-weight:normal;
	color:#1b1b1b;
	line-height:22px;
	padding-bottom:10px;
}
.bottom_link a
{
	font-size:13px;
	font-weight:normal;
	color:#1b1b1b;
	text-decoration:none;
}
.bottom_link a:hover
{
	text-decoration:underline;
}

.bottom_link ul
{
	margin:0;
	padding:0;
	padding-bottom:20px;
}
.bottom_link ul li
{
	margin:0;
	padding:0;
	font-size:14px;
	font-weight:normal;
	color:#1b1b1b;
	text-align:center;
	display:inline-block;
	padding:0 15px 0 15px;
	list-style-type:none;
}
.bottom_link ul li a
{
	font-size:14px;
	font-weight:normal;
	color:#1b1b1b;
	text-decoration:none;
}
.banner_int
{
	width:100%;
	background:url(../images/intbanner.jpg) no-repeat top left;
	margin-top:1px;
	height:169px;
	
}
.banner_int2
{
	width:100%;
	margin-top:1px;
	
}

.banner_text
{
	width:40%;
	float:left;
	font-size:14px;
	color:#000;
	font-weight:normal;margin:50px 0 0 50px;
}
.banner_text span
{
	display:block;
	font-size:30px;
	color:#571e25;
	font-weight:normal;
}

.left_part
{
	width:63.63%;
	float:left;
	margin-right:45px;
	
}
.right_part
{
	width:32.27%;
	float:left;
}
.form_main
{
	width:100%;
	float:left;
	margin-bottom:20px;
}
.form_left
{
	width:28.57%;
	float:left;
	font-size:14px;
	color:#414241;
	font-weight:normal;	
}
.form_left1
{
	width:150px;
	float:left;
	font-size:14px;
	color:#414241;
	font-weight:normal;
	margin-left:50px;
}
.form_div
{
	width:64.28%;
	float:left;
}
.form_div_combo
{
	width:71.42%;
	float:left;
}
.rqst_rpt
{
	width:95.50%;
	margin:0 0 10px 7px;
}
.rqst_inp
{
	width:94.50%;
	border:1px solid #717171;
	background:#fbfbfb;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	font-size:13px;
	font-weight:normal;
	color:#414241;
	padding:7px 5px 7px 10px;
}
.rqst_comboh
{
	width:94.50%;
	background:#fbfbfb;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	font-size:13px;
	font-weight:normal;
	color:#414241;
	padding:7px 5px 7px 10px;
	height:50px;
}
.rqst_inp1
{
	width:50.00%;
	border:1px solid #717171;
	background:#fbfbfb;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	font-size:13px;
	font-weight:normal;
	color:#414241;
	padding:7px 5px 7px 10px;
}
.rqst_combo
{
	width:94.50%;
	border:1px solid #ccc;
	background:#fbfbfb;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	font-size:13px;
	font-weight:normal;
	color:#414241;
	padding:7px 5px 7px 10px;
	height:80px;
}
