@charset "UTF-8";

/*html5 display rule*/

container, header, topFP, topFPL, topFPC, fpContent, siteMenu, navCat, gradBox1, footer, summary {display: block;}



#container{
	width:98%;
	max-width:480px;
	margin:0 auto;
	text-align:center;
		
}

body {
	width:auto;
	max-width:480px;
	margin:0 auto;
	padding:10px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", "sans-serif";
	font-size:120%;
	line-height:1.5em; /* 16×1.125=18 */
	font-weight: normal;
	color:#333;
	text-decoration:none;
	text-align:center;
}

h3{
	font-family:"Times New Roman", Times, serif;
	font-size:120%;
	font-weight:bold;
	line-height: normal;
	text-align:left;
	
}


#header
{
	display:block;
	background-color:transparent;
	width:auto;
	height:auto;
	padding: 5px;
	margin:0;
	text-align:left;
	width:98%;
	
}
.header
{
	display:block;
	background-color:inherit;
	text-align:left;	
	
}


#topFP{
	width:100%;
	margin:0;
	clear:both;
	
	}

.topFP{
	text-align:center;
	display:block;

	
}

#topFPL{
	width:50%;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;

}
.topFPL img{
	max-width:90%;
	
	}
	

#topFPC{
	margin:0;
	width:100%;
	color:#06F;
	background-color: #06F;
	background-image: url(../images/yachtsurvey_com_cover.jpg);
	background-repeat: repeat;
}

#topFPC img{
	border:0;
	text-align:center;
	padding:10px ;
	width:auto;
	max-width:90%;
	
}


img{
	border:0;
	text-align:center;
	padding:0 ;
	width:auto;
	max-width:90%;
	
}

#fpContent{
	width:98%;
	float:auto;
	background-color:inherent;
	padding:1%;
	color:#06F;
	clear:both;
}

.fpContent ul{
	list-style-type:none;
}

.fpContent li{
	margin-left:0;
	margin-bottom:3px;
	margin-top:0px;

}

.fpContent h1, .fpContent h2, .fpContent h3, .fpContent h4, fpContent h5, fpContent h6{
	margin-top:-3px;
	margin-bottom:-3px;
	text-align:center;
}




#siteMenu
{
	width:auto;
	height:auto;
	margin:0 auto;
	padding: 5px;
	border: none;
	clear:both;
	color:#FFF;
}


.siteMenu ul
{
list-style-type:none;
margin:0;
padding:6px 0;
}

.siteMenu li{
	width:auto;
	margin-top:5px;
	margin-bottom:5px;
	margin-right:8px;
	display:inline-block;
	*display:inline;
	*zoom:1;
	font-size: 110%;
	font-weight:300;

vertical-align:middle;
padding-bottom:10px;
 
}



.siteMenu a:link, .siteMenu a:visited
{
  text-decoration:none;
	font-size: 100%;
	font-weight:300;
	color:#FFF;
	background-color:#399;
	border-style:solid;
	border-width:1px;
	border-color:#FC3;
	text-align:center;
	padding:3px 9px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px; 
}


.siteMenu a:hover,.siteMenu a:active
{
background-color:#69F;
color:#FFF;
}


#siteDescription{
	display:block;
	background-color:#FFF;
	margin:10px 10px 20px 10px;
	color:#000;
	font-size:0.9em;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border:2px solid #FC3;
	
}


#gradBox1{
	background-color:#00a0df;
	
	background-image:url(../images/2013_gradFP-2.jpg);
	background-repeat:repeat-x;
height:auto;
}
	
.gradBox1 li, .gradBox1 a:link, .gradBox1 a:visited, {
	color:#FFF;
}




.navCatfp
{
	font-family: inherent;
	font-size: 100%;
	font-weight: 400;
	width:auto;
	text-align:center;
	height:auto;
	text-transform:capitalize;
	padding:0.2em 0.6em;
	
}	


.navCatfp ul
{
list-style-type:none;
margin-top:3%;
margin-bottom:0;
margin-left:auto;
margin-right:auto;
font-family: inherit;
padding:0 ;
height:auto;
text-align:center;
}


.navCatfp li {
	display:inline-block;
	*display:inline;
	*zoom:1;
 	width:auto;
	font-size:110%;
	font-weight:400;
	margin-left:auto;
	margin-right:3%;
	margin-bottom:3%;
}



.navCatfp a:link, .navCatfp a:visited{
	display:inline-block;
	*display:inline;
	*zoom:1;
	white-space:nowrap;
	width:auto;
	padding: 3px 5px;
 margin:inherit;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align:center;
	text-decoration: none;
	font-size:110%;
	font-weight:400;
	color:#000;
	background-color:#CCCC99;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius:20px;
	
	border-style:solid;
	border-width:1px;
	border-color:#0FC;
}

.navCatfp a:hover, .navCatfp a:active, #nav a:focus {
	background-color:#F3EF9E;
	text-decoration:none;
}


#pb{
	display:none;
}

#gradBox2{
	display:none;
}

#booksH{
	display:none;
}

#info{
	display:none;
}

	
#footer{
	width:auto;
	background-color:#FFF;
	clear:both;
	margin-top:10px;
	
}

.footer{
	font-size:80%;
	color:#999;
	font-family: inherit;
	font-size: inherit;
	font-style: normal;
	text-align:center;
	margin:auto;
}


.center{
	text-align:center;
}

.clear{
	clear:both;
}

.new_prices{
	display:block;
	width:80%;
	border:2px solid #F66;
	margin:3px auto;
	padding:10px;
	font-size:110%;
	font-weight:bold;
	text-align:center;
}

.new_prices a:link, .new_prices a:visited{
	text-decoration:none;
	color:#63F;
}

.new_prices a:hover, .new_prices a:active{
	text-decoration:underline;
	color:#63F;
}
	
	
	.xmas{
	display:block;
	width:auto;
	margin:auto;
	color:#F33;
	background-color:#096;
	font-size:120%;
	font-weight:bold;
	padding:10px;
	font-style:italic;
}