@charset "utf-8";
/* CSS Document */

/* Universal
********************/
body, html {
	margin:0;
	padding:0;
	text-align:center;
	height: 100%;
	}
	
body > #container {height: auto; min-height: 100%;}
	
body {
	background-color:#1778bd;
	background-image:url(images/body-bg.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#255265;
	}
	
p {
	text-align:left;
	margin:0;
	padding:0 0 10px 0;
	}
	
h1 {
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	}
	
h2 {
	font-size:18px;
	font-weight:bold;
	text-align:left;
	margin:0;
	padding:10px 0 5px 0;
	clear:both;
	}
	
a {
	color:#86b34c;
	text-decoration:none;
	}
	
a:hover {
	text-decoration:underline;
	}
	
ul li.title {
	margin-left:-10px;
	list-style-type:none;
	}
	
ul li.title h2 {
	margin:0;
	padding:0;
	}

/* Container
********************/
#container {
	width:100%;
	background-image:url(images/container-bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	height:100%;
	}
	
/* Wrapper 1
********************/
#wrapper1 {
	width:960px;
	margin:0 auto 0 auto;
	}

/* Header
********************/
#header {
	height:129px;
	position:relative;
	}
	
#header img {
	float:left;
	border:none;
	}
	
#header h1 {
	color:#FFFFFF;
	font-size:24px;
	font-weight:normal;
	margin:0;
	padding:0;
	letter-spacing: -1px;
	text-align:right;
	position:absolute;
	bottom:10px;
	right:50px;
	}

/* Slideshow
********************/
#slideshow {
	height:394px;
	overflow:hidden;
	clear:both;
	background-color:#1778bd;
	}

/* Wrapper 2
********************/
#wrapper2 {
	background-image:url(images/wrapper-bg.gif);
	background-position:top;
	background-repeat:no-repeat;
	height: 100%;
	padding-bottom: 50px;
	background-color:#FFF;
	margin:0 0 20px 0;
	}

/* Sidebar
********************/
#sidebar {
	width:200px;
	float:left;
	}
	
#sidebar #sidebar-contact-info {
	margin:10px 10px 0 20px;
	width:170px;
	float:left;
	}
	
#sidebar ul, li {
	text-align:left;
	}
	
#sidebar ul {
	margin:20px 0 0 0;
	padding:0;
	}
	
#sidebar ul li {
	list-style-type:none;
	}
	
#sidebar ul li a {
	display:block;
	float:left;
	width:200px;
	height:46px;
	clear:both;
	text-indent:-9999px;
	outline:none;
	}

/* Sidebar Buttons
********************/

/* Home */
#sidebar ul li a.home-page {
	background-image:url(images/buttons/home.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	}
	
#sidebar ul li a.home {
	background-image:url(images/buttons/home.gif);
	background-repeat:no-repeat;
	background-position:top;
	}
	
	#sidebar ul li a.home:hover {
		background-position:bottom;
		}
		
/* New Boats */
#sidebar ul li a.new-boats-page {
	background-image:url(images/buttons/new-boats.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	}
	
#sidebar ul li a.new-boats {
	background-image:url(images/buttons/new-boats.gif);
	background-repeat:no-repeat;
	background-position:top;
	}
	
	#sidebar ul li a.new-boats:hover {
		background-position:bottom;
		}
		
/* Electronics */
#sidebar ul li a.electronics-page {
	background-image:url(images/buttons/electronics.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	}
	
#sidebar ul li a.electronics {
	background-image:url(images/buttons/electronics.gif);
	background-repeat:no-repeat;
	background-position:top;
	}
	
	#sidebar ul li a.electronics:hover {
		background-position:bottom;
		}
		
/* Outboards */
#sidebar ul li a.outboards-page {
	background-image:url(images/buttons/outboards.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	}
	
#sidebar ul li a.outboards {
	background-image:url(images/buttons/outboards.gif);
	background-repeat:no-repeat;
	background-position:top;
	}
	
	#sidebar ul li a.outboards:hover {
		background-position:bottom;
		}
		
/* Trailers */
#sidebar ul li a.trailers-page {
	background-image:url(images/buttons/trailers.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	}
	
#sidebar ul li a.trailers {
	background-image:url(images/buttons/trailers.gif);
	background-repeat:no-repeat;
	background-position:top;
	}
	
	#sidebar ul li a.trailers:hover {
		background-position:bottom;
		}
		
