/* CSS Document */


html, body {
	height:100%;
	margin:0;
	}
	
body {
	background: url(images/diamonds_bg.gif) repeat #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	}
	
a:link {
	color: #FFF;
	text-decoration:none;
	}

a:visited {
	color: #FFF;
	text-decoration:none;
	}

a:hover {
	color:#C7373C;
	text-decoration:underline;
	}

a:active {
	color:#C7373C;
	text-decoration:none;
	}

#wrapper {
	margin:0 auto;
	padding:0;
	width:913px;
	background: url(images/shadow.png) top right repeat-y;
	}
	
#nav {
	margin: 0 auto 0 auto;
	width:866px;
	height:110px;
	text-align:center;
	text-transform:uppercase;
	background:#000;
	font-size:11px;
	}
	
#nav ul{
	list-style-type: none;
	padding-top:50px;
	margin:0 0 10px 0;
	}
	
#nav ul li{
	display:inline;
	vertical-align:middle;
	margin: 0 3px 0 0;
	}
	
.main {
	width:866px;
	height:720px;
	margin: 0 auto;
	background:#000;
	padding:0;
	}
	
#gallery {
	height:auto;
	}
	
h1 {
	color:#FFFFFF;
	font-size:16px;
	text-transform:uppercase;
	}
	
/* BACKGROUNDS */
#home, #store {
	background:url(images/home_bg.jpg) top left no-repeat #000;
	}
#guide_service {
	background:url(images/home.jpg) top left no-repeat #000;
	}
#eggs {
	background:url(images/dealers.jpg) top left no-repeat #000;
	}
#cure {
	background:url(images/background_cure.jpg) top left no-repeat #000;
	}
#sponsors {
	background:url(images/sponsors.jpg) top left no-repeat #000;
	}
#demo {
	background:url(images/demo.jpg) top left no-repeat #000;
	}
#contact {
	background:url(images/contact.jpg) top left no-repeat #000;
	}
#dealers {
	background:url(images/eggs.jpg) top left no-repeat #000;
	}
#gallery {
	background:url(images/dealers.jpg) top left no-repeat #000;
	}

#fishing_report{
	padding:0;
	background:#941B1E;
	margin:0;
	width:100%;
	}
	
#fishing_report img {
	display:block;
	margin:0 auto;
	padding-bottom:20px;
	}

#sponsors2{
	padding:0;
	background:#FFF;
	margin:0;
	color:#000;
	}
	
#sponsors2 ul {
	margin-left:20px;
	margin-bottom:20px;
	list-style:none;
	}

.title {
	padding:20px 0;
	display:block;
	margin: 0 auto;
	}

#inside_pages {
	z-index:2000;
	float:right;
	background-color:#FFF;
	width:275px;
	height:100%;
	margin:0;
	padding:0;
	overflow:hidden;
	color:#000;
	}
	
#home #inside_pages {
	height:auto;
	}
	
#inside_pages p {
	margin: 8px 15px;
	}
	
#inside_pages a:link, #inside_pages a:visited {
	text-decoration:underline;
	color:#C7373C;
	font-weight:bold;
	}
	
#inside_pages a:hover, #inside_pages a:active {
	text-decoration:none;
	 color:#000;
	 }
	
h2 {
	margin:15px 0 0 15px;
	font-size:12px;
	font-weight:bold;
	}

	
table {
	margin: 8px 15px;
	}
	
#headlines {
	margin:0;
	z-index:2500;
	background:#8D0000;
	}
	
	
#content {
	overflow:auto;
	height:490px;
	margin-top:5px;
	}
	
.dealers_list {
	list-style:none;
	}
	
#footer {
	width:866px;
	background:#000;
	text-align:center;
	height: 30px;
	padding:15px 0 5px 0;
	margin:0 auto;
	z-index:1500;
	}
	
/* SCROLLER */

.scroll-track{
height:40px;
width:20px;
background:#fff;
}

.scroll-handle{
height:40px;
width:20px;
background:#8D0000;
border:2px solid #ccc;
cursor:pointer;
}

#flash {
	position:absolute;
	float:left;
	z-index:3;
}