@charset "utf-8";
/* CSS Document */

h2 {
	color: #2682ED;
}

h3 {
	color: #F70014;
}

.blue {
	color: #2682ED;
}

body {
	margin:0; padding:0;
	background: #0F145F url(../images/fg_bg.jpg) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 72.5%;
	color: #000;
}

#wrapper {
	width: 963px;
	height: 400px;
	margin:0 auto;
}

#rbox {
	width: 963px;
	margin-top: 10px;
	position: relative;
}

#rbox_top {
	width: 962px;
	height: 27px;
	background:url(../images/layout/rbox_top.gif) no-repeat;
}

#rbox_mid {
	width: 962px;
	height:auto;
	min-height: 500px;
	background: url(../images/layout/rbox_mid.gif) repeat-y;
}

#rbox_bot {
	width: 962px;
	height: 26px;
	background:url(../images/layout/rbox_bot.gif) no-repeat;
}

#footer {
	width: 962px;
	margin: 20px auto;
	height: 30px;
	position: relative;
}

#footer p {
	color: #fff;
	font-size: 0.9em;
}

#footerleft {
	float:left;
	width: 45%;
}

#footerright {
	float: right;
	width: 45%;
	text-align: right;
	
}

#footerright p, #footerright a {
	color: #C8E6F4!important;
	text-decoration: none;
}

#leftcol {
	width: 362px;
	height: auto;
	float:left;
	margin-left: 181px;
	padding: 0 30px 10px 30px;
}

#fullwidth {
	width: 711px;
	height: auto;
	float:left;
	margin-left: 181px;
	padding: 0 30px 10px 30px;
}


#rightcol {
	width: 349px;
	height: auto;
	float:left;
	padding:0;
	margin:-16px 0 0 0;
}

#rightcol img {
	float: right;
}

#nav {
	position: absolute;
	top: 11px;
	left:10px;
	width: 171px;
	margin:0;
	padding:0;
}

#nav li {
	display: block;
	list-style-type: none;
	background-color:#9C0;
	margin: 0;
	padding:0;
}

#nav li a img {
	opacity: 1; /**for most browsers**/
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";/** iE8 **/
	filter: alpha(opacity=100);/*Ie7 - gotta love microsoft **/
	border: none;
}

#nav li a:hover img, #nav li.selected img {
	opacity: 0; /**for most browsers**/
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";/** iE8 **/
	filter: alpha(opacity=0);/*Ie7 - gotta love microsoft **/
	border: none;
}

#nav li.home {
	background:url(../images/nav/home_f2.gif) no-repeat;
	height: 31px;
	width: 171px;
}

#nav li.fishing_guide {
	background:url(../images/nav/fishing_guide_f2.gif) no-repeat;
	height: 26px;
	width: 171px;
}

#nav li.species {
	background:url(../images/nav/species_f2.gif) no-repeat;
	height: 25px;
	width: 171px;
}

#nav li.baits {
	background:url(../images/nav/baits_f2.gif) no-repeat;
	height: 25px;
	width: 171px;
}

#nav li.methods {
	background:url(../images/nav/methods_f2.gif) no-repeat;
	height: 25px;
	width: 171px;
}

#nav li.rigs_and_knots {
	background:url(../images/nav/rigs_and_knots_f2.gif) no-repeat;
	height: 26px;
	width: 171px;
}

#nav li.about_guernsey {
	background:url(../images/nav/about_guernsey_f2.gif) no-repeat;
	height: 26px;
	width: 171px;
}

#nav li.where_to_fish {
	background:url(../images/nav/where_to_fish_f2.gif) no-repeat;
	height: 25px;
	width: 171px;
}

#nav li.charters_and_tackle {
	background:url(../images/nav/charters_and_tackle_f2.gif) no-repeat;
	height: 24px;
	width: 171px;
}

#nav li.faqs {
	background:url(../images/nav/faqs_f2.gif) no-repeat;
	height: 27px;
	width: 171px;
}

#nav li.links {
	background:url(../images/nav/links_f2.gif) no-repeat;
	height: 25px;
	width: 171px;
}

#nav li.gallery {
	background:url(../images/nav/gallery_f2.gif) no-repeat;
	height: 25px;
	width: 171px;
}

#nav li.records {
	background:url(../images/nav/records_f2.gif) no-repeat;
	height: 26px;
	width: 171px;
}

#nav li.forums {
	background:url(../images/nav/forums_f2.gif) no-repeat;
	height: 26px;
	width: 171px;
}

.clear {
	clear: both;
	line-height: 0;
}

.mainimg_holder {
	position: relative;
}

.mainimg_holder img {
	float: right;
}

.img_corner {
	position: absolute;
	top:0;
	right:0;
	z-index: 5;
}

#home_sill {
	position: absolute;
	bottom: 9px;
	right:10px;
	z-index: 10;
}

.speciesbox {
	width: 300px;
	float:left;
	border: 1px solid #fff;
	margin: 10px 20px 10px 20px;
}

.speciesbox_left {
	width: 47px;
	float: left;
	padding:5px;
}

.speciesbox_right {
	width: 233px;
	float: right;
}

.speciesbox p {
	margin:0; padding:0;
}

.speciesbox h3 {
	margin:0;
	padding:0;
	color: #2682ED;
}

#forumheader {
	margin-bottom: 10px;
}
	
.fgimg {
	border: 5px solid #9ECAE3!important;
}

td p {
	padding:0 0 5px 0; margin:0;
}
