@font-face {
    font-family: 'Conv_DINNeuzeitGrotesk-BoldCond';
    src: url('../fonts/DINNeuzeitGrotesk-BoldCond.eot');
    src: url('../fonts/DINNeuzeitGrotesk-BoldCond.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/DINNeuzeitGrotesk-BoldCond.svg') format('svg'),
         url('../fonts/DINNeuzeitGrotesk-BoldCond.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body {
	margin:0;
	color:#5a5a5a;
	font:14px/18px 'Conv_DINNeuzeitGrotesk-BoldCond', Arial, Helvetica, sans-serif;
	background:#ccbfab url(../images/bg-body.jpg) no-repeat 50% 0;
	min-width:980px;
	-webkit-text-size-adjust:100%;
    -ms-text-size-adjust: none;
}
img{border-style:none;}
a{
	text-decoration:none;
	color:#5a5a5a;
}
a:hover{text-decoration:underline;}
a:active {background-color: transparent;}
input,
textarea,
select{
	font:100% Arial, Helvetica, sans-serif;
	vertical-align:middle;
	color:#000;
}
form, fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
header, footer, article, section, hgroup, nav, figure, aside { display: block; }
figure {
margin:0;
padding:0;
}
#wrapper{
	width:100%;
}
#page{
	padding:60px 0 200px;
}
#header{
	width:100%;
	background:#6e2306;
}
.header-holder{
	margin:0 auto;
	background:#fffff8 url(../images/bg-header.jpg) no-repeat;
	border:solid #6e2306;
	border-width:4px 0;
	padding:53px 0 0 410px;
	width:570px;
	position:relative;
	min-height:281px;
}
.header-holder:after{
	content:"";
	display:block;
	clear:both;
}
.logo {
	position:absolute;
	left:16px;
	top:-49px;
	width:391px;
	height:385px;
	background:url(../images/logo.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}
.logo a {
	height:100%;
	display:block;
}
.tab-heading{
	padding:0 0 73px 60px;
	display:none;
}
.tab-heading.active{display:block;}
.tab-heading h1{
	font-size:49px;
	line-height:55px;
	font-weight:normal;
	color:#000;
	text-shadow:5px 5px 5px rgba(0, 0, 0, 0.4);
	margin:0;
}
.tab-heading h1 strong{
	display:block;
	font-size:63px;
	line-height:68px;
	font-weight:normal;
	margin:0 0 -1px;
}
.tabset{
	position:absolute;
	bottom:-2px;
	right:0;
	list-style:none;
	margin:0;
	padding:0 0 0 15px;
	font-size:17px;
	line-height:19px;
	overflow:hidden;
	min-width:449px;
}
.tabset li{
	float:left;
	margin:0 0 0 -15px;
	
}
.tabset li a{
	display:block;
	position:relative;
	color:#fff;
	padding:0 4px 0 29px;
	min-width:92px;
	text-align:center;
	overflow:hidden;
}
.tabset li a span{
	padding:8px 5px 6px;
	background:#6e2306;
	display:block;
}
.tabset li .active span,
.tabset li a:hover span{background:#9c370f;}
.tabset li a:before,
.tabset li a:after{
	content:"";
	position:absolute;
	top:0;
	left:0;
	height:33px;
	width:29px;
	background:url(../images/bg-tabset.png) no-repeat;
}
.tabset li a:after{
	left:auto;
	right:0;
	background:url(../images/bg-tabset.png) no-repeat 0 -33px;
	width:4px;
}
.tabset li a:hover,
.tabset .active{
	text-decoration:none;
	position:relative;
	z-index:10 !important;
}
.tabset li a:hover:before,
.tabset .active:before{
	background:url(../images/bg-tabset.png) no-repeat 0 -66px;
}
.tabset li a:hover:after,
.tabset .active:after{
	left:auto;
	right:0;
	background:url(../images/bg-tabset.png) no-repeat 0 -99px;
	width:4px;
}
.tab-content{margin:0;}
.tab-content .tab{
	overflow:hidden;
	padding:0 39px;
}
.content{
	float:left;
	width:560px;
}
.tab h2{
	font-size:25px;
	line-height:27px;
	color:#6e2306;
	font-weight:normal;
	margin:0 0 12px;
	text-transform:uppercase;
}
.tab p{margin:0;}
.aside{
	float:right;
	width:318px;
}
.list{
	list-style:none;
	margin:0;
	padding:0;
	font-size:17px;
	line-height:24px;
}
.list li{
	border-top:3px solid #6e2306;
	padding:8px 0 0;
	margin:0 0 5px;
}
.list li:first-child{
	border:none 0;
	padding-top:0;
}
.list li strong{
	font-weight:normal;
	text-transform:uppercase;
	font-size:22px;
}
#main{
	margin:0 auto;
	width:980px;
	background:#fff;
	padding:0 0 20px;
}
.cycle-gallery {
	position: relative;
	border-bottom:4px solid #6e2306;
	margin:0 0 10px;
	background:#fff;
}
.cycle-gallery .mask {
	position: relative;
	overflow: hidden;
	width: 980px;
}
.cycle-gallery .mask .slideset {
	width: 99999px;
	float: left;
}
.cycle-gallery .mask .slide {
	float: left;
}
.cycle-gallery .mask .slide img{vertical-align:top;}
#footer{
	margin:0 auto;
	width:902px;
	background:#fff;
	overflow:hidden;
	font-size:11px;
	padding:15px 39px 7px;
}
#footer .manta-link{
	float:right;
	position:relative;
	margin:-15px 0 0;
	width:37px;
	height:28px;
	background:url(../images/ico-02.png) no-repeat;
	overflow:hidden;
	text-indent:-9999px;
}
#footer p{margin:0;}
#footer .route-link{
	background:url(../images/ico-01.png) no-repeat;
	padding:0 0 0 15px;
	margin:0 0 0 -1px;
	white-space:nowrap;
}