@font-face {
    font-family: 'OswaldRegular';
    src: url('../fonts/oswald-webfont.eot');
    src: url('../fonts/oswald-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/oswald-webfont.woff') format('woff'),
         url('../fonts/oswald-webfont.ttf') format('truetype'),
         url('../fonts/oswald-webfont.svg#OswaldRegular') format('svg');
    font-weight: normal;
    font-style: normal;
	}

@import "reset.css";

/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video{ display: block; }
mark, rp, rt, ruby, summary, time{ display: inline }

/* Left & Right alignment */

.left { float:left;}
.right { float:right;}
.clear {clear:both;}
.left_20{ margin-left:20px}
.right_20{ margin-right:20px}
.grid_50{ width:49%}

hr{ clear:both; border:0; height:0; margin:0; padding:0}

.table{ display:table; zoom:1}

/* Global properties ======================================================== */

body{
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #0f0f0f;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 22px;
	min-width: 1000px;
	background: #301c11 url(../images/bg.jpg) 50% top repeat
}
div#bg_top{
	background:url(../images/bg_top.png) left top repeat-x;
	width:100%;
	min-width:1000px;
}
article{
	width:1000px;
	margin:0 auto;
	position:relative;
}

a{
	color: #e06f1b;
	text-decoration: none;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
a:hover{ text-decoration:none}

/* TOP ======================================================== */
#top{ position:relative; z-index:10}
a.logo{
	display: block;
	float: left;
	width: 250px;
	height: 56px;
	margin-top: 5px;
}

nav{
	float:right;
	min-width:600px;
	height:68px;
}
nav > ul > li {
	float:right;
	width:120px;
	text-align:center;
}

nav > ul > li > a{
	display:block;
	height:56px;
	text-decoration:none;
	text-align:center;
	line-height:56px;
	font-weight:normal;
	font-size:16px;
	color:#FFF;
	font-family: OswaldRegular;
}
nav > ul > li:hover > a{
	color:#ece5dd;
	background-color: #d40102;
	background-image: url(../images/bg_menu.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

nav > ul > li > ul{
	background:url(../images/opa_90.png) left top repeat;
	padding:10px 0;
	min-width:150px; font-weight:normal;
	display:none; list-style:none;
	position:absolute;
	z-index:10
}

nav > ul > li:hover > ul{ display:block}

nav > ul > li > ul > li a{ 
	color:#d0cac3;
	font-size:14px;
	text-decoration:none;
	text-align:left;
	display:block; font-weight:normal;
	font-family: 'OswaldRegular';
	padding-left:12px;
	padding-right:10px;
	line-height:28px;
	min-width:100px
}
nav > ul > li > ul > li a:hover{
	color:#ff6d00;
	background:#2e2724
}

div.slider{
	height:500px; 
	margin-top:10px;
	-moz-box-shadow:0px 2px 15px #000;
	-webkit-box-shadow:0px 2px 15px #000;
	box-shadow:0px 2px 15px #000;

}



header{ 
	height:250px;
	position: relative;
	overflow:hidden
}

header h2{
	color: #fff;
	font-size: 33px;
	width: 50%;
	top: 168px;
	white-space: nowrap;
	z-index: 10;
	text-shadow: 1px 2px 2px #222;
	left:40px;
	font-family: 'OswaldRegular';
	position:absolute
}


header p{
	width: 96%;
	bottom: 00px;
	color: #e7ddd2;
	font-size: 13px;
	line-height: 18px;
	height: 50px;
	overflow: hidden;
	position:absolute;
	z-index:8;
	background:url(../images/opa_50.png) left top repeat;
	left:0;
	padding-left:4%;
	padding-top:55px;
	text-shadow: 1px 2px 2px #222;
}
header .da-link{
	display:block;
	background:url(../images/bg_request.png) left top no-repeat;
	text-align:center;
    color:#79451e;
	width:259px;
	height:58px;
	line-height:58px;
	position:absolute; z-index:8;
	left:720px;
	top:170px;
	font-size:16px;
	font-family: 'proxima_nova_rgbold';
	text-decoration:none;
	text-transform:uppercase
}
header .da-link span{ color:#49260c}





/* Banners  ======================================================== */

#banners{
	background:url(../images/bg_banners.jpg) left top no-repeat;
	height:208px;
	-moz-box-shadow:0px 2px 15px #000;
	-webkit-box-shadow:0px 2px 15px #000;
	box-shadow:0px 2px 15px #000;

}

#banners aside{
	height:208px;
	width:333px;
	cursor:default;
	float:left;
	position:relative;
}

#banners aside > b{
	display:block;
	background:url(../images/opa_40.png) left top repeat;
	width:100%;
	height:100%;
	position:absolute;
	z-index:1;
	display:none
}
#banners aside.last{ width:334px}


#banners aside > div{
	padding:0px 35px 25px 40px;
	position:relative;
	z-index:2
}

