@charset "utf-8";
/* CSS Document */

/*--------------- default settings  ----------------------*/

html, body, div, span, object, iframe, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, p, img, a, font  {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	font-size: 15px;
	vertical-align: baseline;
	text-align: center;
}

:focus {
     outline: 0;
}
body {
    
    line-height: 1.5;
   	color: #00000;
	position:relative;
	margin: 0px auto;
	background-color: #0d004c;
}

 /* --------------- misc --------------- */

.clear {
	clear: both;
}
p.clear {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
}
.bold  {
   font-weight: bold;
		font-size: inherit;
}
.bolditalic {
     font-weight: bold;
     font-style: italic;
	  	font-size: inherit;
}
.italic  {
   font-style: italic;
		font-size: inherit;
}

.logo-text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	font-size: 18px;
	color: #ffff00;
	background-color: transparent;
}

.phone {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: none;
	font-size: 14px;
	color: #000000;
	background-color: transparent;
}


.content-Title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-style: italic;
	font-size: 22px;
	color: #000000;
	background-color: transparent;
	text-align:left;
}

.content-Data {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-style: italic;
	font-size: 16px;
	color: #000000;
	background-color: transparent;
	text-align:left;
}

.content-TitleCenter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-style: italic;
	font-size: 20px;
	color: #000000; 
	background-color: transparent;
	text-align:center;
}

.content-DataCenter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-style: italic;
	font-size: 16px;
	color: #000000;
	background-color: transparent;
	text-align:center;
}


.small-caps {
	font-variant: small-caps;
	font-size: 11px;
}

/*-------------- font plusses -----------------*/

.plus1 {
	font-size: 115%;
	font-weight: normal;
}
.plus2 {
	font-size: 130%;
	font-weight: normal;
}
.plus3   {
	font-size: 155% ;
	font-weight: normal;
}
.plus3bold   {
	font-size: 140% ;
	font-weight: bold;
	color: #0d004c;
}
.plus4   {
	font-size: 170% ;
	font-weight: normal;
}

/* ------------ font minuses ---------------- */

.minus1 {
	font-size:  95%;
	font-weight: normal;
	line-height: 1.2;
}
.minus2 {
	font-size: 85%;
	font-weight: normal;
		line-height: 1.2;
}
.minus3 {
	font-size: 78% ;
	font-weight: normal;
	line-height: 1.2;
}

/* --------------- wrap layout --------------- */

#wrap {
	/*position: relative;*/
	width: 960px;
	/*height:600px;*/
	margin: 0 auto 0 auto; 
	text-align: center;
	background-image: url(../images/montaukbg.gif);
	background-repeat:no-repeat;
	background-position: top center;
	background-color: #ffffff;
}

#contactus {
	position:relative;
	width: 600px;
	heigth:401px;
	margin: 0 auto 0 auto; 
	text-align: center;
	background-image: url(../images/contactusbg.gif);
	background-repeat:no-repeat;
	background-position: top center;
	background-color: #ffffff;
	
}
/* --------------- header layout --------------- */

#header {
	position: relative;
}

/* --------------- top nav menu --------------- */

#header #logo{
	position: relative;
	width: 390px;
	height: 120px;
	margin: 0 auto 0 auto;
	background-color: transparent;
	float: left;	
	}

#header #phone{
	position: relative;
	width: 470px;
	height: 40px;
	margin-top: 5px;
	margin-right: 30px;
	background-color: transparent;
	float: right;
	text-align: center;
}

#header #topnav{
	position: relative;
	width: 570px;
	height: 110px;
	margin: 0 auto 0 auto;
	background-color: transparent;
	float: right;
	}
	
#header #topnav #navlist a#homenav
{
	color: #ffff00;
	background-color: transparent;
	}

#header #topnav ul#navlist  {
	/* position: relative; */
	margin-top: 40px;
	margin-right: 30px;
	width: 570px;
	float: right;
	background-color: transparent;
	text-align: right;
}
#header #topnav ul#navlist li {
	display: inline;
	list-style-type: none;
	padding-left: 10px;
	padding-right: 5px;
}	
#header #topnav ul#navlist a:link {
	color: #ffffff;
	background-color: transparent;
	text-decoration: none;
	font-size: 20px;
	line-height: 2;
}
#header #topnav ul#navlist a:visited {
	color: #ffffff;
	background-color: transparent;
	text-decoration: none;
	font-size: 20px;
	line-height: 2;
}
#header #topnav ul#navlist a:hover {
	color: #ffff00;
	background-color: transparent;
	text-decoration: underline;
	font-size: 20px;
	line-height: 2;
}
#header #topnav ul#navlist a:active {
	color: #ffff00;
	background-color: transparent;
	text-decoration: none;
	font-size: 20px;
	line-height: 2;
}

/*-------------Branding Area -----------------*/


#wrap #header #homeimages{
    position: relative;
	background-image: url(../images/letsgoboats615x200.gif);
	background-repeat: no-repeat;
	background-position: top center;
	height: 250px;
	width: 615px;
	float: left;
	margin-left:30px;
}

#wrap #header #sharkimages{
    position: relative;
	background-image: url(../images/sharkimages548x200.gif);
	background-repeat: no-repeat;
	background-position: top center;
	height: 250px;
	width: 615px;
	float: left;
	margin-left:30px;
}

