/* 
Author:    Raserfish
Created:   April 09
*/



/*  Reset (YUI)
-----------------------------------------------*/


body {margin:0; padding:0; line-height: 1;}
/*This is for IE*/
*{margin:0; padding:0;}

/*this is essential for doing crossbrowser compatible sites*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th {margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%;}

ol, ul {list-style: none;}

/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: separate; border-spacing:0;}
caption, th, td {font-weight: normal;}



/*BEGIN ALSTAT CLEARING METHOD: This is essential to the page*/
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;} 
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/*END ALSTAT CLEARING METHOD*/


/*---*/

fieldset,img { border:0; } 
ol,ul { 
	list-style:none; 
	margin-left:15px;
}
hr {
	height:1px; 
	border-width: 1px 0 0 0; 
	border-style: dashed; 
	border-color: #7a6444;
	margin:10px 0 40px 0;
	clear:left;
}	 
h1,h2,h3,h4,h5,h6 { 
    font-size:100%; 
    font-weight:normal; 
}

.fl {float:left;}
.cl {clear:left;}

table {
	width: 100%;
	height: 100%;
}
td {
	vertical-align: top;
	text-align: center;
}


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#CAC8B6;
	background-color:#000;	     
}


#container {
	width:746px;
	min-height:730px;
	position:relative;
	margin:auto;
	text-align:left;
}



/* HEADER */

/* END HEADER */


/* MENU */
a.home {
	display: block;
	width: 96px;
	height: 55px;
	background: url(images/nav/home.jpg) no-repeat 0 0;
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0px;
	float:left;
}
a:hover.home {
	background-position: 0 -55px;
}
a.menu {
	display: block;
	width: 91px;
	height: 55px;
	background: url(images/nav/menu.jpg) no-repeat 0 0;
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0px;
	float:left;
}
a:hover.menu {
	background-position: 0 -55px;
}

a.photo {
	display: block;
	width: 106px;
	height: 55px;
	background: url(images/nav/photo.jpg) no-repeat 0 0;
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0px;
	float:left;
}
a:hover.photo {
	background-position: 0 -55px;
}
a.wedding {
	display: block;
	width: 120px;
	height: 55px;
	background: url(images/nav/wedding.jpg) no-repeat 0 0;
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0px;
	float:left;
}
a:hover.wedding {
	background-position: 0 -55px;
}
a.lodge {
	display: block;
	width: 116px;
	height: 55px;
	background: url(images/nav/lodge.jpg) no-repeat 0 0;
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0px;
	float:left;
}
a:hover.lodge {
	background-position: 0 -55px;
}
a.faqs {
	display: block;
	width: 104px;
	height: 55px;
	background: url(images/nav/faqs.jpg) no-repeat 0 0;
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0px;
	float:left;
}
a:hover.faqs {
	background-position: 0 -55px;
}
a.contact {
	display: block;
	width: 113px;
	height: 55px;
	background: url(images/nav/contact.jpg) no-repeat 0 0;
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0px;
	float:left;
}
a:hover.contact {
	background-position: 0 -55px;
}
/* END MAIN */		

#main {
	clear:left;
	background-color:#190d01;
	padding:35px 30px 10px 30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	/*color:#cdb58f;*/	
	color:#7a6444;
	line-height:18px;
	letter-spacing:1px;
}	

#main strong {
	color:#cdb58f;
	font-size:12px;
	padding-top:5px;
	font-weight:lighter;
	padding-left:10px;
}
#main a {
	color:#7a6444;
	text-decoration:underline;
}
#main a:hover {
	color:#7a6444;
	text-decoration:none;
}
.details {
	padding:5px 5px 20px 10px;

}	
.time {
	font-size:10px;
	font-style:oblique;
	padding-left:10px;
}
		
#footer {
	border-top:solid 1px #32251b;
	font: 10px Georgia, "Times New Roman", Times, serif;
	text-align:center;
	font-weight:normal;
	font-variant:small-caps;
	color:#d8c094;
	letter-spacing:2px;
	padding:20px 0;
	background-color:#190d01;	
}	

.textbox {
	color:#cdb58f;
	border-style:solid;
	background-color:#190d01;
	border-width:1px;
	border-color:#7a6444;
	padding:2px;
	font: 12px Georgia, "Times New Roman", Times, serif;
}
