* { margin: 0; padding: 0; } img { border: none; } .floatr { float: right; } .floatl { float: left; } .center { text-align: center; } .left { text-align: left; } .right { text-align: right; } .noborder { border: none !important; } .clr { display: block; clear: both; } ul { list-style: none; }
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

body {
	background: #293d48 url("../images/bg.gif") repeat-x;
	font: 11px/18px verdana, sans-serif;
	color: #b9c9d1;
}
input, select, textarea {
	font: 1em verdana, sans-serif;
}

#container {
	width: 770px;
	background: #142028 url("../images/header_single.jpg") no-repeat;
	margin: 0 auto;
}

#index #container {
	background: #142028 url("../images/header_home.jpg") no-repeat;
}

#about #container {
	background: #142028 url("../images/header_about.jpg") no-repeat;
}
#rates #container {
	background: #142028 url("../images/header_rates.jpg") no-repeat;
}
#gallery #container {
	background: #142028 url("../images/header_gallery.jpg") no-repeat;
}
#contact #container {
	background: #142028 url("../images/header_contact.jpg") no-repeat;
}

#header {
	width: 100%;
	height: 165px;
	position: relative;
	color: #fff;
}

#index #header {
	height: 376px;
}
	#header h1, #header p {
		display: none;
	}
	#nav {
		list-style: none;
		position: absolute;
		top: 0;
		right: 0;
		width: 508px;
	}
		#nav li {
			display: inline;
		}
		#nav li a {
			display: block;
			float: left;
			width: 126px !important;
			width: 125px;
			height: 44px;
			line-height: 44px;
			margin: 0 0 0 1px;
			text-align: center;
			text-decoration: none;
			color: #cbdde7;
		}
		#nav li a:hover, #nav li a.current {
			font-weight: bold;
			background: transparent url("../images/nav_hover.gif") no-repeat;
		}

#content {
	padding: 0 15px 15px 15px;
	line-height: 170%;
}

h2 {
	font: 2.3em georgia, sans-serif;
	color: #cbdde7;
	padding: 0 0 .2em 0;
	margin: 0 10px 15px 0;
}

#index h2 {
	width: 514px;
	height: 87px;
	background: transparent url("../images/heading_index.gif") no-repeat;
	text-indent: -9999px;
}
#about h2 {
	width: 171px;
	height: 87px;
	/*background: transparent url("../images/heading_about.gif") no-repeat;*/
	text-indent: -9999px;
}
#rates h2 {
	width: 158px;
	height: 87px;
	/*background: transparent url("../images/heading_rates.gif") no-repeat;*/
	text-indent: -9999px;
}
#gallery h2 {
	width: 189px;
	height: 108px;
	/*background: transparent url("../images/heading_gallery.gif") no-repeat;*/
	text-indent: -9999px;
}
#contact h2 {
	width: 480px;
	height: 94px;
	/*background: transparent url("../images/heading_contact.gif") no-repeat;*/
	text-indent: -9999px;
}

h3 {
	font: 22px georgia, serif;
	color: #89aec3;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
}

p {
	margin: 5px 10px 15px 10px;
}

#content ul {
	margin: 5px 10px 15px 10px;
}

#content ul li {
	padding: 10px 5px 10px 35px;
	background: transparent url("../images/bullet.gif") no-repeat 0 .9em;
	border-bottom: 1px solid #233039;
}

a {
	color: #abcfe3;
}
a:hover {
	color: #fff;
}

#photos {
	width: 100%;
}
#photos td {
	text-align: center;
	padding: 5px 0;
}
#photos a img, #contact_info a img, a.img_link img, img.img_link {
	border: 6px solid #596870;
}
#photos a:hover img, #contact_info a:hover img, a.img_link:hover img {
	border: 6px solid #779db3;
}

#contact_info {
	float: right;
	width: 232px;
	margin: 0 0 15px 15px;
	padding: 20px;
	border: 6px solid #41525d;
	background: #26343e;
}
#contact_form {
	margin: 30px 0;
}
#contact_form input, #contact_form textarea {
	width: 400px;
	border: 3px solid #41525d;
	background: #26343e;
	padding: 4px;
	color: #b9c9d1;
	margin: 3px 0;
}
#content #contact_form input.btn {
	width: auto;
	border: none;
	background: #26343e;
	padding: 0;
}

.success {
	width: 350px;
	padding: 20px;
	border: 6px solid #41525d;
	background: #26343e;
	float: left;
	font: 16px georgia, serif;
	color: #89aec3;
}

table.details {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	margin: 0 0 20px 0;
	border: 6px solid #41525d;
}
	table.details td, table.details th {
		padding: 3px 8px;
		border: 1px solid #41525d;
	}
	table.details th {
		text-align: right;
		background: #26343e;
	}

#footer {
	display: block;
	clear: both;
	width: 770px;
	margin: 0 auto;
	font-size: 90%;
	padding: 10px 0;
	background: url("../images/content_btm.gif") no-repeat;
	color: #abcfe3;
}
	#footer a {
		color: #abcfe3;
	}
	#footer a:hover {
		color: #fff;
	}