#wrap #header #tunaimages{
    position: relative;
	background-image: url(../images/tunaimages439x200.gif);
	background-repeat: no-repeat;
	background-position: top center;
	height: 250px;
	width: 615px;
	float: left;
	margin-left:30px;
}

#wrap #header #bassimages{
    position: relative;
	background-image: url(../images/bassimages610x200.gif);
	background-repeat: no-repeat;
	background-position: top center;
	height: 250px;
	width: 615px;
	float: left;
	margin-left:30px;
}

#wrap #header #boatsimages{
    position: relative;
	background-image: url(../images/letsgomovinon613x200.gif);
	background-repeat: no-repeat;
	background-position: top center;
	height: 250px;
	width: 613px;
	float: left;
	margin-left:30px;
}

#wrap #header #generalimages{
    position: relative;
	background-image: url(../images/generalimages.gif);
	background-repeat: no-repeat;
	background-position: top center;
	height: 250px;
	width: 550px;
	float: left;
	margin-left:30px;
}
#wrap #menu-right{
	position: relative;
	width: 300px;
	margin-top: 10px;
	/*margin: 0 auto 0 auto;*/
	margin-right: 10px;
	float: right;
}

#wrap #menu-right ul#list  {
	position: relative;
	padding:0px;
	margin:0px;
	background-color: transparent;
}

#wrap #menu-right ul#list li {
	display:block;
	list-style-type:none;
	padding-left: 45px;
	text-align:left;
	height: 28px;
	width: 300px;
	background-image: none);
	background-repeat: no-repeat;
	background-position:bottom;
}	

#wrap #menu-right ul#list a:link {
	color: #0d004c;
	background-color: transparent;
	text-decoration: none;
	font-size: 16px;
	line-height: 20px;
}
#wrap #menu-right ul#list a:visited {
	color: #0d004c;
	background-color: transparent;
	text-decoration: none;
	font-size: 16px;
	line-height: 20px;
}
#wrap #menu-right ul#list a:hover {
	color: #0000ff;
	background-color: transparent;
	text-decoration: none;
	font-size: 16px;
	line-height: 20px;
}
#wrap #menu-right ul#list a:active {
	color: #0d004c;
	background-color: transparent;
	text-decoration: none;
	font-size: 16px;
	line-height: 20px;
}

/*-------------Content Area -----------------*/


#wrap #content {
    position: relative;
	width: 960;
	margin-top: 80px;
	margin-right: 30px;
	margin-left: 30px;
}

#wrap #content #content-letsgopic{
	margin-top: 80px;
    position: relative;
	width: 37%;
	height: 280px;
    background-image: url(../images/letsgothumb.gif);
	background-repeat: no-repeat;
	background-position: top center;
	float: left;		
}

#wrap #content #content-letsgopricing{
    position: relative;
	width: 63%;
	height: 280px;
	float: right;
	text-align: center;		
}

#wrap #content #content-movinonpic{
	margin-top: 80px;
    position: relative;
	width: 37%;
	height: 280px;
       background-image: url(../images/movinonthumb.gif);
	background-repeat: no-repeat;
	background-position: top center;
	float: left;		
}

#wrap #content #content-movinonpricing{
    	position: relative;
	width: 63%;
	height: 280p;
	float: right;
	text-align: center;		
}


/*-------------Footer Area -----------------*/
#footer {
	position:relative;
	clear: both;
	width: 960px;
	height: 20px;
	background-color: #FFFFFF;
	background-image: url(../images/footerspacer.gif);
	background-repeat:repeat-x;
	background-position: center;
	margin: 0 auto 0 auto; 
	text-align: center;
	}

/*---------- belowfooter ------------ */

#belowfooter {
	clear: both;
	position: relative;
	width: 960px;
	background-image: url(../images/bg-belowfooter.gif);
	background-repeat:repeat-x;
    margin: 0 auto 0 auto; 
	text-align: center;
}
#belowfooter-inner {
	width: 960px;
	height: 300px;
	margin: 0 auto 0 auto;
}
#belowfooter #belowfooter-inner #belowfooter-left {
	position: relative;
	width: 55%;
    float: left;
	padding: 25px 0 20px 0;
}
#belowfooter #belowfooter-inner #belowfooter-left p {
	/* color: #AED7CF; */
		color: #999999;
	background-color: transparent;
	text-align: left;
	margin-left: 30px;
}
#belowfooter #belowfooter-inner #belowfooter-left a {
	/* color: #AED7CF; */
		color: #999999;
	background-color: transparent;
	text-align: left;
	text-decoration: none;
}

#belowfooter #belowfooter-inner #belowfooter-right {
	position: relative; 
	width: 45%;
   float: right;
	padding: 100px 0 20px 0;
}
#belowfooter #belowfooter-inner #belowfooter-right img {
	display: inline;
}
#belowfooter #belowfooter-inner #belowfooter-right p {
	color: #AED7CF;
	background-color: transparent;
	text-align: right;
	margin-right: 20px;
}
#belowfooter #belowfooter-inner #belowfooter-right a {
	color: #AED7CF;
	background-color: transparent;
	text-align: right;
	text-decoration: none;
}

/* --------------- image styles --------------- */

.imgcenternomargin {
	float: center;
	margin: 0;
	padding: 0;
}
