*{
	margin:0;
	padding:0;
}


body{
		margin:0;
		padding:0;
		background: url(images/bg_body.jpg) repeat-x #FFFFFF;
}

p{ 
	margin:0;
	padding:0;

}


#wrapper{
		width:808px;
		margin: auto;
		
}

#wrapper{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #333333;
	line-height:150%;
	
}


#header{
		padding-top: 15px;
		
}


/* ============ NAVIGATION ==================== */

#nav{
		padding-top: 24px;
		
		
}

#nav ul{
		display:block;
		margin:0;
		padding:0;
}
	
#nav ul li{
		list-style-type: none;
		float: left;
		margin:0;
		padding:0;
		height:76px;
}

#nav ul li #ferries{
		display:block;
		width: 100px;
		height: 76px;
		background: url("/images/ferries.gif") 0 0 no-repeat;
		text-decoration: none;
}

#nav ul li #flights{
		display:block;
		width: 113px;
		height: 76px;
		background: url("/images/flights.gif") 0 0 no-repeat;
		text-decoration: none;
}

#nav ul li #car_hire{
		display:block;
		width: 106px;
		height: 76px;
		background: url("/images/car_hire.gif") 0 0 no-repeat;
		text-decoration: none;
}


#nav ul li #hotels{
		display:block;
		width:94px;
		height: 76px;
		background: url("/images/hotels.gif") 0 0 no-repeat;
		text-decoration: none;
}

#nav ul li #insurance{
		display:block;
		width:94px;
		height: 76px;
		background: url("/images/insurance.gif") 0 0 no-repeat;
		text-decoration: none;
}


#nav ul li a span{
	display:none;
}




/* ============ LEFT NAV ==================== */

#main #left_nav{
	width: 238px;	
	margin-left: 4px;
	
	padding-top: 10px;
	padding-left: 10px;
}

#main #left_nav ul{
	padding:0;
	margin-top: 10px;
	margin-bottom: 40px;	
	margin-left:3px;
}

#main #left_nav ul li{
	list-style-type: none;
	margin-bottom: 3px;
}

#main #left_nav ul li a{
	text-decoration:none;
	list-style-type: none;
	font-size: 12px;
	font-weight:normal;
	color: #ffffff;

}

#main #left_nav ul li a:hover{
	text-decoration:none;
	list-style-type: none;
	font-size: 12px;
	font-weight:bold;
	color: #00375F;

}

/* ============ FLOAT NAV ==================== */

#main #main_content #float_nav{
	float:right;
	color: #E6363C;
}

#main #main_content #float_nav select{
	font-size: 11px;
}


/* ============ PHOTO ==================== */


#photo img{
	border-bottom: 3px solid #999999;
}


/* ============ MAIN ==================== */


#main{
	background: url(images/bg_main.gif) repeat-y #ffffff;
}

#main #text_content{
	margin: 15px;
}

#main #main_content{
	margin: 15px;
	margin-top:0px;
	margin-bottom:0px;
	padding-top: 15px;
	padding-bottom: 5px;
}


#main #text_content p{
	padding-bottom: 10px;
	padding-top: 5px;
}


#main #text_content ul{

	padding-bottom: 10px;
	
}

#main #text_content ul li{
	list-style-type:none;
	background: url(/images/bullet.gif) no-repeat top left;
	padding-left: 20px;
	padding-bottom: 7px;
}


#main #text_content h1{
	font-family: Lucida Sans, Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	margin-bottom:10px;
	color: #E6363C;
	font-weight:normal;
}

#main #text_content a{
	font-weight:bold;
	color: #134E79;
	text-decoration:none;
}

#main #text_content a:hover{
	font-weight:bold;
	color: #419BDD;
	text-decoration:none;
}

#main #text_content h2{
	font-family: Lucida Sans, Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	color: #0062AD;
	margin-bottom: 4px;
	margin-top: 10px;
}


#main #text_content h3{
	font-family: Lucida Sans, Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #2485CC;
	font-weight:bold;
	padding_left: 2px;
	padding-top: 5px;
	margin-top: 10px;
}

#main select{
	font-size: 11px;
}


#main #offers_table{
	font-size: 10px;
}

#main #offers_table th{
	background-color:#0075CE;
	color: #ffffff;
	padding-left: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
	border-bottom: 1px solid #147389;
	text-align:left;
}

#main #offers_table td{
	background-color:#EEEEEE;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: 1px solid #ffffff;
	text-transform:uppercase;
}



/* ============ FOOTER ==================== */


#footer{
	text-align: center;
	width: 808px;
	background: url(images/bg_footer.gif) top center no-repeat;
	font-size:11px;
	color: #0064B1;
	
	padding-top: 10px;
	margin-bottom: 15px;
}


#footer a{
	text-decoration:none;
	color:#0064B1;
}

#footer a:hover{
	text-decoration:none;
	color:#32558B;
}

/* ============ GENERAL ==================== */


.floatright{
	float:right;
	margin-top:15px;
	margin-left:10px;
}

.floatleft{
	float:left;
	margin-right:10px;
}


.imgborder{
	border: 2px solid #0062AD;
}

.clear{
	clear:both;
}

.datatable td{
	padding-top: 5px;
	padding-bottom: 5px;
}

.links{
	margin-top:10px;
	margin-bottom:20px;
}


hr{
 	border:0;
  	color: #E6363C;
	background-color: #E6363C;
	height: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#main #text_content #boats #pic {
	float: right;
	margin: 0px 0px 0px 18px;

}

#main #text_content #boats #map {
	float: right;
	border: 1px solid #000000;
	margin-top: 0px;
	margin-left: 18px;
	margin-bottom: 0px;
}

#main #text_content #boats h3{
	clear:both;
	margin-top: 10px;
}

#main #text_content #boats h2{
	clear:both;
	margin-top: 25px;
}

