@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;
}
