/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* CARP AND CATFISH STYLE */


body {
/*	background: #05504a url(../images/bg_grad.png) repeat-x;*/
        background-color: #05504A;
        background-image: linear-gradient(top, #5BB5BB, #05504A 550px);
	margin: 0;
	padding: 0;
	font: 12px/18px Verdana, Geneva, sans-serif;
}
h1 {   
	color: #05504a;
	margin: 36px 0 0 0;
	padding: 0;
	font: bold 36px/36px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: capitalize;
}
h1 + p {
	margin-top: 18px;	
}
h2 {
	border-bottom: 2px solid #e9cf35;
	color: #252525;
	margin: 18px 0;
	padding: 18px 0 7px 0;
	font: bold 16px Verdana, Geneva, sans-serif;
	text-transform: capitalize;
}
h3 {
	color: #252525;
	margin: 0;
	padding: 18px 0 4px 0;
	font: bold 14px Verdana, Geneva, sans-serif;
	text-transform: capitalize;
}
h4 {
	color: #666;
	margin: 0;
	padding: 18px 0 4px 0;
	font: bold 12px Verdana, Geneva, sans-serif;
	text-transform: capitalize;
	font-style: italic;
}
/* H5 tag is used only for success messages */
h5 {
	background: #fffaee;
	border: 1px solid #AAA;
	color: #539900;
	font-size: 11px;
	font-style: italic;
	padding: 10px;
	margin-top: 18px;
}
/* H6 tag is used only for form error messages */
h6 {
	background: #fffaee;
	border: 1px solid #AAA;
	color: #930;
	font-size: 11px;
	font-style: italic;
	padding: 10px;
	margin-top: 18px;
}
p {
	color: #252525;
	margin: 0 0 18px;
	padding: 0;
	font-size: 12px;
	line-height: 18px;
}
a img {
	border: 2px solid #BDBDBD;
}
a:hover img {
	border-color: #252525;	
}
table {
	width: 888px;
	/*table-layout: fixed;*/
	border-collapse: collapse;
	margin: 0 0 18px;
	padding: 0;
	vertical-align: top;
}
caption {
        background: #252525;
        color: #E8E8E8;
        padding: 10px 0;
        font: bold 16px Verdana,Geneva,sans-serif;
        border-width: 1px 1px 0 1px;
        border-style: solid;
        border-color: #C0C0C0;
}
strong {
        font-weight: bold;
}
#outer_wrapper {
	width: 960px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
/*#inner_wrapper {
	padding-right: 20px;
	padding-left: 20px;
	position: relative;
	z-index: 1;
}*/
#badge {
	position: absolute;
	right: -100px;
	top: 140px;
}
#book_now {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
	}
	#book_now a {
/*		background:url(../images/alert-overlay.png) repeat-x scroll 0 0 #E9CF35;*/
                background-color: #E9CF35;
                background-image: linear-gradient(top , #eedb68, #E9CF35);
		color: #252525;
		display: block;
		font-weight: bold;
		height: 36px;
		line-height: 36px;
		padding: 0 10px;
		text-decoration: none;
		}
		#book_now a:hover {
			background-color: #FC9200;
                        background-image: linear-gradient(top , #eedb68, #FC9200);
		}
#splash {
	background: url(../images/header.jpg) no-repeat left top;
	height: 300px;
}
#content {
	background: #FFF;
	border-top: 1px solid #252525;
	overflow: auto;
	/*padding: 50px;*/
}
#content a {
	border-bottom: 1px solid #05504A;
	color: #05504A;
	text-decoration: none;
	font-style: italic;
}
#content a:hover, #footer a:hover {
	border-bottom: 1px solid #333;
	color: #666;
}

/* NAVIGATION STYLING */


.menu {
	background: #252525;
	border-bottom: 1px solid #252525;
	height: 36px;
	position:relative; 
	z-index: 80;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	background: #252525;
	float: left;
	height: 36px;
	padding:0;
	margin:0;
	list-style-type:none;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	/*width:120px;*/
	position:relative;
}
.menu ul ul li {
	width: 170px;	
}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size: 12px;
	text-decoration:none; 
	color:#fff; 
	/*min-width:59px;*/
	height:36px; 
	border:1px solid #CCC; 
	border-width:0 1px 0 0;
	background: #252525; 
	padding-left:10px;
	padding-right: 10px;
	line-height:36px; 
	/*text-transform:	uppercase;*/ 
	font-weight:bold;
	/*text-shadow: 1px 1px 2px #000;*/
}
.menu a.firstItem {
}

