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

/* GENERAL DOCUMENT PROPERTIES */
html
{
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
	width:100%;
}
body
{
	padding:0px;
	margin:0px;
	width:100%;
}
/* END */

/* DROP DOWN MENU CODE */
ul.main-ul
{
	font-family:Arial, Verdana;
	font-size:15px;
	/*
	CHANGE TO 14PX
	*/
	margin:0 auto;
	padding:0;
	list-style:none;
	text-align:center;
}
ul.second
{
	font-family:Arial, Verdana;
	font-size:15px;
	/*
	CHANGE TO 14PX
	*/
	margin:0 auto;
	padding:0;
	list-style:none;
	position:relative;
	z-index:9999;
}

ul.main-ul li.main
{
	display:block;
	position:auto;
	float:left;
	text-align:center;
}
.main
{
	width:160px;
	/* changes width of each box. 
	CHANGE TO 160
	*/
}
li ul
{
	display:none;
	width:160px;
	/*
	CHANGE TO 160
	*/
}
.main a
{
	display:block;
	text-decoration:none;
	color: #ffffff;
	padding: 8px 15px 8px 15px;
	background-image:url(../Images/bg-1.png);
	/* Changes primary background color of menu */
	background-position:bottom;
	background-repeat:repeat-x;
	white-space: nowrap;
	height:17px;
	/* Changes height of main body drop down. */
}
.second a
{
	background-image:url(../Images/bg-4.png);
	border-bottom-style:solid;
	border-bottom-color:#F00;
	border-bottom-width:1px;
	border-left-style:solid;
	border-left-color:#F00;
	border-left-width:1px;
	border-right-style:solid;
	border-right-color:#F00;
	border-right-width:1px;
	z-index:1000;
	text-align:center;
}
.main-ul a:hover
{ 
	background-image:url(../Images/bg-2.png);
	/* Changes color of the roll over. */
	text-decoration:none;
	color: #ffffff;
}
li:hover ul 
{
  	display: block;
  	position: absolute;
}
li:hover li 
{
 	float: none;
	font-size: 12px;
}
.main:hover .maina 
{ 
	background-image:url(../Images/bg-2.png); 
}
.second a:hover
{
	background:url(../Images/bg-3.png);
}
li {
	text-align:left;
}
#semi-left {
	background-image:url(../Images/Semi-left.png);
	background-repeat:no-repeat;
	margin:auto 0;
	margin-left:0%;
	margin-right:100%;
	height:33px;
	width:17px;
}
#semi-right {
	background-image:url(../Images/Semi-right.png);
	background-repeat:no-repeat;
	margin:0 auto;
	margin-right:0%;
	margin-left:100%;
	margin-top:-33px;
	width:17px;
	height:33px;
}
/* DROP DOWN MENU CODE - END */

/* Drop down positioiner code */
#menu_positioner
{
	margin:auto 0;
	width:800px;
	height:33px;
	margin-left:auto;
	margin-right:auto;
	margin-top:-33px;
}
#logo
{
	width:100%;
	height:150px;
	margin:auto 0;
	margin-left:auto;
	margin-right:auto;
	background-color:#C1E0FF;
}
#menu_holder-left {
	width:834px;
	margin:auto 0;
	margin-left:auto;
	margin-right:auto;
}
#menu_holder-right {
	width:800px;
	margin:0 auto;
	margin-left:auto;
	margin-right:auto;
}
#Title {
	font-family:"Monotype Corsiva", arial, verdana;
	font-size:24px;
	color:#FC9;
	width:834px;
	margin: 0 auto;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
	height:32px;
}
#title_bearer{
	background-image:url(../Images/title.png);
	width:486px;
	height:25px;
	float:left;
}
#content_organiser {
	margin-top:-17px;
	background-image:url(../Images/bg-grad-1.png); /* for non-css3 browsers */
	background: -webkit-gradient(linear, left top, left bottom, from(#C1E0FF), to(#FFF)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #C1E0FF,  #FFF); /* for firefox 3.6+ */
	height:33px;
}
#contact {
	width:834px;
	margin:auto 0;
	margin-left:auto;
	margin-right:auto;
	height:100px;
	margin-top:-20px;
}
#contact_content {
	width:200px;
	height:100px;
	margin: 0 auto;
	margin-left:auto;
	margin-right:0px;
}
#home
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}
#mobile
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}
#email
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}
#email a
{
	color:#000;
	text-decoration:none;
}
#email a:hover
{
	color:#CC0000;
	text-decoration:none;
	text-shadow:1px 1px 0px #FFF;
}
/* BODY CSS */

