
body {
	margin:0;
    	padding: 0;
	overflow-x:  hidden;
	line-height:  150%;
	font-size:  15px;
	background: #adad5c;  
	font-size:100%;   }

#wrapper {
	width: 1050px; 
	margin-left: auto; 	
	margin-right: auto;  
	background-image: url(images/tan_sponged_bg.jpg); 
	background-size:  cover;
	background-repeat:  no-repeat; 
	-moz-border-radius_bottomleft: 25px;	
 	border-bottom-left-radius: 25px;
	-moz-border-radius_bottomright: 25px;
 	border-bottom-right-radius: 25px;   }     
	
#banner { 
	background-image: url(images/banner.jpg);
         background-size: 1050px 167px; 
	background-repeat: no-repeat;    
	height:  167px; }

.reserve  {
	padding:  140px 0 0 560px;
	font-size:  15px;
	font-style:  italic;
	font-family:  tahoma, arial;
	color: #ffffff;  }

#top   { 
    	width: 100%;
   	height: 30px; 
    	background-color: #663300;  }

#header {	
	margin:  0;  }

img {
	border-style:  none;  }
 
/*******************************************/
/*************  Navigation *********************/
/*******************************************/
	

	#menu, #menu ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	#menu {
		width: 1050px;
		margin: 0 auto;
		background-color: #663300;   
/*		border: 1px solid #222;   */
/*		background-color: #111;  */
 		background-image: -moz-linear-gradient(#996633, #663300);    
		background-image: -webkit-gradient(linear, left top, left bottom, from(#996633), to(#663300));  	 
 		background-image: -webkit-linear-gradient(#996633, #663300); 
		background-image: -o-linear-gradient(#996633, #663300);   
		background-image: -ms-linear-gradient(#996633, #663300);   
		background-image: linear-gradient(#996633, #663300);   
/*		-moz-border-radius: 6px;  */
/*		-webkit-border-radius: 6px;  */
/*		border-radius: 6px;  */
/*		-moz-box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;  */
/*		-webkit-box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;  */
/*		box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;  */
	}
	
	#menu:before,
	#menu:after {
		content: "";
		display: table;
	}
	
	#menu:after {
		clear: both;
	}
	
	#menu {
		zoom:1;
	}
	
	#menu li {
		float: left; 
/*		border-right: 1px solid #222;     */	
/*		-moz-box-shadow: 1px 0 0 #996633;  */
/*		-webkit-box-shadow: 1px 0 0 #996633;   */
/*		box-shadow: 1px 0 0 #996633;  */
		position: relative;
	}
	
	#menu a {
		float: left;
/*		padding: 12px 30px;  */
/*		color: #999;  */
		padding: 6px 30px;
		color: #ffffff;
/*		text-transform: uppercase;  */
/*		font: bold 12px Arial, Helvetica;  */
		font: 15px tahoma, verdana;
		text-decoration: none;
/*		text-shadow: 0 1px 0 #000;  */
	}
	
	#menu li:hover > a {
		color: #000000;
	}
	
	*html #menu li a:hover { /* IE6 only */
		color: #fafafa;
	}
	
	#menu ul {
		margin: 20px 0 0 0;
		_margin: 0; /*IE6 only*/
		opacity: 0;
		visibility: hidden;
		position: absolute;
		top: 28px;
