@charset "utf-8";

/********************************** 
Site:		Sundown Sport and Marine
Author:		Jeff
Email:		jeff@artmil.com

Basic structure, easy to change.
Valid HTML & CSS
**********************************/

html, body{
	margin: 0;
	padding: 0;
	font-family: verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif;
	font-size: 12px;
	
}
img{
	border: 0;
}
a{
	color: #717171;
	text-decoration: none;

}
a:hover{
	color: #000000;
}

/* Basic Structure */
#container{
	margin: 0 auto;
	width: 964px;
	min-height: 100%;
}

.active {
	color:#000;
	font-family: Verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif;
	font-weight: bold;
	font-size: 13px;
	width: 530px;
	margin: 0;
	padding-top: 10px;
	text-decoration: none;
}

#wrapper{
	margin: 0 auto;
	width: 964px;
	background: top left url(../images/gradientbackground.png) scroll repeat-y;
	position:absolute;}

#bodyWrap{
	width: 964px;
}

#mainBody{
	width: 555px;
	float: left;
	padding-top: 35px;
	padding-bottom: 40px;
	line-height: 1;
}

.bodyContent{
	font-family: Verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #717171;
	width: 511px;
	margin: 0;
	padding-top: 10px;
	line-height: 175%;
}

#clearfloats {
clear: both;
}

/* HEADER */
#headerWrap{
	width: 964px;
	height: 150px;
	background: top center  url(../images/sundownheader_background.jpg) no-repeat;
	margin: auto;
}

.logoWrap{
	float: left;
	padding-left: 30px;
}

/* BANNER */
#bannerWrap{
	width: 964px;
	height: 351px;
	background: top left url(../images/indexbannerbackground.jpg);
}

.fadein {
	position:absolute;
	width:443px;
	height:334px;
	z-index: 2;
}

.fadein img {
	position:absolute;
	left:0px;
	top:0px;
	width: 443px;
	height: 334px;
}

/* NAVIGATION */
#navigation{
	float: left;
	width: 107px;
	padding-top: 35px;
	padding-left: 55px;
	padding-bottom: 10px;
	padding-right: 40px;
}
.navContent{
	font-family: Verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #717171;
	width: 530px;
	margin: 0;
	padding-top: 10px;
}

/* SIDE NAVIGATION */

#sideNav{
	width: 175px;
	float: left;
	padding-right: 26px;
	background-repeat: repeat-y;
	background-image: url(../images/subnavgradient.jpg);
	margin-left: 4px;
}

/* FOOTER */
.lowernav{
	color:#FFF;
}

#bottomnav {
	width: 100%;
	margin-left: 150px;
	margin-top: 4px;
	padding: 0;
	list-style: none;
	color: #FFF;
	text-align: center;
	font: Verdana, Geneva, sans-serif;
	font-size: 11px;
	
}

.copyright {
	text-align: center;
	color:#FFF;
	padding-top: 5px;
	font-size:10px;
	}
	
#bottomnav li {
    color: #FFF;
	float: left;
	margin-left: 30px;
	}

#footerWrap{
	width: 964px;
	height: 51px;
	background: top left url(../images/footer_background.jpg) no-repeat;
	float: left;
	border-top: 3px solid #0d1f33;
}
hr{
	color: #717171;
	width:107px;
	height:1px;
	margin-left: 0px;
	margin-bottom: 8px;
	float:left;
	
}