#body_organiser {
	width:800px;
	margin:auto 0;
	margin-right:auto;
	margin-left:auto;
	margin-top:20px;
	font-family:Arial, Helvetica, sans-serif;
}
#paypal {
	width:350px;
	margin:auto 0;
	margin-left:auto;
	margin-right:auto;
}
/* FOOTER CSS CODE */

#footer_container
{
	height:103px;
	width:100%;
	float:none;
	bottom:100%;
	top:auto;
	position:static;
}
#footer_container_success
{
	height:85px;
	width:100%;
	float:none;
	bottom:0px;
	top:auto;
	position:fixed;
}
#footer_gradient
{
	width:100%;
	height:33px;
	background-image:url(../Images/bg-grad-2.png); /* for non-css3 browsers */
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#C1E0FF)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #FFF,  #C1E0FF); /* for firefox 3.6+ */
	height:33px;
}
#footer
{
	background-color:#C1E0FF;
	height:70px;
	width:100%;
	text-align:center;
	position:relative;
}
#footer_menu {
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform:uppercase;
	padding-right:20px;
	color:#999;
}
#footer_menu a {
	text-decoration:none;
	color:#000;
}
#footer_menu a:hover {
	color:#999;
	text-decoration:underline;
}
#footer_disc {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999;
	margin-top:20px;
}
#footer_overflow {
	height:1000%;
	width:100%;
	overflow:hidden;
	background-color:#C1E0FF;
}
/* INDEX CSS */
#infopanel{
	float:left;
	margin-top:20px;
	
}
#bullets{
	width:800px;
	background-image:url(../Images/indexbg.png);
	background-repeat:repeat;
	height:auto;
	padding-top:14px;
}
#finish{
	height:16px;
	width:837px;
	background-image:url(../Images/finish.jpg);
}
#subtitle1{
	margin-left:19px;
	height:25px;
	width:700px;
	background-image:url(../Images/subtitle1.png);
}
#text1{
	width:230px;
	height:auto;
	margin-left:19px;
	margin-top:10px;
	float:left;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#text2{
	width:230px;
	height:204px;
	margin-left:36px;
	margin-top:10px;
	float:left;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#text3{
	width:230px;
	height:204px;
	margin-top:10px;
	margin-left:36px;
	float:left;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#cookies{
	background-image:url(../Images/cookies.png);
	width:113px;
	margin-left:19px;
	margin-top:20px;
	height:25px;
}
#cookies-disclaimer{
	width:762px;
	height:auto;
	margin-left:19px;
	margin-top:10px;
	float:left;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;

}
/* BODY CSS */
#body_content_success p {
	font:Arial, Helvetica, sans-serif;
	size:14px;
}
#body_content_success h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bolder;
	text-transform:uppercase;
}
#body_content_contact p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
}
#body_content_contact a {
	color:#00F;
}
#body_content_contact a:hover {
	color:#F00;
}
#body_content_contact h1
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bolder;
	text-transform:uppercase;
}
#body_content p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}
#body_content a {
	color:#00F;
	text-decoration:underline;
}
#body_content a:hover {
	color:#F00;
}
#body_content h1
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bolder;
	text-transform:uppercase;
}
#body_content h1 a {
	color:#00F;
	text-decoration:underline;
}
#body_content h1 a:hover {
	color:#F00;
}
#body_content_picture p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-decoration:none;
}
#body_content_picture h1
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bolder;
	text-transform:uppercase;
}

#home_text {
	width:800px;
	float:left;
	margin-right:20px;
}
#home_text a {
	color:#00F;
}
#home_text a:hover {
	color:#F00;
}
#home_text a:visted {
	color:#00F;
}

