/* The Dome Garden CSS Document */

/*
ColorScheme 

Dark Green:			#0D3C03;
Dark Green:			#1E4516;
mid Green:			#175C08;
light Green:		#4BAD37;
lighest Green:		#65AD56;

Dark Turquoise:		#06453C;
Dark Turquoise:		#1F5049;
mid Turquoise:		#146A5E;
light Turquoise:	#47B4A5;
lighest Turquoise:	#64B4A9;

Dark Red:			#450309;
Dark Red:			#50191E;
mid Red:			#6A0913;
light Red:			#B93945;
lightest Red:		#B55A63;

V dark purple		#240118;
Dark purple			#2A0C1F;
mid purple			#380325;
light purple		#9B2D75;
V light purple		#9B4A7F;

V dark brown		#2F1401;
dark brown			#361F0F;
mid brown			#482004;
light brown			#A35F2F;
lightest brown		#A3714E;

Dark Blue			#24447A;
light Blue			#9AB3DD;
V. Light Blue		#ACBEDD;
light light Blue	#48968B;
					
					
*/


html, body, ul, h1, h2, h3, h4, h5, h6, p, div { 
	font-size: 100%; 
	font-family: Verdana, Arial; 
	font-weight: normal; 
	line-height: 1em;  
	}

body {
	background: #BFD094; 
	margin: 0; 
	padding: 0; 
	}

a:link{ text-decoration: none; }
	
a:focus { outline: none; }
	
	.link {
		background: #9AB3DD;
		color: #06453C;
		text-decoration: none;
		}
		
		.link:hover {
			background: #BFD094;
			color: #fff;
			}
			
	.redlink {
		color: #B53945;
		text-decoration: none;
		font-weight: bold;
		}
		
		.redlink:hover {
			color: #fff;
			}				

#navigation { 
	height:32px;
	width: 100%;
	z-index: 2;
	background-color: #CBE8C2;
    min-width: 1024px;
	clear: both;
	}

	#navigation ul { 
		height: 30px;
		list-style: none;
		padding: 0;
		margin: 0;
        min-width: 900px;
		}

	#navigation ul li { 
		float: left;
		clear: none;
		display: inline;
		padding: 0;
		margin: 0;		
		}	
		
		#navigation ul li a:visited {
			padding: 0;
			margin: 0;
			border: none;
			}	
		
#logo {
	height: 40px;
	width: 100%;
    min-width: 1024px;	
	background: #06453C;
	margin: 0;
	padding: 0;
	clear: both;
	filter:alpha(opacity=90);
	opacity: 0.9;
	}
	
#logo_image {
	width: 460px;
	height: 40px;
	float: left;
	clear: none;
	display: inline;
	margin: 0;
	padding: 0;
	}	
	
#contact_info {
	width: 320px;
	height: 40px;
	float: right;
	clear: none;
	display: inline;
	background: #1F594D;
	font-size: 0.8em;	
	line-height: 40px;
	padding: 0 20px;
	margin-right: 40px;	
	}
	
html>body #contact_info {
	*height: 42px;
	*line-height: 42px;	
	}	

	#contact_info strong { 
		color: #CBE8C2;
		} 
		
		#contact_info a:link, a:visited { 
			color: #FFFFFF;
			font-weight: bold;
			text-decoration: none;
			padding: 0 20px 0 0; 
			}
		
		#contact_info a:hover { 
			color: #CBE8C2;
			text-decoration: none;
			padding: 0 20px 0 0; 
			}		
	
/* #booking { 
	position: absolute; 
	left: 100%; 
	top: 30px; 
	margin: 0 0 0 -200px; 
	padding: 0; 
	}
	
#booking img { 
	border: 0; 
	}	
		
#phone {
	background-color: #ffffff;
	width: 20%;
	height: 60px;
	float: right;
	clear: none;
	color: #000000;
	z-index: 3;
	text-align: right;
	min-width: 250px;
	}

	#phone h1 { 
		float: right; 
		padding: 10px 0 0 0; 
		font-size: 1.5em; 
		font-weight: bold; 
		color: #400;
		} */

