/*
-----------------------------------------------
www.cerrigglan.co.uk
Stylesheet:  external.css
Author:   Matthew Passmore
Version:  01 October 2008
Revision: 1
----------------------------------------------- */

/* ZERO ELEMENTS */

body, container, p, h1, h2, h3, ul, li, a, img, a img, header, form, fieldset, legend, ol, li, label, table, tr, td, th {
	margin:0;
	padding:0;
	}

/*-------------------------------------GLOBAL ELEMENTS------------------------------------------------*/

body{
	background-image: url("../images/body.gif");
	background-repeat:repeat;
	color:#333;
	font: small Georgia, "Times New Roman", Times, serif;
	}

#bg_body{
	background-image: url("../images/bg_body.jpg");
	background-repeat:repeat-x;
	}

p{
	margin:0 0 10px 0;
	}

h1{
	margin-bottom:5px;
	font-size:130%;
	font-weight:normal;
	color:#900;
	}
	
h2{
	font-size:110%;
	font-weight:bold;
	}
	
a{
	color:#900;
	text-decoration:none;
	}
	
	a:visited{
		color:#966;
		}
	
	a:hover{
		color:#FFF;
		background-color:#933;
		}

	a img{
		border:none;
		}

img{
	border:1px solid #999;
	}

table caption{
	text-align:left;
	}
	
th{
	text-align:left;
	vertical-align:top;
	}

#container{
	background-color:#FFFFFF;
	width:762px;
	margin: 0 auto 0 auto;
	position:relative;
	}

.align_right{
	text-align:right;
	}
	
/*--------------------------------------BANNER IMAGE-----------------------------------*/

#header{
	width:762px;
	height:262px;
	background-image:url(../images/bg_header.jpg);
	background-repeat:no-repeat;
	}

a#logo{
	position:absolute;
	top:24px;
	left:17px;
	height:46px;
	}

/*------------------------------------MAIN NAVIGATION-----------------------------------*/

#nav{
	height:24px;
	margin:0 0 0 175px;
	}
	
	ul#main{
		height:24px;
		position:relative;
		}
	
		ul#main li{
			list-style:none;
			position:absolute;
			top:0;
			}
			
		ul#main li, ul#main a{
			height:24px;
			display:block;
			}
		
			ul#main li a{
				text-indent:-9999px;
				overflow:hidden;
				text-decoration:none;
				}
			
				#home{left:0px; width:59px; background-image:url(../images/nav_main_home.gif); background-position:0 0px;}
				#prices{left:59px; width:194px; background-image:url(../images/nav_main_prices.gif); background-position:0 0;}
				#gallery{left:253px; width:83px; background-image:url(../images/nav_main_gallery.gif); background-position:0 0;}
				#contact{left:336px; width:82px; background-image:url(../images/nav_main_contact.gif); background-position:0 0;}
				
				#home a:hover{background-image:url(../images/nav_main_home.gif); background-position:0 -24px;}
				#prices a:hover{background-image:url(../images/nav_main_prices.gif); background-position:0 -24px;}
				#gallery a:hover{background-image:url(../images/nav_main_gallery.gif); background-position:0 -24px;}
				#contact a:hover{background-image:url(../images/nav_main_contact.gif); background-position:0 -24px;}


/*---------------------------------------------CONTENT-----------------------------------------------*/
/*--------------------------------------------MAIN CONTENT-------------------------------------------*/

#content{
	margin:10px;
	}

#content_main{
	padding-right:10px;
	width:500px;
	float:left;
	}
	
.extra_em{
	color:#f00;
	font-style:normal;
	font-weight:bold;
	}

/*-------------------------------------------SIDE CONTENT--------------------------------------------*/

#content_side{
	font-size:85%;
	padding:0 0 0 10px;
	width:210px;
	border-left:1px solid #999;
	float:left;
	}

#content_side h2{
	margin-bottom:10px;
	border-bottom:1px solid #999;
	}

.hidden{
	cursor:pointer;
	height:22px;
	width:201px;
	display:block;
	background-repeat:no-repeat;
	}

#content_side h2, #content_sidea{
	height:22px;
	width:201px;
	display:block;
	background-repeat:no-repeat;
	}
	
#content_side a:hover{
	background:none;
	}
	
	#email{height:19px; background-image:url(../images/nav_side_send.gif);}
	#print{height:21px; background-image:url(../images/nav_side_print.gif);}
	#directions{height:21px; background-image:url(../images/nav_side_directions.gif);}
	#thumbnails{height:21px; background-image:url(../images/nav_side_gallery.gif);}
	#availability{height:21px; background-image:url(../images/nav_side_availability.gif);}


form#emailfriend{
	display:none;
	}

.italic {
	font-style:italic;
	color:#990000;
	}
	
.error{
	color:#990000;
	font-style:italic;
	}

#content_side h2 span{
	display:none;
	}

	#content_side form{
		padding-bottom:10px;
		background-image:url(../images/tile_form.jpg);
		background-repeat:repeat-x;
		margin:0 0 10px 0;
		padding:5px 10px;
		}
	
		#content_side fieldset{
			border:0;
			}
	
			#content_side legend{
				display:none;
				}
	
				#content_side label{}
	
					#content_side li{
						list-style: none;
						padding-bottom: 5px;
						}
	
						#content_side em {
							font-weight: bold;
							font-style:normal;
							color:#900;
							}
	
		
table#gallery_thumbs a img{
	border:1px solid #999;
	margin:0 10px 10px 0;
	}		

