@charset "utf-8";
/* CSS Document */
body{
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	margin:0;
	padding:0;
	height:auto;
	color:#000;
	font-size:14px
}
.wraper{
	width:1200px;
	margin:0 auto;
}
.clear{
	clear:both;
}
.halfl{
	width:48%;
	float:left;
}
.half2{
	width:48%;
	float:left;
	font-weight:bold;
	font-size:16px
}
.pdetails{
	
}
.pdetails img{
	width:100%;
	height:400px;
}
.pdec{
	color:#000
}
.pdec h3{
	color:#000;
}
.pdec ul{
	margin:5px 0 0 15px; 
	padding:0
}
.pdec ul li{
	line-height:30px;
}
.contat{
	font-size:14px;
}
.contat a{
}
.contat strong{
	font-size:16px;
}
.halfr{
	width:48%;
	float:right
}
header{
	width:100%;
	background-color:#4c220c;
}
.htop{
	background:#000;
	line-height:50px;
	color:#fff;
}
.htop a{
	color:#fff;
	text-decoration:none;
	font-weight:bold
}
.social{
	text-align:right;
	line-height:20px;
}
.social img{
	padding:5px 0;
}
.logo{
	width:25%;
	padding:10px 0;
	float:left;
}
.logo img{
	width:100%;
}
.true{
	text-align:center;
	font-size:25px;
	font-weight:bold;
	line-height:70px;
	color:#fff;
	background:#000;
	margin-bottom:5px;
}
.full{
	text-align:center;
	font-size:25px;
	font-weight:bold;
	line-height:70px;
	color:#000;
	margin-bottom:5px;
}
.awe{
	text-align:center;
	line-height:16px;
	font-size:18px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom:15px;	
}
.awe h3{
	color:#D57F2E;
	font-size:25px;
	font-family:"Times New Roman", Times, serif;
}
.banner {
    float: left;
    height: 240px;
    margin: 0 10px 5px 0;
    padding: 3px;
    text-align: center;
    text-transform: uppercase;
    width: 48.2%;
}
.banner h3 {
	padding:0;
	line-height:60px;
	margin:2px 0 0 0;
	position:relative;
	top:-120px;
	text-decoration:none;
	font-size:20px;
	background:url(../images/opacity.png) repeat center top;
}
.banner h3 a{
	text-decoration:none;
	color:#EFAB48;
}
.banner img{
	width:100%;
	height:auto;
}
.banner img:hover{
	opacity:0.8;
	cursor:pointer;
}

.shfh{
	width:73%;
	float:right;
text-align:center;
text-transform:uppercase;
height:auto;
margin:0px;
}
.pbanner{
	width:100%;
	padding:3px;
text-align:center;
text-transform:uppercase;
height:auto;
}
.pbanner h3 {
	padding:0;
	line-height:60px;
	margin:0 auto;
	position:relative;
	top:-120px;
	text-decoration:none;
	font-size:20px;
	background:url(../images/opacity.png) repeat center top;
	width:99%;
}
.pbanner h3 a span {
	color:#fff;
	font-size:30px;
	font-weight:bold;	
	
}
.pbanner h3 a{
	text-decoration:none;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
}
.pbanner img{
	width:99%;
	height:350px;
	border:#553016 5px solid;
}
.pbanner img:hover{
	opacity:0.8;
	cursor:pointer;
}
.wel{
	font-size:24px;
	line-height:40px;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif
}
.wel span{
	color:#EFAB48;
}
.text{
	font-size:14px;
	cursor:text;
	padding:10px 0;
	line-height:30px
}
.wel1{
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
	text-align:center;
	font-weight:bold;
	color:#553016;
	line-height:50px;
}
.wel2{
	font-family:Verdana, Geneva, sans-serif;
	font-size:28px;
	text-align:center;
	color:#7F5028;
	line-height:50px; padding:0 0 10px 260px
}
.con{
	width:50%;
	float:left;
}
.text p{
	line-height:25px;
	font-family: Arial, Helvetica, sans-serif;
	margin-right:20px;
}
.con a{
	color:#09F;
	text-decoration:none
}
.con a:hover{
	color:#000;
}
h3{
	margin:2px 0;
	color:#fff;
	text-transform:uppercase
}