/* Chandlery */
#sidebar ul li a.chandlery-page {
	background-image:url(images/buttons/chandlery.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	}
	
#sidebar ul li a.chandlery {
	background-image:url(images/buttons/chandlery.gif);
	background-repeat:no-repeat;
	background-position:top;
	}
	
	#sidebar ul li a.chandlery:hover {
		background-position:bottom;
		}
		
/* Repairs */
#sidebar ul li a.repairs-page {
	background-image:url(images/buttons/repairs.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	}
	
#sidebar ul li a.repairs {
	background-image:url(images/buttons/repairs.gif);
	background-repeat:no-repeat;
	background-position:top;
	}
	
	#sidebar ul li a.repairs:hover {
		background-position:bottom;
		}
		
/* Contact Us */
#sidebar ul li a.contact-us-page {
	background-image:url(images/buttons/contact-us.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	}
	
#sidebar ul li a.contact-us {
	background-image:url(images/buttons/contact-us.gif);
	background-repeat:no-repeat;
	background-position:top;
	}
	
	#sidebar ul li a.contact-us:hover {
		background-position:bottom;
		}

/* Content
********************/
#content {
	width:710px;
	float:right;
	margin:10px 20px 0 0;
	}
	
#contact-information {
	float:left;
	width:350px;
	}

#linkboxes {
	padding:20px 0 0 0;
	margin:0;
	}

#linkboxes img {
	padding:0 4px 0 0;
	}
/* Footer
********************/
#footer {
	position: relative;
	margin-top: -50px;
	height: 50px;
	width:100%;
	clear:both;
	background-image:url(images/footer-bg.png);
	background-repeat:repeat-y;
	background-position:center;
	}
	
#footer p {
	margin:0;
	padding:0;
	text-align:center;
	font-size:11px;
	}
	
#footer a {
	color:#255265;
	text-decoration:none;
	}
	
#footer a:hover {
	text-decoration:underline;
	}
	
#footer p.footer-links a {
	margin:0 5px 0 5px;
	color:#86b34c;
	}

/******************************
***** Nick's Contact Form *****
******************************/

/* Validation DIV
********************/
#validation {
	width:350px;
	float:right;
	}

span.uncool {
	font-weight:bold;
	color:#FF0000;
	}
	
/* If successful */
.success {
	background-color:#009966;
	}
	
.success p {
	color:#FFF;
	font-weight:bold;
	margin:0;
	padding:5px;
	}

/* If unsuccessful */
.failure {
	background-color:#FF5E5E;
	}
	
.failure p {
	color:#000;
	font-weight:bold;
	margin:0;
	padding:5px;
	}

/* Form
********************/
form#mailer {
	width:350px;
	margin:10px 0 0 0;
	float:right;
	}

/* Labels */
form label {
	width:100%;
	float:left;
	clear:both;
	margin:0 0 10px 0;
	text-align:left;
	}
	
form label small {
	font-size:10px;
	color:#FF0000;
	float:left;
	}
	
form label span.captcha {
	float:left;
	margin:-10px 0 5px 105px;
	top:0;
	}
	
/* Input Areas */
form label input {
	float:right;
	width:150px;
	margin:-10px 50px 0 0;
	border:1px solid #CCC;
	}
	
form label textarea {
	float:right;
	width:200px;
	height:100px;
	margin:-10px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border:1px solid #CCC;
	}
	
form label input#captcha {
	float:right;
	width:50px;
	margin:0px 150px 0 0;
	border:1px solid #CCC;
	top:0;
	}

/* Hover and Focus effects */	
form label input:hover, textarea:hover {
	border:1px solid #666;
	}
	
form label input:focus, textarea:focus {
	border:1px solid #666;
	}

/* Submit Button */
form input#submit-button {
	float:right;
	width:50px;
	margin:10px 152px 0 0;
	}
	
/* Misc
********************/
.clear {
	clear:both;
	}
	
img.alignright {
	float:right;
	margin:0 0 10px 10px;
	clear:both;
	}
	
.left {
	width:50%;
	float:left;
	}
	
.right {
	width:50%;
	float:right;
	}
	
ul.left-list {
	display:inline;
	width:100px;
	float:left;
	margin-bottom:20px;
	}
	
ul.left-list li {
	width:100px;
	}
	
ul.right-list {
	display:inline;
	width:100px;
	float:right;
	margin-bottom:20px;
	}
	
ul.right-list li {
	width:100px;
	}

.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

