@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	background:url(../images/bg.jpg);
}

#navContainer{
	background:#442b1c url(../images/nav_bg.jpg) bottom repeat-x;
}

#nav{
	width:866px;
	margin:auto;
	color:#edc08b;
}

#container{
	width:866px;
	margin:auto;
	min-height:750px;
}

*html #container{
	height:750px;
}

#header{
	padding:25px 0px;
	position:relative;
	z-index:1000;
}

#logo{
	float:left;
	padding:25px 0px; 
}

#antler{
	position:absolute;
	left:-46px;
	top: 109px;	
	z-index:1000;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/antler.png'); 									
	
}

*html #antler{
	left:-300px;
}
#antler img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}



#banner{
	background:url(../images/banner_bg.jpg) center no-repeat;
	height:200px;
	width:68%;
	float:right;
	position:relative;
}

#bannerContent{
	position:absolute;
	left: 27px;
	top: 45px;
	width: 367px;
	height: 86px;
	color:#fff0dc;
}

#contentContainer{
	padding:20px 0px 50px 0px;
	clear:both;
}

#leftContainer{
	float:left;
	width:37%;
}

#leftContainer .content{
	padding:1px 25px;
}

#leftTop{
	background:url(../images/left_top.gif) bottom center no-repeat;
	height:37px;
}

#leftBody{
	background:url(../images/left_body.gif) center repeat-y;
}

#leftBottom{
	background:url(../images/left_bottom.gif) top center no-repeat;
	height:37px;
}

#rightContainer{
	float:right;
	width:61%;
	border:1px solid #b68850;
}

#rightContainer .content{
	padding:1px 25px;
	color:#3a2e1c;
}

#rightTop{
	background:url(../images/right_top.gif) bottom center no-repeat;
	height:36px;
}

#rightBody{
	background:url(../images/right_body.gif) center repeat-y;
}

#rightBottom{
	background:url(../images/right_bottom.gif) top center no-repeat;
	height:36px;
}

#footerContainer{
	background:#30281f url(../images/footer_bg.gif) top repeat-x;
}



#footer{
	width:866px;
	margin:auto;
	padding:15px 0px;
	color:#edc08b;
	position:relative;
}

#gun{
	position:absolute;
	right: -80px;
	top: -687px;
	height:693px;
	overflow:hidden;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/gun.png')
}


#gun img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

/*----------------------GALLERY-----------------*/


#galleryBody .content{
	padding:1px 50px;
	color:#3a2e1c;
	text-align:center;
}


#galleryTop{
	background:url(../images/gallery_top.gif) bottom center no-repeat;
	height:36px;
}

#galleryBody{
	background:url(../images/gallery_body.gif) center repeat-y;
}

#galleryBottom{
	background:url(../images/gallery_bottom.gif) top center no-repeat;
	height:36px;
}

/*----------------------MENU-----------------*/

#menu{
	list-style:none;
	margin:0;
	padding:0;
}

#menu li{
	float:left;
	padding:0;
	margin:0;
}

#menu li a{
	display:block;
	text-decoration:none;
	color:#edc08b;
	padding:10px 15px;
}

#menu li a:hover{
	background:#23160f;
	color:#ffdaaf;
}



/*footer*/

#footerMenu{
	list-style:none;
	margin:0;
	padding:10px 0;
}

#footerMenu li{
	float:left;
	padding:0;
	margin:0;
}

#footerMenu li a{
	display:block;
	text-decoration:none;
	color:#edc08b;
	padding:0px 10px;
	border-right:1px solid #edc08b;
}

#footerMenu li a:hover{
	color:#ffe5a6;
}




#footerMenu li.last a{
	display:block;
	text-decoration:none;
	color:#edc08b;
	padding:0px 10px;
	border-right:0;
}

#footerMenu li.last a:hover{
	color:#ffe5a6;
}

/*------------------------CLASSES---------------------------*/

.content{
	padding:20px;
}

.separator{
	background:url(../images/separator.gif) center no-repeat;
	height:22px;
	padding:15px 0px;
	clear:both;
}

