body {
margin: 0;
padding: 0;
font: 70%  verdana, helvetica, "Trebuchet MS", arial,sans-serif;
line-height: 1.8em;
color: #666;
}

#col1 blockquote {
	color: #da2127;
}
			/*WRAP*/
.container {
width: 100%;
height: 32px;
padding: 0;
margin: 0 0 30px 0;
background: #00529c;
}
			/*TOP BANNER*/
#header {
height: 184px;
margin-bottom: 1px;
margin-left: 0;
background: url(../../images/header.jpg) no-repeat #00529c bottom left;
}
			/*TOP NAVIGATION*/
#nav {
margin: 0;
padding: 0 0 0 0;
}
#nav li {
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}
#nav a:link, #nav a:visited {
float: left;
font-size: .85em;
letter-spacing: 1px;
padding: 5px 20px 5px 20px;
text-decoration: none;
color: #fff;
}
#nav a:link.active, #nav a:visited.active, #nav a:hover {
color: #da2127;
background: url("images/pyramid2.gif") no-repeat top center;
}		
#gutter {
float: left;
width: 3%;
height: 1px;
}

#col1 {
margin: 0;
float: left;
width: 94%;
margin-bottom: 1em;
padding-right: 3%;
padding-left: 3%;
}

#col1 .contactDetails {
	float: right;
}

#col1 li {
list-style-type: square;
color: #da2127;
}

#col1 li span {
	line-height: 1.8em;
	color: #666;
}
			/*FOOTER*/
#footer {
clear: both;
padding: 5px;
font-size: 0.8em;
border-top: 1px solid #eee;
color: #333;
background: #00529c;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: none;
	color: #da2127;
}
			/*TYPOGRAPHY*/
h1 {
margin:0;
padding: 15px 0 0 0;
text-align: left;
font-size: 100%;
letter-spacing: 2px;
color: #333;
background: transparent;
}
h2  { 
margin: 0;
padding-top: .5em;
padding-bottom: .5em;
letter-spacing: 3px;
text-transform: uppercase;
font: 130% verdana, helvetica, "Trebuchet MS", arial,sans-serif;;
color: #00529c;
background: inherit;
}
h3 {
margin-top: 0;
font-family: arial, georgia, helvetica, sans-serif;
font-size: 1.2em;
text-align: left;
color: #006699;
background: inherit;
}
blockquote {
font-weight : bold;
font-style : italic;
color : #b29b35;
}
			/*LINKS*/
a {
text-decoration: none;
font-weight: bold;
color: #da2127;
background: inherit;
}
a:hover {
text-decoration: none;
color: #00529c;
background:  inherit;
}
a img {
border: 0;
}

#ourFleet {
	border: 1px solid #00529c;
	width: 202px;
	height: 215px;
	padding: 1px;
	margin-bottom: 15px;
	margin-right: 15px;
	float: left;
	text-align: center;
	background-color: #00529c;/*#B2CBE1; */
	color: #fff;
}

#ourFleet a {
text-decoration: none;
font-weight: bold;
color: #B2CBE1; /*#da2127;*/
background: inherit;
}
#ourFleet a:hover {
text-decoration: none;
color: #fff;
background:  inherit;
}

#ourFleet img {
	width: 200px;
	height: relative; 
	border: 1px solid #00529c;
}

#photoGallery {
	border: 1px solid #00529c;
	width: 250px;
	height: 250px;
	padding: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	float: left;
}

#photoGallery img {
	width: 240px;
	height: relative; 
	border: 1px solid #da2127;
}


/* message types */
#error {
	border: 1px solid #f00;
	background-color: #FFDFDF;
	padding: 5px;
	width: 98%;
	margin-top: 10px;
}

#success {
	border: 1px solid #0f0;
	background-color: #D9FFD9;
	padding: 5px;
	width: 98%;
	margin-top: 10px;
}

#notice {
	border: 1px solid #00f;
	background-color: #DDDDFF;
	padding: 5px;
	width: 98%;
	margin-top: 10px;
}

.error {
	color: #f00;
	background-color: #fff;
	padding: 2px;
}

	/*  FORM   */
#subForm {
	margin-top: 25px;
	margin-left: 15px;
	margin-right: 15px;
}

#subForm .label {
	float: left;
	clear: left;
	width: 140px;
	margin-right: 10px;
	text-align: right;		
}

#subForm img {
	margin-left: 150px;
	border: 1px thin #000;
}

input#name, input#surname, input#email {
	width: 150px;
	background-color: #fff;	
	margin-top: -5px;
}

input#submit {
	margin-left: 150px;
}

input#reset {
	margin-left: 20px;
}
/*  END FORM   */