/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	
	background-color: #3c4099;
	background-image: url('../images/bgPage.jpg');
	background-position: top left;
	background-repeat: repeat-x;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #676767;
}

html, body, #wrapper {
	min-height: 100%;
	width: 100%;
	height: 100%;
}

html>body, html>body #wrapper, html>body #wrapper #mainBody {
	height: auto;
}

/* ***** Page Structure ***** */
#wrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	
	background-image: url('../images/bgPage.jpg');
	background-position: center;
	background-repeat: repeat-y;
	
	text-align: center;
}

#mainBody {
	position: relative;
	margin: 0px auto;
	width: 968px;
	min-height: 100%;
	height: 100%;
	
	border: 1px solid #484da1;
	border-style: none solid;
	background-color: #3c4099;
	background-image: url('../images/bgMain.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	
	text-align: center;
}

/* ***** Main Content ***** */
#mainContent {
	width: 744px;
	padding: 210px 0px 20px 0px;
	margin: 0px auto;
	
	text-align: left;
}

	/* Navigation */
#navigation {
	width: 180px;
	margin-right: 20px;
	float: left;
}

#navigation ul {
	margin: 0px;
	padding: 0px;
	
	list-style-type: none;
}

#navigation li {
	width: 180px;
	height: 15px;
	margin: 0px 0px 1px 0px;
	padding: 5px 5px 5px 15px;
	
	background-image: url('../images/bgNav.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	
	font-size: 12px;
}

#navigation li.fishingReport,
#navigation li.ourStore,
#navigation li.photoGallery,
#navigation li.catalogue { padding: 15px 5px 5px 100px; width: 80px; height: 60px; font-size: 14px; }

#navigation li.fishingReport { background-image: url('../images/bgNav_FishingReports.jpg'); }
#navigation li.ourStore { background-image: url('../images/bgNav_OurStore.jpg'); }
#navigation li.photoGallery { background-image: url('../images/bgNav_PhotoGallery.jpg'); }
#navigation li.catalogue { background-image: url('../images/bgNav_Catalogue.jpg'); }

#navigation li a {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

#navigation li.brandLogos {
	margin: 1px 0px 0px 0px;
	padding: 0px;
	height: auto;
	
	line-height: 0px;
}
#navigation li.brandLogos a { margin: 0px; padding: 0px; }
#navigation li.brandLogos a img { margin: 0px; padding: 0px; border: 0px none #000000; }

	/* Text Content */
#textContent {
	float: left;
	width: 500px;
	padding: 20px;
	
	background-color: #ffffff;
}

#textContent div#subContent {
	float: right;
	width: 140px;
	margin-left: 25px;
	padding: 10px 0px 10px 15px;
	
	border-left: 4px solid #dddddd;
}
#textContent div#subContent p.price { font-weight: bold; color: #50b848;}

#textContent div#subContent hr {
	height: 4px;
	margin: 15px 0px;
	
	border: 0px none #000000;
	background-color: #dddddd;
}

#textContent div#subContent.store { width: 155px; padding-left: 10px; }
#textContent div#subContent.store img { float: right; margin-left: 2px; margin-bottom: 2px; }

	/* Photo Gallery */
div.blockGalleries {
	width: 100%;
	margin-bottom: 15px;
	
	border-bottom: 2px solid #cccccc;
}
div.blockGalleries img { border: 0px none #000000; }

div.photo {
	float: left;
	width: 100px;
	height: 100px;
	padding: 4px;
	margin: 3px;
	
	border: 1px solid #cccccc;
	
	text-align: center;
}
div.photo:hover { border: 1px solid #676767; }

div.photo img { border: 0px none #000000; }
div.photo a {
	font-size: 11px;
	color: #878787;
	text-decoration: none;
}
div.photo a:hover { color: #000000; }

/* ***** Headings ***** */
h1 {
	margin: 0px 0px 10px 200px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	font-style: italic;
	color: #ffffff;
}

h2 {
	margin: 0px 0px 10px 0px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #b09a20;
}
h2 span { font-size: 14px; color: #aaaaaa; }

h3 {
	margin: 10px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
h3 span { font-weight: normal; color: #999999; }

/* ***** Text ***** */
p.feature { font-size: 14px; color: #b09a20; }

/* ***** Links ***** */
a {
	color: #0768a8;
	text-decoration: underline;
}
a:hover { text-decoration: none; }

/* ***** Images ***** */
img.imgStaff {
	float: left;
	margin: 10px 15px 10px 0px;
}

img.imgFloatRight { float: right; margin: 0px 0px 10px 15px; }
img.imgReport { float: right; margin: 10px 0px 10px 15px; }

a img { border: 0px none #000000; }



/* ***** Lists ***** */
ul.lstLinks {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	
	list-style-type: none;
}

ul.lstLinks li {
	float: left;
	display: block;
	width: 150px;
	height: 40px;
	margin: 5px 5px;
	padding: 5px 0px;
	
	border: 1px solid #cccccc;
	
	text-align: center;
}

ul.lstLinks li img {
	margin: auto;
	vertical-align: middle;
	
	border: 0px none #000000;
}

/* ***** Tables ***** */
table.tblFish {
	margin: 10px 0px;
	
	border-collapse: collapse;
}

table.tblFish tr { border-bottom: 1px solid #cccccc; }

table.tblFish th,
table.tblFish td {
	padding: 2px;
	
	text-align: left;
}
table.tblFish td { font-size: 11px; font-weight: bold; }

table.tblFish td.rating_0 { background-color: #dddddd; }
table.tblFish td.rating_1 { background-color: #82d982; }
table.tblFish td.rating_2 { background-color: #4dbf4c; }
table.tblFish td.rating_3 { background-color: #009900; }

div.fishKey {
	float: left;
	margin: 5px 10px 0px 0px;
}
div.fishKey img { vertical-align: middle; border: 1px solid #cccccc; }


/* ***** Forms ***** */
form {
	margin: 5px 0px;
	padding: 0px;
}

form p { margin: 1px 0px; }
form p label {
	display: block;
	width: 80px;
	float: left;
	margin-right: 10px;
}

form p input {
	border: 1px solid #cccccc;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #676767;
}
form p input.lng { width: 200px; }

form p input.btn {
	width: auto;
	
	border: 0px none #000000;
	background-color: #0768a8;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

/* ***** Additional Styles ***** */
span.clear {
	display: block;
	clear: both;
}

div.home {
	width: 540px;
	height: 240px;
	margin: -20px 0px 20px -20px;
	padding-bottom: 1px;
	
	background-color: #ffffff;
	border-bottom: 2px solid #cb9a20;
}

/* ***** Photo Enlargement ***** */
#photoWrapper {
	width: 520px;
	padding: 10px 0px;
	margin: 10px 10px 0px 10px;
	
	background-color: #000000;
	
	text-align: center;
}

#photoWrapper p { margin: 5px 20px; color: #ffffff; }