#container_home {
	width: 980px;
	height: 520px;
	margin: 40px 0 0 0;
	clear: both;
	}
	#container_home h1 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		color: #fff;
		font-weight: bold;
		line-height: 150%; 
		padding: 9px 0 0;
		margin: 0;	
		}
		#container_home p { 
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #fff;
			font-weight: bold;
			line-height: 150%; 
			padding: 9px 0 0;
			margin: 0;
			}	
	
	#container_home .messagebox {
		width: 367px;
		height: 520px;
		background: #450309;
		-moz-border-radius-bottomleft: 13px;
		-moz-border-radius-topright: 13px;
		-moz-box-shadow: 0 0 25px #000000;
		-webkit-border-bottom-left-radius: 13px;
		-webkit-border-top-right-radius: 13px;
		-webkit-box-shadow: 0 0 25px #000000;
		border: solid 2px #FFFFFF;
		float: left;
		clear: none;
		display: inline;
		margin: 0 0 0 20px;
		padding: 25px 40px 23px 39px;
		-moz-opacity:0.9;
		opacity: 0.9;
		filter: alpha(opacity=90);
		}
		#container_home .message {
			width: 355px;
			height: 202px;
			padding: 0;	
			margin: 0;
			border-left: solid 1px #FFF;
			}
			#container_home .comesee {
				margin: 7px 0;
				}
				#container_home p a:link, a:visited {
					color: #b55a63;
					text-decoration: none;
					padding: 0 2px;
					}
					#container_home p a:hover {
						color: #fff !important;
						}
		
		#container_home img {
    		cursor: pointer;
			}
		
		#container_home .more {
			position: absolute;		
			margin: 286px 0 0 284px;
			*margin: 286px 0 0 -575px;
			width:150px;
			-moz-box-shadow: 0 0 25px #000000;
			-webkit-box-shadow: 0 0 25px #000000;
			}	
		
		#container_home .availability {
			width: 360px;
			height: 180px;
			background: #b53945 url(../media/content/availabilitybak.png) 0 0 no-repeat;
			-moz-border-radius-bottomright: 13px;
			-moz-border-radius-topleft: 13px;
			-moz-box-shadow: 0 0 25px #000000;
			-webkit-border-bottom-right-radius: 13px;
			-webkit-border-top-left-radius: 13px;
			-webkit-box-shadow: 0 0 25px #000000;
			border: solid 2px #FFFFFF;
			float: left;
			clear: none;
			display: inline;
			margin: 20px 0 0 20px;
			padding: 145px 20px 0;			
			}
			#container_home .availability ul {
				list-style: none;
				margin: 0;
				padding: 0;
				}
				#container_home .availability li {
					font-size: 13px;
					color: #450309;
					font-weight: bold;
					line-height: 140%;
					}							

		#container_home .halfterm {
			width: 270px;
			height: 170px;
			float: left;
			clear: none;
			display: inline;
			margin: 20px 0 0 20px;
			padding: 0 20px 0;			
			}


#container {
	width: 980px;
	height: 500px;
	margin: 40px 0 30px 0;
	clear: both;
	}

#container .box {
		width: 916px;
		height: auto;
		float: left;
		-moz-border-radius-bottomleft: 13px;
		-moz-border-radius-topright: 13px;
		/*-moz-box-shadow: 0 0 25px #000000; */
		-webkit-border-bottom-left-radius: 13px;
		-webkit-border-top-right-radius: 13px;
		/*-webkit-box-shadow: 0 0 25px #000000;*/
		border: solid 2px #FFFFFF;
		margin: 20px 0 0 30px;
		padding: 20px 15px;
		}
		
		.domegarden {
			background: #450309;
			}
	
		.sweetdome {
			background: #06453C url(../media/content/chickens.jpg) 0 20px no-repeat;
			}
	
		.edge {
			background: #1F5049 url(../media/content/jump.jpg) 0 20px no-repeat;
			}

		.food {
			background: #482004;
			}
			
		.fire{
			width: 315px !important; 
			height: 250px; 
			background: url(../media/content/fire_back.jpg) 0 0 no-repeat; 
			padding: 10px;
			}	
			
		#priceguide {
			width: 920px;
			height: auto;
			float: left;
			margin: 0 0 0 30px;
			padding: 0;
			}
			
			#priceguide .dates { 
				width: 440px; 
				margin: 10px 0 0 0; 
				float: left; 
				clear: none;
				display: inline; 
				}
			
			#priceguide .prices { 
				width: 440px; 
				margin: 10px 0 0 20px; 
				float: left; 
				clear: none;
				display: inline; 
				padding-bottom: 40px;
				}
			
			#priceguide table {
				font-size: 0.7em;
				color: #FFFFFF;
				margin: 0;
				padding: 0;
				}
	
		#priceguide table th {
			font-size: 1.3em;
			color: #9B4A7F;
			text-align: left;
			padding-bottom: 9px;
			border-bottom: solid 1px #9B4A7F;
			}

		#priceguide table td {
			padding: 3px 5px;
			border-bottom: solid 1px #9B4A7F;
			}
	
		#priceguide table .bold {
			font-size: 1em;
			font-weight: bold;
			}
			
			#priceguide table .nights {
				font-size: 0.8em;
				font-weight: 400;
				}
	
		#priceguide table .blank {
			height: 10px;
			border: none;	
			}
			.season {
				width: 119px;
				font-weight: bold;
				border-right: 1px solid #9B4A7F;
				}	
			.green {
				background: #9BD275;
				}
			.blue {
				background: #64B4A9;
				}
			.red {
				background: #B55A63;
				}
			.darkred {
				background: #B53945;
				}				
			.lightblue {
				background: #9AB3DD;
				}
			.darkblue {
				background: #24447A;
				}
							
	#priceguide p {
		font-size: 0.7em;
		line-height: 160%;
		color: #FFFFFF;
		margin: 2px 0;
		padding: 2px 0;
		display: block;
		}												
	
