
body{
	background-color:#FFFFFF;
	background-image:url(../pics/bkg_body.png);
	color:#474747;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-top:8px;
}

a:link {color:#474747; text-decoration:none;}
a:visited {color:#474747; text-decoration:none;}
a:hover {color:#999999; text-decoration:none;}

a.whitelink:link {color: #FFFFFF; text-decoration:none;}
a.whitelink:visited {color: #FFFFFF; text-decoration:none;}
a.whitelink:hover {	color:#CCCCCC; text-decoration:none;}

a.orangelink:link {color: #de9640; text-decoration:none;}
a.orangelink:visited {color: #de9640; text-decoration:none;}
a.orangelink:hover {	color:#963; text-decoration:none;}

div#container{
	-moz-border-radius: 15px 15px 0 0;
	-webkit-border-radius: 15px 15px 0 0;
	width:990px;	
	margin:0 auto;
	padding: 5px;
	background-image:url(../pics/bkg_golden.jpg);
}

div#header{
	-moz-border-radius: 15px 15px 0 0;
	-webkit-border-radius: 15px 15px 0 0;
	width:990px;	
	height:120px;
	background-image:url(../pics/bkg_header.png);
	overflow:auto;
	margin-bottom:3px;
}

div#headerRight{
	float:right;
	width:750px;
	height:120px;
	overflow:auto;
}

div.flags{
	width:100%;
	margin: 0 auto;
	padding-bottom:2px;
}

.roundedCorners{
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border:2px solid #ae8d3c;
	
}

div#content{
	width:960px;
	background-image:url(../pics/bkg_container.jpg);
	overflow: auto;
	padding: 15px;
}

.pictureTitle{
	float:left;
	background-color:#081b46;
	border-left:none;
	font-size:15px;
	margin:15px 0 0 0;
	padding:6px 6px 6px 25px;	
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
}

.infoHolder{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border:2px solid #ae8d3c;
	background-image:url(../pics/bkg_content_squares.jpg);
	padding:10px;
	overflow:auto;
	overflow-x: hidden;
	margin:0 auto;
	font-size:13px;
}

#startInnerDiv{
	float:right;
	width:270px;
	padding:20px;
	background:url(../pics/blue_transparent.png);
}

#newsSquare{
	padding:20px 20px 50px 20px;
	background:url(../pics/blue_transparent2.png);
	color:white;
	width:650px;	
	float:left;
	position:absolute;
	bottom:0px;
}

.startText{
	font-weight:bold;
	font-size:32px;
	color:white;
	text-aligh:right;
	width:100%;
	text-shadow: #006 3px 3px 1px;
}

.smallerStartText {
	font-size:20px;
	color:white;
	width:100%;
	text-align:right;
	text-shadow: #006 3px 3px 1px;
}

h2 { 
	padding:0;
	margin:0;
	font-size:22px;
	font-weight:normal;
}

h3 { 
	padding:0;
	margin:0;
	padding-bottom:5px;
	font-size:15px;
	font-weight:bold;
}

h4 { 
	padding:0;
	margin:0;
	padding-bottom:5px;
	font-size:12px;
	font-weight:bold;
}

.roundTopRight{-webkit-border-top-right-radius: 5px;-moz-border-radius-topright: 5px;}
.roundBottomRight{-webkit-border-bottom-right-radius: 5px;-moz-border-radius-bottomright:5px;}
.roundTopLeft{-webkit-border-top-left-radius: 5px;-moz-border-radius-topleft: 5px;}
.roundBottomLeft{-webkit-border-bottom-left-radius: 5px;-moz-border-radius-bottomleft: 5px;}

div#footer{
	width:100%;
	background-image:url(../pics/bkg_footer.png);
	overflow: auto;
	font-size:10px;
	font-weight:bold;
	padding: 5px 0 3px 0;
}

div#footerLeft{
	float:left;
	text-align: left;
	padding: 0 10px 0 10px;
}

div#footerRight{
	float:right;
	text-align: right;
	padding: 0 10px 0 10px;
}

div#menu{
	margin-bottom:3px;
	width:100%;	
	overflow: auto;
}

.menuSquare{
	float:left;
	font-size: 10px;
	font-weight:bold;
	padding:9px 4px 3px 3px;
	background-image:url(../pics/menu.png);
	border-left:1px solid #ae8d3c;
	width:117px;
}

.menuSquare:hover{
	background-image:url(../pics/menu2.png);
	cursor:pointer;
	color:#474747;
}

.goldenBorder{
	border:1px solid #ae8d3c;
}

.picStyle{
	border:1px solid #ae8d3c;	
}

