a {
  color: #fff;
  text-decoration: none;
  text-decoration:underline;
}

a:hover{
	text-decoration:none
}

/*------ stylization ------*/
body {
	background:#0a0500 url(../images/bg.jpg) 50% -30px no-repeat;
	font-size:12px;
	font-family: 'TrajanProRegular',  'Times New Roman';
	line-height:18px;
	color:#000;
	margin:0;
	min-width:1000px;
}
.center {
	position:relative;
	width:1000px;
	margin:0 auto;
}

div.bg_center{
	background: url(../images/bg_center.jpg) 50% 0% repeat-y;	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;	
	-webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 1);
  -moz-box-shadow: 0 3px 20px rgba(0, 0, 0, 1);
  box-shadow: 0 3px 20px rgba(0, 0, 0, 1);

}
div.pad_15{
	padding:20px 15px 15px;
	background: url(../images/bg_shadow_center.png) left 0% repeat-x;	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;	

}

/* headings, text */
h1 {
	color:#ffebcd;
	font-size:28px;
	font-family: 'TrajanProRegular';
	text-align:left;
	padding-left:50px;
	padding-bottom:8px;
	font-weight:400;
	line-height:50px;
	background: url(../images/bg_h1.png) left 0% no-repeat;	
	text-shadow:1px 1px 8px #000
}


h2{
	color:#8b7459;
	font-size:24px;
	font-family: 'TrajanProRegular', 'Times New Roman', serif;
	text-align:center;
	padding-bottom:12px;
	font-weight:400;
	line-height:34px;
}

h3{
	color:#e78a37;
	font-size:20px;
	font-family: 'TrajanProRegular', 'Times New Roman', serif;
	text-align:left;
	padding-bottom:12px;
	font-weight:400;
	line-height:30px;	
}

h4{
}


h5{
}
h6{
	
}

p {
  margin-bottom: 2px;
}


ul.list_2 {
	padding-bottom:20px;
	padding-top:20px

}
ul.list_2 li {
	padding-left:0px;
	color:#ccbca4;
	padding-bottom:4px;
	font-family: 'TrajanProRegular';
	font-size:14px;
	text-align:left;
}

ul.list li span, ul.list_2 li span{
	color:#e9b16c;
	font-size:14px
}


hr{
	border-top:1px #e9b16c solid;
	padding-bottom:20px
}


.alignleft{
  float: left;
  margin: 0 30px 20px 0;
}

.aligncenter{
  margin: 0 auto 20px;
  display:block  
}

.right{
	float:right
}
.left{
	float:left
}
.pdf{
	margin-top:-14px;
	margin-right:10px
}
.clear {
	clear:both
}
.right_20{
	margin-right:20px
}
.left_20{
	margin-left:20px
}
.right_10{
	margin-right:8px
}
.padcontent{
	padding-bottom:20px
}


.distable {
	display:table
}


/**/
/* buttons*/

.btn, .submit{
	display:block;
	color:#1e1711;
	font-size:50px;
	line-height:60px;
	text-transform:uppercase;
	background: url(../images/book_a_hunt.jpg) 0% 0% no-repeat;
	text-decoration:none;
	width:195px;
	height:51px;
	padding-bottom:5px;
	text-align:center;
	margin:50px auto;
	font-family: 'Arial';
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.8);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.8);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;

}

.btn:hover, .submit:hover {
	color: #e78a37;
	text-shadow:0px 2px 1px #000;
}
/**/


/*------ header ------- */
#header{
	height:130px;
	position:relative
}

#header p{
	color:#f6e2c0;
	font-size:36px;
  font-family: 'TrajanProRegular';
	float:right;
	line-height:36px;
	padding-top:30px
}

a.logo {
	display:block;
	position:absolute;
	left:10px;
	top:0;
	z-index:10
}

div#nav_section {
	float:right;
	padding-bottom:5px;
}

div#nav_section ul {
	width:682px
}
div#nav_section ul li{
	float:left;
}
div#nav_section ul li + li{
	padding-left:25px;
	margin-left:12px;
	background: url(../images/menu_separator.png) left 50% no-repeat;	
}


div#nav_section ul li a{
	color:#e9b16c;
	font-size:19px;
  font-family: 'ThyssenJRegular';
	line-height:50px;
	text-decoration:none;
	font-weight:bold;
	display:block;
	font-weight:400;
	text-transform:uppercase
	
}

div#nav_section ul li a:hover, div#nav_section ul li.active a{
	color:#f0e5c3;
	background-position:left bottom
}



.slider{
	clear:both;
	width:938px;
	height:398px;
	background: url(../images/bg_slider.jpg) left top repeat-x;
	padding:10px ;
	margin-left:5px;
	position:relative;
	z-index:9;
	margin-bottom:15px;
	-webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 1);
  -moz-box-shadow: 0 3px 20px rgba(0, 0, 0, 1);
  box-shadow: 0 3px 20px rgba(0, 0, 0, 1);
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius: 5px;
}