aside {
	cursor: pointer;
	margin-bottom: 5px;
	width:24%;
	float:right;
	margin-top:2px;
}
aside h3{
	font-weight:bold;
	line-height:40px;
	border-radius:3px;
	font-size:16px;
	text-align:center;
	text-transform:uppercase;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	background:#553016;
	color:#fff;
	margin:10px 0 0 0
}
aside input{
    border: 1px solid #ddd;
    border-radius: 5px;
    color: #6c6b6b;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 1%;
    outline: medium none;
    padding:3% 0;
    text-indent: 16px;
    width: 100%;
	margin-top:10px;
}


.submit{
    border: 1px solid #ddd;
  	background:#553016 !important;
    border-radius: 5px;
    color: #fff !important;
    font-size: 14px;
    font-weight: 400;
	text-align:center !important;
    margin-bottom: 4%;
    outline: medium none;
    padding: 3.5% 0;
    text-indent:0 !important;
    width: 50% !important;
	cursor:pointer;
}
.submit:hover{
	background:#000 !important;
}

.aside select{
    border: 1px solid #ddd;
    border-radius: 5px;
    color: #6c6b6b;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 4%;
    outline: medium none;
    padding: 3.5% 0;
	text-align:center;
    width: 32%;
}
.sid_top {
    background: #BF1736;
    border-radius: 8px 8px 0 0;
    color: #fff;
    font-size: 22px;
    height: 40px;
    line-height: 40px;
	font-weight:bold;
	text-transform:uppercase;
    text-align: center;
    text-shadow: 1px 0 1px #000;
    width: 100%;
}

aside ul {
    margin: 0;
    padding: 0;
}
aside ul li {
    border-top: thin dashed #bfa883;
    list-style: outside none none;
}

aside ul li a {
    background: rgba(0, 0, 0, 0) url("../images/drop.png") no-repeat scroll left top 12px;
    color: #fff;
    font-size: 13px;
    line-height: 32px;
    margin: 0 0 0 8px;
    padding: 12px 22px;
    text-decoration: none;
}
aside  select{
    border: 1px solid #ddd;
    border-radius: 5px;
    color: #6c6b6b;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 4%;
    outline: medium none;
    padding: 3.5% 0;
	text-align:center;
    width: 32%;
}
.special{
	width:100%;
	margin:2px auto;
	text-align:center;
	color:#fff;
	background:url(../images/special.jpg) repeat-x center top;
	line-height:50px;
	font-size:17px;
	font-weight: bold;
	font-style:italic;
	border-radius:3px;
}
.anniversary{
	width:100%;
	text-align:center;
	padding:15px 0
}
article{
	width:76%;
	float:left;
}
footer {
    background: #000 none repeat scroll 0 0;
    border-top: 8px solid #D08E42;
    height: auto;
    margin: 1px 0 0;
    padding: 10px 0 0;
    width: 100%;
}
.futar {
    border-bottom: 2px dashed #D08E42;
    display: block;
    margin: 0 auto;
    width: 984px;
	font-weight:bold
}
#copy {
    display: block;
    font-size: 14px;
    margin: 0 auto;
    text-align: center;
    width: 71%;
}

.f_txt {
    color: #D08E42;
    float: left;
	font-weight:bold;
    font-size: 16px;
    margin: 10px 0 0 0;
    width: 58%;
}
.cards {
    float: left;
    line-height: 24px;
    margin: 10px 0 0;
    text-align: left;
    width: 36%;
}

#fut {
    color: #d3c3a8;
    display: block;
    font-size: 16px;
    line-height: 31px;
    text-align: center;
    width: 100%;
}
#fut a {
    color: #D08E42;
    font-size: 16px;
    padding: 20px 11px;
    text-decoration: none;
    z-index: 5000;
	font-weight:normal
}
#fut a:hover{
	color:#fff;
}
#copy1 {
    color: #D08E42;
    display: block;
    font-size: 16px;
    line-height: 35px;
    margin: 0 auto;
    padding: 3px 0 6px;
    text-align: center;
    width: 100%;
}

#copy1 b a {
    color: #fff;
}

