@charset "utf-8";
/* CSS Document */


/* Color Chart
rgb(46,60,95)		dark blue
#28a0be			light blue 1
#00aacc				light blue 2
*/


body {
	font-family: 'Merriweather Sans', sans-serif;
	background: #09C;
	background: #2e3c5f; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJlM2M1ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM0JSIgc3RvcC1jb2xvcj0iIzAwOTljYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYxJSIgc3RvcC1jb2xvcj0iIzAwOTljYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyZTNjNWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+), ;
background: -moz-linear-gradient(top,  #2e3c5f 0%, #0099cc 34%, #0099cc 61%, #2e3c5f 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2e3c5f), color-stop(34%,#0099cc), color-stop(61%,#0099cc), color-stop(100%,#2e3c5f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #2e3c5f 0%,#0099cc 34%,#0099cc 61%,#2e3c5f 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #2e3c5f 0%,#0099cc 34%,#0099cc 61%,#2e3c5f 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #2e3c5f 0%,#0099cc 34%,#0099cc 61%,#2e3c5f 100%); /* IE10+ */
background: linear-gradient(to bottom,  #2e3c5f 0%,#0099cc 34%,#0099cc 61%,#2e3c5f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e3c5f', endColorstr='#2e3c5f',GradientType=0 ); /* IE6-8 */
}

.container {
	border: 1px solid rgb(46,60,95);
	box-shadow: -1px -1px 1px #333;
}

header {
	background: #fff;
	height: auto;
	padding: 25px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}


header .logo {
	display: block;
	position: absolute;
	background-position: 20px 20px;
	background-repeat: no-repeat;
	width: 250px;
	height: 250px;
	top: 30px;
	left: 30px;
	background-image: url(../images/logo_230x230.jpg);
}


header .boat {
	display: block;
	position: absolute;
	background-position: 25px 25px;
	background-repeat: no-repeat;
	width: 500px;
	height: 250px;
	top: 30px;
	right: 30px;
	background-image: url(../images/boat.jpg);
}


footer {
	padding: 25px;
	height: 40px;
	background: rgb(46,60,95);
}


/*.........Header...........*/

.slideshow {
	height: auto;
	border: 2px solid #ccc;
	background: url(../images/background.jpg);
	max-width: 100%;
	text-align: center;
}

header img {
	margin: 20px;
	background: #fff;
	border: 1px solid #ccc;
	box-shadow: 1px 1px 4px #000;
}

/*.........Main Navigation...........*/

nav {
	padding-left: 30px;
}

#mainNav {
	/*border-top: 3px solid rgb(45,60,90);*/
	border-bottom: 1px solid rgb(45,60,90);

}

#mainNav ul	{
	padding-right: 10px;
	list-style:none;
	line-height: 1.6em;
}

#mainNav li	{
		font-family: "Montserrat Alternates", Verdana, Geneva, sans-serif;
	display: inline;
	padding-right: 0;
	margin-right: 0;
}


#mainNav a	{
	display: block;
	text-decoration: none;
	float: left;
	width: 12.5%;
	height: 20px;
	font-size: 1em;
	font-weight: 400;
	color: rgb(45,60,90);
	margin-left: 0px;
	margin-right: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0px 0px 0px #999;
	border: 1px solid #ccc;
	background-image: url(../images/navbar.png);
}

#mainNav a:hover, #mainNav a:active	{
	font-size: 1.1em;
	font-weight: bold;
}

#mainNav a.current	{
	color: #28a0be;
	font-size: 1.1em;
	font-weight: bold;
}

/*.........Product Navigation...........*/

#productNav {
	width: 100%;
}

#productNav  {
	margin: 10px 0px 10px 0;
	padding: 0px 0px 5px 0;
	float: left;
}
#productNav ul {
	padding-left: 0px;
}
#productNav ul li{
	width: 45%;
		border-bottom: 2px solid #ccc;
	list-style: none;
	display: inline;
	float: left;
	font-size: 13px;
	text-transform: capitalize;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-bottom: 3px solid #ccc;
}
#productNav ul li a {
	display: block;
	padding: 7px 10px 0px 10px;
	margin-left: 0px;
	margin-right: 5px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px none #ccc;
	border-left: 1px solid #ccc;
	-moz-border-radius: 4px;

	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: url(../_images/background-content.gif);
	text-align: center;
	text-decoration: none;
background-image: url(../images/navbar.png);
}

#productNav ul li a.active {
	color: #900;
}
  
/*.........Sidebar...........*/

#content {
	padding-left: 30px;
	padding-right: 25px;
}


#sidebar {
	float: left;
	padding-top: 30px;
}




.textbox p {
	line-height: 1.4em;
}

.textbox p.phone {
	font-size: 1.3em;
	font-weight: bold;
}
.textbox p.message {
	font-weight: 300;
	line-height: 1.4;
}

.textbox.address p.address {
	font-size: 1.1em;
	margin-bottom: 15px;
	font-weight: bold;
	line-height: 1.6em;
}

.textbox {
	max-width: 190px;
	min-width: 150px;
	margin-bottom: 20px;
	padding: 0px 20px 10px 25px;
	border: 1px solid #ccc;
	border: 1px solid #ccc;
	box-shadow: 1px 1px 5px #ccc;
	background-image: url(../images/background3.png);
	background-repeat: repeat-x;
}

.textbox img {
	border: 1px groove #666;
}

.textbox img p{
	text-align: center;
	line-height: 1.6em;
}

