@import "lib.css";

body {
	font-family: arial, verdana, sans-serif;
	font-size: 14px;
	background: #8b8366 url(../img/bodyBackground.jpg) scroll repeat-x top left;
	margin: 0; padding: 0;
	color: #333;	
}

.container {
	width: 960px;
	margin: 0 auto;
}

.header {
	position: relative;
	
}


.header h1 {
	margin-top: 30px;
	text-indent: -9999em;
}

.header h1 a {
	width: 243px;
	height: 76px;
	float: left;
	background: transparent url(../img/logo.png) scroll no-repeat top left;	
}

.menu {
	clear: both;
	background: transparent url(../img/menuBackground.png) scroll no-repeat top left;	
	position: relative;
	top: 18px;
	height: 53px;
}

.menu ul {
	float: left;
	display: inline;
	margin: 0; padding: 0;
}
.menu ul li {
	display: inline;
	line-height: 36px;	
}

.menu ul li a {
	color: #8b8366;
	font-family: georgia serif;
	text-decoration: none;
	font-size: 16px;
	padding: 5px;
	margin-left: -1px;
	border-right: 1px solid #8b8366;
}

.menu ul li a:hover {
	color: #FFF;
}

.menu p {
	display: inline;
	float: right;
	line-height: 36px;	
	color: #FFF;
	font-family: georgia serif;
	font-size: 12px;
	padding-right: 10px;
}
.menu p a {
	color: #8b8366;
	font-size: 18px;
	text-decoration: none;
}

.content {
	width: 906px;
	padding: 9px;
	margin-left: 17px;
	background: #FFF;
}
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
	margin-bottom: 1em;
}
.content h1, .content h2, .content h3 {
	font-size: 18px;
	font-family: georgia;
}
.content p {
	margin-bottom: 1em;
}
.gallery { }
.gallery  {clear: both;}

.gallery  .image {
	float: left; padding: 20px; margin: 10px 20px; background: #EFEFEF;
	border: 1px solid #DDD;
	width: 133px;
	height: 100px;
	text-align: center;
}
.gallery  .image a { }
.gallery  .image a:hover {}
.gallery  .image img {border: 1px solid #000;}
.gallery  .image a:hover img {border: 1px solid #222;}

.welcome, .quickBook {
	width: 550px;
	margin-right: 6px;
	float: left;
}
.prices, .homeGallery {
	width: 350px;
	float: left;
	padding-bottom: 10px;
	background: transparent url(../img/boxBottom.gif) no-repeat scroll bottom left;
	
}
.homeGallery {
	padding: 0;
	background-image: none;
}
.prices h3 {
	font-family: georgia;
	
	background: transparent url(../img/boxTop.gif) no-repeat scroll top left;
	color: #e0d5ab;
	font-size: 16px;
	text-indent: 5px;
	line-height: 20px;
	margin: 0;
}

.prices .inner {
	border-left: 2px solid #1f354b;
	border-right: 2px solid #1f354b;
	background-color: #294967;
}
.prices ul {
	padding: 5px;
	padding-top: 0.5em;
}
.prices ul li {
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #1e3247;
	font-size: 12px;
	color: #DDD;
	
}
.prices ul li span {
	font-size: 16px;
	font-weight: bold;
	float: right;
	color: #FFF;
}
.prices h4 {
	color: #FFF;
	padding: 5px;
	margin: 0;
}
.homeTop {
	margin-bottom: 1em;
}

.welcome h2, .quickBook h1 {
	font-family: georgia;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 1em;
}
.welcome p {
	margin-bottom: 1em;
}
.welcome li {
	margin-bottom: 0.5em;
}

.quickBook h1 {
	
}
button {
	clear: both;
	float: none;
}
form p {
	margin-bottom: 1em;
}
form {
	padding: 5px;
	border: 1px solid #EFEFEF;
}
form .input {
	height: 2em;
	border-bottom: 1px solid #EFEFEF;
}
form label {
	width: 150px;
	float: left;
	clear: both;
	font-weight: bold;
	line-height: 2em;
}

form input, form input.select select {
	width: 200px;
}
form .input.textarea {
	height: 100px;
}
.footer {
	width: 906px;
	padding: 9px;
	margin-left: 17px;
	height: 70px;
	clear: both;
	background-color: #FFF;
	border-top: 2px solid #1f354b;
	border-bottom: 9px solid #1f354b;
}
.footer img {
	float: left;
	margin-right: 50px;
}

.footer .links {
	
}
.footer p {
	margin-bottom: 1em;
	line-height: 25px;
}
.footer p a {
	color: #888;
	font-size: 10px;
	text-decoration: none;
}
.newsItems, .contactForm {
	width: 756px;
	float: left;
}
.newsInfo, .contactAddress {
	width: 140px;
	margin-left: 10px;
	float: right;
}
.newsItem {
	border-bottom: 1px solid #EEE;
	margin-bottom: 1em;
	padding-bottom: 1em;
}
.newsItem h4 {
	font-size: 16px;
	font-family: georgia;
	margin-bottom: 1em;
}

.submit {
	width: 100%;
	clear: both;
}

table.cart {border: 1px solid #294866; width: 100%; margin-bottom: 1em;}
table.cart th {background: #294866; color: #FFF; line-height: 24px;}
table.cart th.actionRow {width: 36px;}
table.cart th.costRow {width: 36px;}
table.cart th.descRow {text-align: left;}
table.cart td.descRow { line-height: 24px;}
table.cart tr.altRow td {background: #EEE;}
table.cart tr.totalRow td {background: #294866; color: #FFF; font-size: 120%; line-height: 24px; text-align: right;}
table.cart tr.totalRow td.descRow {text-align: right;}
table.cart tr td.cost {font-weight: bold; font-size: 110%;}
table.cart td {padding: 10px;}

table.cart a {
	text-decoration: none;
	color: #900;
}