marquee{
	width:100%;
	margin:10px 0;
}
.read{
	width: auto;
	line-height:30px;
	border-radius:3px;
	text-align:left;
	position:relative;
	top:-62px;
}
.read a{
	color:#8E592C;
	font-weight:bold;
	text-transform:capitalize;
	text-decoration:none;
	text-align:center;
	font-size:15px;
}
.read a:hover{
	color:#000
		
}
.pread{
	width: auto;
	line-height:30px;
	border-radius:3px;
	text-align:left;
	position:relative;
	top:-62px;
}
.pread a{
	color:#8E592C;
	font-weight:bold;
	text-transform:capitalize;
	text-decoration:none;
	text-align:center;
	font-size:15px;
}
.pread a:hover{
	color:#000
		
}

.prbanner {
   border: 2px solid #553016;
    float: left;
	margin: 5px;
    padding-bottom: 1px;
    padding-top: 0;
    width: 32%
}	
.prbanner img{
	width:98%;
	height:150px;
	cursor:pointer;
	opacity:0.8px;
	margin:2px;
	border:none
	
}

.our{
	background:#BF1736;
	text-align:center;
	border-radius:5px;
	color:#fff;
	line-height:40px;
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase
}
.padf{
	margin-top:10px;
}
.other{
	width:6%;
	float:left;
	margin:2px 0
}
.evnts{
	width:100%;
}
.evnts img{
	width:49.7%;
}
.ss{
	color:#000;
	font-style:italic;
}
.dat{
	text-align:left;
	width:100%;
	margin-top:20px;
}
.dat h3{
	color:#E68910;
	text-transform:uppercase;
}
.datleft{
	width:48%;
	float:left;
}
.datimg{
	float:right;
	width:48%;
}
.datimg img{
	width:100%;
}
.dat1{
	text-align:left;
	width:48%;
	font-size:15px;
	float:right;
}
.dat1 img{
	width:100%;
}
strong{
	color:#BF1736;
}
.form{
	width:30%;
	float:right;
	margin-top:40px;
}
.form input{
	width:60%;
	float:right;
	line-height:25px;
	background:#d1cfcf;
	border:none
}
.form textarea{
	width:60%;
	float:right;
	line-height:40px;
	background:#d1cfcf;
	border:none;
	margin-bottom:5px;	
}
.iframe{
	height: 360px;
}
.sub{
	background:#BF1736;
	width:120px;
	margin-top:10px;
	line-height:30px;
	border-radius:3px;
	text-align:center;
	margin-left:141px;
}
.sub a{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	text-align:center
}
.sub:hover{
	background:#000;
}
.menu{
	width:70%;
	float:left;
}

.border{
	border-bottom:#000 1px dashed;
}







.main{
	background:#9C9C9C repeat-x center top;
}

.map{
	width:98%;
	margin:0 auto;
	float:none;
	height:250px;
	border:#f1f1f1 3px solid;
	padding:5px;
}

.msg_body {padding: 5px 10px 15px;
background-color:#ffe8c6;
text-align:justify;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:20px;
	text-shadow:#fff 0 1px 0;
	border-radius:6px;
	border:#666 solid 1px;
	
}
.msg_head {padding: 5px 10px;
	cursor: pointer;
	color:#FFFFFF;
	position: relative;
	background-color:#6A0000;
	margin:1px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	border-radius:6px;
}
.msg_list {list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}



.rightbox {
    float: right;
    position: relative;
    width: 29%;
	margin:1em 0
}
.block_1 {
    background: #000;
    border-radius: 4px;
	margin-top:10px;
    left: 0;
    padding: 10px;
    right: 0;
    width: auto !important;
}
.table_1 {
    background: #fff none repeat scroll 0 0;
    width: 100%;
}
.table_1 span{
	float:right;
	color:#680c1d;
	font-weight:bold
}
.rightbox .table_1 th:nth-child(1) {
    padding-left: 20px;
    width: 63%;
}
.table_1 th {
    background: #2f323b none repeat scroll 0 0;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    padding: 0 0 10px;
    text-align: left;
}
.rightbox .r_btnbox {
    border-bottom: 1px solid #25252d;
    border-top: 1px solid #25252d;
    margin: 10px -10px 0;
    overflow: hidden;
}
.rightbox .r_btnbox .blk_1 {
    color: #fff;
    float: left;
    font-size: 12px;
    line-height: 21px;
    padding: 12px 0;
    text-align: center;
    text-transform: uppercase;
    width: 50%;
}