#banners h1{
	color:#dfd7cd;
	font-size:30px;
	line-height:30px;
	font-family: 'OswaldRegular';
	font-weight:normal;
	padding-bottom:10px
}
#banners p{
	color:#fff;
	font-size:14px;
	padding-bottom:15px;
}

#banners a.more{ 
	text-decoration:none; 
	color:#ccc4bb;
	line-height:32px;
	height:32px;
	position:relative;
	overflow:hidden;
	width:100px;
	display:block;
	
}
#banners a img{
	position:absolute;
	left:0; top:0;
	z-index:10
}

#banners a span{
	display:block;
	background:#2e221b;
	position:absolute;
	left:-40px; top:0;
	font-size:20px;
	font-family: 'OswaldRegular';
	padding:0 12px;
	-webkit-transition: background .2s ease-in-out;
	 -moz-transition: background .2s ease-in-out;
	 -o-transition: background .2s ease-in-out;
}
#banners a.more:hover span{ color:#fff; background:#000}


/* Content  ======================================================== */

#content{
	-moz-box-shadow:0px 2px 15px #000;
	-webkit-box-shadow:0px 2px 15px #000;
	box-shadow:0px 2px 15px #000;
	background:#fff;
}

#left_column{
	width: 630px;
	float: left;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 40px;
	padding-left: 20px;
}
#right_column{
	width: 280px;
	float: right;
	background: #dfd7cd;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
}
#main_column{
	padding:45px 30px 40px 30px;
	background:#dfd7cd
}


#right_column a{ text-decoration:none}
#right_column a:hover{ text-decoration: underline}
#right_column i{ display:block; text-align:right; font-weight:bold; font-size:12px}


#content p strong{
	display:block;
	font-size:20px;
	line-height:20px;
	font-family: 'OswaldRegular';
	color:#000;
	font-weight:normal;
	padding-bottom:10px
}
#content p > span{
	display:block;
	padding-bottom:6px
}
#content h1{
	color: #161616;
	font-size: 20px;
	line-height: 30px;
	margin:0;
	font-family:'OswaldRegular';
	font-weight: normal;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#content h2{ 
	color:#161616;
	font-size:20px;
	line-height:30px; padding:15px 0 10px 0; margin:0;

		font-family: 'OswaldRegular';
	font-weight:normal;
}