.slider p {
	color:#160802;
	font-size:30px;
  line-height:50px;
	text-decoration:none;
	font-weight:bold;
  font-family: 'west_testregular';
  font-weight:400;
	text-transform:uppercase;
	text-shadow:0px 1px 0px #866542;
	padding-left:10px

}


/*--- header end ------*/
/*------ content ------- */


#content {
	font-size:14px;
	color:#ffebcd;
	font-family: 'Arial',  'Times New Roman';
	position:relative;
	line-height:18px;
	background:#0c0402 url(../images/bg_content.jpg) 50% 0px no-repeat;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius: 8px;
	border:1px #523318 solid;
	width:956px;
	margin-left:6px;
	padding-bottom:50px;
	padding-top:25px
}


div#leftColumn {
	width:200px;
	float:left;
	margin-left:15px;
	position:relative;
	z-index:9;
	padding-bottom:30px
}
div#rightColumn {      
	width:700px;
	float:right;
	margin-right:25px;
	margin-top:0px;
}
div#rightColumn p {      
	padding-right:15px
}


ul.nav{
	padding-bottom:10px
}

ul.nav li {
	background: url(../images/bg_li_menu.jpg) left top no-repeat;
	height:43px;
	margin-bottom:3px
}
ul.nav li._2 {
	background: url(../images/bg_li_menu_2.jpg) left top no-repeat;
	height:43px;
	margin-bottom:3px
}

ul.nav li a{
	display:block;
	font-size:20px;
	color:#e9b16c;
	height:44px;
	line-height:40px;
	text-decoration:none;
	padding-left:35px;
  font-family: 'west_testregular';
}

ul.nav li:hover, ul.nav li.active {
	background: url(../images/bg_li_menu.jpg) left bottom no-repeat;
}
ul.nav li._2:hover, ul.nav li._2.active {
	background: url(../images/bg_li_menu_2.jpg) left bottom no-repeat;
}
ul.nav li:hover a, ul.nav li.active a {
	color:#ffedd6
}

.info{
	color:#ccbca4;
	font-size:14px;
	font-family: 'TrajanProRegular';
	line-height:32px;
	text-align:center;
}
.info strong{
	color:#fbf3e4;
	font-size:18px;
	font-family: 'TrajanProRegular';
	line-height:22px;
	text-align:center;
	display:block;
	padding-bottom:5px
}
.info span{
	font-size:20px;
	display:block
}

a.mail{
	color:#e9b16c;
	display:block;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;
	font-size:24px;
	line-height:24px;
  font-family: 'west_testregular';
	padding-top:15px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;	
}
a.mail:hover{
	color:#ffedd6
}




a.photo{
	display:block;
	padding:8px;
	background: url(../images/bg_images.jpg) 0% 0% repeat;
	text-decoration:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.8);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.8);

}

div#rightColumn a.gallery {
	font-size:30px;
	text-transform:uppercase;
	color:#1e1711;
	text-decoration:none;
	text-align:center;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.8);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.8);
	padding:12px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	display:block;
	background: url(../images/bg_images.jpg) 0% 0px repeat;	
}

a.gallery img{
	padding:3px ;
	background:#462812;
}


a.gallery p{
	font-size:28px;
	text-transform:uppercase;
	color:#160802;
	text-decoration:none;
	text-align:center;
	font-family: 'west_testregular';
	text-shadow:0px 1px 0px #866542;
	padding-top:10px;
	letter-spacing:1px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	line-height:30px

}

a.gallery:hover p{
	color:#e9b16c;
	text-shadow:1px 1px 0px #000;
}



ul.list {
	padding-bottom:20px
}
ul.list li {
	padding-left:0px;
	color:#e78a37;
	padding-bottom:10px;
	font-family: 'TrajanProRegular';
	font-size:18px;
	text-align:center

}



/*------ footer ------- */

div#footer{
	position:relative;
	padding-bottom:30px;
	padding-top:20px;
	text-align:center;
	color:#94866e;
	font-size:12px;
	font-family:Arial
}
div#footer a{

	color:#c4b59c;
	font-size:12px;
	font-family:Arial
}
div#footer div.right{
	position:absolute;
	right:20px;
	width:300px;
	color:#94866e;
	font-size:12px;
	font-family:Arial;
	text-align:right;
	top:20px;	
}
div#footer div.right a.right{
	margin-top:-5px
}
div#footer strong{
	display:block;
	color:#f6e2c0;
	font-size:16px;
	font-family: 'TrajanProRegular';
	font-weight:normal;
	line-height:28px;
}
div#footer span{
	display:block;
	color:#f6e2c0;
	font-size:12px;
	font-family: 'TrajanProRegular';
	font-weight:normal;
	line-height:20px;
}

