/*
East Side Marine
CSS Styles
01-25-2010
*/

*{padding:0px;margin:0px;}
body{font-family:Arial;font-size:11px;background-image:url(images/bg.jpg);color:#333;}

/* DIV STYLES */
#wrapper{margin:10px auto;width:1000px;background-color:#fff;border:1px solid #666;}
#header{width:1000px;height:138px;background-image:url(images/header.jpg);text-align:center;}
#header2{width:1000px;height:138px;background-image:url(images/header2.jpg);text-align:center;}
#nav{}
#left{float:left;background-color:#fff;width:185px;text-align:center;padding:10px 5px 0px 5px;}
#main{float:left;background-color:#fff;width:550px;padding:10px 0px 0px 0px;border-left:1px solid #a1a1a1;border-right:1px solid #a1a1a1;}
#right{float:right;background-color:#fff;color:#333;width:238px;text-align:center;padding-top:10px;}
#footernav{width:1000x;clear:both;}
#footer{color:#fff;background-color:#000;text-align:center;}

/* HTML ELEMENTS */
h1, h2, h3 {margin-bottom:5px;font-weight:bold;}
h1{font-size:150%;}
h2{font-size:140%;}
h3{font-size:120%;}

a:hover{color:#000;text-decoration:underline;}
a:active,a:link,a:visited{color:#0072BC;text-decoration:none;}

hr {color:#f1f1f1;width:95%;margin:10px auto;}

.center {text-align:center;margin:0 auto;}
.pad {padding:10px;}
.noborder {text-decoration:none;border:0;}

/* MAIN NAVIGATION BAR STYLES */

.navmenu{
margin: 0;
padding: 0;
float: left;
font: bold 12px Arial;
width: 100%;
overflow: hidden;
border: 1px solid #625e00;
border-width: 1px 0;
background: black url(images/navdefault.gif) center center repeat-x;
}

.navmenu li{
display: inline;
}

.navmenu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid black;
}

.navmenu li a:visited{
color: white;
}

.navmenu li a:hover, .navmenu li .current{
color: white;
background: transparent url(images/navactive.gif) center center repeat-x;
}


/* FOOTER NAVIGATION BAR STYLES */

.footermenu{
margin: 0;
padding: 0;
background-color:#01305E;
font: bold 12px Arial;
width: 100%;
overflow: hidden;
/*margin-bottom: 1em;*/
border-width: 1px 0;
}

.footermenu li{
display: inline;
}

.footermenu li a{
float: left;
color: white;
padding: 5px 11px;
text-decoration: none;
}

.footermenu li a:visited{
color: white;
}

.footermenu li a:hover, .footermenu li .current{
color: red;
}