/* style the second level background */
.menu ul ul a.fly, .menu ul ul a.fly:visited {
	background: #e9cf35;
	color: #FFF;
}
/* style the second level hover */
.menu ul ul a.fly:hover {
	background: #e9cf35; 
	color:#FFF;
}
.menu ul ul :hover > a.fly {
	background: #e9cf35; 
	color:#FFF;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background: #6a6a6a url(img/subtier_normal.png) left top no-repeat;
	color: #FFF;
}
/* style the third level hover */
.menu ul ul ul a:hover {
	background: #878787 url(img/subtier_hover.png) left top no-repeat;
	color: #FFF;
}

.menu ul ul a, .menu ul ul ul a {text-transform: none; /*font-weight: normal;*/}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top: 36px;
	left:0; 
	width:170px;
	border-top:1px solid #252525;
}

/* position the third level flyout menu */
.menu ul ul ul {
	left:169px;
	top:-1px;
	width:168px;
}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-169px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background: #9f9f9f;
	color: #FFF; 
	height: auto; 
	line-height: 1.2em; 
	padding: 5px 10px;
	width: 148px;
	border-width: 0 1px 1px 1px; 
	/*font-weight: normal;*/ 
	text-transform: none;
}

/* style the top level hover */
.menu a:hover, .menu :hover > a {
	background: #e9cf35; 
	color: #252525;
	display: inline-block;
}
.menu ul ul a:hover {
	background: #dedede; 
	color: #252525;
	display: inline-block;	
}
.menu ul ul :hover > a {
	background: #dedede; 
	color:#252525;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}

/* SITE STYLES */

.left {
	padding: 0 36px 36px 36px;
	width: 528px;
	float: left;
	position: relative;
}
.left ul {
	margin: 0 0 18px;
	padding: 0;
}
.right {
	padding: 0 36px 36px 36px;
	width: 288px;
	float: right;
	position: relative;
}
.right ul {
	margin: 0;
	padding: 0;
}
.right h2 {
	border-bottom: 2px solid #CCC;
}
.full_width {
	padding: 0 36px 36px 36px;
	float: left;
	position: relative;
	width: 888px;
}
.right ul.side_gallery {
        margin-top: 20px;
}
.side_gallery li {
	list-style: none;
	position: relative;
	width: 288px;
	z-index: 2;
	margin-bottom: 18px;
	text-align: center;
}
.control {
	position: absolute;
	z-index: 3;
	right: 0;
	bottom: 5px;
}
#angler_gallery {
	list-style: none;
	line-height: 1%;
	padding: 0;
	}
	#angler_gallery li {
		float: left;
		padding: 0 9px 9px 0;
		}
		#angler_gallery li a, #angler_gallery li a:hover {
			border-bottom: none;	
		}
.galleryThumbnailsLastitem {
	padding-right: 0!important;
}
.caption {
	float: right;
	margin: 0 0 18px 18px;
	}
iframe {
        margin-top: 20px;
}

/* Contact Us Styling */

#contactForm {
	margin-top: 18px;	
}
#contactSubmit {
	float: right;
	margin-top: 0;
}
.userIDcontainer {
	display: none;
}
.required {
	font-style: italic;	
	font-weight: normal;
	font-size: 0.875em;
	color: #930;
	padding: 0 0 0 1em;
}
.smallMessage {
	font-style: italic;	
	font-weight: normal;
	font-size: 0.875em;
	padding: 0 0 0 1em;
}

/* Generic form related styling */

legend {
	color: #252525;
	border-bottom: 1px solid #C0C0C0;
	font: bold 13px Verdana,Geneva,sans-serif;
	margin: 0 0 20px;
	padding: 0 0 5px;
	width: 100%;
	}
	legend span {
		color: #05504A;
		border-right: 1px solid #C0C0C0;
		font-size: 11px;
		margin-right: 18px;
		padding-right: 18px;
	}