.rightbox .r_btnbox .blk_2 {
    border-left: 1px solid #25252d;
}
.rightbox .r_btnbox .blk_1 {
    color: #fff;
    float: left;
    font-size: 12px;
    line-height: 21px;
    padding: 12px 0;
    text-align: center;
    text-transform: capitalize;
    width: 49%;
}
.rightbox .note_1 {
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    padding: 12px 0;
    text-align: center;
}
.rightbox .btnbox {
    padding-bottom: 10px;
    text-align: center;
}
.rightbox .btnbox input[type="submit"] {
    display: block;
    float: none;
    margin: 0 auto;
    max-width: 260px;
    width: 100%;
}
.rightbox .btnbox {
    padding-bottom: 10px;
    text-align: center;
}
.rightbox .btnbox {
    padding-bottom: 10px;
    text-align: center;
}
.rightbox .btnbox a {
    color: #fff;
    display: block;
    float: none;
    font-weight: 700;
    margin: 0 auto;
    max-width: 260px;
    outline: medium none;
    text-decoration: none;
    width: auto;
}
.place{
	background:#BF1736;
	width:200px;
	line-height:30px;
	border-radius:3px;
	text-align:center;
	margin:0 auto
}
.place a{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	text-align:center
}
.place:hover{
	background:#000;
}
.one{
	width:60%;
	float:left;
	color:#fff
}
.apply{
	width:60%;
	float:left;
	color:#fff
}
.ars{
	width:60%;
	float:left;
	color:#fff
}
.ars input{
	width:30%;
	margin-left:3px;
	padding:5px;
	float:left;
	color:#fff;
	border:none;
	cursor:pointer;
	border-radius:2px;
	background:#BF1736;
	font-weight:bold
}
.one textarea{
	width:90%;
	padding:5px
}
.apply input{
	width:50%;
	padding:5px;
	float:right;
	color:#000
}
.two{
	width:20%;
	float:left;
	text-align:center;
	color:#fff;
}
.thr{
	width:20%;
	float:left;
	text-align:center;
	color:#fff;
}

.two input{
	width:40px;
}
.fulll{
	width:100%;
	line-height:30px;
}

.add{
	background:#BF1736;
	width:74%;
	margin-top:10px;
	line-height:40px;
	border-radius:3px;
	text-align:center;
	margin:11px auto;
	text-transform:uppercase
}
.add a{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
}
.add:hover{
	background:#000;
}

.logleft{
	width:48%;
	float:left;
	background:#000;
	padding:8px;
	border-radius:5px;
	color:#fff;
}
.logleft p{
	line-height:38px;
}
.logleft input{
	float:right;
	width:65%;
	line-height:25px;
	border:#CCC 1px solid;
	border-radius:3px;
}
.logleft a{
	color:#0cf;
	text-decoration:none;
	margin-left:198px
}
.logleft a:hover{
	color:#0CF;
}


.logi{
	background:#BF1736;
	width:120px;
	margin-top:10px;
	line-height:30px;
	border-radius:3px;
	text-align:center;
	margin-left:196px;
	margin-bottom:10px;
	float:left
}
.logi a{
	color:#fff;
	margin-left:0;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
	text-align:center
}
.logi:hover{
	background:#fff;
	color:#000;
}
.logi1{
	background:#BF1736;
	width:120px;
	margin-top:10px;
	line-height:30px;
	border-radius:3px;
	text-align:center;
	margin-left:10px;
	margin-bottom:10px;
	float:left
}
.logi1 a{
	color:#fff;
	margin-left:0;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
	text-align:center
}
.logi1:hover{
	background:#fff;
	color:#000;
}

.new h2{
	margin:0 !important;
	padding:0;
}
.newa{
	background:#BF1736;
	width:33%;
	margin-top:10px;
	line-height:30px;
	border-radius:3px;
	text-align:center;
	margin-bottom:10px;
	float:left;
	margin-left:5px
}
.newa a{
	color:#fff;
	margin-left:0;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	text-transform:uppercase
}
.newa:hover{
	background:#000;
	color:#fff;
}
.edit{
	background:#E8E8E8;
	line-height:60px;
}
.edit a{
	padding:19px 45px;
	color:#000;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
	border-right:#999 1px solid;
}
.edit a.acive{
	background:#fff;
}



.hrad{
	background:#BF1736;
	width:16%;
	float:right;
	line-height:60px;
	border-radius:3px;
	text-align:center;
}
.hrad a{
	color:#fff;
	border:none;
	font-weight:bold;
	text-decoration:none;
	text-align:center
}