/* .bookingpage {
	visibility: visible;
	}	*/
	
#container_terms {
	width: 850px;
	height: 900px;
	margin: 40px 0 30px 30px;
	clear: both;
	}	
	
#container_terms h2 {
	color: #FFFFFF;
	}	
	
	
#container_terms  .navcol {
	width: 210px;
	float: left;
	clear: none;
	display: inline;
	background: #38182D;
	margin: 10px 20px 0 0;
	padding: 10px;
	}
	
.navcol ul {
	list-style: none;
	margin: 0;
	padding: 0;	
	}	
	
	.navcol li {
		font-size: 0.75em;
		line-height: 1.8em;
		color: #FFFFFF;
		}
		
	.navcol li a{
		color: #ADA0A8;
		text-decoration: none;
		}
		
	.navcol li a:hover {
		color: #9B4A7F;
		}			
	
#container_terms  .navtext {
	width: 550px;
	float: left;
	clear: none;
	display: inline;
	}
	
#terms  {
	width: 550px;
	color: #fff;	
	padding: 0;
	padding-bottom: 30px;
	}				
	
	#terms p {
		font-size: 0.75em;
		line-height: 1.5em;
		color: #fff;
		margin: 5px 0;	
		padding: 5px 0;
		}
		
	#terms ul {
		list-style: none;
		margin: 0;
		padding: 0;
		}
		
	#terms li {
		font-size: 0.75em;	
		line-height: 1.5em;
		padding-left: 20px;
		margin: 3px 0;
		}

	#terms .heading {
		font-size: 1.2em;
		font-weight: bold;
		display: block;
		}
		
	#terms .bold {
		font-size: 1.1em;
		font-weight: bold;
		display: block;
		}		
	
#local, #concept, #no_book, #glamping {
	width: 916px;
	height: 600px;
	margin: 20px 0 0 30px;
	padding: 0;
	}
	
#concept {
	background: url(../media/content/concept_figure.png) 410px 0px no-repeat;
	}
	#concept_image {
		cursor: pointer;
		}
		#concept .text {
			width: 410px;
			height: 400px;
			padding: 0 0 55px 0;
			}				
			#concept .text p {
				font-size: 0.7em;
				line-height: 160%;
				color: #FFFFFF;
				margin: 2px 0;
				padding: 2px 0;
				}
		
		#subnavigation {
			height:28px;
			width: 100%;
			min-width: 1024px;
			background-color: #1F594D;
			min-width: 900px;
			clear: both;
			}
			#subnavigation ul { 
				height: 30px;
				list-style: none;
				padding: 0 20px;
				margin: 0;
        		min-width: 900px;
				}
				#subnavigation ul li { 
					float: left;
					clear: none;
					display: inline;
					padding: 0;
					margin: 0;		
					}	
					#subnavigation ul li a:visited {
						padding: 0;
						margin: 0;
						border: none;
						}	
		
#eco {
	background: url(../media/content/eco_butterfly.png) 450px 0px no-repeat;
	width: 980px;
	height: 500px;
	margin: 0 0 30px 30px;
	clear: both;
	}	
	#eco .text {
		width: 410px;
		height: 400px;
        padding: 0 0 55px;
		}		
		#eco .text p {
			font-size: 0.7em;
			line-height: 160%;
			color: #FFFFFF;
			margin: 2px 0;
			padding: 2px 0;		
			}
		
