html{
	background-color:#949359;
	font-family:Calibri, "Lucida Sans", Arial;
	font-size:14px;
	color:#000;
	margin:0px;
	padding:0px;
	height:100%;
}

body{
	background:url(../images/bg_gradient.jpg) repeat-x top left;
	margin:0px;
	padding:0px;
}

h1{
	text-transform:uppercase;
}

#wrapper{
	width:831px;
	background-color:#404040;
	border:7px #fff solid;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	top:25px;
}

#logo{
	position:absolute;
	top:50px;
	padding-left:10px;
	width:157px;
	height:149px;
	z-index:5;
}

#top_contact{
	text-align:right;
	font-size:12px;
	color:#FFF;
	position:relative;
}

#top_contact p{
	position:relative;
	margin-top:15px;
}

#top_contact a:link, #top_contact a:visited,
#top_contact a:hover{
	color:#ff9d02;
	text-decoration:none;
	padding-right:10px;
}

#header{
	width:831px;
	position:relative;
	z-index:1;
}

#slideshow{
	width:831px;
	height:271px;
	position:relative;
	z-index:1;
}

#slideshow img {

	display: none;

}

#slideshow img:first-child {

	display: block;

}

#main_nav{
	width:100%;
	background: url("../images/nav_bg.jpg") repeat-x;
	height:51px;
	position:relative;
}

#main_nav ul{
	margin:0;
	padding: 0;
	list-style:none;
	*width:851px;
	padding-left: 10px;
}

#main_nav li{
	display:inline;
	line-height:50px;
	float: left;
}

#main_nav li a:link, #main_nav li a:visited {
	display: block;
	font-size:16px;
	padding: 0 9px;
	*padding: 0 10px;
	*font-size: 15px;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
}

#main_nav li a:hover {

	color:#FC0;
}

#main_content{
	background-color:#404040;
	padding:0 30px 0 30px;
	margin-bottom:35px;
	*margin-bottom: 50px;
	float:left;
	color:#FFF;
	width:771px;
}

#main_content a:link, #main_content a:visited{
	color:#ff9d02;
	text-decoration:none;
}

#main_content a:hover{
	color:#ff9d02;
	text-decoration:underline;
}

#col-left{
	width:425px;
	float:left;
}

#col-right{
	float:left;
	width:315px;
	padding-left:30px;
}

#col-body{
	position:relative;
}

ul.features{
	list-style:none;
	text-align:center;
	color:#FFF;
	width:155px;
	padding:0px;
	margin-top:0;
	margin-left:0;
	font-size:13px;
	line-height:24px;
}

.left {
	float:left;
}

.right {
	float:right;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }
	
*.clearfix {
    zoom: 1;     /* triggers hasLayout */
    }

#footer{
	width:850px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding-top:40px;
}

#footer a:link, #footer a:visited,
#footer a:hover{
	color:#006;
	text-decoration:none;
	padding-right:10px;
}

#bottomNav {

	clear: both;
	margin-bottom: -20px;
	*margin-bottom: 0;
	position: relative;
	left: 15px;

}

/* Reservation form styles */

#reservationsTable {

	width: 780px;

}

#reservationsTable tr td {

	text-align: left;
	vertical-align: top;
	padding: 5px;
	width: 50%;

}

#reservationsTable tr td label {

	width: 200px;
	display: block;
	float: left;
	text-align: right;
	padding-right: 10px;
	height: 16px;

}

#reservationsTable tr td .wider {

	width: 575px;
	margin-left: 65px;

}

#reservationsTable tr td .thinner {

	width: 50px;
	float: left;

}

#reservationsTable tr td p {

	margin: 0;
	padding: 0 0 10px 0;

}

#reservationsTable tr td input,#reservationsTable tr td select {

	width: 150px;
	height: 16px;
	font-size: 11px;

}

#reservationsTable tr td select {

	height: 20px;

}

#reservationsTable tr td .inputCheckbox {

	width: 16px;

}

#reservationsTable tr td .inputTextarea {

	width: 500px;
	height: 150px;

}

#reservationsTable tr td .inputSubmit {

	width: 200px;
	height: 24px;

}