.textbox h3 {
	font-size: 1.4em;
	color: #28a0be;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-top: 0px;
	padding-bottom: 10px;
}

.textbox .prodImg {
	background-image: none;
	padding: 10px;
	text-align: center;
}

.textbox.prodImg {
	background-image: none;
	padding-top: 15px;
	text-align: center;
}


.facebook img {
	border: none;
}

.facebook p {
	text-align: center;
	}
	

/*.........Main Content...........*/
#mainContent {
	margin-top: 30px;
	padding-left: 30px;
}

#mainContent h1 {
	text-transform: uppercase;
	font-size: 1.9em;
	color: #696;
	color: #2E3C5F;
	margin-top: 0;
	margin-bottom: 10px;
}


#mainContent h3 {
	color: #28a0be;
}

#mainContent p {
	font-size: 1.2em;
}

#mainContent ul {
	font-size: 1.1em;
	line-height: 2em;
	list-style-type: disc;
	padding-left: 0px;
}

#mainContent img {
	padding: 0px;
	border: 1px solid #ccc;
	margin-bottom: 20px;
	max-width: 100%;
	
}

#mainContent img.pi {
	padding: 10px;
	border: 1px solid #ccc;
	vertical-align: top;
	
}

img.imageEffect  {
	border: 2px solid #666;
	box-shadow: 5px 5px 5px #666;
	margin-bottom: 20px;
	margin-top: 20px;
	max-width: 100%;
	min-width: 230px;
}


/*.........Contact Page..........*/

iframe {
	border: 1px solid #ccc;
	box-shadow: 1px 1px 1px #ccc;
}

/*.........Gallery Page..........*/
#galleryP {
	margin:25px;
}

#galleryP img {
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 14px;
	border: 1px solid #ccc;
}

/*.........Footer..........*/
footer p, footer h2, footer h3 {
	color: #fff;
	text-align: center;
	}
	
footer h2 {
	font-size: .9em;
	font-weight: normal;
	text-transform: uppercase;
}
/*.........Contact Page...........*/


#mainContent.orderPage	{
	height: auto;
}

input, textarea	{
	background: rgba(7,138,187,.3);
	height: 30px;
	margin-bottom: 20px;
}

input#submit, input.radioBG {
	background-color: #ccc;
	margin-left: 0px;
}

input#submit {
	width: 100px;
}

#frmContact fieldset	{
	border: 0px solid #ccc;
	padding-top: 30px;
}

#frmContact	label	{
	width: 280px;
	display: block;
	color: rgb(46,60,95);
}
#frmContact input#name,
#frmContact input#email,
#frmContact input#phone,
#frmContact textarea	{
	width: 430px;
}

#frmContact p.pref	{
	font-size: 1em;
	margin-left: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-bottom: 30px;
	margin-top: 20px;
}
#frmContact .prefContactDiv3 {
	width: 140px;
	float: left;
	padding-left: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#frmContact .iframe	{
	padding-left: 80px;
}

#frmContact .prefContactDiv1, 
#frmContact .prefContactDiv2	{
	width: 70px;
	float: left;
	padding-left: 0px;

}

#frmContact label.radioLabel {
	width: 150px;
	float: left;
	font-size: .8em;
	margin-right: 1.0em;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 10px;
	display: inline;
}

#frmContact label.messageLabel	{
	clear: both;
	margin-top: 10px;
}

#frmContact textarea#message	{
	margin-top: 10px;
	height: 150px;
	overflow: auto;
}

#frmContact input#submit	{
	margin-left: 0px;
}

#frmContact input:focus,
#frmContact textarea:focus	{
	background-color: #6CF;

}

#mainContent.orderPage h4{
	margin-top: 20px;
	margin-bottom: 5px;
}

#mainContent.orderPage h1 {
	margin-bottom: 10px;
}

#mainContent.orderPage p {
	margin-bottom: 0;
}

#mainContent.orderPage {
	line-height: 1.5em;
	margin-bottom: 0px;
}

	
/*.........Misc..........*/
.extraPadding {
	padding: 26px;
}

.extraMargin {
	margin-left: 40px;
}

.space50 {
	height: 50px;
}

#page {
	padding-left: 60px;
}

#page h1 {
	text-transform: uppercase;
	font-size: 1.7em;
	color: #696;
}


.standout {
	color: #900;
}

.marginTop {
	margin-top: 20px;
}

p.emt {
	margin-top: 20px;
}

.pull-right {
	float: right;
	margin-right: 25px;
}


.ft {
	float: left;
}


.logo_image img {
	max-width: 95%;
	
}


.options {
width: 410px;
float: left;
margin-right: 25px;
}

.options p {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.options p.imageNo {
	margin-top: 0px;
	margin-bottom: 20px;
}

#galleryP.options2 img {
	margin-bottom: 0px;
	margin-right: 0px;
}


#galleryP .options3 {
	float: left;
	clear: right;
	margin-bottom: 5px;
}
#galleryP .options3  p{

}

#galleryP img.landscape {
 	margin-left: 20px;
}

.textbox.contact p.phone{
	color: #2E3C5F;
	font-family: sans-serif;
	font-size: 26px;
	font-weight: bold;
	line-height: 1em;
}

#mainContent .ask img{
border: 8px solid #504877;
margin-bottom: 0px;
padding-bottom: 0px;
}
#mainContent p.ask {
margin-top: 0px;
padding-top: 0px;
}

#mainContent p.mission {
font-size: 1.4em;
color: #28a0be	;
}