#dangerous {
	background: url(../media/content/dangerous_boy.jpg) 450px 0px no-repeat;
	width: 980px;
	height: 600px;
	margin: 0 0 30px 30px;
	clear: both;
	}	
	#dangerous .text {
		width: 410px;
		height: 400px;
        padding: 0 0 55px;
		}		
		#dangerous .text p {
			font-size: 0.7em;
			line-height: 160%;
			color: #FFFFFF;
			margin: 2px 0;
			padding: 2px 0;		
			}	
		
#beginnings {
	background: url(../media/content/igloo.jpg) 450px 0px no-repeat;
	width: 980px;
	height: 600px;
	margin: 0 0 30px 30px;
	clear: both;
	}	
	#beginnings .text {
		width: 410px;
		height: 400px;
        padding: 0 0 55px;
		}		
		#beginnings .text p {
			font-size: 0.7em;
			line-height: 160%;
			color: #FFFFFF;
			margin: 2px 0;
			padding: 2px 0;		
			}
			
/*** Glamping ***/
	
#glamping {	 
    width: 900px;
    height: auto;	   
	clear: both;
    margin: 0 0 20px 30px;
	padding: 0 0 20px;
	}
	#glamping h1, h2 {
		margin: 0;
		padding: 0;
		}
		#glampingtitle {
			width: 185px;
			height: 45px;
			display: block;
			border: 0;
			text-indent: -9999px;
			background: url(../media/glamping/glamping_title.png) 0 0 no-repeat;
			} 
			#glampingsubtitle {
				width: 850px;			
				height: 45px;
				display: block;
				border: 0;
				text-indent: -9999px;
				background: url(../media/glamping/glamping_subtitle.png) 0 0 no-repeat;
				}		
			#glamping .textbox {
				width: 270px;
				float: left;
				clear: none;
				display: inline;
				margin: 15px 30px 20px 0;
				}
				#glamping .textbox p {	
					font-size: 0.750em;
					line-height: 1.5em;
					color: #FFFFFF;
					margin: 0.5em 0;
					padding: 0;
					}
					#glamping a:link, a:visited {
						color: #64b4a9;
						text-decoration: none;
						font-weight: bold;
						}
						#glamping a:hover {		
							color: #fff;
							}
							
#columnfooter {
	width: 890px;
	height: 33px;
	clear: both;
	background: url(../media/glamping/column_footer.png) 0 0 no-repeat;
	margin: 0 0 20px;
	}											

.clear { height: 1px; clear: both; }

/** Autumn breaks **/

#autumntitle {
	width: 400px;
	height: 50px;
	display: block;
	border: 0;
	text-indent: -9999px;
	background:	url(../media/autumn/autumn_breaks.png) 0 0 no-repeat;
	} 
	#autumnsubtitle {
		width: 620px;			
		height: 70px;
		display: block;
		border: 0;
		text-indent: -9999px;
		background: url(../media/autumn/half-term.png) 0 0 no-repeat;
		}
		#autumnfooter {
			width: 890px;
			height: 70px;
			clear: both;
			background: url(../media/autumn/autumn_breaks_footer.png) 0 0 no-repeat;
			margin: 0 0 20px;
			}

.imagebox {
	width: 900px;
	height: 340px;
	display: block;
	border: 1px solid #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px; 	
	float: left;
	position: relative;
	margin: 20px 0;
	}
	.window { height:340px;	width: 900px; overflow: hidden; position: relative; }
		.image_reel { position: absolute; top: 0; left: 0; }
			.image_reel img { float: left; }

.paging {
	width: 133px; 
	height:33px;
	position: absolute;
	bottom: 40px; right: 0;
	background: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;	
	text-align: center;
	line-height: 33px;
	z-index: 100;
	display: none;
	}
	.paging a {padding: 5px; color: #ff6600; text-decoration: none;}
		.paging a.active {font-weight: bold; background: #1E4516;}
			.paging a:hover {color: #000;}

#local .heading {
	width: 900px;
	height: 120px;
	display: block;
	}
	#local .content {
		float: left;
		clear: none;
		}	
		#local .textbox {
			width: 270px;
			float: left;
			clear: none;
			display: inline;
			margin-right: 30px;
			}
			#local .textbox p {	
				font-size: 0.7em;
				line-height: 160%;
				color: #FFFFFF;
				margin: 2px 0;
				padding: 2px 0;
				}
				#local .calmdown {
					width: 500px;
					}