label {
	font: bold 12px Verdana,Geneva,sans-serif;
	display: block;
	padding-bottom: 5px;
}
input[type="text"], input[type="password"] {
	background: #FFF;
	border: 1px solid #999;
	color: #333;
	margin-bottom: 18px;
	padding: 5px;
	width: 100%;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}
input[type="text"] {
	font: 1em Arial, Helvetica, sans-serif;
}
input[type="radio"], input[type="checkbox"] {
	margin: 0 0 18px 18px;
}
textarea {
	border: 1px solid #999;
	background: #FFF url(../images/textareaBg.png) repeat-x 0px 0px;
	color: #333;
	font: 1em Arial, Helvetica, sans-serif;
	height: 180px;
	margin-bottom: 18px;
	overflow: auto;
	padding: 5px;
	width: 100%;
	resize: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}
input[type="text"]:focus, input[type="password"]:focus {
	background: #FFFFCC;
	color: #333;
}
textarea:focus {
	background: #FFFFCC;
	color: #333;
}
select {
	font: 1em Arial, Helvetica, sans-serif;
	color: #333;
	border: 1px solid #999;
	margin-right: 18px;
	margin-bottom: 18px;
	padding: 3px;
}

/* Booking Form */

#bookingForm {
	margin-top: 18px;	
}
#accommodation {
	width: 200px;	
}
#bookingSubmit {
	float: right;
	margin-top: 0;
}
#booking_form fieldset {
	padding-top: 18px;
	margin-bottom: 18px;
}
#name, #surname, #email {
	width: 380px;
}
#email {
        width: 100%;
}
#dateFrom, #dateTo {
	width: 200px;
}
#phone {
	width: 200px;
}
#party {
	width: 260px;
}

/* Footer */

#footer {
	background: #252525;
	clear: both;
	border-top: 1px solid #05504A;
	padding: 18px 36px;
	}
	#footer a {
		border-bottom: 1px solid #e8e8e8;
		color: #FFF;
		text-decoration: none;
		font-style: italic;
	}
	#footer p {
		color: #e8e8e8;
		margin-bottom: 0;
	}
	
	
/* Various Tables */
.price_list {
        color: #252525;
	text-align: center;
	table-layout: auto;
        border: 1px solid #C0C0C0;
        margin: 0 0 18px;
}
.price_list th {
        border-right: 1px solid #C0C0C0;
}
.price_list td {
/*	border-right: 4px solid #FFF;
	border-left: 4px solid #FFF;*/
        border: 1px solid #C0C0C0;
}
.price_list .dates_table {
	text-align: left;
	font-weight: bold;
        padding-left: 3px;
}
.price_list thead {
        background-color: #F6EBAD;
        border-bottom: 1px solid #C0C0C0;
}
.price_list tbody tr:nth-of-type(even){
        background: #E8E8E8;
}
.dates_table_pad {
        padding: 10px 0;
}
.fishing_info_table {
	width: 528px;
}
.fishing_info_table td, .fishing_info_table th {
	padding: 5px;	
	border: 1px solid #BDBDBD;
}
.fishing_info_table th {
	background-color:#E9CF35;
	color:#252525;
	font-size:14px;
	font-weight:bold;
	padding: 10px 5px;
	text-align: left;
	vertical-align:middle;
}
.fishing_info_table_title {
	font-weight: bold;
}

/* General Classes */

.textBlock {
	padding: 0;
	position: relative;
	}
.hangingGallery {
	float: right;
	line-height: 1%;
	list-style: none;
	position: absolute;
	margin: 0!important;
	right: -360px;
	top: 63px;
        width: 288px;
        }
        .hangingGallery a {
                margin-right: 18px;
                border: none!important;
        }
        .hangingGallery li {
                float: left;
                margin-bottom: 10px;
        }
        .hangingGallery.largePreviews li {
                float: none;
                margin-bottom: 10px;
        }
        .hangingGallery.largePreviews a {
                margin-right: 0;
        }
.lodge {
	padding-top: 18px;
	margin-bottom: 18px;
}
.hirefleet {
	padding: 0;
	position: relative;
	}
	.hirefleet h3 {
		padding-top: 0;
	}