/* PICTURE GALLERY CSS */
#picture_plot1
{
	height:263px;
	width:350px;
	background-image:url(../pictures/indexpictures/plot1.png);
}
#picture_plot104
{
	height:263px;
	width:350px;
	background-image:url(../pictures/indexpictures/plot104.png);
}
#picture_plot111
{
	height:263px;
	width:350px;
	background-image:url(../pictures/indexpictures/plot111.png);
}
#picture_plot138
{
	height:263px;
	width:350px;
	background-image:url(../pictures/indexpictures/plot138.png);
}
#picture_plot153
{
	height:263px;
	width:350px;
	background-image:url(../pictures/indexpictures/plot153.png);
}
#picture_plot9
{
	height:263px;
	width:350px;
	background-image:url(../pictures/indexpictures/plot9.png);
}
#picture0_plot1
{
	height:157px;
	width:214px;
	background-image:url(../pictures/indexpictures/plot1picture.jpg);
}
#picture0_plot104
{
	height:157px;
	width:214px;
	background-image:url(../pictures/indexpictures/plot104picture.jpg);
}
#picture0_plot111
{
	height:157px;
	width:214px;
	background-image:url(../pictures/indexpictures/plot111picture.jpg);
}
#picture0_plot138
{
	height:157px;
	width:214px;
	background-image:url(../pictures/indexpictures/plot138picture.jpg);
}
#picture0_plot153
{
	height:157px;
	width:214px;
	background-image:url(../pictures/indexpictures/plot153picture.jpg);
}
#picture0_plot9
{
	height:157px;
	width:214px;
	background-image:url(../pictures/indexpictures/plot9picture.jpg);
}
#picture0_plot179
{
	height:157px;
	width:214px;
	background-image:url(../pictures/indexpictures/plot179picture.jpg);
}
#picture0_butlins
{
	height:157px;
	width:214px;
	background-image:url(../pictures/indexpictures/butlins.jpg);
}
#picture0_outandabout
{
	height:157px;
	width:214px;
	background-image:url(../pictures/indexpictures/outandabout-index.jpg);
}
#picture_dis_container {
	width:818px;
	margin:0 auto;
}
#text
{
	text-decoration:none;
	border: 0px;
	color:#F00;
}
#text a
{
	text-decoration:none;
	border: 0px;
	color:#CC0000;
}
.clear
{
	clear:left;
}
#picture_snap{
	width:200px;
	text-align:right;
	float:right;
}
#picture_snap_10 {
	width:200px;
	text-align:right;
	float:right;
	margin-top:5px;
}
#picture_snap_left{
	width:200px;
	height:570px;
	text-align:right;
	float:left;
	background-color:#f3f3f3;
	border-top: 2px solid #cfcfcf;
	border-bottom: 2px solid #cfcfcf;
	border-left:3px solid #cfcfcf;
	border-right: 0px solid #cfcfcf;
}
#picture_snap_right{
	width:200px;
	height:570px;
	text-align:right;
	float:right;
	background-color:#f3f3f3;
	border-top: 2px solid #cfcfcf;
	border-bottom: 2px solid #cfcfcf;
	border-left:0px solid #cfcfcf;
	border-right: 3px solid #cfcfcf;
}
#picture_snap_contact{
	width:200px;
	text-align:right;
	float:right;
}
#picture_snap_10 {
	width:200px;
	text-align:left;
	margin-top:5px;
	float:left;
}
#picture_snap_left_top {
	width:200px;
	text-align:left;
	margin-top:0px;
	float:left;
	border-top: 3px solid #cfcfcf;
	border-bottom: 3px solid #cfcfcf;
	border-left:0px solid #cfcfcf;
	border-right: 0px solid #cfcfcf;
	margin-top:15.5px;
}
#picture_snap_left_middle {
	width:200px;
	text-align:left;
	margin-top:0px;
	float:left;
	border-top: 0px solid #cfcfcf;
	border-bottom: 3px solid #cfcfcf;
	border-left:0px solid #cfcfcf;
	border-right: 0px solid #cfcfcf;
}
#picture_snap_left_bottom {
	width:200px;
	text-align:left;
	margin-top:0px;
	float:left;
	border-top: 0px solid #cfcfcf;
	border-bottom: 3px solid #cfcfcf;
	border-left:0px solid #cfcfcf;
	border-right: 0px solid #cfcfcf;
}
#picture_snap_right_top {
	width:200px;
	text-align:left;
	margin-top:0px;
	float:left;
	border-top: 3px solid #cfcfcf;
	border-bottom: 3px solid #cfcfcf;
	border-left:0px solid #cfcfcf;
	border-right: 0px solid #cfcfcf;
	margin-top:15.5px;
}
#picture_snap_right_middle {
	width:200px;
	text-align:left;
	margin-top:0px;
	float:left;
	border-top: 0px solid #cfcfcf;
	border-bottom: 3px solid #cfcfcf;
	border-left:0px solid #cfcfcf;
	border-right: 0px solid #cfcfcf;
}
#picture_snap_right_bottom {
	width:200px;
	text-align:left;
	margin-top:0px;
	float:left;
	border-top: 0px solid #cfcfcf;
	border-bottom: 3px solid #cfcfcf;
	border-left:0px solid #cfcfcf;
	border-right: 0px solid #cfcfcf;
}
a img {
	border:0;
}
/* PICTURE BOTTOM RIGHT CORNER */
li.list {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#picture_container a
{
	width:350px;
	position:relative;
	float:left;
	margin-left:20px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	/* */
	-moz-border-radius:12px;
    -webkit-border-radius:12px;
    -khtml-borderradius:12px;
    border-radius:12px;
	/* */
	border: 1px solid #666;
	background-image:url(../Images/box.png);
	background-position:bottom;
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
	color:#00F;
	text-decoration:none;
}
#picture_container a:hover
{
	color:#F00;
	text-decoration:none;
}
#picture_container a:visted {
	color:#00F;
}
#picture_container_2 a:hover
{
	color:#F00;
	text-decoration:none;
}
#picture_container_2 a:visted {
	color:#00F;
}
#picture_container_2 a
{
	width:350px;
	position:relative;
	float:left;
	margin-top:20px;
	margin-left:20px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	/* */
	-moz-border-radius:12px;
    -webkit-border-radius:12px;
    -khtml-borderradius:12px;
    border-radius:12px;
	/* */
	border: 1px solid #666;
	background-image:url(../Images/box.png);
	background-position:bottom;
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
	color:#00F;
	text-decoration:none;
}
#picture_container_3 a
{
	width:224px;
	position:relative;
	float:left;
	margin-left:20px;
	padding-left:10px;
	padding-right:0px;
	padding-top:10px;
	/* */
	-moz-border-radius:12px;
    -webkit-border-radius:12px;
    -khtml-borderradius:12px;
    border-radius:12px;
	/* */
	border: 1px solid #666;
	background-image:url(../Images/box.png);
	background-position:bottom;
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
	color:#00F;
	text-decoration:none;
}
#picture_container_3 a:hover
{
	color:#F00;
	text-decoration:none;
}
#picture_container_3 a:visted {
	color:#00F;
}
#picture_container_4 a:hover
{
	color:#F00;
	text-decoration:none;
}
#picture_container_4 a:visted {
	color:#00F;
}
#picture_container_4 a
{
	width:224px;
	position:relative;
	float:left;
	margin-top:20px;
	margin-left:20px;
	padding-left:10px;
	padding-right:0px;
	padding-top:10px;
	/* */
	-moz-border-radius:12px;
    -webkit-border-radius:12px;
    -khtml-borderradius:12px;
    border-radius:12px;
	/* */
	border: 1px solid #666;
	background-image:url(../Images/box.png);
	background-position:bottom;
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
	color:#00F;
	text-decoration:none;
}
#own_one {
	width:800px;
	margin:auto 0;
	margin-left:auto;
	margin-right:auto;
}
#middle_container {
	width:350px;
}
/* AVAILABILITY CSS */

