﻿#form1
{
	
}
body 
{
	padding:0px;
	margin:0px;
	/*background-image: url(../Images/pagebg.png);*/
	background-color: #719AD2;
	/*background-repeat: repeat-x;*/
	font-family:Arial;
	font-size:12px;
	color:#666666;
}

a
{
	color: #719AD2;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

#main_logo
{
	position:absolute;
	top:32px;
	left:18px;
    width:211px;
    height:132px;
    float:left;
}
#main_logo a
{	
	display: block;
	width:211px;
    height:132px;
}
#left_content
{
	width:237px;
	float:left;
}
#header, #main_body, #footer
{
	width:100%;
}

#header
{
	height:130px;	
	background: url(../Images/header.png) no-repeat;
	border-bottom: solid 1px white;
}

#main_body
{
	background: url(../Images/shadow2.png) repeat-x top;
	background-color:#f2f2f2;

}

#menu_container
{
	padding-top: 32px;
	width:237px;	
	
	
}

#homepage_image
{
	height: 300px;
	position: relative;
	width: 541px;
	overflow: hidden;
	margin-left:55px;
	margin-top:10px;
}

#homepage_image img
{
	
	display: none;
	position: absolute;
	top: 1px;
}


#footer
{
	height:105px;	
	background-image: url(../Images/shadow.png);
	background-repeat: repeat-x;
	background-position: 0 22px;
	background-color:#719AD2;
}

#footer_copyright
{
	height:22px;
	border-bottom:1px solid white;
	background-color:#5E5E5E;
	
}

#copyright_notice
{
	font-size:10px;
	font-family:Arial;
	margin-left:241px;
	color:White;
	padding-top:4px;
	text-align: center;
	width: 676px;
}

#footer_strapline
{
	margin-left:241px;
	color:#AAC2E4;
	font-style:italic;
	margin-top:10px;
	font-size:18px;
	width: 676px;
	text-align: center;
}

#main_content_container_container
{
	
	float:left;
	width:689px;
	margin-left: 1px;
	
	
}
#main_content_container
{
	width:689px;
	margin-top:0px;
	background: url(../Images/rightshadow2.png);
	background-repeat: repeat-y;
	background-position: right 5px;
}
#main_content
{
	width:656px;
	background:#FFFFFF;
	background-image: url(../Images/mainborder.png);
	background-repeat: repeat-y;
	border-left: solid 1px #dcdcdc;
	border-top: solid 1px #E6E6E6;
	padding: 10px 11px 1px 11px;
}

#breadcrumbs
{
	position:absolute;
	left:237px;
	top:99px;
	height:32px;
	width:689px;
	background: url(../Images/breadcrumbsbackground.png) 0px 5px no-repeat;
	font-family:Arial;
	color:#666666;
	font-size:11px;
	padding:15px 10px 15px 10px;	
}

#breadcrumbs a
{
	text-decoration: none;
	color: inherit;
	color:#666666;
}

#breadcrumbs a:hover
{
	text-decoration: underline;
}

h1
{
	font-family:Arial;
	font-size:21px;
	color:#6A6A6A;
	font-weight:normal;
	margin-top:0px;
}

h2
{
	font-size: 16px;
	margin-bottom: 5px;
	font-family:Arial;
	
	color:#6A6A6A;
	font-weight:normal;
}

div.fleet_top
{
	width: 644px;
	background-image: url(../Images/fleet_top.png);
	height: 14px;
}
div.fleet_middle
{
	width: 644px;
	background: url(../Images/fleet_middle.png) 0 0 repeat-y;	
	padding-left: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
	color: White;	
}

div.fleet_middle a
{
	color: White;
	text-decoration: none;
	font-weight: bold;
}

div.fleet_middle a:hover
{
	text-decoration: underline;
}

div.fleet_middle a.img
{
	display: block;
	border: solid 2px #AACBE6;
}

div.fleet_middle a.img:hover
{
	border: solid 2px #FFF;
}

div.fleet_bottom
{
	width: 644px;
	background-image: url(../Images/fleet_bottom.png);
	height: 14px;	
}

div.fleet_title
{
	font-weight: bold;
	font-size: larger;
}

div.fleet_big_title
{
	font-weight:bold;
	font-size:x-large;
}

div.fleet_middle table
{
	width: 600px;
}

div.fleet_middle table td
{
	vertical-align: top;
}

div.fleet_middle table td.header
{
	font-weight: bold;
	width:100px;
}

div.fleet_image
{
	float:right;
	width:250px;
	margin-right: 40px;
	text-align:center;
}

div.fleet_image img
{
	margin-bottom:5px;
}

#gallery
{
	margin-left:auto;
	margin-right:auto;
	width:570px;
	clear:both;
	margin-top:30px;
}
.gallery_image img
{
	
	margin-right:10px;
	border:none;	
}

.content_block
{
	position:relative;
	clear:both;
	margin-bottom: 10px;
	
}

.bottom
{
	padding-top:6px;
	margin-top:6px;
}
	
.right
{
	float:right;
	margin-left:6px;
}

.left
{
	float:left;
	margin-right:6px;
}

.top
{
	margin-bottom:6px;
	
}

.centre
{
	text-align:center;
}

.clearleft
{
	clear:left;
}

.clearright
{
	clear:right;
}


#partners
{
	text-align: center;
	padding-right: 60px;
}