/*CSS RESET*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,details,figcaption,figure,footer,header,hgroup,mark,menu,meter,nav,output,progress,section,summary,time{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align: baseline;background:transparent;}article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, output, section, summary{display:block;}meter,progress,mark, time{display:inline;}ol, ul {list-style: none;}blockquote,q{quotes: none;}html,body{height:100%;}img {border:0;vertical-align:top;text-align:left;}object{vertical-align:top;outline:none;}ul,ol{list-style:none;}table,table td{padding:0;border:none;border-collapse:collapse;}input,select,textarea{font-family:Arial, Helvetica, sans-serif;font-size:1em;vertical-align:middle;font-weight:normal;margin:0;padding:0;}textarea{overflow:auto;}

/*GLOBAL*/
html{min-width:960px;}
body{background:#fff;font-family:Arial, Helvetica, sans-serif;font-size:100%;line-height:1em;color:#000;overflow:hidden;}

#gspinner{
	width:100%;
	height:100%;
	position:fixed;
	left:0;
	top:0;
	z-index:999;
	background:#000 url(../images/ajax-loader.gif) 50% 50% no-repeat;
}

#glob{
	min-width:960px;
	min-height:820px;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	font:12px/18px Arial, Helvetica, sans-serif;
	color:#83786f;
}

header>.inner{
	position:relative;
	width:950px;
	height:100%;
	margin:0 auto;
}

/*ELEMENTS*/
a {color:#f00;outline:none;}
a:hover{text-decoration:none;}


p,.blo{
	line-height:18px;
	margin-bottom:18px;
}

.p1{
	margin-bottom:8px;
}

.p2{
	margin-bottom:36px;
}

/*header*/
header{
	width:100%;
	height:78px;
	position:absolute;
	left:0;
	top:0;
	background:url(../images/header-bg.png);
	z-index:2;
}

h1{
	position:absolute;
	left:0;
	top:27px;
	z-index:1;
}

nav{
	position:absolute;
	left:506px;
	top:32px;
	z-index:1;
}

nav>ul>li{
	float:left;
	margin-left:16px;
	position:relative;
}

nav>ul>li>a{
	font:700 italic 15px/1.2em 'Open Sans', sans-serif;
	text-decoration:none;
	text-transform:uppercase;
	color:#83786f;
	
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

nav>ul>li>a:hover,nav>ul>li.active>a,nav>ul>li._hover>a{
	color:#fff;
}

nav li ul{
	position:absolute;
	top:46px;
	left:0;
	width:184px;
	padding:22px 20px;
	background:url(../images/dropDown-bg.png) repeat-x #393635;
	z-index:10;
	
	-webkit-border-radius:2px;
	border-radius:2px; 
	-moz-background-clip:padding;
	-webkit-background-clip:padding-box;
	background-clip:padding-box;
}

nav li ul a{
	font:12px/23px Arial, Helvetica, sans-serif;
	color:#83786f;
	text-decoration:none;
	
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

nav li ul a:hover{
	color:#fff;
}

/*#content*/
#content{
	width:960px;
	height:496px;
	position:absolute;
	z-index:1;
	left:50%;
	top:50%;
	margin:-321px 0 0 -475px;
	overflow:hidden;
}

#content>ul{
	width:960px;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;	
}

h2{
	color:#83786f;
	font:700 italic 22px/1.2em 'Open Sans', sans-serif;
	text-transform:uppercase;
	background:url(../images/h2-border.png) 0 100% repeat-x;
	padding-bottom:6px;
	margin-bottom:14px;	
}

h3,.h3{
	font:15px/19px Arial, Helvetica, sans-serif;
	color:#dedede;
	margin-bottom:14px;
}

.col{
	background:url(../images/col-bg.png);
	border:1px #000 solid;
	min-height:496px;
	overflow:hidden;
	
	
	-webkit-border-radius:4px;
	border-radius:4px; 
	-moz-background-clip:padding;
	-webkit-background-clip:padding-box;
	background-clip:padding-box;
}

.col>.inner{
	padding:20px;
	overflow:hidden;
}

#about .img-box-set dt{
	margin-right:16px;
}