#left {
		width: 120px;
		height: 400px;
		float: left;
		clear: none;
		display: inline;
		z-index: 1;
		}
		
.leftbackred {
	background: url(../media/content/dome_outline.png) right top  no-repeat;
	}
	
#right {
		border-left: 1px solid #FFFFFF;
		width: 760px;
		height: 420px;
		float: left;
		clear: none;
		display: inline;
		z-index: 1;
		color: #FFFFFF;
		padding: 0 15px;
		}
		#right .col1 {
			width: 365px;
			float: left;
			clear: none;
			display: inline;
			margin:  0 0 20px;		
			}			
			#right .col2 {
				width: 365px;
				float: left;
				clear: none;
				display: inline;
				margin:  0 0 20px 20px;
				}

.note {
	font-size: 10px;
	font-weight: bold;
	}
	.note_icon { 
		height: 16px;
		width: 16px;
		vertical-align: middle;
		border: none;
		}				
		
#container .box p {
	font-size: 0.7em;
	line-height: 150%;
	padding: 2px 0;
	margin: 2px 0;
	}
	#container .box p a {
		color: #B93945;
		font-weight: bold;
		}
		
.domebold {
		font-size: 12px;
		font-weight: bold;
		color: #fff;
		display: block;
		}				
		
.img_hdl {
		display: block;
		margin: 0;
		border: none;
		}
		
.img_thumb {
		border: solid 1px #FFFFFF;
		}
		
.do_what {
	width: 365px;
	height: 330px;
		}		
		
#arrows {
		float: right;
		clear: both;
		display: inline;
		width: 420px;
		text-align: right;
		font-size: 1em;
		}

.greentip {
		color: #4BAD37 !important; 
		text-decoration: none;
		}		
		
/* Pagination */

.paginate_container {
	width: 775px;
	margin: 0px; 
	padding: 0px; 
	}
	
	.paginate  {
		margin: 0; 
		padding: 0;
		}

	.paginate .tab { 
		list-style: none; 
		display: inline-block; 
		margin: 0; 
		padding: 0;
		line-height: normal; 
		zoom: 1;
		*display: inline;
		}
		
	.paginate .tab a { 
		padding: 3px 8px; 
		margin: 0px; 
		font-size: 0.74em; 
		text-decoration: none; 
		color: #FFFFFF; 
		}
		
	.paginate .tab a:hover { 
		background-color: #146A5E; 
		}

#errors { float: left; clear: both; font-size: 0.8em; margin: 10px 0 0 50px; }
#errors p { color: #fff; line-height: 1.2em; margin: 0; padding: 0; }

#enquiry h4 { color: #50191E; font-weight: bold; text-align: center; margin: 60px 0 0 0; }
#enquiry p { font-size: 0.7em; width: 150px; margin: 4px auto; }
#enquiry p a { color: #fff; padding: 3px 5px; display: block; background-color: #175C08; }
#enquiry p a:hover { color: #65AD56; }

#no_book p {
	width: 410px;
	display: block;
	padding: 0;
	margin: 0;
	}

	#no_book_image {
	display: block;
    cursor: pointer;
	}

#get_in_touch { 
	width: 430px;
	float: left; 
	clear: none;
	display: inline; 
	margin-left: 20px;
	}
	
	#get_in_touch .thankyou {
		width: 360px; 
		height: 200px;
		background: #A5B8D8;
		border: 2px solid #9AB3DD;
		font-size: 11px; 
		color: #24447a;
		text-align: center;
		padding: 20px;
		}

#contact_form { 
	width: 360px; 
	height: 380px;
	float: left; 
	margin: 10px 0;
	padding: 20px; 
	background: #A5B8D8; /* url(../media/content/pen+paper.jpg) 0 0 no-repeat; */
	border: 2px solid #9AB3DD;
	}
	
#contact_form input[type=text], #contact_form textarea#comments{ 
	width: 145px; 
	font-family: inherit; 
	font-size: 11px; 
	background-color: #FFFFFF; 
	border: 1px solid #FFFFFF; 
	padding: 2px 0px 3px 20px; 
	color: #616161; 
	}
	
	.name {
		background: url(../media/mail_icon/icon_name.png) 0 0 no-repeat;
		}
		
	.mail {
		background: url(../media/mail_icon/icon_mail.png) 0 0 no-repeat;	
		}
		
	.phone {
		background: url(../media/mail_icon/icon_phone.png) 0 0 no-repeat;	
		}
		
	.postcode {
		background: url(../media/mail_icon/icon_home.png) 0 0 no-repeat;	
		}
		
	.date {
		background: url(../media/mail_icon/icon_date.png) 0 0 no-repeat;	
		}
		
	.mail_message {
		background: url(../media/mail_icon/icon_message.png) 0 0 no-repeat;	
		}													
	