.hirefleet_gallery {
	float: right;
	line-height: 1%;
	list-style: none;
	position: absolute;
	margin: 0!important;
	right: -360px;
	top: 0;
}
.hirefleet_gallery a {
	margin-right: 18px;
	border: none!important;
}
.hirefleet_gallery li {
	float: left;
}
.last-item {
	margin-right: 0!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 {
		border: 2px solid #252525;
		float: left;
		margin-right: 18px;
		height: 80px;
	}
	/*.accommodation_examples li img {
		display: inline-block;
	}*/
.seperator {
	clear: both;
	height: 18px;
	border-top: 1px solid #9C9E1A;
}
.hidden {
	display: none;
}
.show {
        display: block;
}
.clearer {
	clear: both;
}
.anglers_gallery_middle {
	padding-right: 10px;
	padding-left: 10px;
}
.noBorder {
	border: none!important;	
}
.plainTextList {
	list-style: disc;	
}

.button, .button:visited {
	font: bold 12px Verdana,Geneva,sans-serif;
        font-style: normal!important;
        background-color: #222;
        background-image: linear-gradient(top , #666, #222);
        border-style: solid;
        border-color: #333;
        border-width: 0 0 1px 0;
	color: #FFF!important;
	cursor:pointer;
	display:inline-block;
	padding:5px 5px 5px 10px;
	text-shadow:0 -1px 1px rgba(0, 0, 0, 0.25);
        border-radius: 5px;
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
        margin-bottom: 10px;
	}
	.button:hover {
                background-color: #E9CF35;
                background-image: linear-gradient(top , #eedb68, #E9CF35);
                color: #222!important;
                border-bottom: 1px solid #fdad3f !important;
                box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	}
.button:after {
    content: '»';
    width: 16px;
    height: 16px;
    float: right;
    margin: 0 0 0 10px;
}
h3 span .button {
	/*display: block;*/
	float: right;
}
/*.yellow.button, .yellow.button:visited {
	background-color:#E9CF35;
	color: #252525!important;
	}
	.yellow.button:hover {
		background-color: #FC9200;	
	}*/
button.button {
	margin-top: 18px;	
}
.fullWidthForm {
	width: 888px;
	margin-top: 18px;
	padding: 0 0 18px 0;
}
.halfWidthForm {
	width: 444px;
	margin-top: 18px;
	padding: 0 0 18px 0;
}
.labelInline {
	display: inline;	
}
.formLeft {
	float: left;
	width: 426px;
	padding-right: 18px;
}
.formRight {
	float: right;
	width: 426px;
	padding-left: 18px;
}
#content .phone_number {
	font: bold 18px "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
        background-color: #222;
        background-image: linear-gradient(top , #666, #222);
	border-bottom:1px solid rgba(0, 0, 0, 0.25)!important;
	color: #FFD873;
	display:inline-block;
	padding:5px 10px 6px;
        letter-spacing: -1px;
        text-align: center;
        width: 268px;
        text-shadow:0 -1px 1px rgba(0, 0, 0, 0.25);
        border-radius: 5px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
#content .phone_number:hover {
        background-color: #111;
        color: #FFD873;
}
.phone_number img {
        vertical-align: middle;
        border: none;
        padding-right: 5px;
}
.specialOffer {
        background: url(../images/special-offer.png) no-repeat 0 center #e1fffe;
        padding: 10px 10px 10px 165px;
        border-top: 1px solid #000;
        }
        .specialOffer a {
                text-decoration: none;
        }
        .specialOffer p {
                margin: 0;
        }
        .specialOffer span {
                font-weight: bold;
                font-style: italic;
                color: #05504A;
        }
#content .specialThanks {
        border: none;
        font-size: 11px;
        text-align: center;
        display: block;
        }
        #content .specialThanks:hover {
                border: none;
        }
.youtube {
        width: 528px;
        height: 330px;
}

/* AVAILABILITY PAGE */

.availability_table {}
.availability_table td {
    margin: 0px;
    border: 1px solid #bdbdbd;
	font-size: 10px;
    padding: 2px;
    text-align: center;
	border-collapse: collapse;
	height: 16px;
	width: 16px;
}
.availability_table .month {
    text-align: right;
    background-color: #E9CF35;
	color: #252525;
    padding: 0px;
    padding-right: 16px;
	font-size: 13px;
    font-weight: bold;
	vertical-align: middle;
	width: 216px;
}
.availability_table .name {
}
.availability_table .num {
}
.availability_table .wenum {
    background-color: #f3eab3;
}
.availability_table .wend {
    background-color: #f3eab3;
}
.availability_table .wday {
}
.taken {
    background-color: #ad0000;
}
.nc {
    background-color: #D8D8D8;
}
.available {
	background-color: #FFF;	
}
.availability_table .spacer {
	border: none;
}
#property_select {
	/*margin: 36px 0 0 0;	*/
	}
	#property_select select {
		margin-bottom: 0;	
	}
	/*#property_select input {
		float: left;
		margin-top: 0;
	}*/