#about .img-box-set{
	margin-top:-20px;
}

#about .img-box-set dl{
	padding-top:20px;
}

#about .scroll{
	height:405px;
	padding-right:36px;
}

#about ._track{	
	right:0;
	top:0;
	width:12px;
	height:385px;
	background:#282828;
	padding:10px 0;
}

#about ._shuttle{
	background:#948a82;
	height:58px;
	width:12px;
}

#services .cols{
	margin-left:-21px;
}

#services .cols li{
	width:174px;
	margin-left:21px;
	float:left;
}

#price_list .cols{
	margin-left:-50px;
}

#price_list .cols li{
	width:252px;
	float:left;
	margin-left:50px;
}

#faqs .address dd{
	width:200px;
	line-height:18px;
}

#faqs .list2{
	margin-left:22px;
}

#contacts .address dd{
	width:160px;
}

#privacy .col .mwrap,#readmore .col .mwrap{
	width:710px;
}

.qq{
	width:412px;
	height:253px;
	padding:29px;
	background:url(../images/qq-bg.png);
	border:1px #000 solid;
	font:15px/19px Arial, Helvetica, sans-serif;
	color:#83786f;
	
	position:absolute;
	z-index:1;
	left:50%;
	top:50%;
	margin:-211px 0 0 35px;
	
	-webkit-border-radius:3px;
	border-radius:3px; 
	-moz-background-clip:padding;
	-webkit-background-clip:padding-box;
	background-clip:padding-box;
}

.qq .hdr{
	margin-bottom:16px;
}

.qq form fieldset{
	width:257px;
	float:left;
}

.qq form fieldset input{
	width:217px;
	padding:7px 14px 8px 14px;
	background:#252525;
	border:1px #363331 solid;
	float:left;
	font:12px Arial, Helvetica, sans-serif;
	color:#fff;
	outline:none;
	margin-bottom:10px;
	
	-webkit-border-radius:2px;
	border-radius:2px; 
	-moz-background-clip:padding;
	-webkit-background-clip:padding-box;
	background-clip:padding-box;
}

.qq form>input{
	float:left;
	width:153px;
	height:74px;
	border:none;
	background:url(../images/go-btn.png);
	cursor:pointer;
}

.qq .tel{
	font:700 italic 12px 'Open Sans', sans-serif;
	text-transform:uppercase;
	margin-top:5px;
}

.qq .tel .num{
	font:700 italic 22px/30px 'Open Sans', sans-serif;
	padding-bottom:7px;
	padding-left:36px;
	float:left;
	margin-right:6px;
	color:#fff;
	background:url(../images/tel.png) 0 50% no-repeat;
}

.qq .mail{
	font:700 italic 12px 'Open Sans', sans-serif;
	text-transform:uppercase;
	margin-top:5px;
}

.qq .mail .num{
	font:500 italic 18px/26px 'Open Sans', sans-serif;
	padding-bottom:7px;
	padding-left:36px;
	float:left;
	margin-right:6px;
	color:#fff;
	background:url(../images/mail.png) 0 50% no-repeat;
}

.qq .pad{
	color:#83786f;
	position:relative;
	top:12px;
}

/*footer*/
.lists{
	width:950px;
	height:115px;
	position:absolute;
	left:50%;
	bottom:112px;
	margin-left:-475px;
}

.lists>ul{
	margin-left:-50px;
}

.lists>ul>li{
	width:116px;
	float:left;
	margin-left:50px;
}

.lists h4{
	font:700 14px/18px 'Open Sans', sans-serif;
	color:#efecea;
	text-transform:uppercase;
	height:46px;
}