div#footer em{
	display:block;
	font-size:12px;
	font-style: normal;
	color:#94866e;
	font-size:12px;
	font-family:Arial
}


ul.footer_menu {
	float:right;
	padding-top:10px;
	width:682px;
	padding-right:10px;
}

ul.footer_menu li{
	float:left;
}

ul.footer_menu li + li{
	padding-left:25px;
	margin-left:12px;
	background: url(../images/menu_separator.png) left 50% no-repeat;	
}


ul.footer_menu li a{
	color:#e9b16c;
	font-size:19px;
  font-family: 'ThyssenJRegular';
	line-height:50px;
	text-decoration:none;
	font-weight:bold;
	display:block;
	font-weight:400;
	text-transform:uppercase
	
}

ul.footer_menu li a:hover{
	color:#f0e5c3;
	background-position:left bottom
}



img.gun {
	position:absolute;
	left:-5px;
	bottom:-10px;
	z-index:8

}



a.back {
	display:block;
	color:#1e1711;
	font-size:50px;
	line-height:80px;
	text-transform:uppercase;
	background: url(../images/book_a_hunt.jpg) 0% 0% no-repeat;
	text-decoration:none;
	width:495px;
	height:91px;
	text-align:center;
	margin:50px auto;
	font-family: 'Arial';
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.8);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.8);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
a.back:hover {
	color:#e78a37;
	text-shadow:0px 2px 1px #000;
}

/**/
/* buttons*/

.btn, .submit{
	display:block;
	text-transform:uppercase;
	text-decoration:none;
	width:95px;
	height:41px;
	padding-bottom:5px;
	text-align:center;
	margin:50px auto;
	font-family: 'Arial';
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.8);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.8);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border:1px #e9b16c solid

}

.btn:hover, .submit:hover {
	color: #fff;
	text-shadow:0px 2px 1px #000;
}
/**/


.captcha {
	float:left
}

.form-horizontal input, select {
  border: #e9b16c 1px solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
	line-height: 22px;
  width: 555px;
  float: left;
  margin: 0px;
  padding-top: 8px;
  padding-bottom: 6px;
  color:#e9b16c;
	background: url(../images/bg_images.jpg) 0% 50px repeat;	
	font-family: 'TrajanProRegular',  'Times New Roman';
  font-size:12px;
  padding-left:10px

}
.form-horizontal label {
  min-height: 20px;
  position: relative;
  overflow: hidden;
  margin: 0;
  display: block;
  float:left;
  width:110px;
  line-height:24px;
}

.form-horizontal textarea {
  border: #e9b16c 1px solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  line-height: 22px;
  width: 555px;
  float: left;
  margin: 0px;
  padding-top: 8px;
  padding-bottom: 6px;
  color:#e9b16c;
  height:200px;
	background: url(../images/bg_images.jpg) 0% 50px repeat;	
 	font-family: 'TrajanProRegular',  'Times New Roman';
  font-size:12px;
  padding-left:10px
}
 input:focus,
textarea:focus {
  box-shadow: none;
  outline-color:#643d1a;
}

.control-group{
	overflow:auto;
	padding-bottom:10px
}
.submit{
	margin-left:110px;
	cursor:pointer;
	margin-top:0!important;
	line-height:40px;
	font-size:14px;
	 background: url("../images/bg_li_menu.jpg") no-repeat scroll 50% 99% transparent;
 	font-family: 'TrajanProRegular',  'Times New Roman';
	color:#e9b16c;

}

.notification_error{
	color:#f00;
	padding-bottom:20px
}



/*-- end contacts --*/

#rightColumn .info, #rightColumn .info strong {
	text-align: left
}

/*-- end contacts --*/

.gallery .right_10 {
	margin-right:5px
}
.gallery .photo {
	margin-bottom:8px
}


/*-----  ------*/

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

}
@font-face {
    font-family: 'west_testregular';
    src: url('westtest-webfont.eot');
    src: url('westtest-webfont.eot?#iefix') format('embedded-opentype'),
         url('westtest-webfont.woff') format('woff'),
         url('westtest-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ThyssenJRegular';
    src: url('thysen-webfont.eot');
    src: url('thysen-webfont.eot?#iefix') format('embedded-opentype'),
         url('thysen-webfont.woff') format('woff'),
         url('thysen-webfont.ttf') format('truetype'),
         url('thysen-webfont.svg#ThyssenJRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


::selection{ background:#503017!important; color:#fff}
::-moz-selection{ background:#503017!important; color:#fff}

@media screen and (-webkit-min-device-pixel-ratio:0) /*----- Safari ------*/
{  

}