#family {
	width:800px;
	height:17px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:rgb( 0, 176, 80);
	text-align:center;
	vertical-align:middle;
}
#adult {
	width:800px;
	height:17px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#F00;
	text-align:center;
	vertical-align:middle;
}
#tba {
	width:800px;
	height:17px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:rgb( 228, 109, 10);
	text-align:center;
	vertical-align:middle;
}
#price {
	width:685px;
	margin:auto 0;
	margin-left:auto;
	margin-right:auto;
}

#details {
	width:685px;
}
#details_ber {
	width:726px;
}
#price_ber {
	width:726px;
	margin:auto 0;
	margin-left:auto;
	margin-right:auto;
}
#avail_container {
	width:300px;
	margin:0 auto;
	margin-left:auto;
	margin-right:auto;
}
#avail_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	width:300px;
	text-align:center;
}
#avail_picture {
	width:600px;
	height:224px;
}
#middle {
	width:500px;
	margin:0 auto;
	height:600px;
}
#gallery
{
	width:678px;
	background-color:#111;
	padding:20px;
	padding-bottom:160px;
	margin:0 auto;
	
}
/* PRICE LIST CSS */

#pricelist {
	width:685px;
	margin:auto 0;
	margin-left:auto;
	margin-right:auto;
}
table, td, th {
	border-color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	border-style:solid;
	border-width:1px;
}
table {
	border-collapse:collapse;
	margin:auto 0;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.date {
	text-align:center;
	background-color:#D2DBE5;
}
.month {
	padding-left:2px;
	background-color:#A5B6CB;
	text-align:left;
}
.booked {
	background-color:#C0C0C0;
}
#availability_fixer{
    padding:10px;
    background:#EFEFEF;
	border:1px solid #999999;
    width:778px;
}
.stick {
    position:fixed;
    bottom:0px;
	margin-top:10px;
}
#availability_fixer p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}
#availability_fixer h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bolder;
	text-transform:uppercase;
}
#availability_fixer a:link {color: #00F; text-decoration: underline; }
#availability_fixer a:active {color: #00F; text-decoration: underline; }
#availability_fixer a:visited {color: #00F; text-decoration: underline;  }
#availability_fixer a:hover {color: #F00; text-decoration: underline; }