/* Forms */

input[type="text"], textarea {
	font-size:13px;
	font-family:Tahoma;
	border:1px solid #ae8d3c;
	background: url(../pics/bkg_form.png) repeat-x top #FFFFFF;
	padding: 3px 1px 3px 1px;
}

input[type="button"], input[type="submit"]{
	font-size:12px;
	cursor: pointer;
}

/* clearfloat is used to make squares correctly placed */
.clearfloat{ 
	clear:both;
    height:0;
    line-height:0px;
	font-size:0px;
}

div.titleSquare{
	width:100%;
	background-color:#081b46;
	border:1px solid #ae8d3c;
	font-size:16px;
	font-weight:bold;
	-moz-border-radius-topleft:7px;
	-moz-border-radius-topright:7px;
	padding: 6px 0 6px 0;
	text-indent:12px;
	text-align:left;
	color:white;
}

.title{
	width:100%;
	background: url(../pics/bkg_title.png) #081b46;
	border:1px solid #ae8d3c;
	font-size:17px;
	font-weight:bold;	
	-webkit-border-radius: 7px 7px 0 7px;
	-moz-border-radius: 7px 7px 0 7px;
	padding: 6px 0 6px 0;
	text-align:left;
	text-indent:20px;
	color:white;
	margin: -5px 0 5px 0;
}

/* Linked images without border */

.noBorder{
	border:0px;
}


div.golden_line{
	border-top:1px solid #ae8d3c;
}

.goldenBorder{
	border:1px solid #ae8d3c;
}

.goldenBorderThicker{
	border:3px solid #ae8d3c;
}

.center{
	text-align:center;
}

.underline{
	text-decoration:underline;
}

.right{
	text-align:right;
}

.left{
	text-align:left;
}

.goldenRightBorder{
	border-right: 1px dashed #ae8d3c;	
}

.indent{
	padding-top:7px;
	padding-left:10px;
	padding-right:10px;
}

.horizontal_line{
	border-bottom: 2px dotted #000066;
	width: 100%;
} 

/* RENT BOAT LISTING */

.brownTextNormal{
		background-image:url(/pics/bkgs/brown_bkg_largest.png);
		padding: 5px 0 2px 0;
		color:#FFFFFF;
		font-size:11px;
		font-weight:bold;
		text-align:center;
}

.tableStyle{
	border-right: 1px solid #ae8d3c;	
	border-left: 1px solid #ae8d3c;
	border-bottom: 1px solid #ae8d3c;
}

.listBoats{
	background-color:#FFFFFF;
}

.listBoats2{
	background-color:#F7F7F7;
}

.listBoats2, .listBoats{
	font-size:11px;	
}

.listBoatsTitle{
	font-size:11px;
	font-weight:bold;
}

.boatRow{
	height:20px;
}

.boatRow:hover{
	background-image:url(/pics/bkgs/brown_bkg_largest.png);
	color:#F7F7F7;
	background-color:#ae8d3c;
	cursor:pointer;
}

.subtitle{
	font-size:11px;
}

/** Special Square for displaying separate text **/
div#textBox{
	padding: 13px 10px 13px 10px;
	text-align: left;
}

td.nr{width:3%;padding: 0 10px 0 10px;}
td.model{padding: 0 10px 0 10px;}
td.year{width:6%;padding: 0 10px 0 10px;}
td.cabins{width:12%;padding: 0 10px 0 10px;}
td.beds{width:12%;padding: 0 10px 0 10px;}
td.price{width:10%;padding: 0 10px 0 10px;}
td.harbour{width:22%;padding: 0 10px 0 10px;}

/** FORMS **/

.formStyle {
	text-align:left; 
	font-size:11px;
	font-weight:bold;
}



div#formHolder{
	float:left;
}

div.beneteauMenu{
	width:195px;
	background:url(../pics/bkgs/blue_bkg_large.png);
	font-size: 10px; 
	font-weight:bold;
	text-align:left;
	padding: 8px 6px 3px 6px;
	color:#F7F7F7;
}

div.beneteauMenu:hover{
	cursor:pointer;
	background-image:url(../../pics/bkgs/blue_bkg_large_hover.png);
	color:#CC9900;
}

.specialOffering{
	background-image:url(../pics/specialerbjudanden.jpg);
	padding:5px 0 10px 0;
	height:10px;
	text-align:center;
	font-size:13px;
	color:#C1FFF8;
	cursor:pointer;
}

.specialOffering:hover{
	color:#6CC;
}

.googleMapsSquare{
	font-weight:bold;
	font-size:24px;
	margin-top:12px;
}