.txt_bottom_heading{float:left; clear:both; width:150px; font-size:16px; display:block; text-align:center; line-height:30px; background:#FFF;font-family: 'OswaldRegular'; margin:0 0 5px 5px;}
.txt_bottom_heading_1{float:left; clear:both; width:180px; font-size:16px; display:block; text-align:center; line-height:30px; background:#FFF;font-family: 'OswaldRegular'; margin:0 0 5px 5px;}
.txt_bottom_heading_2{float:left; clear:both; width:200px; font-size:16px; display:block; text-align:center; line-height:30px; background:#FFF;font-family: 'OswaldRegular'; margin:0 0 5px 5px;}
.txt_bottom_heading_3{float:left; clear:both; width:250px; font-size:16px; display:block; text-align:center; line-height:30px; background:#FFF;font-family: 'OswaldRegular'; margin:0 0 5px 5px;}

.first_feild_txt{ width:280px; height:30px; margin:0 0 10px 10px; line-height:30px; border:1px solid #ddd; border-radius:5px; display:block;  padding-left:10px; color:#666; font-size:12px; font-family:Verdana, Geneva, sans-serif;}

.first_feild_txt1{ width:400px; height:100px; line-height:30px; margin:0 0 10px 10px;  border:1px solid #ddd; border-radius:5px; display:block;  padding-left:10px; color:#666; font-size:12px; font-family:Verdana, Geneva, sans-serif;}
.btn_first{ width:100px; height:35px; margin-left:10px; background:url(../images/submit.png) no-repeat; color:#333; font-size:14px; border:none; cursor:pointer; font-weight:bold; line-height:35px; display:block; text-align:center; }




.photo{ background:#fff; padding:5px; border:1px #c0bab3 solid; margin-bottom:10px}

.read{
	display: block;
	text-align: center;
	background: #b99e81;
	width: 80px;
	height: 30px;
	font-size: 12px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 34px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	color: #100b09;
	-webkit-transition: background .2s ease-in-out;
	-moz-transition: background .2s ease-in-out;
	-o-transition: background .2s ease-in-out;
	margin-top: 5px;
	cursor: pointer;
	font-weight: bold;
}


.read:hover{
	color:#000;
	background:#e06f1b
}

ul.list{ margin:0; padding:0}
ul.list li{
	background:url(../images/small_arrow.png) left 13px no-repeat;
	padding-left:20px;
	color:#765c44;
	margin-bottom:6px;
	cursor:default; list-style:none;
	font-size:12px;
	font-family:Arial
}
ul.list li.all {
	background:url(../images/big_arrow.png) left 50% no-repeat
}
#right_column ul.list li.all a{
	text-transform:uppercase;
	color:#e06f1b;
	font-weight:bold;
}

#right_column em{
	display: block;
	background: #ccc2b6;
	color: #2e221b;
	float: left;
	padding: 8px 10px 5px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	margin-top: 5px;
	font-weight: bold;
}

#right_column ul a{
	color: #765c44;
	font-family: 'OswaldRegular';
	font-size: 14px;
	line-height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #BFAF9B;
	display: block;
}
#right_column ul a:hover{ color:#e06f1b}


#right_column.grid_595{ width:607px}
#left_column.grid_270{ width:258px}


.read_pages{
	display:block;
	text-align:center;
	background:#b99e81;
	width:40px;
	height:32px;
	font-size:14px;
	text-transform:uppercase;
	font-family: 'swis721_cn_btroman';
	text-decoration:none;
	line-height:34px;
	-webkit-border-radius:  5px;
	-moz-border-radius:  5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	color:#100b09;
	-webkit-transition: background .2s ease-in-out;
	 -moz-transition: background .2s ease-in-out;
	 -o-transition: background .2s ease-in-out;
	 margin-top:5px;
	 cursor:pointer;
	 float:left;
	 margin-right:5px;
}

.read_pages:hover, .read_pages.act{
	color:#000;
	background:#e06f1b
}
.read_pages.act{ cursor:default}



/* Footer ======================================================== */
#footer{
	min-height:230px;
	background:url(../images/shadow_footer.png) 50% top no-repeat;
	padding-left:5%
}

#footer aside{
	float: left;
	width: 22%;
	padding-top: 40px
}
#footer aside ul li a, #footer aside h1{
	color: #d8c9bb;
	font-size: 14px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-bottom: 12px;
	display: block;
	font-weight: normal;
	list-style-type: none;
}
#footer aside ul li a:hover{ text-decoration:underline; color:#FF8700}

#footer aside p, #footer aside p a{
	color:#b7a997;
	font-size:12px;
	font-family:Arial;
	line-height:18px;
}

p.social a img{ float:left; margin-right:10px;}
.copy{ color:#dfd7cd; display:block; padding-top:23px; white-space:nowrap; line-height:20px}
.copy a{ color:#c3ab8d}

/* Fonts ======================================================== */
@font-face {
    font-family: 'swis721_cn_btroman';
    src: url('swz721c-webfont.eot');
    src: url('swz721c-webfont.eot?#iefix') format('embedded-opentype'),
         url('swz721c-webfont.woff') format('woff'),
         url('swz721c-webfont.ttf') format('truetype'),
         url('swz721c-webfont.svg#swis721_cn_btroman') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'proxima_nova_rgbold';
    src: url('proximanova-bold-webfont.eot');
    src: url('proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('proximanova-bold-webfont.woff') format('woff'),
         url('proximanova-bold-webfont.ttf') format('truetype'),
         url('proximanova-bold-webfont.svg#proxima_nova_rgbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'proxima_nova_rgregular';
    src: url('proximanova-regular-webfont.eot');
    src: url('proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('proximanova-regular-webfont.woff') format('woff'),
         url('proximanova-regular-webfont.ttf') format('truetype'),
         url('proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/*================= Contacts =========================*/
 .list_1{ margin:0; padding:0;}
.list_1 li{ line-height:30px; line-height:30px; display:block; padding-left:20px; font-family:Verdana, Geneva, sans-serif; font-size:12px; color:#333; font-weight:bold; background:url(../images/big_arrow.png) no-repeat left center;  }
.notification_error{ height: auto;width: 96%;padding: 2px;background: #ffffff; text-align: left; color:#f00; margin-bottom:2px; border: 1px solid #c0c0c0;  border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;}
.notification_ok{ border: 1px solid #a3b5b9 ; height: auto; width: 96%; padding: 8px; background: #ffffff; text-align: center; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; color:#1b3d45} 


/* Label */
label  { width: 120px;  margin: 0px; float: left; text-align: left; line-height:35px;}

/* Input, Textarea */
input{ margin: 0px; padding: 0px;  float: left; border: 1px solid #c4b4a8;  color: #000; background:#ffffff; font: 14px Arial, Helvetica, Arial, sans-serif; height:35px; margin-bottom:3px; width:380px;border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; margin-bottom:5px; padding-left:5px;
-moz-box-shadow:inset  2px 2px 4px #d1caca;
-webkit-box-shadow:inset  2px 2px 4px #d1caca;
box-shadow:inset  2px 2px 4px #d1caca;
}

textarea{margin: 0px; padding: 0px;  float: left; background:#fff; border: 1px solid #c4b4a8;  color: #000;   font: 14px Arial, Helvetica, Arial, sans-serif; height:150px; margin-bottom:3px; width:380px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;margin-bottom:5px ; padding-left:5px;
-moz-box-shadow:inset  2px 2px 4px #d1caca;
-webkit-box-shadow:inset  2px 2px 4px #d1caca;
box-shadow:inset  2px 2px 4px #d1caca;

}