#availability_key {
	width: 444px;
	}
	#availability_key th {
		margin: 0px;
		font-size: 12px;
		padding: 2px 5px 2px 0;
		text-align: left;
		height: 16px;
	}
	#availability_key td {
		margin: 0px;
		font-size: 10px;
		padding: 2px 5px;
		text-align: right;
		height: 16px;
	}
#availability_key td.taken, #availability_key td.nc, #availability_key td.available {
	border: 1px solid #bdbdbd;
	padding: 0px;
	width: 16px;
}
#availability_options {
	float: right;	
	}
	#availability_options li {
		display: inline;	
	}
	/*#availability_options a {
		margin-top: 0;
	}*/

/* Login Area Styles */

#loginSubmit {
	
}
#loginUsername, #loginPassword, #newPass, #bookingName {
	width: 300px;
}
#provisional {
	margin-left: 18px;
	width: 18px;
}
#logout {
	position: absolute;
	top: 18px;
	right: 36px;
}

/*
INTERNET EXPLORER SPECIFIC CHANGES
*/

/* IE7 */

.ie7 h3 span .button {
	margin-top: -18px;
}
.ie7 #property_availability {
	display: inline;
}
.ie7 legend {
	margin-left: -8px;
}
.ie7 #contactName, .ie7 #contactEmail, .ie7 #contactPhone {
	width: 516px;
}
.ie7 #email {
        width: 516px;
}
.ie7 #confirmed, .ie7 #addBooking, .ie7 #removeBooking {
	margin: -18px 0 0 18px;
	padding: 0;
}
.ie7 textarea {
        width: 516px;
}
.ie7 .button {
        border-bottom: none!important;
}

/* IE6 */

.ie6 img {
	behavior: url(public/css/resources/iepngfix.htc)
}
.ie6 #book_now a {
	width: 180px;
	background-image: none;
}
.ie6 #content {
	float: left;
}
.ie6 .menu a {
	float: left;
}
.ie6 .menu a:hover, .ie6 .menu ul ul a:hover {
	display: inline-block;
}
.ie6 .left {
	display: inline;
}
.ie6 .right {
	display: inline;
	padding-left: 30px;
}
.ie6 h3 span .button {
	margin-top: -18px;
}
.ie6 #property_availability {
	display: inline;
}
.ie6 .accommodation_examples li img {
	float: left;
}
.ie6 legend {
	margin-left: -8px;
}
.ie6 #contactName, .ie6 #contactEmail, .ie6 #contactPhone {
	width: 516px;
}
.ie6 #confirmed, .ie6 #addBooking, .ie6 #removeBooking {
	margin: -18px 0 0 18px;
	padding: 0;
}
.ie6 textarea {
        padding: 0;
	width: 516px;
}
.ie6 .hirefleet_gallery {
	float: right;
	line-height: 1%;
	list-style: none;
	position: absolute;
	margin: 0!important;
	right: -324px;
	top: 0;
}
.ie6 .button, .ie6 .button:visited, .ie6 .button:hover, ie6 button {
	background-image: none;
        background-color: #252525;
        color: #E8E8E8!important;
        border-bottom: none;
}
.ie6 h5, .ie6 h6 {
	display: inline-block;
}
.ie6 .formLeft {
	width: 420px;
}
.ie6 .formRight {
	width: 420px;
}
.ie6 .phone_number {
        background-image: none;
}