.lists .lst a{
	font:11px/19px Arial, Helvetica, sans-serif;
	text-decoration:none;
	
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

.lists .lst a:hover{
	color:#fff;
}

footer{
	width:950px;
	height:82px;
	position:absolute;
	left:50%;
	bottom:0;
	margin-left:-475px;
	background:url(../images/footer-border.png) repeat-x;
}

.privacy{
	color:#83786f;
	padding-top:8px;
	font:11px/1.2em Arial, Helvetica, sans-serif;
}

.privacy a{
	text-decoration:none;
	
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

.privacy a:hover{
	color:#fff;	
}

/*forms css*/
#form1{
	position:relative;
	z-index:1;
}

#form1 label{
	float:left;
	margin-bottom:11px;
	position:relative;
	z-index:1;
}

#form1 input,#form1 textarea{
	width:240px;
	padding:7px 10px;
	background:#fff;
	border:none;
	color:#83786f;
	font:12px Arial, Helvetica, sans-serif;
	outline:none;
	box-shadow:none;
	
	-webkit-border-radius:5px;
	border-radius:5px; 
	-moz-background-clip:padding;
	-webkit-background-clip:padding-box;
	background-clip:padding-box;
}

#form1 textarea{
	height:270px;
	resize:none;
	margin-bottom:4px;
}

#form1 .btns{
	float:left;
}

#form1 .error,#form1 .empty{
	position:absolute;
	right:0;
	top:0;
	z-index:1;
	font-size:10px;
}

#form1 .success{
	background:#fff;
	border:none;
	color:#000;
	font:italic 15px/30px Arial, Helvetica, sans-serif;
	position:absolute;
	left:0;
	top:0;
	z-index:10;
	padding:30% 10px;
	width:240px;
	height:40%;
	
	-webkit-border-radius:5px;
	border-radius:5px; 
	-moz-background-clip:padding;
	-webkit-background-clip:padding-box;
	background-clip:padding-box;
}


/*js css*/
.google_map{
	width:269px;
	height:409px;
}


/*additional classes*/
.white{
	color:#fff;
}

.undn a{
	text-decoration:none;
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

.undn a:hover{
	color:#fff;
}

.fl{float:left;}
.fr{float:right;}
.col-1,.col-2,.col-3{float:left;}
.all{text-align:left;}
.alr{text-align:right;}
.alc{text-align:center;}
.wrapper{width:100%;overflow:hidden;}
a.und,.und a{text-decoration:none;}
a.und:hover,.und a:hover{text-decoration:underline;}
a.nocolor, .nocolor a{color:inherit;}
.upc{text-transform:uppercase;}
.bold{font-weight:bold;}
.wrap{overflow:hidden;}
.nopa{padding:0;}
.noma{margin:0;}
.nobg{background:none;}
.nobd{border:none;}
.nofl{float:none;}
.dn{display:none;}
.clear{clear:both;line-height:0;}


/*custom boxes*/

.mrk{
	margin:7px 0 0 4px;
}

span.btn{
	float:left;
	padding-right:46px;
	background:url(../images/btn-sp.png);
}

.btn a{
	font:800 italic 15px/31px 'Open Sans', sans-serif;
	text-decoration:none;
	text-transform:uppercase;
	display:block;
	float:left;
	color:#83786f;	
	padding:0 10px;
	
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

.btn a:hover{
	color:#fff;
}

.list a{
	font:15px/30px Arial, Helvetica, sans-serif;
	color:#dedede;
	background:url(../images/triang.png) 0 50% no-repeat;
	padding-left:22px;
}

.list2 a{
	color:#83786f;
	font-size:12px;
	line-height:20px;
	padding-left:12px;
	text-decoration:none;
	
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

.list2 a:hover{
	color:#fff;
}

dl.address{overflow:hidden;}
dl.address dd{text-align:right;clear:both;}
dl.address dd span{float:left;}

dl.img-box,.img-box-set dl,dl.img-box dd,.img-box-set dl dd{overflow:hidden;}
dl.img-box dt,.img-box-set dl dt{float:left;}