body {
	background: #05504a url(../images/bg_grad.png) repeat-x;
	margin: 0px;
	padding: 0px;
	font: 12px/18px Verdana, Geneva, sans-serif;
	color: #333;
}
h1 {                                        
	margin: 0px;
	padding: 18px 0px 0px;
	font: bold 18px "Times New Roman", Times, serif;
}
h2 {
	margin: 0px;
	padding: 18px 0px 0px;
	font: bold 18px "Times New Roman", Times, serif;
}
h3 {
	font: 14px "Times New Roman", Times, serif;
	color: #05504A;
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0px 0px 18px;
	padding: 0px;
	font-size: 12px;
}
a img {
	border-style: none;
}
table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	margin: 0 0 18px;
	padding: 0;
	vertical-align: top;
}
#outer_wrapper {
	width: 940px;
	margin: 0px auto;
	background: url(../images/bg_drop_shadow.png);
}
#inner_wrapper {
	padding-right: 20px;
	padding-left: 20px;
	position: relative;
	z-index: 1;
}
#badge {
	position: absolute;
	right: -100px;
	top: 140px;
}
#header {
	background: url(../images/header.jpg) no-repeat left top;
	height: 300px;
}
#content {
	background: #FFF;
	padding: 50px;
}
#content a, #footer a {
	color: #5BBFBB;
}
#content a:hover, #footer a:hover {
	color: #05504A;
}
#nav_main {
	position: absolute;
	left: 20px;
	top: 270px;
	line-height: 30px;
	height: 30px;
	background: url(../images/nav_main_bg.png) no-repeat right center;
	padding-left: 5px;
	padding-right: 15px;
}
#nav_main ul li a {
	font: 14px "Times New Roman", Times, serif;
	color: #000;
	text-decoration: none;
	border-right: 1px solid #FFF;
	padding-right: 6px;
	padding-left: 4px;
}
#nav_main ul li a:hover {
	color: #FFF;
}
/*#nav_main ul li a.last-item {
	border-right: none!important;
}
*/
#nav_main ul, #nav_external ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#nav_main ul li, #nav_external ul li {
	display: inline;
}
#nav_external {
	position: absolute;
	right: 20px;
	top: 298px;
	padding-right: 120px;
	height: 30px;
	line-height: 30px;
	padding-left: 25px;
	background: url(../images/nav_external_bg.png) no-repeat left center;
}
#nav_external ul li a {
	font: 14px "Times New Roman", Times, serif;
	text-decoration: none;
	color: #4FB5B0;
	border-right: 1px solid #05504A;
	padding-right: 6px;
	padding-left: 4px;
}
#nav_external ul li a:hover {
	color: #05504A;
}
/*#nav_external ul li a.last-item {
	border-right: none!important;
}
*/
.left {
	width: 500px;
	float: left;
	position: relative;
}
.left ul {
	margin: 0px 0px 18px;
	padding: 0px;
}
.right {
	width: 250px;
	float: right;
	position: relative;
}
.right ul {
	margin: 0px;
	padding: 0px;
}
.right ul li {
}
.full_width {
	width: 800px;
	float: left;
	position: relative;
	clear: left;
}
.side_gallery {
	list-style: none;
	position: relative;
	width: 250px;
	z-index: 2;
	margin-bottom: 18px;
}
/*.right .side_gallery a {
	display: block;
	float: none;
	left: 0;
	position: absolute;
}
*/
.control {
	position: absolute;
	z-index: 3;
	right: 0px;
	bottom: 5px;
}
#fishing_info_table1 td, #fishing_info_table2 td {
	padding: 5px;
}
#angler_gallery {
	list-style: none;
	line-height: 1%;
	padding: 0;
}
#angler_gallery li {
	float: left;
	padding: 0 4px 4px 0;
}
/*
#gal_left, #gal_middle, #gal_right {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
	line-height: 1%;
}
#gal_left li, #gal_middle li, #gal_right li {
	margin-bottom: 10px;
}
#gal_left, #gal_middle {
	margin-right: 10px;
}
*/
#contact_form, #booking_form {
	margin: 0px;
	padding: 18px 0px;
}
#contact_form p input {
	background: #F6EBA9;
	border: 1px solid #05504A;
}
#contact_form p textarea {
	height: 100px;
	width: 100%;
	background: #F6EBA9;
	border: 1px solid #05504A;
}
#contact_form label {
	display: block;
	/*margin-right: 10px;*/
	/*text-align: right;*/
	font-weight: bold;
	padding-bottom: 5px;
}
legend {
	border:1px solid #80CDCA;
	color:#05504A;
	padding: 2px 5px;
	background: #FFF;
	font: 18px "Times New Roman", Times, serif;
}
fieldset {
	background: #80CDCA url(../images/form_background.png) repeat-x left top;
	border: 1px solid #80CDCA;
	margin-bottom: 18px;
	font-weight: bold;
	padding-top: 18px;
}
#booking_form p input {
	background: #F6EBA9;
	border: 1px solid #05504A;
}
#booking_form p select {
	background: #F6EBA9;
	border: 1px solid #05504A;
}
#booking_form label {
	display: block;
	font-weight: bold;
	padding-bottom: 5px;
	width: 50%;
}
#booking_form label span {
	font-weight: normal;
	color: #05504A!important;
}
#dateFrom, #dateTo {
	width: 25%;
}
#name, #email {
	width: 100%;
}
#phone_day, #phone_eve {
	width: 40%;
}
#party {
	width: 25%;
}
#error {
	background: url(../images/contact_bg.png) no-repeat left bottom;
	padding: 0px 25px 20px 20px;
}
#commentForm label.error, #bookingForm label.error {
	color: #900!important;
	font-style: italic!important;
	width: 50%;
}
#submit_wrapper {
	border-style: none;
}
#error_header {
	margin: 0px 10px 0;
	padding: 0px;
}
#error_wrapper {
	background: #FFFFFF;
	padding: 0px 0px 20px;
}
#footer {
	background: #FFF;
	clear: both;
	border-top: 1px solid #05504A;
	padding: 18px 50px;
}
table {
	text-align: center;
	table-layout: auto;
	border-top: 1px solid #05504A;
	margin-top: 20px;
}
table td {
	border-right: 4px solid #FFF;
	border-left: 4px solid #FFF;
}
.title_box {
	width: 500px;
	height: 54px;
}
.title_box h1 {
	float: left;
	text-indent: -9999px;
}
.title_box h3 {
	float: left;
	padding-top: 24px;
	padding-left: 10px;
}
.title_box img {
	float: left;
}
.fishing_info_table_title {
	font-weight: bold;
	border-right: 1px solid #9C9E1A;
}
.lodge {
	padding-top: 18px;
	margin-bottom: 18px;
}
.hirefleet {
	width: 500px;
	float: left;
	position: relative;
	padding: 18px 0px 0px;
	border-top: 1px solid #05504A;
}
.hirefleet_gallery {
	width: 250px;
	float: right;
	position: relative;
	line-height: 1%;
	list-style: none;
	padding-top: 18px;
}
.hirefleet_gallery a {
	margin-right: 5px;
	position: relative;
}
.hirefleet_gallery li {
	float: left;
}
.last-item {
	margin-right: 0px!important;
	border-right: none!important;
}
.highlight {
	background: #80CDCA url(../images/highlight_background.png) repeat-x left top;
	margin-bottom: 10px;
	border: 1px solid #80CDCA;
}
.highlight p {
	color: #05504A;
	padding-right: 10px;
	padding-left: 10px;
}
.highlight h2 {
	color: #05504A;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #80CDCA;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.highlight a {
	color: #FFF!important;
	text-decoration: none;
	font-weight: bold;
}
.highlight a:hover {
	text-decoration: underline;
}
.location {
	float: right;
}
.accommodation_examples {
	line-height: 1%;
	list-style: none;
	padding-top: 18px;
}
.accommodation_examples li {
	float: left;
	margin-right: 4px;
}
.seperator {
	clear: both;
	height: 18px;
	border-top: 1px solid #9C9E1A;
}
.hidden {
	display: none;
}
.clearer {
	clear: both;
}
.dates_table {
	text-align: left;
	font-weight: bold;
}
.odd {
	background: #F6EBAD;
}
.even {
	background: #FFF;
}
.anglers_gallery_middle {
	padding-right: 10px;
	padding-left: 10px;
}
