
/* default styles */
html {
	height: 101%;
}

body {
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-family: arial;
	font-size: 80%;
	color: #333;
}

img {
	display: block;
	border: none;
}

form {
	padding: 0px;
	margin: 0px;
}

p {
	padding: 0px 0px 15px 0px;
	margin: 0px;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0px;
	margin: 0px;
	color: #333;
}

h1 { font-size: 1.5em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.1em; }
h4 { font-size: 1.0em; }
h5 { font-size: 0.9em; }
h6 { font-size: 0.8em; }

a:link, 
a:visited,
a:hover,
a:active { 
	color: #006699;
	background-color: #fff;
}

a:hover {
	text-decoration: none;
}

ul {
	padding: 0px 0px 0px 32px;
	margin: 0px;
}

li {
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

/* Header styles */
#headerContainer {
	background: url('/images/header-bg.jpg') repeat-x;
	color: #fff;
	padding-top: 15px;
}

#header {
	width: 980px;
	text-align: left;
	margin: 0 auto;
}

#logo {
	float: left;
	padding-bottom: 15px;
}

#logo h1 {
	font-size: 1.0em;
	padding: 0px 0px 0px 2px;
	margin: 0px;
	color: #fff;
}

#topBanner {
	float: right;
}

/* Top Tabs */
#navTabs { }
#navTabs ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#navTabs ul li {
	display: inline;
}

#navTabs ul li a {
	float: left;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	background-image: url('/images/navTabRight.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	margin-right: 3px;
}

#navTabs ul li a span {
	background-image: url('/images/navTabLeft.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	display: block;
	padding: 8px 15px 5px 15px;
}

#navTabs ul li a#tabActive {
	background-image: url('/images/navTabRightOn.jpg');
}

#navTabs ul li a#tabActive span {
	background-image: url('/images/navTabLeftOn.jpg');
}

#navTabs ul li a:hover {
	color: #fff;
}

#navTabs ul li a#tabActive:hover {
	color: #000;
}	

/* Content Styles */
#contentContainer {
	width: 980px;
	text-align: left;
	margin: 0 auto;
}

#contentInner {
	margin: 20px 0px 0px 0px;
}

#leftCol {
	float: left;
	width: 160px;
}

#middleCol {
	float: left;
	width: 660px;
}

#middleColInner {
	padding: 0px 20px;
}

#rightCol {
	float: left;
	width: 160px;
}

.leftMenu {
	font-size: 0.9em;
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 16px 0px;
}

.leftMenu li {
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 0px;
}

.leftMenu li a {
	text-decoration: none;
	display: block;
	width: 160px;
	padding: 4px 0px;
	color: #000;
	background: #efefef;
	background-image: url('/images/leftnav-bg.jpg');
}

.leftMenu li a:hover {
	color: #000;
	background: #efefef;
	background-image: url('/images/leftnavhov-bg.jpg');
}

.leftMenu li span {
	padding: 0px 10px;	
	display: block;
}

.leftMenu li a:visited {
	color: #000;
}

.sideNavHeader {
	font-size: 1.0em;
	font-weight: bold;
	padding: 5px 10px;
	color: #000;
	background-color: #fe8f00;
	background-image: url('/images/regionsHeader.jpg');
	background-repeat: no-repeat;
	background-position: top;
}

/* breadcrumb */
#breadcrumb {
	padding-bottom: 15px;
	font-size: 0.9em;
}

#breadcrumb ul {
	padding: 0px;
	margin: 0px;
}

#breadcrumb ul li {
	display: inline;
}

#breadcrumb ul li a {
	background: url(/images/breadcrumbArrow.jpg) no-repeat center right;
	padding-right: 12px;
	margin-right: 4px;
}

/* Categories List */
#categoryListTop, #advertisingTop {
	background: url(/images/categoryListTop.jpg) no-repeat;
	height: 8px;
	line-height: 0px;
	font-size: 0px;
}

#categoryListBottom, #advertisingBottom {
	background: url(/images/categoryListBottom.jpg) no-repeat;
	height: 8px;
	line-height: 0px;
	font-size: 0px;
	margin-bottom: 15px;
}

#categoryList, #advertisingBg {
	width: 620px;
	background-color: #efefef;
	background: url(/images/categoryBorder.jpg) repeat-y center top;
}

#categoryListInner, #advertisingInner {
	padding: 0px 8px;
}

#categoryListHeader {
	margin-bottom: 5px;
}

