/* COLORS 
Orange: #F90
Light Orange: #FBD28F
Dark Grey: #464646
Middle Grey: #585858
Light Middle Grey: #999
Light Grey: #CCC
*/

/* GENERAL RULES */
body {
   background-color: #FFF; 
   margin: 0; 
   padding: 0; 
   text-align: center;
   font-family: Verdana, sans-serif; 
   line-height: 1em;
}

div { text-align: left; }

table td { padding: 0; }

img { border-width: 0; }

h1, h2, h3 {
   margin: 0;
   padding: 0;
}

/* MAIN CONTAINER */
#main_container {
	width: 550px;
	margin: 40px auto;
	}

/* MAIN MENU */
#header {
	width: 550px;
	height: 69px;
	}
#main_menu td{
	height: 24px;
	padding: 0;
	text-align: center;
	}	
#main_menu a{
	display: block;
	height: 24px;
	line-height: 24px;
	background-color: #F90;
	font-size: 12px;
	text-decoration: none;
	color: #fff;
	border-right: 1px #FBD28F solid;
	}
#main_menu a:hover{
	color: #000;
	}
#main_menu a.over{
	color: #000;
	}

/*
#main_menu #over{
	display: block;
	border-right: 1px #FBD28F solid;
	background-color: #F90;
	font-size: 12px;
	text-decoration: none;
	color: #000;
	text-align: center;
	vertical-align: middle;
	padding: 6px 0 6px 0;
	}
*/
#main_menu #last_button{
	border: 0px;
	}

/* MAIN CONTENT */
#main_content {
	color: #000;
	width: 550px;
	margin: 12px 0 0 0;
	}

	
/**********************************************/
/* FORM PAGES (CONTACT, RESERVATIONS, CAREERS */
/**********************************************/


#forms_header{
	width: 550px;
	}
#forms_content{
	width: 550px;
	}
#form{
	color: #999;
	font-size: 10px;
	}
#form #left_col{
	vertical-align: middle;
	text-align: right;
	padding: 5px 15px 5px 0;
	}
#form #right_col {
	vertical-align: top;
	padding: 5px 0px 5px 0;
	/*border-top: 1px #999 solid;*/
	}
#form a {
   color: #999;
}


.required {
	color: #F90;
	}	

/* CONTACT */
#forms_header #contact_bar {
	position: relative;
	background-image: url(../images/contact_form_bar.gif);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #F90;
	height: 24px;
	}
#contact_bar a{
	position: relative;
	top: 0px;
	left: 155px;
	}	
#forms_header #career_bar {
	position: relative;
	background-image: url(../images/careers_form_bar.gif);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #F90;
	height: 24px;
	}
#career_bar a{
	position: relative;
	top: 0px;
	left: 155px;
	}	
	