/* NEWS FEED CSS */
#newsfeed {width:100%; margin:0 auto; background-image:url(../Images/news-background.png); font:14px Arial, Helvetica, sans-serif}
h2 {font-size:14px; margin:15px 0}
.slider {position:relative; overflow:hidden; height:225px; background:#eef5f6; margin-bottom:20px}
.slidercontent {position:absolute}
.slidercontent .upper {border-bottom:1px solid #9ac1c9}
.section {padding:10px}
.newsslider {position:relative; overflow:hidden; height:50px; width:834px; background-image:url(../Images/news-background.png); margin:0 auto; }
.newsslidercontent {
	position:absolute;
	left: 1px;
	top: 3px;
}
.newssection {padding:10px; height:75px}
#newsfeed a{ color:#F00;}
#newsfeed a:hover { font-style:italic;}
#newsfeed a:visited { color:#F00;}
/* END */

#important_information {
	width:600px;
	border-color:#F00;
	border-style:solid;
	border-width:2px;
	margin:0 auto;
	margin-left:auto;
	margin-right:auto;
	padding:5px;
	padding-left:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
.important_information_title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#F00;
	text-transform:uppercase;
	font-weight:bold;
}
/* AVAILABILIY PAGES */
#availability_text {
	width:800px;
	float:none;
}
#
#pricelist_organiser {
	width:800px;
	margin:auto 0;
	margin-right:auto;
	margin-left:auto;
	margin-top:20px;
	font-family:Arial, Helvetica, sans-serif;
}
#availability_pictures {
	width: 116px;
	float: right;
	text-align:right;
}
#availability_container {
	margin-right:0px;
}
#details h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bolder;
	text-transform:uppercase;	
}
#details p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}
#availability_images {
	width:800px;
	margin: auto 0;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:5px;
}
#availability_images p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}
#availability_images h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bolder;
	text-transform:uppercase;
}
.images {
	float: left;
	margin-right:5px;
}
.end_image {
	float:left;
}
#colour_coding {
	width:800px;
	margin:0 auto;
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
}
#colour_coding p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}
.date_family {
	text-align:center;
	background-color:#D2DBE5;
	color: rgb(0, 176, 80);
	font-family: arial, sans, sans-serif; 
	font-size: 13px; 
}
.date_adult {
	text-align:center;
	background-color:#D2DBE5;
	color: rgb(255, 0, 0);
	font-family: arial, sans, sans-serif; 
	font-size: 13px; 
}
.date_tbc {
	text-align:center;
	background-color:#D2DBE5;
	color: rgb(185, 113, 53);
	font-family: arial, sans, sans-serif; 
	font-size: 13px; 
}
.month {
	padding-left:2px;
	background-color:#A5B6CB;
	text-align:left;
}
.break_family {
	text-align:center;
	color: rgb(0, 176, 80);
	font-family: arial, sans, sans-serif; 
	font-size: 13px; 
}
.break_adult {
	text-align:center;
	color: rgb(255, 0, 0);
	font-family: arial, sans, sans-serif; 
	font-size: 13px; 
}
.break_tbc {
	text-align:center;
	color: rgb(185, 113, 53);
	font-family: arial, sans, sans-serif; 
	font-size: 13px; 
}
#break_special_offers{
	background-image:url(../Images/special-offers.gif);
	background-repeat:repeat;
}
#special_offers{
	width:800px;
	height:17px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	text-align:center;
	vertical-align:middle;
	background-image:url(../Images/special-offers.png);
	background-repeat:repeat;
}
.date2012_family {
	text-align:center;
	background-color:#D2DBE5;
	color: rgb(0, 176, 80);
	font-family: arial, sans, sans-serif; 
	font-size: 13px; 
}
.date2012_adult {
	text-align:center;
	background-color:#D2DBE5;
	color: rgb(255, 0, 0);
	font-family: arial, sans, sans-serif; 
	font-size: 13px; 
}
.date2012_tbc {
	text-align:center;
	background-color:#D2DBE5;
	color: rgb(185, 113, 53);
	font-family: arial, sans, sans-serif; 
	font-size: 13px; 
}
/* events */
#secondary_title {
	font-family:"Monotype Corsiva", arial, verdana;
	font-size:24px;
	color:#FC9;
	width:834px;
	margin: 0 auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
}
#information_container{
	width:800px;
	height:auto;
	margin-bottom:10px;
}
.heading_information{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bolder;
	text-transform:uppercase;
	text-align:center;
	margin-top:-1px;
}
.image_float_left {
	width:300px;
	height:181px;
	position:relative;
	float:left;
	margin-right:10px;
}
#outandabout_text{
	width:486px;
	float:left;
	height:161px;
}
#identifier_cont {
	width:486px;
	height:22px;
	float:left;
	margin-bottom:10px;
}
#identifier_food
{
	width:56px;
	height:22px;
	background-image:url(../Images/out&about/food.png);
	background-repeat:no-repeat;
	margin-right:15px;
	float:left;
}
#identifier_playarea
{
	width:107px;
	height:22px;
	background-image:url(../Images/out&about/play%20area.png);
	background-repeat:no-repeat;
	margin-right:15px;
	float:left;
}
#identifier_recommended
{
	width:143px;
	height:22px;
	background-image:url(../Images/out&about/recommended.png);
	background-repeat:no-repeat;
	margin-right:15px;
	float:left;
}
#identifier_greatdayout
{
	width:149px;
	height:22px;
	background-image:url(../Images/out&about/dayout.png);
	background-repeat:no-repeat;
	margin-right:15px;
	float:left;
}
/* BUTLINS ENTERTAINMENT PAGE CSS */
#b_entertainment_family {
	width:786px;
	border:2px solid rgb(0, 176, 80);
	padding-top:2px;
	padding-bottom:2px;
	padding-left:5px;
	padding-right:5px;
	margin-top:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#b_entertainment_adult {
	width:786px;
	border:2px solid rgb(255, 0, 0);
	padding-top:2px;
	padding-bottom:2px;
	padding-left:5px;
	padding-right:5px;
	margin-top:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#b_entertainment_wwe {
	width:786px;
	border:2px solid #90C;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:5px;
	padding-right:5px;
	margin-top:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#b_entertainment_springharvest {
	width:786px;
	border:2px solid #06F;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:5px;
	padding-right:5px;
	margin-top:20px;
	margin-bottom:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.b_entertainment_header {
	font-weight:bold;
	text-transform:uppercase;
	font-size:14px;
	color: #033;
}
#caravanmap{
	width:800px;
	height:1187px;
	background-image:url(../Images/caravanmap.jpg);
}
#social {
	position:relative;
	width:173px;
	height:32px;
	float:left;
	margin-left:149px;
}
#follow {
	height:32px;
	width:93px;
	background-image:url(../Images/follow.png);
	float:left;
}
#facebook {
	height:32px;
	width:32px;
	background-image:url(../Images/facebook.bmp);
	float:left;
	margin-left:8px;
}
#twitter {
	height:32px;
	width:32px;
	background-image:url(../Images/twitter.bmp);
	float:left;
	margin-left:8px;
}

/* PICTURE GALLERY HEADING */
#pg-description{
	width:530px;
	padding-top:20px;
	margin-bottom:20px;
	margin-right:20px;
	float:left;
}
#pg-description li{
	list-style:inside;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}
#pg-bullets{
	position:relative;
	width:250px;
	padding-top:20px;
	float:left;
}
#pg-bullets li{
	list-style:inside;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000;
}
.testimonial{
	font-weight:bolder;
}
.testimonial-name{
	text-align:right;
	font-weight:bold;
}
.availability-picture-linker{
	width:665px;
	margin:0 67px 0 67px;
	overflow:hidden;
}