/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

#wrapper_outer { 
	margin: 10px auto;
	background: #7fd1e7 url('images/bg_footer.jpg') left bottom no-repeat;
	width: 912px;
	border: 10px solid #FFF;
	min-height: 600px;
}
#wrapper_columns {
	margin-bottom: 0px;
	overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
	width: 100%
}
#wrapper_left { 
	display: inline;
	color: #333;
	margin: 20px 15px;
	margin-right: 0;
	padding: 0px;
	width: 254px;
	float: left;
	text-align: center;
}
	#nav_left ul {
		margin:0px;
		clear:both;
		padding: 0px;
	}
	#nav_left ul li {
		margin:10px 10px 0px 0px;
		padding: 10px 0px 0px 0px;
		list-style-type: none;
		display:block;
		min-height: 22px;
		background-color: #94d547;
		position: relative;
		text-align: left;
		clear:both;
		width: 246px;
	}
	#nav_left ul li a{
		color: #fff!important;
		font-size: 110%;
		margin: 0px;
		margin-left: 10px;
	}
	#nav_left .selected {
		background-color:#cf4032;
		font-weight:bold;
	}


#wrapper_right { 
	float: right;
	color: #000;
	margin: 10px;
	padding: 10px;
	padding-bottom: 200px;
	width: 610px;
	display: inline;
	position: relative;
	margin-bottom: 60px;
	margin-left: 0px;
	font-size: 1.1em;
}

#wrapper_right a {
	color: black;
	text-decoration: underline;
}

#wrapper_footer { 
	width: auto;
	clear: both;
	color: #333;
	margin: 0px 0px 10px 0px;
	padding: 10px;
}
	#nav_bottom {
		width:auto;
	}
	#nav_bottom ul {
		position:relative;
		float:right;
		padding:0px;
		margin:0px;
	}
	#nav_bottom ul li {
		padding:0px;
		margin:0px;
		list-style-type: none;
		display:inline;
	}
	#nav_bottom .selected {
		color:red;
		font-weight:bold;
	}
	
.polaroids {
	position: absolute;
	right: 25px;
	top: -280px;
}

.header {
	width: 100%;
	height: 153px;
	background: #5491ae;
	display: block;
	position: relative;
}

.header h1 {
	width: 166px;
	height: 80px;
	overflow: hidden;
	display: block;
	background: #5491ae url('images/logo.gif') center center no-repeat;
	text-indent: -10000px;
	padding: 30px 10px 30px 90px;
	float: left;
}

.header .booking_form_dl {
	width: 220px;
	height: 103px;
	overflow: hidden;
	display: block;
	background: #5491ae url('images/booking_form_dl.gif') center center no-repeat;
	text-indent: -10000px;
	float: right;	
	margin: 25px 20px 0 0;
	position: absolute;
	right: 0;
	top: 0;
}	

.header h2 {
	display: none;
}

.do_list {
	list-style-type: none;
}

.do_list li h3{
	float: left;
	width: 200px;
	clear:both;
}

.do_list li ul{
	float: right;
	width: 300px;
}

#gallery_1, #gallery_2 {
	float: right;
	margin: 0 0 20px 20px;
}

#gallery_1 img, #gallery_2 img{
	padding: 5px;
	margin: 10px;
	background: #fff;
}

hr {
	height: 0px;
	border: 0;
	border-top: 1px solid #BCE9FE;
}

.select_img_2, .select_img_1 {
	margin: 0px 10px 10px 10px;
	padding: 10px;
	background-color: #94D547;
	text-align: center;
	color: #FFF;
}

.select_img_2 a, .select_img_1 a {
	color: #FFF!important;
}

.copyright {
	text-align: center;
	margin: 10px;
}

.price_list {
	border: 1px solid #94D547;
	background: #FFF;
	margin: 0 auto;
}

.price_list th{
	width: 150px;
	text-align: left;
	padding: 5px;
}

.price_list td{
	width: 100px;
	padding: 5px;
	border: 1px solid #94D547;
}

.tb_header {
	background: #94D547;
}

.tb_header td {
	padding: 5px;
	color: #FFF;
	font-weight: bold;
}

#gallery_1 p, #gallery_2 p {
	margin: 0 1em 1em 1em;
	font-style: italic;
}

.big_span {
	position: relative;
	width: 300px;
	height: 190px;
	float: right;
	display: block;
}

.index_img {
	position: absolute!important; 
	bottom: 10px; 
	right: 60px; 
	width: 280px;
	height: 251px;
	z-index: 50!important;
}

#wrapper_right h1 {
	height: 28px;
	width: 100%;
	margin: 10px 0 20px 0;
	text-indent: -10000px;
}

#wrapper_right h2 {
	color: #183949;
}

.pg_home_title {
	background: url('images/pg_home_title.gif') top left no-repeat;
}

.pg_caravan_hire {
	background: url('images/pg_caravan_hire.gif') top left no-repeat;
}

.pg_welsh_cottage {
	background: url('images/pg_welsh_cottage.gif') top left no-repeat;
}

.pg_price_list {
	background: url('images/pg_price_list.gif') top left no-repeat;
}

.pg_things_to_do {
	background: url('images/pg_things_to_do.gif') top left no-repeat;
}

.pg_gallery {
	background: url('images/pg_gallery.gif') top left no-repeat;
}

.pg_location {
	background: url('images/pg_location.gif') top left no-repeat;
}