/* CSS Document */

body { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	background: #CCC28E url(images/background_img.gif) repeat; 
	}
		
.fleft {
	float: left;
	}
.fright {
	float: right;
	}
.clear {
	clear: both;
	height: 1px;
	visibility: hidden;
	}
	
.hidden { display: none; }
.visible { display: block; }
	
p {
	line-height: 15px;
	}	

#siteContainer {  
	margin: 0 auto; 
	width: 760px; 
	border: 1px solid #421919; 
	background-color: #5D1F1F; 
	}

#header {  
	margin: 0 auto; 
	width: 760px;
	height: 110px;
	}
#header .logo { float: left;}
#header .phone {top: 15px; float: right; position: relative; }

#mainnav {
		}
	#mainnav ul { 
		background-color: #4B1B1B;
		border-bottom: 1px solid #421919;
		list-style: none;
		margin: 0;
		padding: 0;
		height: 31px;
		padding-left: 40px;
		}
	#mainnav ul li {
		padding: 0px;
		margin: 0;
		float: left;
		}
	#mainnav ul li a {
		padding: 10px 15px;
		display: block;
		text-transform: uppercase; 
		font-size: 10px;  
		border-right: 1px solid #774848;
		color: #CCC28E; 
		text-decoration: none; 
		background: #3B1111 url('images/nav_bg.gif') right top;
		}
	#mainnav ul li a.first { 
		border-left: 1px solid #774848;
		} 
	#mainnav ul li a:hover,
	#mainnav ul li.on a{ 
		background-color: #4C1919;
		background-position: left top; 
		}

#oasis {
	margin: 0 auto;
	margin-top: 5px;
	width: 750px;
	}
	
		
#content {
	padding: 22px 10px 10px 10px;
	background: url('images/content_bg.gif') repeat-x top;
	color: #CCC28E;
	}
#content p {
	padding: 0px 10px;
	}

#content h3 {
	color: #CCC28E;
	font-size: 12px;
	padding: 3px;
	border-bottom: 1px solid #CCC28E;
	}
#content b {
	font-size: 11px;
	}
	
#content a {
	color: #CCC28E;
	font-weight: bold;
	}
	
#content .homecontent {
	width: 480px;
	float: right;
	}

#content .leftcolumn {
	width: 230px;
	float: left;
	}
#content .leftcolumn p {
	padding: 0px 25px;
	}
#content .lphoto {
	padding: 8px;
	background-color: #592828;
	border: 1px solid #4B1B1B;
	width: 190px;
	margin: 0 auto;
	}
#content .lquote {
	margin: 0 auto;
	width: 200px;
	}

#content .subcontent {
	width: 495px;
	float: right;
	padding-right: 10px;
	}

#content .innerBox {
	 border: 1px solid #401010; 
	 background-color: #501819; 
	 padding: 0px 10px;
	 }


#bottomnav { 
	background-color: #4B1B1B;
	text-transform: uppercase; 
	text-align: center; 
	border-top: 1px solid #421919; 
	padding: 5px;
	color: #CCC28E;
	}
	#bottomnav a{
		text-transform: uppercase; 
		color: #CCC28E;
		text-decoration: none;
		}
	#bottomnav a:hover{
		text-decoration: underline;
		}
		
#subnav { background-color: #501818; color: #CCC28E; padding: 10px; text-align: center; }
	#subnav a{ color: #CCC28E; padding: 5px; text-decoration: none; text-transform: uppercase; }
	#subnav a:hover { text-decoration: underline;}

#footer { 
	text-transform:uppercase; 
	text-align: center; 
	width: 760px; 
	margin: 0 auto; 
	padding: 5px;
	}
	
#Home #content .text1 { float: right; width: 450px;}	

#Chef .leftcolumn {
	text-align: center;
	}
#Weddings #content ul li { padding-bottom: 10px;}
	
#Sitemap ul li{
	padding-bottom: 5px;
	}

#Aboutus #content p { line-height: 30px;}
#Dining #content p { line-height: 30px;}

/* GALLERY STYLES */
#bigimage {
	width: 420px;
	float: right;
	text-align: center; 
	}
#bigimage .bigimg {
	border: 1px solid #401010;
	text-align: center;
	padding: 5px;
	background-color: #501819;
	height: 330px;
	}
#thumbnails  { 
	padding: 10px 5px; 
	border: 1px solid #401010; 
	background-color: #501819; 
	text-align: center;
	float: left;
	width: 300px;
	}

#thumbnails a { display: block; float: left; width: 50px; height: 50px; margin: 8px; background-color: #501819; padding: 2px; border: 1px solid #401010;}
#thumbnails a img { height: 50px; width: 50px;}


/* HOME PAGE */

#Home #Welcome {
	width: 515px; 
	float: left;
	}
	
#Home #sidebar2 {
	width: 200px; 
	float: right;
	}


#contact {
	border: 1px solid #421919; 
	float: right;
	width: 190px; 
	background-color: #4B1B1B; 
	padding: 10px;
	margin-top: 50px;
	}
#contact input.textbox { 
	width: 120px; 
	padding: 0px 5px; 
	font-size: 12px; 
	font-family: "Times New Roman", Times, serif; 
	color: #4B1B1B; 
	border: 1px solid #CCC28E; 
	}
			