﻿@import url('reset.css');
body {
    background: #e9eeff;
    font-family: "lucida sans", arial, sans-serif;
    font-size: 75%;
    line-height: 1.6;
    color: #666;
}
a {
    text-decoration: none;
    color:#056FC9;
}

h1 {
    display: none;
    margin: 15px 0;
}

h1 span {
display: none;
}

h2 {
    color: #056fc9;
    font-family:arial,sans-serif;
    letter-spacing: -1px;
    font-size: 1.8em;
    margin: 10px 0;
    font-weight: 600;

}
h3 {
    color: #056fc9;
    font-size: 1.2em;
}
hr {
    border: none;
    background: #ccc;
    height: 1px;
}
p {
    margin-bottom: 10px;
    
}
.button {
background:url("../images/framework/button-right.png") no-repeat scroll right top transparent;
color:#FFFFFF;
cursor:pointer;
display:block;
float:right;
height:30px;
margin-right:10px;
padding-right:11px;
text-decoration:none !important;
}
.button:hover {
    background-position: right -33px;
}
.button:hover span {
    background-position: 0 -33px;
}

.button span {
background:url("../images/framework/button-left.png") no-repeat scroll 0 0 transparent;
display:block;
height:22px;
line-height:18px;
padding:4px 9px 5px 18px;
text-align:center;
float: right;
text-shadow: 1px 1px 1px #666
}

.button-arrow {
    padding-right:18px;
    background:url("../images/framework/button-arrow.png") no-repeat scroll right top transparent;
}

.button:hover {
    button-position: right -33px;
}
/*layout*/
#wrapper {
    width: 940px;
    margin: 20px auto;

}
#header {
    height: 86px;
    overflow: hidden;
}
.banner {
    float: right;
    margin-top: 10px;
}
#content {
    border: 1px solid #cdcdcd;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px;
    padding: 10px;
    background: #fff;
    float: left;
}
.contentBox {
    padding: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-bottom: 10px;
}
.contentBox h2 {
    margin: 0  0 10px 0;
    line-height: 1;
}
.lightBlue {
    background: #f3f8ff;
}

.blue {
    background: #e3eeff;
}

.column {
    float: left;
    margin-right: 10px;
}
.columnA {
    width:206px;
}
.columnB {
    width: 385px;
    margin-right: 10px;
}
.columnC {
    width: 305px;
    margin-right: 0;

}
.boxImage {
    margin: 0 auto 10px auto;
    display: block;
}
.clearfix:after,
.bookingBox li:after,
.contentBox:after,
#wrapper:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    zoom: 1;
}
/* navigation */
#navigation {
    font-size: 1.2em;
    font-family: arial, sans-serif;
    margin-bottom:10px;
    text-shadow: 1px 1px 1px #000;
    float: left;
}
#navigation li {
    float: left;
    margin: 0 10px 0 0;
    height: 29px;
}
#navigation li div
{
    height: 29px;
    float: left;
}

#navigation li.active .navLeft {
    background: url(../images/framework/button-corners-bg.gif) 0 0;
    width: 3px;
}
#navigation li.active .navRight {
    background: url(../images/framework/button-corners-bg.gif) 10px 0;
    width: 3px;
}
#navigation li.active .navMiddle {
    background: url(../images/framework/nav-bg.gif);
}
#navigation li .navLeft {
    background: url(../images/framework/button-corners-bg.gif) 0 -29px;
    width: 3px;
}
#navigation li .navRight {
    background: url(../images/framework/button-corners-bg.gif) 10px -29px;
    width: 3px;
}
#navigation li .navMiddle {
    background: url(../images/framework/nav-bg.gif) 0 -29px;
}
#navigation li:hover .navLeft,
#navigation li:hover .navMiddle {
    background-position: 0 0;
    
}
#navigation li:hover .navRight {
    background-position: 10px 0;
}
#navigation li .navMiddle a {
    color:#FFFFFF;
    display:block;
    padding:4px 7px;
}
/* About Park Box */
.aboutParkBox ul li{
    list-style-image: url(../images/icons/tick.gif);
    list-style-position: inside;
    margin-bottom: 10px;
}
/* Other Parks */
#parkMap {
    background: url('../images/parks/park-map.jpg');
    width: 199px;
    height:260px;
    margin-right: -10px;
    position: relative;
}
.parkBlob {
    width: 10px;
    height: 10px;
    background: url('../images/parks/park-blob.png');
    display: block;
    position: absolute;
}
/* Special Offers */
.specialOffersList a {
    background:url("../images/icons/big-arrow.gif") no-repeat scroll 338px 8px #FFFFFF;
    border-bottom:5px solid #034985;
    color:#000000;
    display:block;
    margin-bottom:10px;
    padding:10px;
}
.specialOffersList a span {
    color:#056FC9;
}
/* cta */
.cta {
    float: left;
    margin-bottom: 10px;
    margin-right: 0;
}
.cta div {
    width: 699px;
    height:253px;
    /* float: left;*/
}

/*Booking engine*/
.bookingBox li  {
    margin-bottom: 5px;
}


.bookingBox li label {
    float:left;
    margin-right: 10px;
    width:100px;
}

.bookingBox li select {
    float: left;
    cursor: pointer;
}

/* Inner */
p.first-child {
    color: #056ac1;
    font-size: 1.2em;
}

.bodyInner .columnB {
    width: 473px;

}

.bodyInner .columnB h2 {
    color: #333333;
    font-weight: normal;
    font-size: 2em;
}

.bodyInner .columnC {
    float:right;
margin-right:0;
width:219px;
}

.bodyInner .columnC span.linkHeader {
    font-size: 1em;
    color: #333;
    font-weight: bold;
}

.innerPic {
    float: right;
    margin-left: 10px;
}

.specialOffersBox .specialOffersList a {
background:url("../images/icons/arrow-lightblue.gif") no-repeat scroll 186px 8px #F3F8FF;
border-bottom:5px solid #8da7d2;
color:#000000;
display:block;
margin-bottom:10px;
padding:10px;
}

.specialOffersBox .specialOffersList p {
    margin: 0;
}
/*About Page*/
h1.titleAboutThePark {
    background: url(../images/header/about-the-park.jpg);
    width: 246px;
    height: 30px;
    display: block;
    margin-bottom: 20px;
}

h1.titleAboutThePark span {
    display: none;
}



/*footer*/
#footer {

    background:none repeat scroll 0 0 #8DA7D2;
float:left;
padding:10px;
width:900px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
color: #fff;
}
#footerAddress {
    float: left;
    margin-right: 20px;
}
#footer ul {
    padding-top:25px;
}
#footer ul li {
    float: left;
    margin-right: 10px;

}
#footer ul li a {
    color: #fff;
}
h1.titleCamping {
	background: url('../images/header/touringandcamping.gif');
	width: 246px;
	height: 30px;
	display: block;
	margin-bottom: 20px;
	background-repeat: no-repeat;
}
h1.CaravanSales {
	background: url('../images/header/caravansales.jpg');
	width: 246px;
	height: 30px;
	display: block;
	margin-bottom: 20px;
	background-repeat: no-repeat;
}
h1.ContactUs {
	background: url('../images/header/contactus.jpg');
	width: 246px;
	height: 30px;
	display: block;
	margin-bottom: 20px;
	background-repeat: no-repeat;
}
h1.offers {
	background: url('../images/header/specialoffers.jpg');
	width: 246px;
	height: 30px;
	display: block;
	margin-bottom: 20px;
	background-repeat: no-repeat;
}
