/*
 * screen_main.css
 * Base stylesheet for screen media
 * Version: 1.0
 * Site   : Grimersta Estate
 * Author : Reefnet
 * Updated: 06/11/06 by david@reefnet.co.uk
 *
 */

 /* =base definitions
 ******************************************************************************/

* {
 	margin: 0;
 	padding: 0;
}

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 76%;
	color: #796d52;
	/* background: #455251*/
	background: #455251;
	text-align: center;
}

div#content {
	width: 942px;
	margin: 0 auto;
	text-align: left;
}

/* =header
******************************************************************************/

#header {
	/* background: url(/_struct/header_bg.jpg) no-repeat top center; */
	background: url(/_struct/fishing_header_bg.jpg) no-repeat top center;
	height: 180px;
	width: 941px;
	margin: 0 auto;
	margin-top: 10px;
	border: 1px solid #3B311C;
}

body#pg_home div#header { background: url(/_struct/home_header_bg.jpg) no-repeat top center; }
body#pg_lodge div#header { background: url(/_struct/lodge_header_bg.jpg) no-repeat top center; }
body#pg_fishing div#header { background: url(/_struct/fishing_header_bg.jpg) no-repeat top center; }
body#pg_conservation div#header { background: url(/_struct/conservation_header_bg.jpg) no-repeat top center; }
body#pg_booking div#header { background: url(/_struct/booking_header_bg.jpg) no-repeat top center; }
body#pg_fishing_map div#header { background: url(/_struct/map_header_bg.jpg) no-repeat top center; }
body#pg_gallery div#header { background: url(/_struct/gallery_header_bg.jpg) no-repeat top center; }
body#pg_gethere div#header { background: url(/_struct/gethere_header_bg.jpg) no-repeat top center; }
body#pg_contact div#header { background: url(/_struct/contact_header_bg.jpg) no-repeat top center; }

/* =navigation
************************************************************************/

ul#navigation {
	list-style: none;
	background: #DDD9B9 url(/_struct/nav_bg.gif) no-repeat bottom left;
	width: 180px;
	border: 1px solid #3B311C;
	margin-top: 5px;
	padding-bottom: 10px;
}

ul#navigation li a {
	display: block;
	padding: 0.6em 0 0.6em 1.6em;
	background: url(/_struct/nav_bullet_bg.gif) no-repeat center left;
	border-bottom: 2px dotted #BDB79A;
	color: #3B311C;
	text-decoration: none;
	font-size: 80%;
}

ul#navigation li a:hover {
	background: #C5C1A1 url(/_struct/nav_bullet_h_bg.gif) no-repeat center left;
}

ul#navigation li#title {
	padding: 0.6em 0 0.6em 1.6em;
	background: #C5C1A1;
	color: #3B311C;
	font-size: 90%;
	font-weight: bold;
	font-family: verdana, arial, Sans-serif;
	text-transform: uppercase;
	border-bottom: 2px dotted #3B311C;

	letter-spacing: 0.1em;
	margin-bottom: 4px;
}

/* =main body content
******************************************************************************/
p.hidden {
	display: none;
}

div#main_content {
	float: right;
	width: 730px;
	background: #DDD9B9 url(/_struct/main_bg_home.gif) no-repeat bottom right;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 15px;
	border: 1px solid #3B311C;
	padding: 5px 10px 30px 10px;
	min-height: 555px;
}
div#main_contentt {
	float: right;
	width: 730px;
	background: #455251;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 15px;
	border: 0px solid #3B311C;
	padding: 5px 10px 30px 10px;
	min-height: 555px;
}

div#main_content ul li {
	margin: 0.2em 0 0 1em;
}

div#main_content p {
	font-size: 90%;
	color: #796D52;
	line-height: 1.8em;
	margin-top: 1em;
	margin-bottom: 1.2em;
}

div#main_content ul {
	font-size: 90%;
	list-style: square;
	color: #796D52;
	line-height: 1.8em;
	margin: 1.2em 0;
	padding-left: 0.5em;
}

div#main_content p a {
	color: #3B311C;
	text-decoration: none;
}

div#main_content p a:hover {
	text-decoration: underline;
}

div#main_content p.intro {
	font-weight: bold;
}

div#main_content p.smallprint {
	font-size: 75%;
	margin: 2em;
}

div#main_content p.rightimage {
	margin: 0 0 0 20px;
	padding: 0;
	float: right;
	width: 218px;
	height: 164px;
	background: url(/_struct/rightimage_bg.png) no-repeat center center;
}

div#main_content p.rightimage img {
	position: relative;
	top: 7px;
	left: 9px;
}

div#main_content p.rightflyimage {

	margin: 0 0 0 20px;
	padding: 0;
	float: right;
	width: 168px;
	height: 126px;
	background: url(/_struct/rightflyimage_bg.png) no-repeat center center;
}

div#main_content p.rightflyimage img {
	position: relative;
	top: 7px;
	left: 9px;
}

div#main_content p.leftimage {
	margin: 0 20px 0 0;
	padding: 0;
	float: left;
	width: 189px;
	height: 243px;
	background: url(/_struct/leftimage_bg.png) no-repeat center center;
}

div#main_content p.leftimage img {
	position: relative;
	top: 9px;
	left: 10px;
}

div#main_content table#returns {
	width: 80%;
	margin: 1em auto;
	border-collapse: collapse;
}