#categoryList ul {
	margin: 0px;
	padding: 0px;
}

#categoryList ul li {
	float: left;
	width: 200px;
	list-style-type: none;
}

#categoryList ul li a, #categoryList a, #advertisingBg a {
	background-color: #efefef;
}

.section {
	margin-bottom: 15px;
}

.sectionInner {
	background: url(/images/sectionBorder.jpg) repeat-y center top;
	border-bottom: 1px solid #ccc; 
	padding: 10px 10px 12px 10px;
}

.sectionRight {
	margin-bottom: 15px;
}

/* Heading Styles */
.sectionHeader {
	position: relative;
	font-size: 1.2em; 
	color: #333;
	background: url(/images/snippetHeader.jpg) no-repeat; 
	padding: 8px 10px; 
	background-color: #ccc;
}

/* advert snippet */
.advertSnippet {
	width: 620px;
}

.advertSnippetInner {
	background: url(/images/sectionBorder.jpg) repeat-y center top;
	border-bottom: 1px solid #ccc; 
	padding: 5px 8px 6px 8px;
}

.advertSnippetImage {
	float: left; 
	width: 90px;
}

.advertSnippetDetails {
	float: left;
}

.advertSnippetBtn {
	float: right; 
	text-align: right; 
	width: 180px;
}

.advertSnippetRefNum {
	padding-bottom: 5px;
}

/* Advert */
#advertTopHeader {
	float: left;
	width: 460px;
	margin-bottom: 15px;
}

#advertRefNum {
	float: left;
	width: 160px;
	text-align: right;
}

.advertHeader {
	margin-bottom: 5px;
}

#advertDetails {
	width: 598px;
}

#advertDetailsLeft {
	float: left; 
	width: 192px;
}

#advertDetailsRight {
	float: left; 
	width: 406px;
}

.advertDivider {
	margin: 5px 0px 15px 0px;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	border-top: 1px dotted #ccc;
}

#advertEmailForm {
	width: 598px; 
	border: 1px solid #ccc; 
	color: #000;
	background-color: #efefef;
}

#advertEmailFormInner {
	padding: 8px;
}

.advertFormRow {
	width: 568px;
	margin-bottom: 2px;
}

.advertFormLeft {
	float: left;
	width: 108px;
}

.advertFormRight {
	float: left;
	width: 460px;
}

#userName, #userEmail, #userEnquiry {
	width: 450px;
}

#advertSiteFeatures {
	width: 600px;
	margin-bottom: 5px;
}

.advertSitefeatures {
	/*position: relative; */
	float: left; 
	width: 196px; 
	height: 28px; 
	margin-bottom: 2px; 
	background-color: #efefef; 
	border-right: 4px solid #fff;
}

.advertSitefeaturesImg {
	float: left; 
	width: 35px;
}

.advertSiteFeaturesImg img {
	display: inline;
}

.advertSitefeaturesText {
	float: left; 
	padding-top: 5px;
}

.mapLinkContainer {
	width: 400px;
}

.contactDetailsContainer {
	width: 600px;
}


/* Advert Tab styles */
#advertTabs ul {
	padding: 0px;
	margin:	0px;
	float: left;
}

#advertTabs ul li {
	pointer: cursor; 
	display: block; 
	position: relative; 
	float: left; 
	border-bottom-width: 0 !important; 
	margin-right: 4px;
	padding: 0;
}

#advertTabs ul li a {
	float: left;
	background: url(/images/altTabLeft.jpg) no-repeat;
	padding-left: 10px;
}

#advertTabs ul li a span {
	font-weight: bold;
	display: block;
	padding: 10px 10px 10px 0px;
	background: url(/images/altTabRight.jpg) no-repeat top right;
}

#advertTabs ul li a:hover {
	text-decoration: none;
}

#advertTabs ul li.ui-tabs-selected a {
	text-decoration: none;
	color: #000;
	background: url(/images/altTabLeftOn.jpg) no-repeat top left;
}

#advertTabs ul li.ui-tabs-selected a span {
	background: url(/images/altTabRightOn.jpg) no-repeat top right;
}

#advertTab1, #advertTab2, #advertTab3 {
	position: relative;
	background: url(/images/sectionBorder.jpg) repeat-y center top;
	border-bottom: 1px solid #ccc;
	padding: 10px;
}

