*{
	/*padding: 0;*/ /*for table padding issues*/
	margin: 0;
}

body {
	text-align: center;
	background-image: url(../images/bg_index.jpg);
	background-repeat: repeat-x;
	background-color: #362712;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

td{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

.clear1 { height:1px;font-size:1px;padding:0;clear:left; } /*margin-bottom not working in IE*/

.window{
	position: relative;
}

#wrapper {
	position: relative;
	text-align: left;
	margin: 0 auto;
	width: 970px;
	/*border: 1px solid #000;*/
}

/*Header*/

#header #header-email-exclusives{
	position: absolute;
	top: 30px;
	left: 0;
}

#header #header-logo{
	background-color: #ffffff;
	text-align: center;
}

/*Main Menu*/

#main-menu{
    clear: both;
}

#main-menu-nav{
    padding-left: 0;
    margin-left: 0;
    /*background-color: #291F1D;*/
    background-image: url(../images/main_nav_bg.jpg);
	background-repeat: repeat-x;
    float: left;
    width: 100%;
    font-family: arial, helvetica, sans-serif;
    font-weight: bold;
}

#main-menu-nav li { display: inline; position: relative;}

#main-menu-nav li a{
    padding: 0;
    background-color: #495154;
    color: White;
    text-decoration: none;
    float: left;
    /*border-right: 1px solid #fff;*/
}

#main-menu-nav li a:hover{
    background-color: #fc650a;
    color: #fff;
}

#main-menu-nav li a#active_a{
    background-color: #fc650a;
}

/*holder-body*/

#holder-body{
	float: left;
	background: #ffffff;
	width: 100%;
	
}

/*Sidebar*/

#sidebar{
	float: left;
	width: 230px;
	margin: 5px 0 5px 5px; /*from margin: 5px;*/
	/*border: 1px solid #000;*/
}

/*Online Reservation*/

#online-reservation{
	border: #aeb6a9 solid 1px;
}
/*Sub Menu*/

#sub-menu{
	border: #aeb6a9 solid 1px;
}

#sub-menu-2{
	background-image: url(../images/bg_sidebar.jpg);
	margin: 3px;
}

#sub-menu-3{
	padding: 3px 3px 0px 3px;
	/*margin: 3px 3px 3px 3px;*/
}

#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#navcontainer li { margin: 0 0 3px 0; }

#navcontainer a {
	display: block;
	/*padding: 2px 0px 2px 0px;*/
	/*width: 204px;*/
	padding: .3em 0;
	width: 98%;
	border: 1px solid #e7dbb5;
	/*background: #efecdd;*/
	background-image: url(../images/latest_sub_links_bg.jpg);
	text-transform: uppercase;
	padding-left: 3px;
}

#navcontainer a:link, #navlist a:visited {
	color: #333333;
	text-decoration: none;
}

#navcontainer a:hover {
	border: 1px solid #ededd1;
	background-image: url(../images/latest_sub_links_hover_bg.jpg);
	color: #585858;
	text-transform: uppercase;
}

/*Copy*/

#copy{
	float: left;
	width: 724px; /*from width: 720px;*/
	margin: 5px 0px 5px 0px; /*from margin: 5px 5px 5px 0;*/
	/*border: 1px solid #000;*/
}

.center-copy{ /*Justify the content;*/
	text-align: left;
	margin: 0 auto;
	/*border: 1px solid red;*/
}

.padding-left-60-copy{
	text-align: left;
	margin-left: 60px;
}

/*Footer*/

#footer{
	/*float: left;*/
	clear:both;
	height: 120px;
	width: 100%;
	background-color: #000000;
	border-top: #c7950f solid 5px;
	text-align: center;
}

#footer p{
	font-family: arial, helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #c7950f;
    padding: 25px;
}

#footer #links{
	width: 99%;
	border-top: #c7950f solid 3px;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	color: #c7950f;
	padding-top: 15px;
	margin: 0 auto;
}

#footer #links a{
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	color: #c7950f;
	text-decoration: none;
}

#footer #links a:hover{
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	color: #c7950f;
	text-decoration: underline;
}

/*Customized forms - Online Reg
*********************************************************/
form.cmxform_online_reg {
    width: 210px;
    font-size: 14px;
    font-family: arial;
    /*padding-left: 5px;*/
    margin-left: 3px;
}

form.cmxform_online_reg label {
    color: #8B7249;
    font-size: 11px;
    font-weight: bold;
}

form.cmxform_online_reg label.error, label.error {
    /* remove the next line when you have trouble in IE6 with labels in list */
    color: red;
    font-style: italic;
    width: 100%;
    margin-left: 0;
    font-size: 12px;
}

form.cmxform_online_reg input{
	width: 98%;
	border: 1px solid #aeb6a9; 
}

form.cmxform_online_reg p{
	/*padding-top: 5px;*/
	margin-top: 5px;
}

form.cmxform_online_reg input.submit{
	width: 100px;
    /*background: #F5F6E4;*/
    background: #c79510;
    /*border: 1px solid #aeb6a9;*/
    margin-left: 0;
    /*color: #474135;*/
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    /*padding: 1px;*/
}

/*Customized forms - Contact Us
*********************************************************/
form.cmxform_contact_us {
    width: 100%;
    font-size: 14px;
    font-family: arial;
    padding-left: 0px;
    /*border: 1px solid #000000; */
}

form.cmxform_contact_us label {
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    /*width: 400px;*/
    /*float: left;*/
}

form.cmxform_contact_us label.error, label.error {
    /* remove the next line when you have trouble in IE6 with labels in list */
    color: red;
    font-style: italic;
    width: 100%;
    margin-left: 0;
    font-size: 12px;
    padding-left: 5px;
}

form.cmxform_contact_us input, textarea ,select{
	width: 300px;
	border: 1px solid #aeb6a9; 
	margin-left: 0;
}

form.cmxform_contact_us p{
	padding-top: 5px;
}

form.cmxform_contact_us input.submit{
	width: 100px;
    background: #F5F6E4;
    border: 1px solid #aeb6a9;
    margin-left: 0;
    color: #474135;
    font-size: 12px;
    font-weight: bold;
    padding: 1px;
}

table#table_form_contact_us td{
	vertical-align: top;
}

/*Link*/
a {
	color: #0000EE;
}

/*Header Menu*/
	/* General */
	#cssdropdown, #cssdropdown ul { list-style: none;}
	#cssdropdown, #cssdropdown * { padding: 0; margin: 0; }
	
	/* Head links */
	#cssdropdown li.headlink { 
		float: left; 
	}
	#cssdropdown li.headlink a { display: block;}

	/* Child lists and links */
	#cssdropdown li.headlink ul { display: none; text-align: center; position: absolute;}
	#cssdropdown li.headlink:hover ul { display: block; }
	#cssdropdown li.headlink ul li a { text-decoration: none; color: #C6960E; font-size: 11px; font-weight: bold; }
	#cssdropdown li.headlink ul li a:hover { color:#F7DC95; font-weight: bold; }
	
	/* Pretty styling */
	#cssdropdown a { color: white; } 
	#cssdropdown li.headlink { background-color: black;}
	#cssdropdown li.headlink ul { background-color : #291F1D;  border: 1px #C6960E solid; border-top: none;}
	#cssdropdown li.headlink ul li{ background-color : #291F1D; height: 20px; line-height: 18px; }