@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	background: #717171 top repeat-x url(/skin/images/bg-tile.gif);
}
body.home {
	background: #717171 top repeat-x url(/skin/images/bg-tile-home.gif);
}
body, td, p {
	font-family: Arial, Helvetica, sans-serif;
	color: #0d0d0d;
	font-size: 12px;
}

h1 {
	color: #113067;
	font-weight: normal;
	font-size: 26px;
	margin: 0;
	padding: 0;
}
h2 {
	margin: 20px 0 6px 0;
	padding: 0 0 4px 0;
	font-weight: normal;
	font-size: 18px;
	color: #676767;
	border-bottom: 1px solid #a2a2a2;
}

h3 {
}
h4 {
}

img {
	border: 0;
}

ul {
}
li {
}

th, td {
	vertical-align: top;
}


a:link, a:active, a:visited {
	color: #113067;
	text-decoration: none;
}
a:hover {
	color: #113067;
	text-decoration: underline;
}

em {
	font-style: normal;
	color: #113067;
}

/* FLOAT CLEARING */
.clearleft {
	clear: left;
	overflow: hidden;
	height: 0;
}
.clearright {
	clear: right;
	overflow: hidden;
	height: 0;
}
.clearboth {
	clear: both;
	overflow: hidden;
	height: 0;
}

form {
	margin: 0;
	padding: 0;
}
input, select, textarea {
	width: 280px;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	padding: 3px 6px;
	color: #0d0d0d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
input.button {
	width: auto;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
input.none {
	width: auto;
	border: 0;
	margin: 0;
	padding: 0;
}

.error {
	margin: 10px 0;
	padding: 5px 20px;
	background-color: #b50b0b;
	color: #FFFFFF;
}
.notification {
	margin: 10px 0;
	padding: 5px 20px;
	background-color: #D6B31D;
	color: #312A0C;
}

/* FORM - Standard forms, eg. Enquiry */
.form {
	margin: 15px 0;
}
.form th {
	width: 150px;
	padding: 5px 10px 5px 5px;
	text-align: left;
	font-weight: normal;
	border-bottom: 1px solid #a4a3a3;
}
.form td {
	width: 300px;
	padding: 5px 50px 5px 5px;
	border-bottom: 1px solid #a4a3a3;
}
.form td.required {
	background: 310px 7px no-repeat url(/skin/images/icon-required.png);
}
.form input, .form textarea {
	font-size: 12px;
}
.form select {
	font-size: 12px;
	width: 294px;
}
.form select.short {
	width: 150px;
}
.form input.none {
	border: 0;
	padding: 0;
	width: auto;
}
.form input.submitbutton {
	background: top left no-repeat url(/skin/images/button-submit.gif);
	width: 92px;
	height: 27px;
	padding: 0;
	border: 0;
	color: transparent;
}

/* Travel Details form - Charter quote */
.form-traveldetails {
	width: 100%;
}
.form-traveldetails th {
	font-size: 11px;
	text-align: left;
}
.form-traveldetails td {
	font-size: 11px;
}
.form-traveldetails input {
	width: 100px;
}
.form-traveldetails input.short {
	width: 20px;
}
.form-traveldetails select, .form-traveldetails textarea {
	width: auto;
}

#container {
	width: 950px;
	margin: 0 auto;
}

#header {
	margin-top: 11px;
}

#menu {
	height: 40px;
	background: top repeat-x url(/skin/images/menu-bg.gif);
}
#menu ul {
	width: 950px;
	margin: 0;
	padding: 0;
	display: inline;
}
#menu li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	height: 33px;
	font-family: Arial, Helvetica, sans-serif;
	background: top right no-repeat url(/skin/images/menu-div.gif);
}
#menu li.end {
	background: none;
}
#menu a:visited, #menu a:active, #menu a:link {
	padding: 9px 20px 9px 21px;
	margin-right: 2px;
	color: #c0bebe;
	text-decoration: none;
	display: block;
}
#menu a:hover, #menu li:hover a:visited, #menu li.sfhover, #menu a.active {
	background-color: #083a81;
}
/* Main menu state when submenu active */
#menu li:hover a:link, #menu li:hover a:active, #menu li:hover a:visited, #menu li.sfhover a:link, #menu li.sfhover a:active, #menu li.sfhover a:visited {
	background-color: #313131;
}
#menu li.active a:visited, #menu li.active a:active, #menu li.active a:link {
	background-color: #083a81;
}

/* Sub menu */
#menu li ul {
	display: none;
	background-color: #313131;
	width: 200px;
	height: auto;
	position: absolute;
	padding: 10px 5px;
	margin: 0;
}
#menu li:hover ul, #menu li.sfhover ul {
	display: block;
}
#menu li li {
	padding: 0;
	margin: 0;
	float: none;
	background: none;
	height: auto;
	font-weight: normal;
	border: 0;
}
#menu li ul a:link, #menu li ul a:active, #menu li ul a:visited {
	margin: 0;
	padding: 5px 16px;
	color: #FFFFFF;
	text-decoration: none;
}

