@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;
}

hr{
	color: #717171;
	width:107px;
	height:1px;
	margin-left: 0px;
	margin-bottom: 8px;
	float:left;
	
}

/* Basic Structure */
#container{
	margin: 0 auto;
	width: 964px;
}

#wrapper{
	margin: 0 auto;
	width: 964px;
	background: top left url(../images/gradientbackground.png) scroll repeat-y;
	position:absolute;}

#headermainWrap{
	width: 964px;
	height: 245px;
	background: top left url(../images/headermainpage.jpg) no-repeat #FFFFFF;
	overflow: visible;
}

#headereventsWrap{
	width: 964px;
	height: 245px;
	background: top left url(../images/headerevents.jpg) no-repeat #FFFFFF;
	overflow: visible;
}

#headeraboutWrap{
	width: 964px;
	height: 245px;
	background: top left url(../images/headerabout.jpg) no-repeat #FFFFFF;
	overflow: visible;
}

#headercontactWrap{
	width: 964px;
	height: 245px;
	background: top left url(../images/headercontact.jpg) no-repeat #FFFFFF;
	overflow: visible;
}

#headerserviceWrap{
	width: 964px;
	height: 245px;
	background: top left url(../images/headerservice.jpg) no-repeat #FFFFFF;
	overflow: visible;
}

#headerpartsWrap{
	width: 964px;
	height: 245px;
	background: top left url(../images/headerparts.jpg) no-repeat #FFFFFF;
	overflow: visible;
}

.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;
}

.logoWrap{
	float: left;
	padding-left: 30px;
}

#bannerWrap{
	width: 964px;
	height: 362px;
	background: top left url(../images/indexbannerbackground.jpg) no-repeat;
}

#bodyWrap{
	width: 964px;
}

#navigation{
	float: left;
	width: 107px;
	padding-top: 35px;
	padding-left: 55px;
	padding-bottom: 10px;
	padding-right: 43px;
}

#mainBody{
	width: 555px;
	float: left;
	padding-top: 35px;
	padding-bottom: 40px;
}
.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;
	padding-right: 20px;
	line-height: 175%;}
	
.name{
	font-family: Verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif;
	font-weight:bold;
	font-size: 16px;
	color:#666;
	padding-top: 30px;
}

.nameevents{
	font-family: Verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif;
	font-weight:bold;
	font-size: 16px;
	color:#666;
	padding-top: 10px;
}

.namecontact{
	font-family: Verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif;
	font-size: 13px;
	color:#666;
	padding-top: 20px;
}

.email{
	font-family: Verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif;
	font-weight:bold;
	font-size: 12px;
	color:#666;
	padding-top: 5px;
}

.eventcontact{
	font-family: Verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif;
	font-size: 12px;
	color:#666;
	padding-top: 5px;
}

.emailcontact{
	font-family: Verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif;
	font-weight:bold;
	font-size: 11px;
	color:#666;
	padding-top: 4px;
}

.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;
}

#sideNav{
	width: 175px;
	float: left;
	padding-right: 26px;
	margin-left: 1px;
}

#proshop{
	width: 175px;
	float: left;
	padding-right: 26px;
	background-repeat: repeat-y;
	background-image: url(../images/proshop.jpg);
	margin-left: 1px;
	height: 525px;
}

#events{
	width: 175px;
	float: left;
	padding-right: 26px;
	background-image: url(../images/events.jpg);
	margin-left: 1px;
	height: 525px;
}

#backgroundgradient{
	width: 175px;
	float: left;
	padding-right: 26px;
	background-repeat: repeat-y;
	margin-left: 1px;
	background-image:url(../images/subnavgradient.jpg);
	height: 100%;
}

.sidenavheader{
	color: #717171;
	text-decoration: none;
	font-size: 18px;
}

.address {
	text-align: center;
	color: 666;
}

.addressheader {
	text-align: center;
	font-weight: bold;
	font-size:14px;
	text-decoration: underline;
	color: 666;
}

/* 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: 10px;
	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;
}

#id{
width:140px;
float:left;
padding-left: 50px;
}

#info{
width:auto;
float:left
}

#input{
width:150px;
float:left;
}

.red{
color:#FF0000;
font-size:13px;
font-weight:bold
}

.title{
font-size:12px;
color:#717171;
font-family:Tahoma, Geneva, sans-serif;
font-weight: bold;
}

.text{
font-size:12px
}

.style1 {
	font-size: 12px;
	font-style: italic;
	font-family:Arial, Helvetica, sans-serif;
	color: #4B371D;
	padding-top: 5px;
}



<!--
.style2 {	font-size: 18px;
	color: #FF0000;
}
.style3 {	font-size: 16px;
	color: #FF0000;
	text-align:center;
}
.style4 {	font-size: 18px;
	color: #717171;
	text-align:center;
}
-->

