/*-------------------------------------------------------------------------------------------
	CSS for THE HOBBIT
	MJP // 05-09 // D3Corp
---------------------------------------------------------------------------------------------*/	



/*********************************************
	/ Here goes the main page
	/ properties. Make sure to read the 
	/ notes. 
*********************************************/	
body {
	background: #121212;
	margin: 0;
}

img, div, a, input { 
	behavior: url(/css/iepngfix.htc) 
	}




/*********************************************
	/ Here is the header and the nav
*********************************************/

div.top-header {
	width: 858px;
	height: 67px;
	margin: 0 auto;
	background: url(/images/top.jpg) left top no-repeat;
	display: block;
	clear: both;
}


div.navigation-top {
	width: 858px;
	height: 113px;
	margin: 0 auto;
	background: #000;
	clear: both;
}

div.navigation-bot {
	width: 858px;
	height: 48px;
	margin: 0 auto;
	background: #f3f3e9;
	clear: both;
	background: url(/images/nav-bg.jpg);
	padding: 0;
}
	
div.subNavTop{
	position:relative;
	margin-top:-115px;
	margin-left:752px;
	color:#FFF;
	font-size:14px;
	font-family: Tahoma, Geneva, sans-serif;
}

div.subNavTop a{
	color:#FFF;
	text-decoration:none;
}

div.subNavTop a:hover{
	text-decoration:underline;
}

/*********************************************
	/ This is the second part of the header
	/ under the navigation. 
*********************************************/

div.flash-holder-home {
	width: 858px;
	height: 539px;
	margin: 0 auto;
	clear: both;
}

div.flash-holder-home2 {
	width: 858px;
	height: 450px;
	margin: 0 auto;
	clear: both;
}

div.flash-holder-sub {
	width: 858px;
	height: 185px;
	margin: 0 auto;
	clear: both;
}

div.home-flash {
	width: 858px;
	position: absolute;
	z-index: 300;
	height: 450px;
	margin: 0 auto;
	clear: both;
}

div.sub-flash {
	width: 858px;
	height: 185px;
	position: absolute;
	z-index: -1;
	margin: 0 auto;
	clear: both;
}

div.flash-text {
	position: absolute;
	margin: 40px 0 0 500px;
}
	
		


/*********************************************
	/ Here is the content box 
*********************************************/

div.content-block {
	width: 818px;
	margin: 0 auto;
	padding: 5px 20px 10px 20px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px; 
	color: #131313;
	background: #f3f3e9;
	line-height: 14px;
}

	.content-block a { 
		color: #131313;
		text-decoration: underline;
	}
	
	.content-block a:visited { 
		color: #131313;
		text-decoration: underline;
	}
	
	.content-block a:hover { 
		color: #a97f05;
		text-decoration: none;
	}



/*********************************************
	/ Here is the Footer area 
*********************************************/

div.footer {
	width: 818px;
	margin: 10px auto;
	background: #131313;
	padding: 5px 20px 10px 20px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px; 
	color: #f3f3e9;
	font-weight: bold;
	text-align: center;
} 

	/* Links for footer */
	.footer a { 
		text-decoration: none;
		color: #f3f3e9;
	} 
	
	
	.footer a:visited {
		text-decoration: none;
		color: #f3f3e9;
	}
	
	.footer a:hover {
		text-decoration: underline;
		color: #a97f05;
	}
	
	
/* the footer stuff inside */

div.foot-left {
	width: 640px;
	float: left;
	font-size: 10px;
	text-align: left;
}

	.left {
		width: 80px;
		float: left;
		text-align: right;
		padding: 2px;
	}
	
	.leftFloat {
		float: left;
		text-align: left;
		margin-right:20px;
	}
	
	.right {
		float: left;
		padding: 2px;
	}

	.form-field {
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 10px;
		font-weight: bold;
		border: 1px solid #ccc;
		width: 110px;
	}

div.foot-right {
	float: left;
	font-size: 11px;
	text-align: left;
	font-weight: normal;
	margin-right:40px;
}

div.foot-right3 {
	float: left;
	font-size: 11px;
	text-align: left;
	font-weight: normal;
}

	.footer-right a { 
		text-decoration: underline;
		color: #f3f3e9;
	} 
	
	
	.footer-right a:visited {
		text-decoration: underline;
		color: #f3f3e9;
	}
	
	.footer-right a:hover {
		text-decoration: underline;
		color: #a97f05;
	}
	

div.foot-right2 {
	width: 230px;
	float:right;
}

div.site-map ul{
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:0px;
}

div.site-map li{
	list-style-type:none;
}

div.site-map ul li{
	list-style-type:circle;
}
/*********************************************
	/ I <3 Spacers
*********************************************/	

div.spacer {
	clear: both;
}

div.spacer-padding {
	clear: both;
	padding-bottom: 10px;
}

div.spacer-padding-large {
	clear: both;
	padding-bottom: 20px;
}


/* SPECIALS FOR HOME PAGE */
#specials_wrapper{
	display:none;
	position:absolute; 
	top:50px;
	z-index:1000;
	right:0;
	width:300px;
	overflow:hidden;
}

#specials_header{
	background:url('/images/home-specials.png');
	padding-left:10px;
	padding-top:3px;
	display:block;
	font-family:Tahoma,Geneva,sans-serif;
	font-size:24px;
}

#specials_header strong{
	position:relative;
	z-index:1001;
}

#specials_header a{
	position:absolute;
	right:10px;
	margin-top:12px;
	font-size:12px;
	color:#333;
	text-decoration:none;
	cursor:pointer;
	font-weight:bold;
	font-family:Tahoma,Geneva,sans-serif;
}
#specials_header a:hover{
	color:#98720F;
}

#specials_content{
	background:url('/images/home-specials.png');
	position:relative;
	text-align:left;
	padding:20px;
	font-family:Tahoma,Geneva,sans-serif;
}

#specials_content strong{
	text-align:center;
	display:block;
	height:15px;
	font-family:Tahoma,Geneva,sans-serif;
}
/* END SPECIALS FOR HOME PAGE */

.tour-image img{
	border: 2px solid #000000;
}

.tour-image img:hover{
	border:2px solid #a97f05;
}