
/* 
Project: RG Studio
Filename: screen.css
Date: 07 July 2008
Author: ClearBytes - (simon@clearbytes.co.uk)
*/


/*------ clear standard browser styles ------*/

body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,ul,ol,li,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}

ul{
	list-style: none;
}

address,caption,cite,code,dfn,th,var{
	font-style:normal;
	font-weight:normal;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}



/* ---------------- global styles ---------------- */


body {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	text-align: center;
	color: #000;
	font-family: arial, verdana, sans-serif;
	background: #ffffff;
    }


body a img {
    border: none;
}

.error {
	font-weight:bold;
	color:#CC0000;
}

.bookings {
	font-weight:bold;
	color:#006600;
}

/* ---------------- global classes ---------------- */


.bold{
   font-weight: bold;
}


.hide{
   position:absolute;
   left: 0px;
   width: 1px;
   height: 1px;
   overflow: hidden;
}
	
.hidden{
	display: none;
}

.clear {
	clear: both;
	}


span.amp {
   font-family: Baskerville,"Goudy Old Style","Palatino","Book Antiqua",serif;
   font-size:110%;
   font-style:italic;
}


/* ---------------- wrap ---------------- */

#wrap{
	text-align: left;
	margin: 0 auto 0 auto;
	color: #666666;
}



/* ---------------- content ---------------- */

#content{
	float: left;
	position: relative;
	background: #ffffff url(img/background.jpg) no-repeat bottom left;
	border-bottom: 1px solid #E0EDD3;
}



/* ---------------- #logo ---------------- */


#logo{
	float: left;
	height: 64px;
	margin-top: 15px;
	margin-bottom: 10px;
	text-indent: -99999px;
	background: url(img/logo.gif) no-repeat top right;
}



/* ---------------- #navigation ---------------- */


#navigation{
	float: left;
	width: 173px;
	font-family: georgia;
	font-size: 1.4em;
	padding-bottom: 40px;
}



#navigation li{
	/* margin-left: 24px; */
	margin-left: 0px;
	float: left;
	width: 173px;
}


#navigation li a{
	float: left;
	width: 173px;
	margin-bottom: 5px;
	color: #333333;
	text-decoration: none;
	background: url(img/nav-top-bg.gif) no-repeat 0 0;					
}


#navigation li a span{
	float: left;
	width: 153px;
	padding: 10px 10px;	
	background: url(img/nav-bottom-bg.gif) no-repeat 0 100%;	
	}

#navigation li.xmas span,
#navigation li.xmas a{
	width: 153px;
	background: url(img/snow.gif) no-repeat 0 0;
	color: #000;
	padding-top: -10px !important;
	}




#navigation li a:hover,
#navigation li a.here{
	background: #fff url(img/nav-top-bg.gif) no-repeat -173px 0;
	cursor:pointer;
}

#navigation li a:hover span,
#navigation li a.here span{
	background: url(img/nav-bottom-bg.gif) no-repeat -173px 100%;
	cursor:pointer;
}



#navigation li.xmas a:hover span,
#navigation li.xmas a:hover,
#navigation li.xmas a.here,
#navigation li.xmas a.here span{
	background: url(img/snow.gif) no-repeat -175px 0;
	color: #000;
	cursor:pointer;
}

.santa{
	position: absolute;
	top: 560px;
	left: -40px;
}

#navigation li.facebook a{
	float: left;
	width: 143px;
	margin-bottom: 5px;
	margin-left: 8px;
	padding: 10px 0 0 20px;
	color: #333333;
	text-decoration: none;
	background: url(img/facebook.png) no-repeat 0 10px;					
}


#navigation li.facebook a:hover{
	color: #000;
	text-decoration: underline;
	}

/* ---------------- #main-content ---------------- */


#main-content{
	float: right;
	font-size: 1.3em;
	padding-bottom: 20px;
}


#main-content h1 {
	font-size: 2.2em;
	font-family: georgia;
	color: #8BAB95;
	margin-bottom: 15px;	
}

#main-content h2{
	font-size: 1.7em;
	font-family: georgia;
	color: #9E9069;
	margin-bottom: 15px;
	font-weight: bold;
}

#main-content h3{
	font-size: 1.6em;
	font-family: georgia;
	color: #fff;
	margin-bottom: 15px;	
}

#main-content h4{
	font-size: 110%;
	font-family: arial, verdana, sans-serif;
	color: #9E9069;
	margin-bottom: 0px;	
	margin-top: 30px;	
}


#main-content p{
	margin-bottom: 20px;
	line-height: 1.5em;	
}


#main-content blockquote{
	float: right;
	width: 274px;
	font-size: 1.4em;
	font-family: georgia;
	color: #ACDBBA;
	margin-left: 20px;
	margin-bottom: 20px;
	background: url(img/quote-close.gif) no-repeat bottom right;
}


#main-content blockquote p{
	padding: 30px 30px 10px 20px;
	background: url(img/quote-open.gif) no-repeat top left;
}


#main-content p a,
#main-content li a{
/*	color: #80C895; */
	color: #7F9C88;
	text-decoration: underline;
	font-weight: bold;
}