/* Submenu list items */
#menu li:hover ul a:link, #menu li:hover ul a:active, #menu li:hover ul a:visited, #menu li.sfhover ul a:link, #menu li.sfhover ul a:active, #menu li.sfhover ul a:visited {
	color: #c1c1c1;
	text-decoration: none;
	background: none;
	padding: 5px 16px;
}
/* Submenu list items hover */
#menu li ul a:hover, #menu li:hover ul a:hover, #menu li.sfhover ul a:hover {
	color: #9d8109;
	text-decoration: none;
	background-color: #232323;
}


#headerimage {
	background: bottom no-repeat url(/skin/images/header-shadow.gif);
	padding-bottom: 30px;
}
#headerimage .asset {
	background-color: #6f6f6f;
	border: 1px solid #787878;
	padding: 9px;
	text-align: center;
}

#content {
}

#content .text {
	width: 610px;
	float: left;
	padding: 25px 20px;
	background-color: #b9b8b8;
	line-height: 23px;
	font-size: 14px;
}
#content .text p {
	font-size: 14px;
}
#content .text a:link, #content .text a:active, #content .text a:visited {
	color: #113067;
	text-decoration: underline;
}
#content .text a:hover {
	color: #113067;
	text-decoration: none;
}


#content .featured {
	width: 272px;
	float: right;
	background: top left no-repeat url(/skin/images/featuredproduct-top.gif);
	padding-top: 49px;
	font-size: 11px;
	color: #555555;
	line-height: 16px;
}
#content .featuredtext {
	width: 242px;
	background: #cacaca bottom right no-repeat url(/skin/images/featuredproducts-bottom.gif);
	margin-left: 10px;
	padding: 10px;
}
#content .featuredtext p {
	font-size: 11px;
	color: #555555;
}
#content .featuredtext .image {
	background: bottom no-repeat url(/skin/images/featured-shadow.gif);
	padding-bottom: 25px;
	text-align: center;
}
#content .featuredtext .link {
	border-top: 1px dotted #141414;
	padding-top: 10px;
}
#content .featuredtext a:link, #content .featuredtext a:active, #content .featuredtext a:visited {
	color: #997519;
}

#content .listing {
	margin-top: 9px;
	font-size: 12px;
}
#content .listing img.thumb {
	float: left;
	border: 8px solid #676767;
}
#content .listing h3 {
	font-size: 16px;
	font-weight: normal;
	margin: 8px 0;
	padding: 0;
}
#content .listing p {
	font-size: 12px;
	margin: 0;
}
#content .listing .details {
	width: 320px;
	margin-left: 246px;
	background-color: #a4a3a3;
	line-height: 20px;
	padding: 10px 20px 2px 20px;
	min-height: 176px;
	height: auto !important;
	height: 177px;
}
#content .listing .buttons {
	background: top repeat-x url(/skin/images/listing-div.gif);
	margin-top: 10px;
	padding-top: 8px;
	text-align: right;
}
#content .listing .buttons img {
	margin-bottom: 3px;
}

#content .listingimages {
	width: 272px;
	float: right;
	background: top left no-repeat url(/skin/images/images-top.gif);
	padding-top: 49px;
	font-size: 11px;
	color: #555555;
	line-height: 16px;
}
#content .listingimages-thumbs {
	width: 242px;
	background: #cacaca bottom right no-repeat url(/skin/images/featuredproducts-bottom.gif);
	margin-left: 10px;
	padding: 10px;
	text-align: center;
}
#content .listingimages-thumbs .image {
	background: bottom no-repeat url(/skin/images/featured-shadow.gif);
	padding-bottom: 25px;
}

.extralinks {
	background-color: #a4a3a3;
	font-size: 11px;
	text-align: right;
	margin: 10px 3px 0 0;
	padding: 2px 5px;
	line-height: normal;
}
.extralinks img {
	margin-top: 2px;
}


#content .formdetails {
	width: 272px;
	float: right;
	background: top left no-repeat url(/skin/images/details-top.gif);
	padding-top: 49px;
	font-size: 11px;
	color: #555555;
	line-height: 16px;
}
#content .formdetails p {
	font-size: 11px;
	color: #555555;
	line-height: 16px;
}
#content .details-text {
	width: 242px;
	background: #cacaca bottom right no-repeat url(/skin/images/featuredproducts-bottom.gif);
	margin-left: 10px;
	padding: 10px;
}
#content .formdetails .image {
	background: bottom no-repeat url(/skin/images/featured-shadow.gif);
	padding-bottom: 25px;
}




/* Footer - including footer menu and copyright tags / links */
#footer {
	background: top repeat-x url(/skin/images/footer-bg.gif);
	margin-top: 30px;
	padding: 13px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #262626;
}
#footer em {
	margin: 0 10px;
	color: #262626;
}
#footer a:link, #footer a:active, #footer a:visited {
	color: #b0afaf;
	text-decoration: none;
}
#footer a:hover {
	color: #262626;
	text-decoration: none;
}
#footer .footer-left {
	width: 470px;
	float: left;
	text-align: left;
}
#footer .footer-right {
	width: 470px;
	float: right;
	text-align: right;
}

table.links {
	width: 100%;
}
.links td {
	padding: 10px;
	border-bottom: 1px solid #a4a3a3;
}
.links td img {
	border: 4px solid #676767;
}
.links td a.title {
	font-weight: bold;
}


/* CrankIT Changes */

h2.cranked {
	color: #113067;
	font-weight: normal;
	font-size: 26px;
	margin: 0;
	padding: 0;
	border:0;
}
h1.cranked span {display:none;}