.rightbox1 {
    float: right;
    position: relative;
    width: 50%;
	margin:1em 0
}

.table_1 {
    background: #fff none repeat scroll 0 0;
    width: 100%;
}
.table_1 span{
	float:right;
	color:#680c1d;
	font-weight:bold
}
.rightbox1 .table_1 th:nth-child(1) {
    padding-left: 20px;
    width: 63%;
}
.table_1 th {
    background: #2f323b none repeat scroll 0 0;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    padding: 0 0 10px;
    text-align: left;
}
.rightbox1 .r_btnbox {
    border-bottom: 1px solid #25252d;
	color:#fff;
	border-top: 1px solid #25252d;
    margin: 10px -10px 0;
    overflow: hidden;
}
.rightbox1 .r_btnbox .blk_1 {
    color: #fff;
    float: left;
    font-size: 12px;
    line-height: 21px;
    padding: 12px 0;
    text-align: center;
    text-transform: uppercase;
    width: 50%;
}

.rightbox1 .r_btnbox .blk_2 {
    border-left: 1px solid #25252d;
}
.rightbox1 .r_btnbox .blk_1 {
    color: #fff;
    float: left;
    font-size: 12px;
    line-height: 21px;
    padding: 12px 0;
    text-align: center;
    text-transform: capitalize;
    width: 49%;
}
.rightbox1 .note_1 {
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    padding: 12px 0;
    text-align: center;
}
.rightbox1 .btnbox {
    padding-bottom: 10px;
    text-align: center;
}
.rightbox1 .btnbox input[type="submit"] {
    display: block;
    float: none;
    margin: 0 auto;
    max-width: 260px;
    width: 100%;
}
.rightbox1 .btnbox {
    padding-bottom: 10px;
    text-align: center;
}
.rightbox1 .btnbox {
    padding-bottom: 10px;
    text-align: center;
}
.rightbox1 .btnbox a {
    color: #fff;
    display: block;
    float: none;
    font-weight: 700;
    margin: 0 auto;
    max-width: 260px;
    outline: medium none;
    text-decoration: none;
    width: auto;
}

.payment{
	width:100%;
}
.pay{
	width:30%;
	float:left;
	text-align:left;
	line-height:20px;
}
.pay input{
	float:left;
}

.fromb{
	width:45%;
	border:#E8E8E8 1px solid;
	float:left;
	line-height:45px;
	margin:15px 8px 5px 0 ;
	padding:10px
}
.frombinput{
	border:#CCC 1px solid;
	width:60%;
	float:right;
	line-height:30px;
	border-radius:5px;
}
.fro{
	width:96%;
	border:#E8E8E8 1px solid;
	float:left;
	line-height:45px;
	margin:15px 8px 5px 0 ;
	padding:10px
}
.fro input{
	border:#CCC 1px solid;
	width:60%;
	float:right;
	line-height:30px;
	border-radius:5px;
}
.chec{
	width:24%;
	float:left;
}
.chec input{
	float:left;
	width:auto
}

.rightbox1 h3{
	text-transform:uppercase;
	color:#fff
}

.bocc{
	width:35%;
	line-height:35px;
	padding:8px 20px;
	border:#E8E8E8 1px solid;
	border-radius:5px
}

.r_btnn {
    border-bottom: 1px solid #25252d;
    border-top: 1px solid #25252d;
    margin: 10px -10px 0;
    overflow: hidden;
	color:#fff;
	line-height:40px;
}
.porp{
	width:100%;
	border:#CCC 1px solid;
	border-radius:5px;
	line-height:30px;
}
.month{
	width:34%;
	float:left;
	border:1px solid #ccc;
	padding:8px;
	margin-right:3px;
	border-radius:5px
}
.year{
	width:22%;
	float:left;
	border:1px solid #ccc;
	padding:8px;
	margin-right:3px;
	border-radius:5px
}
.cre{
	width:100%;
}
.cre b{
	width:39%;
	float:left;
	font-weight:normal
}
.crea{
	margin-left:97px;
}
.halg {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-left: 160px;
    margin-right: 3px;
    padding: 8px;
    width: 10%;
}
.halg1 {
    border: 1px solid #ccc;
    border-radius: 5px;
	margin-left:60px;
    margin-right: 3px;
    padding: 8px;
    width: 10%;
}
.final{
	background:#BF1736;
	width:15%;
	margin-left:150px;
	line-height:30px;
	font-size:20px;
	text-align:center;
	text-transform:uppercase;
	color:#fff;
	font-weight:bold;
	padding:10px;
	border-radius:5px;
}
.final a{
	color:#fff;
	text-decoration:none;
}
.final:hover{
	background:#000;
	cursor:pointer
}
.pat{
	width:50%;
}
