/*		top: 38px;  */
		left: 0;
		z-index: 1;   
		color:  #000000; 
		background: #996633;
		background: -moz-linear-gradient(#996633, #663300);
		background-image: -webkit-gradient(linear, left top, left bottom, from(#996633), to(#663300));
		background: -webkit-linear-gradient(#996633, #663300);    
		background: -o-linear-gradient(#996633, #663300);	
		background: -ms-linear-gradient(#996633, #663300);	
		background: linear-gradient(#996633, #663300);
		-moz-box-shadow: 0 -1px rgba(255,255,255,.3);
		-webkit-box-shadow: 0 -1px 0 rgba(255,255,255,.3);
		box-shadow: 0 -1px 0 rgba(255,255,255,.3);	
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;  
	}

	#menu li:hover > ul {
		opacity: 1;
		visibility: visible;
		color:  #000000;
		margin: 0;
	}
	
	#menu ul ul {
		top: 0;
		left: 150px;
		margin: 0 0 0 20px;
		_margin: 0; /*IE6 only*/
		-moz-box-shadow: -1px 0 0 rgba(255,255,255,.3);
		-webkit-box-shadow: -1px 0 0 rgba(255,255,255,.3);
		box-shadow: -1px 0 0 rgba(255,255,255,.3);		
	}
	
	#menu ul li {
		float: none;
		display: block;
		border: 0;
		_line-height: 0; /*IE6 only*/
		-moz-box-shadow: 0 1px 0 #663300, 0 2px 0 #666;
		-webkit-box-shadow: 0 1px 0 #663300, 0 2px 0 #666;
		box-shadow: 0 1px 0 #663300, 0 2px 0 #666;
	}
	
	#menu ul li:last-child {   
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;    
	}
	
	#menu ul a {    
		padding: 10px;
/*		width: 130px;  */
		width: 100px;
		_height: 10px; /*IE6 only*/
		display: block;
		white-space: nowrap;
		float: none;
		text-transform: none;
	}

	#menu ul a:hover {
		background-color: #663300;
				color:  #000000;
		background-image: -moz-linear-gradient(#996633,  #663300);	
		background-image: -webkit-gradient(linear, left top, left bottom, from(#996633), to(#663300));
		background-image: -webkit-linear-gradient(#996633, #663300);
		background-image: -o-linear-gradient(#996633, #663300);
		background-image: -ms-linear-gradient(#996633, #663300);
		background-image: linear-gradient(#996633, #663300);
	}

	
	#menu ul li:first-child > a {
		-moz-border-radius: 3px 3px 0 0;
		-webkit-border-radius: 3px 3px 0 0;
		border-radius: 3px 3px 0 0;
	}
	
	#menu ul li:first-child > a:after {
		content: '';
		position: absolute;
		left: 40px;
		top: -6px;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-bottom: 6px solid #996633;
	}
	
	#menu ul ul li:first-child a:after {
		left: -6px;
		top: 50%;
		margin-top: -6px;
		border-left: 0;	
		border-bottom: 6px solid transparent;
		border-top: 6px solid transparent;
		border-right: 6px solid #3b3b3b;
	}
	
	#menu ul li:first-child a:hover:after {
		border-bottom-color: #996633;    /* this is what creates the little point at the top of the drop down menu  */
	}
	
	#menu ul ul li:first-child a:hover:after {
		border-right-color: #0299d3; 
		border-bottom-color: transparent; 	
	}
	
	#menu ul li:last-child > a {
		-moz-border-radius: 0 0 3px 3px;                 
		-webkit-border-radius: 0 0 3px 3px;
		border-radius: 0 0 3px 3px;
	}
	
/******** END OF NAV LOGIC   ******************/
/****** REMOVED MOBILE LOGIC ON 10-29-13 ********/


	/* iPad */
	.no-transition {
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;
		opacity: 1;
		visibility: visible;
		display: none;  		
	}

	#menu li:hover > .no-transition {
		display: block;
	}

/**************  END OF NAVIGATION ******************/

#footer  {
	width: 1050px; 
	background-color: #663300;
	color:#ffffff;  
	display:  table;
    	text-align: center;
	line-height:  150%;
	padding-top: 7px;
    	font-size:12px;
    	font-family: tahoma, Arial, Helvetica, sans-serif;
    	font-weight:normal;
    	color:#ffffff;
	-moz-border-radius_bottomleft: 25px;
 	border-bottom-left-radius: 25px;
	-moz-border-radius_bottomright: 25px;
 	border-bottom-right-radius: 25px;   }   

#footer a:link {
	color: #ffffff;					/* unvisited link */
	font-family: tahoma, verdana, serif;
        font-size:  13px;
	font-weight:  normal;
	text-decoration:none;}
				
#footer a:visited {
	color:#ffffff;					/* visited link */
	font-family: tahoma, verdana, serif;
        font-size:  13px;
	text-decoration:none;}
				   
#footer a:hover {
	color:#a9a9a9;				/* mouse over link */
	font-family: tahoma, verdana, serif;
	font-size:  13px;
	text-decoration:none;}

.link	a:link {
	color: #3D1F00;					/* unvisited link */
	font-family: tahoma, verdana, serif;
             font-size:  15px;
	font-weight:  bold;
	text-decoration:none;}
				
.link 	a:visited {
	color:#3D1F00;					/* visited link */
	font-family: tahoma, verdana, serif;
        	font-size:  15px;
	text-decoration:none;}
				   
.link	a:hover {
	color:#ffffff;				/* mouse over link */
	font-family: tahoma, verdana, serif;
	font-size:  15px;
	text-decoration:underline;}