table#gallery_thumbs a:hover img{
	border:1px solid #900;
	}

table#gallery_thumbs caption{
	display:none;
	}

/*-------------------------------------------FOOTER----------------------------------------------*/

#footer{
	clear:both;
	border-top:1px solid #999;
	background-color:#ccc;
	font-size:85%;
	}

	ul#footer_nav{
		float:left;
		padding:5px;
		}
	
		ul#footer_nav li{
			list-style:none;
			float:left;
			}
	
			ul#footer_nav li a{
				color:#333333;
				margin-left:5px;
				}

				ul#footer_nav li a:hover{
					color:#FFF;
					}
	
				ul#footer_nav li span a {
					color:#990000;
					}
	
					ul#footer_nav li span a:hover {
						color:#FFF;
						}
	
	ul#terms {
		padding:2px 7px;
		color:#666;
		text-align:right;
		}
		
		ul#terms li{
			list-style:none;
			}
			
			ul#terms li a{
				color:#666;
				}
				
				ul#terms li a:hover{
					color:#FFFFFF;
					}

/*----------------------------------------------HOMEPAGE-----------------------------------------*/

table#information{
	font-size:85%;
	border-bottom:4px solid #CCC;
	border-top:4px solid #CCC;
	margin-bottom:10px;
	}

	table#information caption{
		font-weight:bold;
		}
	
	table#information tr{
		background-color:#FFCCCC;
		}	
		
		table#information tr th, table#information tr td{
			padding:2px 5px;
			}

.image_left{
	float:left;
	margin:0 10px 10px 0;
	}
	
/*-----------------------------------------PRICE AND AVAILABILITY-------------------------------*/

table#price{
	font-size:85%;
	border-bottom:4px solid #CCC;
	border-top:4px solid #CCC;
	margin-bottom:10px;
	}

	table#price caption{
		font-weight:bold;
		}
		
		table#price tr td{
			border-bottom:1px dashed #CCC;
			}
		
		table#price tr th, table#price tr td{
			padding:2px 5px;
			}
	
	th.availb{
		background-color:#FFCCCC;
		width:110px;
		}

tr.available{}
	
tr.booked{
	color:#990000;
	}
/*------------------------------------------CONTACT DETAILS---------------------------------------*/

table#contact_details th{
	text-align:left;
	vertical-align:top;
	}

form#enquiry{
	margin-top:10px;
	padding-top:10px;
	border-top:4px solid #CCC;
	}
	
	fieldset#enquiry_set {
		border:none;
		padding:0px;
		}
		
		fieldset#enquiry_set legend{
			background-color:#FFF;
			}
	
address{
	margin-bottom:10px;
	}	
/*--------------------------------------------PRIVACY POLICY------------------------------------*/

.header_privacy{
	margin-top:10px;
	border-bottom:4px solid #CCC;
	}
	
.list_indent{
	padding-left:25px;
	margin-bottom:10px;
	}
	
/*--------------------------------------------BOOKING TERMS---------------------------------------*/

ol#list_bookings {
	padding-left:30px;
	}
	
	ol#list_bookings h2{
		margin-top:10px;
		}
	
	
	ol#list_bookings em{
		font-style:normal;
		font-weight:bold;
		}
	
	ol#list_bookings a{
		font-size:85%;
		}
	
	ol#list_bookings li a{
		font-size:100%;
		}
	
	ol#list_bookings li a.back_top, a.back_top{
		font-size:85%;
		}
	
	ol#list_bookings li ol{
		list-style-type:lower-roman;
		padding-left:20px;
		}
		
		ol#list_bookings li ol li ol{
			list-style-type:lower-alpha;
			margin-left:20px;
			}
			
		ol#list_bookings li ol li ul{
			margin-left:20px;
			margin-bottom:10px;
			}

ol#booking_contents{
	border-bottom:4px solid #CCC;
	margin-bottom:10px;
	padding-bottom:10px;
	padding-left:30px;
	}
	
/*---------------------------------------------DIRECTIONS--------------------------------------------*/

ol#list_directions{
	margin-top:10px;
	border-top:4px solid #CCC;
	padding-top:10px;
	padding-left:30px;
	padding-bottom:20px;
	}
	
	ol#list_directions li{
		padding: 4px 0;
		border-bottom:1px dashed #CCC;
		}
	
/*-----------------------------------------------GALLERY---------------------------------------------*/
	
#thumbs a{
	border:0;
	}
	
	#thumbs a:hover{
		border:0;
		background-color:transparent;
		}

#thumbs a img{
	border:1px solid #666;
	margin: 0 10px 10px 0;
	}

	#thumbs a:hover img{
		border:1px solid #900;
		}
	
#thumbs h2{
	border-top:4px solid #CCC;
	margin-top:10px;
	}
	
/*-----------------------------------------------SITEMAP----------------------------------------------*/

ul#list_sitemap{
	padding-left:20px;
	}
	
	ul#list_sitemap li{
		padding:5px 0;
		border-bottom:1px dashed #666;
		}
	
	ul#list_sitemap ul{
		padding-left:20px;
		}
		
		ul#list_sitemap ul li{
			border:none;
			}
	
/*----------------------------------------------ADMIN PAGES-------------------------------------------*/
fieldset.form_spacing{
	border:none;
	}

fieldset.form_spacing input{
	margin-bottom:10px;
	}
	
span.heading_capitalize{
	text-transform:capitalize;
	}