.separatorGallery{
	background:url(../images/separator_gallery.gif) center no-repeat;
	height:22px;
	padding:15px 0px;
	clear:both;
}

.clear{
	clear:both;
}

.paddingLeft10{
	padding-left:10px;
}

.paddingLeft30{
	padding-left:30px;
}

.formed{
	text-align:left;
}

.formed .item{
	clear:both;
	padding:20px 0;
	border-bottom:1px solid #D4BB9A;
}

.clonedInput input, .child_clonedInput input{
	width:250px;
}


/*-------------------CLASSES--------------------*/
.relative{
	position:relative;
}

.center{
	text-align:center;
	margin:auto;
}

.left{
	text-align:left;
}

.right{
	text-align:right;
}

.large{
	font-size:50px!important;
}

.check{
	margin:0;
	padding:0;
	list-style:none;
}

.check li{
	margin:0;
	padding:5px 0 5px 30px;
	list-style:none;
	background:url(images/bullet_check.png) left center no-repeat;
	font-family: 'KlavikaBold';
	color:#111;
	position:relative;
}


.check li a{
	color:#111;
	text-decoration:none;
}

.check li a:hover{
	color:#888;
}


.links{
	margin:0;
	padding:0;
	list-style:none;
}

.links li{
	margin:0;
	padding:8px 0;
	list-style:none;
	border-bottom:1px dotted #999;
	line-height:normal!important;
}

.links li a{
	display:block;
	padding:6px 0;
	color:#434343;
	text-decoration:none;
	font-size:14px;
	background:url(images/arrow.png) right center no-repeat;
}

.links li a:hover{
	background:url(images/arrow.png) no-repeat 99.5% 50%;
	color:#111;
}


.borderBottom1{
	border-bottom:1px solid #aac1ab;
}

.noBorder{
	border:0!important;
}

.clear{
	clear:both;
}

.clearer{
	clear:both;
	margin-top:-1px;
}




.borderWhite1{
	border:1px solid #fff;
}

.floatLeft{
	float:left;
}

.floatRight{
	float:right;
}


.paddingBottom40{
	padding-bottom:40px;
}


.noPadding{
	padding:0;
	margin:0;
}

.marginAuto{
	margin:auto;
}

.paddingVer10{
	padding:10px 0px;
}

.paddingTop40{
	padding-top:40px;
}

.paddingRight7{
	padding-right:7px;
}


.width5{
	width:5%;
}
.width10{
	width:10%;
}
.width11{
	width:11%;
}

.width15{
	width:15%;
}

.width18{
	width:18%;
}


.width20{
	width:20%;
}
.width23{
	width:23%;
}

.width25{
	width:25%;
}
.width27{
	width:27%;
}

.width28{
	width:28%;
}
.width30{
	width:30.5%;
}
.width31{
	width:31.5%;
}

.width33{
	width:33.2%;
}

.width35{
	width:35%;
}
.width36{
	width:36%;
}

.width38{
	width:38%;
}
.width39{
	width:39%;
}

.width40{
	width:40%;
}
.width45{
	width:45%;
}
.width48{
	width:48%;
}
.width49{
	width:49.5%;
}
.width50{
	width:50%;
}
.width52{
	width:52%;
}
.width55{
	width:55%;
}

.width59{
	width:59%;
}
.width60{
	width:60%;
}
.width65{
	width:65%;
}
.width67{
	width:67%;
}
.width68{
	width:68%;
}
.width69{
	width:69%;
}

.width70{
	width:70%;
}
.width71{
	width:71%!important;
}
.width72{
	width:72%!important;
}

.width73{
	width:73%!important;
}
.width75{
	width:75%;
}
.width77{
	width:77%!important;
}.width79{
	width:79%!important;
}
.width80{
	width:80%!important;
}
.width90{
	width:90%!important;
}

.width100{
	width:100%!important;
}


.form{
	text-align:left;
}

.form label{
	display:block;
	float:left;
	width:75px;
	text-align:left;
	padding:3px 0px;
}

.form .item{
	padding:15px 0;
}

.form .item .text{
	padding:3px 5px;
}