#accordian {
	background: #794B2B;
	width: 250px;
	color: white;
	font-size:14px;
	text-align:left;
	border-top:none;
}
#accordian ul{
	margin:0 !important;
	padding:0 !important
}
/*heading styles*/
#accordian h3 {
  background: #5A2A13 none repeat scroll 0 0;
    cursor: pointer;
    font-size: 12px;
    line-height: 30px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
    margin: 1px 0 0;
    padding: 4px 0;
    text-align: left;
}
.margin0{
	margin:0;
	padding:0;
}
/*heading hover effect*/
#accordian h3:hover {
	text-shadow: 0 0 0px rgba(255, 255, 255, 0.7);
	background-color:#000;
}
/*iconfont styles*/
#accordian h3 span {
	font-size: 16px;
	margin-right: 10px;
}
/*list items*/
#accordian li {
	list-style-type: none;
}
/*links*/
#accordian ul ul li a {
  background-color: #efab48;
    color: white;
    display: block;
    font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
    line-height: 35px;
    padding: 1px 10px;
    text-decoration: none;
    transition: all 0.15s ease 0s;
	/*transition for smooth hover animation*/
	transition: all 0.15s;
}
/*hover effect on links*/
#accordian ul ul li a:hover {
	background: #000;
	border-left: 5px solid lightgreen;
}
/*Lets hide the non active LIs by default*/
#accordian ul ul {
	display: none;
}
#accordian li.active ul {
	display: block;
}

#accordian ul ul li a.active {
	background:#000;
}
.pbrand{
	width:21%;
	float:left;
}
.rbrand{
	width:75%;
	float:right;
}

.prbrand{
	width:100%;
}
.pbrand h4{
    color: #fff;
	background-image:url(../images/pro-bg.png);
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 17px;
    font-weight: bold;
    line-height: 40px;
    margin: 2px 0 0;
	padding: 1px 8px;
    text-align: left;
    text-transform: uppercase;
}
.rbanner h4{
	font-weight:bold;
	margin:0;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
}
.rbanner{
	width:32%;
	margin:3px;
	float:left;
	border:#553016 2px solid;
}
.rbanner:hover{
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.65);
}
.continue{
 background: #5a2a13 none repeat scroll 0 0;
    border: 1px solid #000;
    border-radius: 10px;
	cursor:pointer;
    font-weight: normal;
    margin: 1px auto 3px;
    text-align: center;
    width: 55%;
}
.continue:hover{
	background:#000;
}
.continue a{
	color:#fff;
	padding-right:3px;
	font-size:13px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight:bold;
	text-decoration:none;
	text-align:right;
	line-height:40px;
}
.mainproduct{
	font-weight:bold;
	background-color:#EFDCC0;
	padding:12px 0;
	width:100%;
	text-align:center;
	margin:-6px auto;
	text-transform:uppercase;
}
.mainproduct p{
	font-weight:normal;
	text-align:left;
	text-transform:lowercase;
	color:#fff;
	padding-left:3px;
}
.rbanner img{
	width:98%;
	cursor:pointer;
	opacity:0.8px;
	margin:2px;
	
}

.rbanner h3{
	font-size:14px;
	text-align:center
	
}
.rbanner1 h4{
	font-weight:bold;
	margin:0;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
}
.rbanner1{
	width:24%;
	text-align:center;
	margin:8px 3px;
	float:left;
	background-color:#EFDCC0;
	border-radius:2px;
	border:#553016 2px solid;
}
.rbanner1 a{
	color:#F03;
	text-decoration:none;
	font-size:15px;
	text-align:left !important;
}
.but {
    background: #553016 none repeat scroll 0 0;
    border-radius: 3px;
    margin: 2px auto 8px;
    padding: 5px;
    width: 64%;
	line-height:25px;
	cursor:pointer
}
.but:hover{
	background:#000;
}