#contact_form textarea#comments { 
	width: 145px; 
	height: 100px; 
	display: block; 
	}
	
form p { 
	margin: 3px 0; 
	padding: 3px 0; 
	}
	
form p label { 
	float: left; 
	width: 50%;
	color: #24447A; 
	font-size: 0.8em; 	 
	}
	
#contact_form .button {
	width: 50px;
	height: 24px;
	background: #768DB5;
	color: #FFFFFF;
	line-height: 24px;
	border: 1px solid #ACBEDD;
	cursor: pointer;
	}	
	
#comments_wrapper { 
	margin: 10px 0 0 0; 
	}
	
#address_box {
	width: 400px;
	height: 420px;
	float: left;
	clear: none;
	display: inline;
	background: url(../media/headings/dg_hdl_10.gif) 20px 0 no-repeat;
	border-right: 1px solid #fff;
	padding: 72px 20px 0;
	margin: 0 0 0 10px; 
	}
	#address_box p {
		font-size: 0.8em;
		color: #24447A; 
		line-height: 155%;	
		padding: 5px 0;
		margin: 0;
		}	
		#address_box .map {
			width: 398px;
			height: 242px;
			border: 1px solid #9AB3DD;
			}
			#address_box .map a:hover {
				border: 1px solid #9AB3DD;		
				}
#findus  {
	width: 950px;
	height: 450px;
	margin: 20px 0 0 30px;
	padding: 0;
	}
	#findus h1 { 
			padding: 0 0 20px 40px; 
			color: #fff; 
			font-family: lucida grande, arial; 
			font-size: 1.5em; 
			font-weight: bold; 
			text-shadow: 1px 1px 1px #000; 
			}
			#findus .text {
					width: 410px;
					height: 450px;
					float: left;
					clear: none;
					display: inline;
					padding: 0;
					}		
					#findus p { 
							font-size: 0.7em;
							line-height: 160%;
							color: #FFFFFF;
							margin: 2px 0;
							padding: 2px 0; 
							}
							#findus .google_map {
								width: 440px;
								height: 410px;
								float: left;
								clear: none;
								display: inline;
								background: url(../media/content/gps.gif) 30px 0 no-repeat;
								}	
								#map_canvas {
									width: 408px;
									height: 408px;
									border: 1px solid #B8C794;
									margin: 70px 0 0 30px;
									}			
	
#footer { position: fixed; width: 100%; height: 30px; top: 100%; margin: -30px 0 0 0; padding: 0; background-color: #fff; z-index: 2;}
	#footer p { float: left; color: #999; font-size: 0.8em; margin: 8px 0 0 0; padding: 0 0 0 40px; }
    	#footer p strong { font-weight: bold; }
		#footer p a { color: #8e9f4f; }
		#footer p.contact_details { float: right; margin: 8px 80px 0 0; padding: 0; }
    		#footer p.contact_details strong { color: #400; } 
    			#footer p.contact_details a { padding: 0 20px 0 0; }

#footer p.contact_link { 
	width: 140px;
	height: 30px;
	float: right; 
	background: #89A14D;
	line-height: 30px;
	text-align: center;
	margin: 0 40px 0 0; 
	padding: 0; 
	}
	
    #footer p.contact_link a { 
		color: #FFFFFF;
		text-decoration: none; 
		}
		
    #footer p.contact_link a:hover { 
		color: #132D0D;
		}
		
	html>body #footer p.contact_link {
		*width: 130px;
		*padding: 0 12px;	
		}			

.prev, .next { cursor: pointer; } 

#dhtmltooltip{
	position: absolute;
	left: -300px;
	width: 150px;
	border: 1px solid #000000;
	padding: 7px;
	background-color: #FFFFFF;
	font-size: 10px;
	color: #616161;
	visibility: hidden;
	z-index: 100;
	}

#dhtmlpointer{
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
	}
	
/* Javascript mouseover fade */	

div.fadehover {
	position: relative;
	}
 
	img.a {
		position: absolute;
		left: 0;
		top: 0;
		z-index: 10;
        }
 
	img.b {
		position: absolute;
		left: 0;
		top: 0;
		}

