body{
margin:0px;
padding:0px;
font-family: 'proxima_nova_cn_ltregular';
font-size:14px;
background:url(../images/body-bg.png) repeat 0 0;
}
article, aside, audio, canvas, command, datalist, details, embed, 
figcaption, figure, footer, header, hgroup, keygen, meter, nav, 
output, progress, section, source, video {
display:block;
}
/******************Wrapper****************************************/
.wrapper{
width:940px;
margin:0 auto;
}
/*******************fonts****************************************/
@font-face {
font-family: 'arial';
src:url('../fonts/arial.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
    font-family: 'museo_300regular';
    src: url('../fonts/museo300-regular-webfont.eot');
    src: url('../fonts/museo300-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/museo300-regular-webfont.woff') format('woff'),
         url('../fonts/museo300-regular-webfont.ttf') format('truetype'),
         url('../fonts/museo300-regular-webfont.svg#museo_300regular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'museo_700regular';
    src: url('../fonts/museo700-regular-webfont.eot');
    src: url('../fonts/museo700-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/museo700-regular-webfont.woff') format('woff'),
         url('../fonts/museo700-regular-webfont.ttf') format('truetype'),
         url('../fonts/museo700-regular-webfont.svg#museo_700regular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'proxima_nova_cn_ltregular';
    src: url('../fonts/proximanovacond-light-webfont.eot');
    src: url('../fonts/proximanovacond-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanovacond-light-webfont.woff') format('woff'),
         url('../fonts/proximanovacond-light-webfont.ttf') format('truetype'),
         url('../fonts/proximanovacond-light-webfont.svg#proxima_nova_cn_ltregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/******************Default Styles*********************************/
h1, h2, h3, h4, h5, h6, ul, p, a{
outline:none;
margin:0px;
padding:0px;
-webkit-font-smoothing: antialiased;
}
figure{
margin:0px;
}
p{
font-size:14px;
color:#dadada;
line-height:18px;
margin-bottom:20px;
letter-spacing:1px;
}
a {
    color: #991C20;
    outline: medium none;
    text-decoration: none;
}
a:hover{
color:#bf1e2e;
}
a img{
border:none;
} 
hr{
	border: 0;
	height: 1px;
	width:100%;
	background-color:#CCCCCC;
	color:#ccc;
	clear:both;
	margin:15px 0px;
}
h1, h2, h3, h4, h5, h6{
 font-family: 'museo_700regular';
 color:#b88c4b;
 font-weight:100;
}
h1 {
    color: #FFFFFF;
    font-size: 36px;
    line-height: 48px;
    margin-bottom:7px;
    padding: 10px 0;
	-webkit-font-smoothing: antialiased;
}
h2{
font-size:24px;
margin-bottom:10px;
}
h3{
color:#b88c4b;
font-size:22px;
margin-bottom:10px;
}
h4{
font-size:20px;
margin-bottom: 20px;
}
h5{
font-size:16px;
margin-bottom: 6px;
}
ul{
margin:10px 0px;
padding:0px;
}
ul li{
margin-left:15px;
list-style-type:disc;
margin-bottom: 11px;
}
ul li a{
text-decoration:none;
}
ol{
margin:0px;
padding:0px;
}
ol li{
margin-bottom:12px;
margin-left: 20px;
list-style-type:lower-roman;
}
ol li a{
text-decoration:none;
}
.floatleft{
float:left;
}
.floatright{
float:right;
}
/***********Header Styles*********************************/
header{
float:left;
width:100%;
background-color:#000;
min-height:162px;
}

.logo {
    background: url("../images/logo.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    display: block;
    float: left;
    height: 162px;
    text-decoration: none;
    text-indent: -9999px;
    width: 210px;
	margin-left: 2px;
}

.topright {
    float: right;
    margin-top: 34px;
}

.social-networks {
    float: right;
    margin-left: 31px;
}
.facebook-top{
	background: url("../images/facebook.png") no-repeat scroll left top transparent;
	padding: 0;
	margin-right: 4px;
	width:33px;
	height:33px;
	display:block;
	float:left;
	
	}
.twitter-top{
	background: url("../images/twitter.png") no-repeat scroll left top transparent;
	padding: 0;
	margin-right: 7px;
	width:33px;
	height:33px;
	display:block;
	float:left;
	}
.facebook-top:hover{background: url("../images/facebook-hover.png") no-repeat scroll left top transparent;}
.twitter-top:hover{background: url("../images/twitter-hover.png") no-repeat scroll left top transparent;}
.topright p {
    color: #615e5e;
    float: right;
    margin-bottom: 0;
    margin-top: 7px;
	font-family: 'museo_300regular';
	font-size:15px;
	letter-spacing:0.5px;
}
.topright p span {
    color: #dadada;
}
nav{
float:right;
margin:29px 0px 12px 0px;
}
nav ul{
margin:0px;
padding:0px;
list-style-type:none;
float:left;
}
nav ul li{
float:left;
margin: 0 12px;
list-style-type:none;
}
nav ul li a{
color: #ffffff;
font-size:15px;
display:block;
font-family: 'museo_300regular';
padding:9px 0 5px;
text-decoration: none;
}
nav ul li a.active {
color:#991c20;
}
nav ul li a:hover{
	color:#ffffff;
	 border-bottom: 1px solid #991c20;
	 box-shadow: 0px 19px 26px -10px #991C20;
	 -moz-box-shadow: 0px 19px 26px -10px #991C20;
	 -webkit-box-shadow:0px 22px 24px -11px #991C20;
	 -khtml-box-shadow: 0px 19px 26px -10px #991C20;
	
}
nav ul li ul{
position:absolute;
background:none;
width:190px;
display:none;
border-top:none;
}
/******************Banner Styles*********************************/
.banner{
float:left;
width:100%;
min-height:482px;
background:url(../images/banner-bg.jpg) no-repeat center bottom;
}
.banner p{
font-size:24px;
color:#000;
float:left;
margin:5px 23px 44px 0;
clear:both;
text-align:left;
line-height: 30px;
font-family: 'museo_300regular';
}
.inner-banner{
	float:left;
	width:438px;
	margin-top:54px;
	}
.banner h1 {
    text-shadow: 3px 2px 1px black;
	letter-spacing:0.4px;
}
.inner-banner strong{ color:#fff; font-size:26px; font-family: 'museo_700regular';} 
.inner-banner p a {
    color: #FFFFFF;
    float: left;
	background:url(../images/banner-link.png) 0 0 no-repeat #060606;
	width:215px;
	padding:5px 13px 5px 11px;
	font-family: 'museo_300regular';
	letter-spacing:0.2px;
	font-size:14px;
}
.inner-banner p a:hover{ background-position:0 -42px;} 
.banner li{
list-style-type:none;
}
/******************Content Styles*********************************/
.content{
width:100%;
float:left;
}
.h1-wrapper{ width:100%;
float:left;
background:url(../images/h1-bg.png) center top no-repeat;font-family: 'museo_300regular';}
.inner-content{
	width:100%;
	float:left;
	margin-top:30px;
	padding-bottom: 25px;
}
#home-h2{
	font-size:36px;
	line-height:72px;
	text-align:center;
	font-weight:100;
}

.columns {
    float: left;
    padding-bottom: 15px;
}
.columns img{ padding:20px 30px 0;}
.about-link{
 background: url("../images/about-link.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    float: left;
    font-size: 15px;
    line-height: 25px;
    padding: 11px 3px 10px 17px;
    text-decoration: none;
    width: 89px;
	}
.about-link:hover{background-position:0 -48px; color:#fff;} 
.home-columns{
	float:left;
	border-left:1px solid #535353;
	padding-left:20px;
	width:270px;
	margin-left: 30px;
	min-height:410px;
	}
.home-columns:first-child{
	border-left:none;
	padding-left:0px;
	margin-left: 0;
	width:294px;
	} 
.home-columns span{ color:#B88C4B; font-size:14px;font-family: 'proxima_nova_cn_ltregular'; }
.frame-link {
    float: left;
    margin: 30px 0 0 0;
	display:inline-block;
	cursor:pointer;
	overflow: hidden; 
}


.gallery {
    float: left;
    margin: 30px 0 0 12px;
}
.frame {
    background: url("../images/frame.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    float: left;
    height: 270px;
    padding: 4px 0 0 3px;
    width: 282px;
	margin-right: 15px;
}
a.frame-link:hover .frame{ background-position:0 -173px;}
.frame > h5 {
    color: #FFFFFF;
}
.info-span {
    float: left;
    width: 49%;
	font-size:11px;
	line-height: 14px;
}
.inner-content>a.frame-link:hover .frame{ background:url(../images/frame-hover.png) no-repeat 0 0;}
.service-column:first-child {
    padding-left: 0;
}
.service-column {
    float: left;
    padding:0 38px 0 0;
    width: 197px;
}

.information {
    color: #DADADA;
    float: left;
    width: 450px;
}

.title {
    float: left;
    margin-top:0px;
    text-align: left;
    width: 80px;
}
.description {
    float: left;
    margin:0;
    padding-left: 10px;
    text-align: left;
    width: 300px;
}

.info-list {
    float: left;
    margin: 8px 0 0 8px;
}
.info-list li {
    float: left;
    margin: 0 0 10px;
	 list-style-type: none;
}
/*************Contact page********************************/
.contact-form{
float:right;
}
.address {
    float: left;
    width: 459px;
	margin-top:25px;
}
.address a {
    color: #DADADA;
}
.contact-form li{
 list-style-type: none;
}
.address > p {
    font-size: 18px;
    line-height: 30px;
}

.address > h3 {
    margin: 0px 0 26px;;
}
.address .facebook{
	  background: url("../images/facebook.png") no-repeat scroll left center transparent;
    float: left;
    font-size: 18px;
    line-height: 40px;
    margin-right: 40px;
    padding-left: 40px;
	  color: #7A7A7A;
	
	 }
.address .twitter{
	 background:url(../images/twitter.png) left center no-repeat;
	 float: left;
    font-size: 18px;
    line-height: 40px;
    margin-right: 40px;
    padding-left: 40px;;;
	 color: #7A7A7A;
	 }
.facebook:hover{  background:url(../images/facebook-hover.png) left center no-repeat;}
.twitter:hover{
	 background:url(../images/twitter-hover.png) left center no-repeat;
	 }
	
.enquiry {
    border-left: 1px solid #575757;
    float: left;
    padding-left: 30px;
    width: 448px;
	margin-top:25px;
}

.enquiry > h3 {
    margin: 0px 0 26px 0;
}
.contact-form label {
    display: inline-block;
    float: left;
    margin-right: 48px;
    padding: 0px;
    text-align: left;
    width: 90px;
	color:#dadada;
	font-size:18px;
}
.contact-form input[type="text"]{
 background-color: #1A1A1A;
    border: 1px dashed #434341;
    color: #E3E3E3;
    height: 24px;
    width: 282px;
	 padding: 2px 5px;
}
.contact-form textarea{
 	background-color: #1A1A1A;
    border: 1px dashed #434341;
    color: #E3E3E3;
    height: 124px;
    width: 282px;
	overflow: hidden;
	 padding: 2px 5px;
}
.contact-form input[type="submit"]{
	background-color:#880c10;
    border: medium none;
    color: #ffffff;
    float: right;
    width: 109px;
	padding: 13px 0;
	cursor:pointer;
	font-family: 'museo_300regular';
	font-size:18px;
}
.recaptchatable label.recaptcha_input_area_text {
    background: none repeat scroll 0 0 transparent;
    float: none;
    margin: 0;
    padding: 0;
    width: auto;
}
/******************Footer Styles*********************************/
footer{
float:left;
width:100%;
min-height:60px;
}
footer a{ text-decoration:none;}
footer p{ 
	color:#d5d5d5;
	font-size: 13px;
    line-height: 24px;
	}
.bottom{ 
	background-color:#000;
	padding:52px 0 42px;
	float:left;
	width:100%;
}
.bottom-content{ 
	float:left;
	width:290px;
	margin-left:55px
	}

.bottom-content:first-child {
    margin-left: 10px;
    width: 240px;
}	
.bottom-content > .center {
    text-align: center;
	line-height:24px;
	font-size:12px;
	color:#ffffff;
	padding-right:21px;
}
.bottom-content h4 {
    font-family: 'museo_300regular';
	font-weight: normal;
}
.footer-logo {
    background: url("../images/footer-logo.png") no-repeat scroll top center transparent;
    color: #FFFFFF;
    display: block;
    float: left;
    height: 150px;
    margin: -5px 0 0 0;
    text-decoration: none;
    text-indent: -9999px;
    width: 88%;
}
.footer-bar{width:100%; float:left; padding:9px 0; color:#B88C4B;}
.copyrights{
font-size:12px;
float:left;
width:70%;
}
.copyrights a{
}
.designedby {
    float: right;
    font-size: 12px;
}
.designedby a{
	color: #B88C4B;
}
.designedby a img {
    margin: 0 0 0 8px;
    vertical-align: top;
}
.clear{
clear:both;
}
/**************************************************SLIDER******************************************/

.slider-wrapper {
    background: url("../images/slider-bg.png") no-repeat scroll 0 0 transparent;
    float: right;
    margin-top: 47px;
    min-height: 343px;
	padding:21px 18px 20px 13px;
    width: 464px;
}
.caption{
}
.image-holder{
	background-color: #880C10;
    float: right;
    padding: 2px;
    width: 200px;
	 margin: 0 0 0 40px;
}
.image-holder img{
padding:0;
}
.image-holder p {
    font-family: 'museo_300regular';
    font-size: 15px;
    font-weight: 300;
    margin: 5px 0;
    text-align: center;
}
input:focus, textarea:focus{
outline:none;
}
/*********New slider styles**************************/
ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
li.bjqs-slide{position:absolute; display:none;}
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}
ul.bjqs-controls.v-centered li a{position:absolute;}
ul.bjqs-controls.v-centered li.bjqs-next a{right:0;}
ul.bjqs-controls.v-centered li.bjqs-prev a{left:0;}
ol.bjqs-markers{
 bottom:35px;
    left: auto !important;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: absolute;
    right:200px;
    width: auto;
	z-index:9999 !important;
}
ol.bjqs-markers.h-centered{text-align: center;}
ol.bjqs-markers li{display:inline;margin:0;}
ol.bjqs-markers li a{display:inline-block;}
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}
#container{
	max-width:620px;
	margin:0 auto;
	padding-bottom:80px;
}
ul.bjqs-controls.v-centered li a{
	display:block;
	padding:10px;
	background:#fff;
	color:#000;
	text-decoration: none;
}
ul.bjqs-controls.v-centered li a:hover{
	background:#000;
	color:#fff;
}
ol.bjqs-markers li a{
	padding:0;
	color:#5e0c0c;
	margin-right:3px;
	background:url(../images/bullets.png) no-repeat top left;
	text-decoration: none;
	display:inline-block;
	width:18px;
	
	height:18px;
	text-indent:-9999px;
	*text-indent:0px;
	*font-size:0px;
}
ol.bjqs-markers li.active-marker a{
background-position:top right;
}
p.bjqs-caption{
	background: rgba(255,255,255,0.5);
}
.banner h2 {
    letter-spacing: 0.4px;
    text-shadow: 3px 2px 1px black;
	 color: #FFFFFF;
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 7px;
    padding: 10px 0;
}
.frame img{
	max-height: 175px;
	max-width: 279px;
	 display: block;
    margin: 0 auto;
}
.next_button{
	padding-left: 8px;
    padding-top: 16px;
}
.next_button a{
	padding:0 5px;
	
}