#main-content p a:hover,
#main-content li a:hover{
	text-decoration: none;
}


#main-content ul,
#main-content ol{
	margin-bottom: 20px;
}


#main-content ol{
	padding-left: 20px;
	margin-left: 10px;
}


#main-content ul{
	padding-left: 5px;	
	margin-left: 5px;
}


#main-content ul li{
	padding-left: 15px;	
	padding-bottom: 3px;
	background: url(img/bullet.gif) no-repeat 0 6px;
}


#main-content table{
	margin-bottom: 20px;
	background: #ffffff;
	border-right: none;
}


#main-content table th{
	background: #F2F8E7;
	border: 1px solid #E5F1CF;
	padding: 5px 10px;
	font-weight: bold;
}

#main-content table td{
	border: 1px solid #E5F1CF;
	padding: 5px 10px;
}


#main-content .picture{
	float: right;
	width: 274px;
	margin-left: 20px;
	margin-bottom: 20px;
	background: url(img/image-bg.jpg) no-repeat 0 0;
}


#main-content .picture img{
	display: block;
	padding: 16px 20px 20px 16px;
	background: url(img/image-bg2.jpg) no-repeat bottom left;
}


#main-content .button{
	display: none;
	float: right;
	margin: 0 0 20px 20px;
	}
	
	
#colorbox{
font-size: 1.2em;
}	

/* ---------------- #adverts ---------------- */


#adverts{
	float: right;
	width: 295px;
	margin-bottom: 10px;
}


#adverts a{
	color: #666666;
	text-decoration: none;
}


#adverts a:hover strong{
	color: #000000;
}



#adverts strong{
	display: block;
	cursor: pointer;
	font-family: georgia;
	font-size: 1.6em;
	font-weight: normal;
	line-height: 1.1em;
	width: 110px;
	padding: 14px 0 18px 19px;
}


#adverts span{
	display: block;
	cursor: pointer;
	width: 190px;
	padding-left: 19px;
	color: #777777;
}


#advert1{
	float: right;
	width: 280px;
	height: 135px;
	background: url(img/advert1.jpg) no-repeat 0 0;
}


#advert2{
	float: right;
	width: 280px;
	height: 135px;
	background: url(img/advert2.jpg) no-repeat 0 0;
}


#advert3{
	float: right;
	width: 280px;
	height: 135px;
	background: url(img/advert3.jpg) no-repeat 0 0;
}


/* ---------------- #footer ---------------- */


#footer{
	float: left;
	width: 950px;
	padding-top: 10px;
	margin-bottom: 20px;
	font-size: 1.1em;
	color: #666666;
}


#footer ul{
	float: left;
	}

#footer ul li{
	display: inline;
	padding-right: 5px;
}


#footer ul li a{
	text-decoration: none;
	color: #666666;
	padding-right: 5px;
}


#footer ul li a:hover{
	text-decoration: underline;
}


#footer p{
	float: right;
	}

/* ---------------- general forms  ---------------- */


label { 
	margin-left:2em; 
	float:left; 
	width:128px; 
	text-align: left; 
}

form p { 
	margin: 1em 0; 
}

.styled-button{
	border: 2px solid #ACDBBA;
	background: #ebebeb url(img/button-back.jpg) repeat-x bottom left;
	font-weight: bold;
	font-size: 1.5em;
	letter-spacing: -1px;
	padding: 5px 0 5px 0;
	width: 190px;
	color: #333;
}


.styled-button:hover{
	color: #ACDBBA;
}

/* ---------------- NEW - added June 19th 2011  ---------------- */

#advert4{
	float: right;
	width: 280px;
	height: 135px;
	background: url(img/advert4.jpg) no-repeat 0 0;
}

#wrap{
	width: 980px;
	}
	
#content{
	float: left;
	width: 980px;
	}
	
#logo{
	float: left;
	width: 980px;
	}
	
	
#footer{
	float: left;
	width: 980px;
	}
	

#main-content{
	float: right;
	width: 780px;
	}
	
	
#leftCol{
	float: left;
	width: 476px;
	}
	
	
#rightCol{
	float: right;
	width: 274px;
	}	
	
	
#rightCol form{
	float: right;
	width: 252px;
	border: 1px solid #DCEBC4;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
	padding: 10px;
	margin: 0 0 20px 0;
	background: #F0F7E3;
	font-size: 0.9em;
	}
	
	
#rightCol label { 
	margin-left:0; 
	float:left; 
	width:auto; 
	text-align: left; 
}

#rightCol form p { 
	margin: 0 0; 
	padding: 0 0 10px 0;
}	

#rightCol form h3{
	color: #333;
	font-weight: bold;
	font-size: 184%;
	}



#rightCol form textarea{
	width: 250px;
	}


#main-content .picture{
	margin-left: 0px;
	}

	
.radios span{
	float: left;
	width: 252px;
	padding: 0 0 2px 0;
	}
	
.radios span em{
	float: left;
	width: 20px;
	padding: 1px 0 0 0;
	}	
