body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: url('../images/bg.jpg') repeat-y center 0 #464646;
}

#wrapper {
	position: relative;
	float: default;
	width: 873px;
	text-align: left;
}

#header {
	position: relative;
	float: left;
	width: 873px;
	height: 85px;
	margin: 0 0 0 0;
	*margin: -15px 0 0 0;
	padding: 0 0 0 0;
}

#header a.header_boattour {
	position: absolute;
	right: 0px;	
}

#header .header_cannes {
	position: absolute;
	right: 200px;	
}

#header a.header_bigrocklink {
	position: absolute;
	right: 205px;	
}

#header a.logolink {
	position: relative;
	float: left;
	width: 274px;
	height: 75px;
}

#header a.installationlink {
	position: absolute;
	top: 0px;
	*top: -3px;
	right: 5px;
	width: 176px;
	height: 58px;
}

#header .links {
	position: relative;
	float: right;
	margin: 55px 5px 0 0;
	display: inline;
}

#header .arrow {	
	margin: 3px 0 0 20px;
	display: inline;
}

#header .links a {
	font: 11px/18px arial;
	font-weight: bold;
	color: #5E5E5E;
	text-decoration: none;
}

#header .links a:hover {
	text-decoration: underline;
}

#container {
	position: relative;
	float: left;
	width: 865px;
	*width: 871px;
	border: 1px solid #8d90a0;
	padding: 3px 3px 3px 3px;
}

#nav {
	position: relative;
	float: left;
	width: 865px;
	height: 29px;
	background: #575757;
	z-index: 99999;
}

#nav a.products {
	position: relative;
	float: left;
	width: 112px;
	height: 29px;
	background: url('../images/nav/products.jpg') 0 -29px;
}

#nav a.products:hover {
	background-position: 0 0;
}

#nav a.applications {
	position: relative;
	float: left;
	width: 121px;
	height: 29px;
	background: url('../images/nav/applications.jpg') 0 -29px;
}

#nav a.applications:hover {
	background-position: 0 0;
}

#nav a.mediaevents {
	position: relative;
	float: left;
	width: 130px;
	height: 29px;
	background: url('../images/nav/mediaevents.jpg') 0 -29px;
}

#nav a.mediaevents:hover {
	background-position: 0 0;
}

#nav a.design {
	position: relative;
	float: left;
	width: 84px;
	height: 29px;
	background: url('../images/nav/design.jpg') 0 -29px;
}

#nav a.design:hover {
	background-position: 0 0;
}

#nav a.installation {
	position: relative;
	float: left;
	width: 123px;
	height: 29px;
	background: url('../images/nav/installation.jpg') 0 -29px;
}

#nav a.installation:hover {
	background-position: 0 0;
}

#nav a.downloads {
	position: relative;
	float: left;
	width: 107px;
	height: 29px;
	background: url('../images/nav/downloads.jpg') 0 -29px;
}

#nav a.downloads:hover {
	background-position: 0 0;
}

#nav a.faqs {
	position: relative;
	float: left;
	width: 72px;
	height: 29px;
	background: url('../images/nav/faqs.jpg') 0 -29px;
}

#nav a.faqs:hover {
	background-position: 0 0;
}

#nav a.contact {
	position: relative;
	float: left;
	width: 95px;
	height: 29px;
	background: url('../images/nav/contact.jpg') 0 -29px;
}

#nav a.contact:hover {
	background-position: 0 0;
}

/*** Overlays ***/

#overlay_products {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100px;
	background: #818181;
	z-index: 9999;
	display: none;
}

#overlay_products a.mainlink {
	position: relative;
	float: left;
	width: 112px;
	height: 29px;
	background: url('../images/nav/products.jpg') 0 0;
}

#overlay_products a.link {
	position: relative;
	float: left;
	width: 106px;
	*width: 112px;
	min-height: 20px;
	*height: 20px;
	background: #818181;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	border-top: 1px solid #AAAAAA;
	font: 11px/18px arial;
	padding: 3px 0 3px 6px;
}

#overlay_products a.link:hover {
	background: #575757;
}

#overlay_applications {
	position: absolute;
	top: 0px;
	left: 112px;
	width: 121px;
	background: #818181;
	z-index: 9999;
	display: none;
}

#overlay_applications a.mainlink {
	position: relative;
	float: left;
	width: 121px;
	height: 29px;
	background: url('../images/nav/applications.jpg') 0 0;
}

#overlay_applications a.link {
	position: relative;
	float: left;
	width: 115px;
	*width: 121px;
	min-height: 20px;
	*height: 20px;
	background: #818181;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	border-top: 1px solid #AAAAAA;
	font: 11px/18px arial;
	padding: 3px 0 3px 6px;
}

#overlay_applications a.link:hover {
	background: #575757;
}

#overlay_mediaevents {
	position: absolute;
	top: 0px;
	left: 233px;
	width: 130px;
	background: #818181;
	z-index: 9999;
	display: none;
}

