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

/***********************
	Reset
************************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	background-repeat: no-repeat;
}
ol, ul { list-style: none; }
html { overflow-y: scroll; }

/* general */
a, a:visited{color:#1f4d5d;}
a:hover{color:#1f4d5d;}
/***********************
	Universal
************************/
.clearall{ clear:both;}
.indent{text-indent:25px;}
.preload{display:none;}
.floatleft{float:left;}
.floatright{float:right;}

body{
	margin:0 auto; 
	padding:0;
	background:#1f4e5e url(../images/design/bg.png) top center no-repeat;
	font-family:'Aller',Arial;
	font-size:16px;
	color:#1f4d5d;
}
#container{
	position:relative;
	width:1018px; /* 960 + 58 = 1018*/
	height:auto; 
	margin:0 auto; 
	overflow:hidden;
}
#header{
	position:relative;
	margin:10px 0 30px 0;
	overflow:hidden;
}
/***********************
	Yacht
************************/
#yacht-wrapper{
	position:relative;
	width:595px;
	margin:0 auto;
	z-index:3000;
}
#yacht{
	position:absolute;
	display:block;
	background:url(../images/design/yacht.png) no-repeat;
	width:595px;
	height:416px;
	right:-330px;
	top:30px;
	z-index:3000;
}
#logo{
	background:url(../images/design/logo.png) no-repeat;
	width:393px;
	height:80px;
	margin-left:50px;
}
#logo a{
	display:block;
	width:393px;
	height:80px;
}
#logo span{
	display:none;
}
/* ***********************
	Navigation
	*********************/
#nav{
	background:url(../images/design/nav-bg.png) bottom left no-repeat;
	width:475px;
	height:98px;/*89*/
	margin:10px 0 0 0px;
	padding:0 0 0 29px;
}
#nav span{ display:none;}

#nav a{ 
	float:left;
	height:53px; 
	width:139px;
	text-decoration:none; 
	border:0;
	display:block;
}
#nav .home{
	background:url(../images/design/nav-home.png) center no-repeat;
}
#nav .home:hover, #nav .home.selected{
	background:url(../images/design/nav-home-hover.png) center no-repeat;
	margin:0;
}
#nav a.about{
	background:url(../images/design/nav-about.png) center no-repeat;
}
#nav a.about:hover, #nav .about.selected{
	background:url(../images/design/nav-about-hover.png) center no-repeat;
}
#nav a.contact{
	background:url(../images/design/nav-contact.png) center no-repeat;
}
#nav a.contact:hover, #nav .contact.selected{
	background:url(../images/design/nav-contact-hover.png) center no-repeat;
}
#tagline{
	background:url(../images/design/tagline.png) no-repeat;
	height:80px;
	width:300px;
	margin:5px 0 0px 70px;
}
#tagline span{ display:none;}
#content-wrapper{
	min-height:530px;
	margin:0px 0 0 26px;
	width:auto;
	overflow:hidden;
}
/* ***********************
	Sidebar
	*********************/
#sidebar{
	width:267px;
	float:left;
	min-height:530px;
	color:#ffffff;
	overflow:hidden;
}
#sidebar span{ display:none;}
#sidebar a{
	color:#76c2dd;
}
#sidebar a:hover{
	text-decoration:none;
}
#request-info{
	background:url(../images/design/request-info.png) no-repeat;
	height:61px;
	width:267px;
	display:block;
}
#request-text{
	background:url(../images/design/request-text-bg.png) no-repeat;
	min-height:41px;
	padding:15px;
}
#contact-info{
	background:url(../images/design/contact-info.png) no-repeat;
	height:61px;
	width:267px;
	display:block;
}
#contact-text{
	background:url(../images/design/contact-text-bg.png) no-repeat;
	min-height:312px;
	padding:25px 0 0 25px;
}
/* ***********************
	Main Content
	*********************/
#content{
	float:right;
	background:url(../images/design/content-bg.png) top no-repeat;
	width:693px;
	height:inherit;
	min-height:530px;
	margin-right:32px;
	overflow:hidden;
}
#content a, #content a:visited{
	color:#1f4d5d;
	text-decoration:underline;
}
#content a:hover{
	text-decoration:none;
}
#content p{
	margin:10px 5px 10px 35px;
	padding:5px;
}
#index-header{
	float:left;
	margin:40px 0 10px 0;
}
#index-right-top{
	float:right;
	margin:50px 30px 10px 0;
}
#gear-cycle{
	margin:30px auto 0 auto;
	width:399px;
	height:217px;
}
#gear-cycle img{
	border:1px solid #1f4d5d;
}
#content p.textShort{
	text-align:justify;
	margin-right:35px;
}
/* ***********************
	Footer
	*********************/
#footer-wrapper{
	margin:0 auto;
	padding:0;
}
#footer-bg{
	background:url(../images/design/footer-bg.png) center top no-repeat;
	min-height:101px;
	margin-left:19px;
	*margin-left:20px;
}
#footer{
	width:940px;
	margin:0 auto;
	color:#cde5ed;
}
#footer a{
	color:#cde5ed;
}
#footer a:hover{
	text-decoration:none;
}
#footer #list a{
	float:left;
	margin:10px;
	padding:10px;
	color:#cde5ed;
	text-decoration:none;
}
#footer #list a:hover{
	float:left;
	margin:10px;
	padding:10px;
	color:#ffffff;
	background-color:#4d7c8c;
	text-decoration:none;
}
#footer .copyright{
	float:left;
	margin:20px;
	font-size:12px;
}

/* ***********************
	Contact Form
	*********************/
form fieldset{
	padding:15px; 
	color:#24445E; 
	font-family:Arial, Helvetica, sans-serif;
	margin-top:20px;
}
form input,form textarea{
	border:1px solid #9DB9CE;
	margin-bottom:4px;
	padding:5px;
	background-color:#1f4d5d;
	color:#FFFFFF;
	width:280px;
	line-height:20px;
	font-weight:bold;
}
form input{
	height:25px;
}
form input:hover, form textarea:hover{
	background-color:#295c6e;
	border:1px solid #84bbcd;
}
form textarea{
	height:100px;
	overflow:hidden;
}
label{
	display:block; 
	float:left; 
	width:160px; 
	text-align:right; 
	padding-right:10px;
	font-weight:bold;
}
.btnHolder{
	clear:both;
	float:right;
	padding-top:30px;
	padding-right:10px;
	font-size:16px;
}
.btnHolder input{ 
	background:url(../images/submit.png) no-repeat;
	color:#ffffff;
	border:none;
	padding:10px;
	width:108px;
	height:39px;
	line-height:18px;
	font-size:16px;
}
.btnHolder input:hover{
	padding:10px;
	width:108px;
	height:41px;
	line-height:18px;
	color:#ffffff;
	cursor:pointer;
	border:0;
	background-color:transparent;
}
form .radiob{border:0;}
form br{clear:left;}

label.error { width: 100px; color: red; font-size:0.75em; padding-left:30px; display:inline; float:none; }
/* END FORM */