.pmainproduct{
 background-color: #efdcc0;
    font-weight: bold;
    margin: -8px auto;
    padding: 1px 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.pmainproduct p{
	font-weight:normal;
	text-align:left;
	text-transform:lowercase;
	color:#fff;
	padding-left:3px;
}

.but a{
	color:#fff;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.but1 {
    background: #fc5b5b none repeat scroll 0 0;
    border-radius: 3px;
    padding: 5px;
    width: 20%;
	float:left;
	text-align:center;
	cursor:pointer
}
.but1:hover{
	background:#000;
}

.but1 a{
	color:#fff;
	text-decoration:none;
	font-weight:bold
}

.rbanner1:hover{
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.65);

}
.mainproduct1{
	font-weight:bold;
	background-color:#EFAB48;
	padding:12px 0;
	width:98%;
	text-align:center;
	margin:-5px auto;
	text-transform:uppercase;
}
.mainproduct1 p{
	font-weight:normal;
	text-align:left;
	text-transform:lowercase;
	color:#fff;
	padding-left:3px;
}
.rbanner1 p{
	margin:1px 0 15px 0;
	font-weight:bold;
	color:#000;
	text-transform:uppercase
}
.rbanner1 img{
	width:85%;
	text-align:center;
	height:180px;
	 border: 1px solid #553016;
	cursor:pointer;
	opacity:0.8px;
	margin:16px;
	
}

.rbanner1 h3{
	font-size:14px;
	text-align:center

}
.search {
    background: #f3f4f5 none repeat scroll 0 0;
    border: 1px solid #d8d8d8;
    border-radius: 2px;
    line-height: 30px;
    margin: 10px auto;
    position: relative;
    text-align: center;
    width: 20%;
}
.search form {
    width: 100%;
}
.search input[type="text"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #5a5a5a;
    font-family: "Open Sans",sans-serif;
    font-size: 0.8725em;
    line-height: 1.5em;
    margin: 0;
    outline: medium none;
    padding: 8px 16px;
    position: relative;
    text-transform: capitalize;
    width: 85.3333%;
}
.search input[type="submit"] {
    background: rgba(0, 0, 0, 0) url("../images/search.png") no-repeat scroll 0 1px;
    border: medium none;
    cursor: pointer;
    height: 24px;
    outline: medium none;
    position: absolute;
    right: 5px;
    top: 9px;
    width: 24px;
}



form {
                width:250px;
                margin:7px 0 0;
				float:left;
				background:#CCC;
				padding:5px;
				border-radius:3px;
}
.forminput {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    float: left;
    line-height: 23px;
    width: 72%;
	border-radius:3px;
}
.search {
                padding:8px 15px;
                background:rgba(50, 50, 50, 0.2);
                border:0px solid #dbdbdb;
}
.button {
                position:relative;
                padding:6px 15px;
                left:-8px;
                border:2px solid #207cca;
                background-color:#207cca;
                color:#fafafa;
}
.button:hover  {
                background-color:#fafafa;
                color:#207cca;
}


.pagination {
    border-radius: 4px;
    display: inline-block;
    margin: 20px 0;
    padding-left: 0;
	width:100%;
	float:none;
}
.pagination > li {
    display: inline;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    margin-left: 0;
}
.pagination > li > a, .pagination > li > span {
    background-color: #000;
    border: 1px solid #ddd;
    color: #fff;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
}
.form-group {
    display: inline-block;
    margin-bottom: 5px;
    width: 100%;
}
.form-group label {
    display: inline-block;
}
.form-group input {
    width: 99%;
	color:#B7B7B9
}
.formmm{
	background:#D3D3D3;
	width:75%;
	padding:5px;
	margin-bottom:10px;
	border-radius:3px;
}
.btn{
	  -moz-user-select: none;
    background-image: none;
    border: 1px solid #CCC;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    padding: 6px 50px;
	margin:0 0 5px 0;
	float:none;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.formmm input, form textarea, form select {
    border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
    outline: medium none;
    padding: 8px 0;
}
.aby img{
	float:left;
	padding:5px;
}
.form-group textarea {
    width: 97%;
}
.formmm  textarea {
    resize: vertical;
	border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
    outline: medium none;
}
.maincontact{
	background:#fff;
	width:100%;
}
.abtscrolling{
	overflow-x:hidden;
    overflow-x: hidden;
    overflow-y: scrolling ;
	height:140px;
}