@charset "utf-8";

/*  Project: Fremantle Boat school
	Date: 31/10/09
	Css Design By Permiweb.com 09
	(c)hanged 07/12/09 by boehm@javatux.de (optimized version)
*/	

.default {
}

body {
	background-image: url(../images/fish.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #0E2944;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #FFF;
	margin:0;
	padding:0;
}

h1 {
	font-size: 16px;
	font-weight: bold;
}

h3 {
	font-size: 13px;
}

p {
	line-height: 1.2em;
	font-weight: normal;
}

td {
	vertical-align: top;
	padding-left: 0px;
}

/* logo area at the top */
#logo_header {
	position: absolute;
	top: 0px;
	background-image: url(../images/logo_header.png);
	background-repeat: no-repeat;
	background-color: #5e5e8c;
	height: 95px;
	left: 0px;
	right: 0px;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

/* menu area (Home | About us | ...) */
.menu {
	font-size: 15px;
	font-style: normal;
	font-weight: lighter;
	font-stretch: wider;
	background-color: #181D28;
	position: absolute;
	top: 71px;
	left: 0px;
	right: 0px;
	height: 24px;
}

.menu th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 100;
	font-stretch: wider;
}

.menu a:link,a:visited {
	text-decoration: none;
	color: #FFF;
}

.menu_normal {
	width: 110px;
}

.menu_selected {
	width: 110px;
}

.menu_normal a:visited {
	color: #FFF;
	text-decoration: none;
}

.menu_normal a:link {
	color: #FFF;
	text-decoration: none;
}

.menu_selected a:visited {
	color: #5e5e8c;
	text-decoration: none;
}

.menu_selected a:visited {
	color: #5e5e8c;
	text-decoration: none;
}

.menu_normal a:hover {
	background-color: #5e5e8c;
}

.menu_selected a:hover {
	color: #5e5e8c;
}

/* main area (with background picture */
.mainbody {
	position: absolute;
	top: 102px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	color: #FFF;
	line-height: 1.5em;
	float: left;
	height: auto;
	left: 13px;
}

.bodylefttxt {
	color: #FFF;
	float: left;
	height: auto;
	width: 40%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;

	
}

.righttxtbox {
	float: right;
	height: auto;
	width: 30%;
	padding-top: 100px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 35px;
	left:65%;
	position:absolute;
}

.footer {
	float: left;
	height: auto;
	left: 0px;
	right: 0px;
	background-color: #5e5e8c;
	border-top-style: solid;
	border-top-width: 5px;
	border-color: #181D28;
	position: absolute;
	bottom: 0px;
	top:800px;
}
.footerbox {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #FFF;
	height: auto;
	width: 100%;
}

a:link {
	color: #F60;
}
a:visited {
	color: #F60;
}
a:hover {
	color: #FFF;
}

/* style of "Call us..." */
.headercall {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	float: right;
	height: auto;
	text-align: right;
	padding-right: 45px;
}

.price {
	color: #F57E12;
	font-size: 16px;
	font-weight: bold;
}