#overlay_mediaevents a.mainlink {
	position: relative;
	float: left;
	width: 130px;
	height: 29px;
	background: url('../images/nav/mediaevents.jpg') 0 0;
}

#overlay_mediaevents a.link {
	position: relative;
	float: left;
	width: 124px;
	*width: 130px;
	min-height: 20px;
	*height: 20px;
	background: #818181;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	border-top: 1px solid #AAAAAA;
	font: 11px/18px arial;
	padding: 3px 0 3px 6px;
}

#overlay_mediaevents a.link:hover {
	background: #575757;
}

#overlay_design {
	position: absolute;
	top: 0px;
	left: 363px;
	width: 84px;
	z-index: 9999;
	display: none;
}

#overlay_design a.mainlink {
	position: relative;
	float: left;
	width: 84px;
	height: 29px;
	background: url('../images/nav/design.jpg') no-repeat 0 0;
}

#overlay_design a.link {
	position: relative;
	float: left;
	width: 78px;
	*width: 84px;
	min-height: 20px;
	*height: 20px;
	background: #818181;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	border-top: 1px solid #AAAAAA;
	font: 11px/18px arial;
	padding: 3px 0 3px 6px;
}

#overlay_design a.link:hover {
	background: #575757;
}

#overlay_installation {
	position: absolute;
	top: 0px;
	left: 447px;
	width: 123px;
	background: #818181;
	z-index: 9999;
	display: none;
}

#overlay_installation a.mainlink {
	position: relative;
	float: left;
	width: 123px;
	height: 29px;
	background: url('../images/nav/installation.jpg') 0 0;
}

#overlay_installation a.link {
	position: relative;
	float: left;
	width: 117px;
	*width: 123px;
	min-height: 20px;
	*height: 20px;
	background: #818181;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	border-top: 1px solid #AAAAAA;
	font: 11px/18px arial;
	padding: 3px 0 3px 6px;
}

#overlay_installation a.link:hover {
	background: #575757;
}

#overlay_installation a.actualinstall {
	color: #d2d7eb;
}

#overlay_downloads {
	position: absolute;
	top: 0px;
	left: 570px;
	width: 107px;
	background: #818181;
	z-index: 9999;
	display: none;
}

#overlay_downloads a.mainlink {
	position: relative;
	float: left;
	width: 107px;
	height: 29px;
	background: url('../images/nav/downloads.jpg') 0 0;
}

#overlay_downloads a.link {
	position: relative;
	float: left;
	width: 101px;
	*width: 107px;
	min-height: 20px;
	*height: 20px;
	background: #818181;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	border-top: 1px solid #AAAAAA;
	font: 11px/18px arial;
	padding: 3px 0 3px 6px;
}

#overlay_downloads a.link:hover {
	background: #575757;
}

#overlay_contact {
	position: absolute;
	top: 0px;
	left: 749px;
	width: 95px;
	background: #818181;
	z-index: 9999;
	display: none;
}

#overlay_contact a.mainlink {
	position: relative;
	float: left;
	width: 95px;
	height: 29px;
	background: url('../images/nav/contact.jpg') 0 0;
}

#overlay_contact a.link {
	position: relative;
	float: left;
	width: 89px;
	*width: 95px;
	min-height: 20px;
	*height: 20px;
	background: #818181;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	border-top: 1px solid #AAAAAA;
	font: 11px/18px arial;
	padding: 3px 0 3px 6px;
}

#overlay_contact a.link:hover {
	background: #575757;
}

#banner {
	position: relative;
	float: left;
	width: 865px;
	height: 240px;
	margin: 3px 0 0 0;
	display: inline;
}

#banner .boats {
	position: relative;
	float: left;
	width: 865px;
	height: 240px;
	z-index: 9000;
}

#banner .quotes {
	position: relative;
	float: left;
	width: 276px;
	height: 257px;
	z-index: 9000;
}



/*** FOOTER ***/

#footer {
	position: relative;
	float: left;
	width: 873px;
	height: 50px;
	margin: 8px 0 0 0;
	display: inline;
	background: url('../images/footer_bg.jpg') repeat-x 0 0;
}

#footer .copyright {
	position: relative;
	float: left;
	font: 11px/18px arial;
	color: #999999;
	margin: 7px 0 0 8px;
	display: inline;
}

#footer .additional {
	position: relative;
	float: left;	
	margin: 0px 0 0 35px;
	display: inline;
}

#footer a.backtotop {
	position: relative;
	float: right;
	font: 11px/18px arial;
	color: #999999;
	margin: 7px 8px 0 0;
	display: inline;
	text-decoration: none;
}

#footer a.backtotop {
	position: relative;
	float: right;
	font: 11px/18px arial;
	color: #999999;
	margin: 7px 8px 0 0;
	display: inline;
	text-decoration: none;
}

#footer a.backtotop:hover {
	text-decoration: underline;
}

.insidetabletext {
	font: 12px/17px arial;
	color:#111111;
}