div#main_content table#returns tr td {
	padding: 5px;
}


div#main_content table#tariff {
	width: 75%;
	margin: 0 auto;
   border-collapse: collapse;
}

div#main_content table#tariff caption {
	font-weight: bold;
	border-bottom: 1px solid #786E51;
	text-align: center;
	margin: 0 auto 1em auto;
}

div#main_content table#tariff thead tr {
	background-color: #786E51;
	color: #DDD9B9;
	padding: 3px;
}

div#main_content table#tariff thead tr td {
	margin: 2px;
	padding: 3px;
}

div#main_content p.galleryimage {
	padding: 2px;
	border: 1px solid #111;
	width: 501px;
	margin: 0 auto;
	background-color: #fff;
}

body#pg_contact table {
	margin-top: 3em;
	margin-left: 2em;
	}

body#pg_contact table tr {
	margin: 10px 0;
}

/* =headings
******************************************************************************/

h1, h2, h3, h4 {
	color: #786E51;
	font-family: times, "Times New Roman", serif;
	/* text-transform: lowercase; */
	font-style: italic;
	margin-left: 0.2em;
}

h1 { font-size: 250%; }
h2 { font-size: 200%; }
h3 { font-size: 150%; }
h4 { font-size: 120%; }

body#pg_home div#main_content h1 {
	text-indent: -9000px;
	background: url(/_struct/h1_home.gif) no-repeat left bottom;
	height: 52px;
}

body#pg_fishing div#main_content h1 {
	text-indent: -9000px;
	background: url(/_struct/h1_fishing.gif) no-repeat left bottom;
	height: 67px;
}

body#pg_fishing_guide div#main_content h1 {
	text-indent: -9000px;
	background: url(/_struct/h1_fishing_guide.gif) no-repeat left bottom;
	height: 58px;
}

body#pg_lodge div#main_content h1 {
	text-indent: -9000px;
	background: url(/_struct/h1_lodge.gif) no-repeat left bottom;
	height: 53px;
}

body#pg_booking div#main_content h1 {
	text-indent: -9000px;
	background: url(/_struct/h1_booking.gif) no-repeat left bottom;
	height: 53px;
}

body#pg_tariff div#main_content h1 {
	text-indent: -9000px;
	background: url(/_struct/h1_tariff.gif) no-repeat left bottom;
	height: 53px;
}

body#pg_gallery div#main_content h1 {
	text-indent: -9000px;
	background: url(/_struct/h1_gallery.gif) no-repeat left bottom;
	height: 51px;
}

body#pg_gethere div#main_content h1 {
	text-indent: -9000px;
	background: url(/_struct/h1_gethere.gif) no-repeat left bottom;
	height: 51px;
}

body#pg_contact div#main_content h1 {
	text-indent: -9000px;
	background: url(/_struct/h1_contact.gif) no-repeat left bottom;
	height: 51px;
}

body#pg_conservation div#main_content h1 {
	text-indent: -9000px;
	background: url(/_struct/h1_conservation.gif) no-repeat left bottom;
	height: 70px;
}

/* =sub-level content and boxes
******************************************************************************/

div#sub_content {
	float: left;
	width: 180px;
}

div#boxes div.box a span.boxhead {
	display: block;
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-bottom: 0.4em;
}

div#boxes div.box a span.boxbody {
	display: block;
	font-size: 80%;
	line-height: 1.6em;
	margin-bottom: 0.4em;
}

div#boxes div.box span.boximage {
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
}

div#boxes div.box span.boximage img {
	border: 1px solid #7C7257;
}

div#boxes div.box a {
	display: block;
	background-color: #ddd9b9;
	padding: 6px;
	width: 168px;
	border: 1px solid #3B311C;
	color: #3B311C;
	margin: 10px 0;
	text-decoration: none;
}

div#boxes div.box a:hover {
	background-color: #a5b2b0;
}

body#pg_home div#boxes { display: none; }

/* =gallery
******************************************************************************/

table#gallery {
	width: 100%;
	margin: 15px 0 0 15px;
	}

table#gallery tbody tr {
	margin-bottom: 20px;
}

table#gallery td.galleryimage a {
	display: block;
	margin-right: 15px;
	background: url(/_struct/rightimage_bg.png) no-repeat top left;
	width: 218px;
	height: 164px;
}

table#gallery td.galleryimage a:hover {
	background: url(/_struct/rightimagehov_bg.png) no-repeat top left;
	}

table#gallery td.galleryimage a img {
	position: relative;
	top: 9px;
	left: 9px;
	width: 198px;
	height: 147px;
	border: none;
	}

p.galnav {
	text-align: center;
	font-size: 110%;
}

/* =footer
******************************************************************************/

div#footer {
	clear: both;
	margin-top: 5px;
	border: 1px solid #3B311C;
	background: #DDD9B9 url(/_struct/footer_bg_home.gif) no-repeat bottom center;
	height: 54px;
	margin-bottom: 20px;
	overflow: hidden;
}

div#footer p {
	font-size: 90%;
	text-align: center;
	margin-top: 18px;
	font-weight: bold;
}

div#footer p a {
	color: #3B311C;
	text-decoration: none;
}

div#footer p a:hover {
	color: #7D704F;
	text-decoration: underline;
}

/* =fixes and hacks
******************************************************************************/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

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