#advertTopLine {
	border-top: 1px solid #ccc; 
	margin-top: -2px; 
	line-height: 0px; 
	height: 0px; 
	font-size: 0px;
}

#advertTabs ul li a:focus {
	outline: none;
}

/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-nav li a, 
.ui-tabs.ui-tabs-collapsible 
.ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } 
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }

/* Advert Gallery */
#gallery {
	width: 598px;
}

/*#galleryInner { padding: 8px; } */

#galleryPhoto {
	float: left; 
	width: 462px;
}

#galleryPhotoHolder {
	width: 452px;
	height: 339px;
}

#galleryThumbnails {
	float: left; 
	width: 135px;
}

#galleryThumbnails img {
	display: block;
	margin-bottom: 8px;
	width: 135px;
	height: 101px;
}

#galleryPhotoCaption {
	padding-top: 4px;
	font-weight: bold;
}

/* Sliding Doors Btn */
.slidingDoorsBtn, .slidingDoorsGreyBtn {
	float: left; 
	padding-left: 8px; 
	background: url(/images/btnLeft.jpg) no-repeat left top; 
	color: #000; 
	font-weight: bold; 
	text-decoration: none;
}

.slidingDoorsBtnInner, .slidingDoorsGreyBtnInner {
	display: block; 
	color: #000; 
	padding: 5px 10px 10px 0px; 
	background: url(/images/btnRight.jpg) no-repeat right top;
}

a.slidingDoorsBtn:hover span {
	color: #fff;
}

.slidingDoorsRight {
	float: right;
}

.slidingDoorsGreyBtn {
	background: url(/images/btnLeftGrey.jpg) no-repeat left top; 
}

.slidingDoorsGreyBtnInner {
	background: url(/images/btnRightGrey.jpg) no-repeat right top; 
}

/* footer */
#footer {
	width: 980px;
	padding-bottom: 50px;
}

#footerLeft {
	float: left;
	width: 490px;
}

#footerRight {
	float: left;
	width: 490px;
	text-align: right;
}

/* sitemap */
.sitemap {
	padding-bottom: 10px;
}

.sitemapHeader {
	border: 1px solid #ccc; 
	padding: 5px; 
	margin-bottom: 5px; 
	background-color: #efefef;
}

/* Caravan Advertising */
.caravanAvertising {
	width: 600px;
}

.caravanAvertisingLeft {
	float: left;
	width: 164px;
}

.caravanAvertisingRight {
	float: left;
	width: 436px;
}

.caravanAdvertisingSection {
	padding: 10px;
	background-color: #efefef;
	color: #000;
	margin-bottom: 10px;
}

.bigText {
	font-size: 1.7em;
}

/* Contact page */
.exclamation {
	color: #000;
	background-color: #efefef;
	background-image: url('/images/exclamation.jpg');	
	background-repeat: no-repeat;
	background-position: 8px center;
	padding: 20px 16px 20px 48px;
	margin-bottom: 15px;
}

#formOuter {
	border: 1px solid #ccc;
	padding: 5px;
	background-color: #efefef;
}

#enquiryForm {
	width: 578px;
	padding: 0px; 
	margin: 0px;
	background-color: #efefef;
}

.enquiryFormRow {
	padding: 0px 5px 2px 5px;	
}

.enquiryFormLeft {
	float: left; 
	width: 120px;	
}

.enquiryFormRight {
	float: left; 
	width: 436px;	
}

#enquiryName, #enquiryEmail, #enquiryText {
	width: 430px;	
}

#formMsg {
	margin-bottom: 10px;
}

#formErrorMsg {
	border: 1px solid #feaf14;
	background-color: #fed685;
	padding: 8px;
	color: #000;
}

#formErrorTitle {
	padding-bottom: 5px;
}

/* Advert Apply Form */
#applyForm {
	width: 578px;
	padding: 0px; 
	margin: 0px;
	background-color: #efefef;
}

.applyFormRow {
	padding: 0px 5px 2px 0px;	
}

.applyFormLeft {
	float: left; 
	width: 190px;	
}

.applyFormRight {
	float: left; 
	width: 366px;	
}

#userTitle, #forename, #surname, 
#postCode, #telephone, #mobile, 
#email, #siteAddress, #plotNumber, 
#berth, #bedrooms, #dimensions,
#address, #siteAddress, #caravanDescription {
	width: 350px;
}

/* For clearing floats */
.clearBoth { 
	clear: both;
	line-height: 0px;
	height: 0px;
	font-size: 0px;
}