*, html, body {
	margin: 0;
	padding: 0;
	font-family: arial, verdana, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	color: #808080;
}
body {
	text-align: center;
	background: #7cb5e2 url(../img/backgroundBottomCrop.jpg) repeat-x fixed bottom center;
}


#outerContainer {
	background: transparent url(../img/backgroundTop.jpg) repeat-x fixed top center;
}

.newsLink img {
	border: 0;
}

#container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background: #FFF;
}

#header {
	width: 900px;
	height: 161px;
	position: relative;
}
/* Header background images */

/* ------ */

#header h1 {
	text-indent: -9999em; 
	width: 900px;
	height: 161px;
	background: transparent url(../img/homeHeaderBackground1.jpg) no-repeat scroll top left;	
}
#header h1.image1 { background: transparent url(../img/homeHeaderBackground1.jpg) no-repeat scroll top left;	}
#header h1.image2 { background: transparent url(../img/homeHeaderBackground2.jpg) no-repeat scroll top left;	}
#header h1.image3 { background: transparent url(../img/homeHeaderBackground3.jpg) no-repeat scroll top left;	}
#header h1.image4 { background: transparent url(../img/homeHeaderBackground4.jpg) no-repeat scroll top left;	}
#header h1.image5 { background: transparent url(../img/homeHeaderBackground5.jpg) no-repeat scroll top left;	}
#header h1.image6 { background: transparent url(../img/homeHeaderBackground6.jpg) no-repeat scroll top left;	}
#header h1.image7 { background: transparent url(../img/homeHeaderBackground7.jpg) no-repeat scroll top left;	}
#header h1.image8 { background: transparent url(../img/homeHeaderBackground8.jpg) no-repeat scroll top left;	}

#header h1 a {
	display: block;
	width: 233px;
	height: 109px;
	padding-left: 48px;
	padding-top: 24px;
	background: transparent url(../img/logo.png) no-repeat scroll bottom right;
}

.kite {
	position: absolute;
	width: 1px; height: 1px;

}
.kite a span{
	display: none;
}
.kite a {
	position: relative;
	display: block;
	width: 111px;
	height: 249px;
	top: -150px;
	right: -830px;
	background: transparent url(../img/kite.png) no-repeat scroll top left;
	z-index: 98;
}

#menu {
	width: 900px;
	height: 28px;
	background: transparent url(../img/menuBackground.gif) no-repeat scroll top left;
	
}
#menu ul {padding-left: 179px; z-index: 99;}
#footer ul {
	margin-top: 20px;
	float: right;
}
#menu ul li, #footer ul li {display: inline; position: relative; line-height: 28px;}
#menu ul li a, #footer ul li a {
	color: #FFF;
	font-size: 8pt;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 28px;
	padding: 5px 10px 5px 0px;
	margin-right: 10px;
	border-right: 1px solid #FFF;
	z-index: 99;
	position: relative;
}
#footer ul li a {
	padding-right: 5px;
	margin-right: 5px;
}
#menu ul li a:hover, #footer ul li a:hover {
	color: #ffc927;
}
#menu ul li.last a, #footer ul li.last a {border: none;}

#menu ul li ul {
	display: none;
	width: 175px;
	padding: 5px;
	background-color: #01a79b;

}
#menu ul li:hover ul, #menu ul li.active ul {
	display: block;
	position: absolute;
	top: 18px;
	left: -10px;
}
#menu ul li ul li {
	display: block;
}
#menu ul li ul li a {
	color: #FFF;
	padding-left: 6px;
	border: none;
}
#contentContainer {
	clear: both;
	width: 900px;
}

#contentContainer #left{
	background-image: url(../img/leftBackground.gif);
	background-repeat: no-repeat;
	
	width: 169px;
	float: left;
}

.specialOffer {

	margin-left: 20px;
}


#leftInner {
	padding-top: 200px;
}

#contentContainer {
	background: transparent url(../img/contentBackground.gif) repeat-y scroll top right;	
}

#contentContainer #content {
	width: 690px;
	background: transparent url(../img/rightBackground.gif) repeat-y scroll top right;
	padding-left: 10px;
	padding-right: 30px;
	padding-top: 5px;
	float: left;
}
#contentContainer #content.hasSide {
	width: 417px;
	padding-right: 0px;
	padding-top: 38px;
	background-image: none;
}
#contentContainer #right{
	background: transparent url(../img/rightBackground.gif) repeat-y scroll top right;
	width: 304px;	
	float: left;
}
#contentContainer #right p {
	margin: 0; padding: 0;
}


#contentContainer #right img {
	max-width: 304px; overflow: hidden;
	float: left; clear: none;
}

#contentContainer #right p, #contentContainer #right p img {
	margin: 0; padding: 0;
}

#content p {
	margin-bottom: 0.5em;
	letter-spacing: 1px;
}
#content ul {
	list-style: disc;
	margin-left: 1em;
	margin-bottom: 0.5em;
}

#content h1, #content h2, #content h3, #content h4, #content h5  {
	color: #ffc924;
	margin-top: 0.5em;
	margin-bottom: 1em;
}
#content h1 {
	font-weight: bold;
	font-size: 1.4em;
	line-height: 1.2em;
}

#content h2 {
	font-weight: normal;
	font-size: 1em;
	color: #6fcadb;
}


#content h3 {
	font-size: 1.1;
}

#contentContainer #content.wide {float: right;}

.contactLeft {
	width: 250px;
	float: left;
}
.contactRight {
	width: 425px;
	float: right;
}

#footer {
	clear: both;
	background: transparent url(../img/footerBackground.png) no-repeat scroll top left;
	width: 900px;
	height: 50px;
}

form {
	
}

form fieldset {
	border: 1px solid #EEE;
	width: 500px;
	margin: 0 auto;
}

form label {
	display: block;
	width: 200px;
	float: left;
}

form div {
	padding-top: 1em;
	clear: both;
}

form .redMe {
	padding-left: 10px;
	color: #900;
}

table.tariff {
	margin-right: 5px;
}

table.tariff td {
	font-size: 10px;
}

table.tariff tr.headings td {
	color: #000;
	text-align: center;
	background-color: #FFF;
}

table.tariff th {
	background-color: #01a89c;
	color: #FFF;
	border-right: 1px solid #FFF;
	padding: 2px;
	text-align: center;
}

table.tariff th.end, table.tariff td.price, table.tariff td.date, table.tariff th.price, table.tariff th.date  {
	border-right: 4px solid #FFF;
}

table.tariff tr td.date, table.tariff tr th.date {

}

table.tariff tr td {
	background-color: #dbf2f6;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	padding: 2px;
	text-align: center;
}
table.tariff tr td.end {
	border-right: 4px solid #FFF;
}
table.tariff tr.alt td {
	background-color: #a6e1dc;
}

.caravans-for-sale #content table tr td {
	border-bottom: 2px solid #DDD;
	padding-top: 1em;
	padding-bottom: 1em;
}
#content iframe {z-index: 99;}
a.newsLink {}


.home p#fadeLeft img {display: block; height: 196px; position: absolute; margin-top: 10px}

