

body{
	font-family: arial, helvetica, sans-serif;
	color: #8C8C8C;
	font-size: small;
	background: #fff url(images/page_background.gif) repeat-x top left;
	margin: 0;
	padding: 0;
}


#header{
	position: relative;
	background: url(images/header_background.jpg) repeat-x top left;
	height: 130px;
	width: 100%;
	margin: 0;
	padding: 0;
}

#wrapper{
	position: relative;
	background: url(images/content_shaddow.gif) no-repeat top left;
	width: 778px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 11px;
	height: auto;
	padding: 0;
}


/*////////////////////////////
	MENU AREA
////////////////////////////*/

#menu{
	font-family: georgia, arial, helvetica, sans-serif;
	width: 56em;
	height: 30px;
	padding: 11px 0px 12px 0px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	margin-top: 0px;
}

.menuitem{
	width: auto;
	padding: 10px 5px 12px 5px;
	margin: 0;
	display: inline;
}

#menu a:link, #menu a:visited, #menu a:active{
	color: #fff;/* white */
	font-weight: normal;
	text-decoration: none;
	padding: 10px 5px 12px 5px;
	margin: 0;
}

#menu a:hover{
	color: #569fd3;/*blue*/
	text-decoration: none;
	background: url(images/menu_background.gif) repeat-x top left;
	padding: 10px 5px 12px 5px;
}

.times{/* opening times box*/
	font-family: Georgia, arial;
	font-size: medium;
	float: right;
	text-align: right;
	margin: 0px 0px 0px 10px;
	padding: 10px 0px 0px 0px;
}

.times p{
	margin-top: 0;
}

/*////////////////////////////
	CONTENT AREA
////////////////////////////*/

#contentshaddow{
	width: 778px;
	/*background: url(images/content_shaddow.gif) no-repeat top left;*/
	height: 500px;
}

#contentbackground{
	width: 778px;
	background: transparent url(images/content_background.gif) repeat-y top left;
	min-height: 600px;
	max-height: auto;
	margin: 0;
	padding: 0;
}

*html #contentbackground{
	height: 600px;
}

.innercontent{
	width: 712px;
	line-height: 1.2em;
	margin: 0px 0px 0px 30px;
	padding: 0px 0px 30px 0px
}

/*////////////////////////////
	FOOTER
////////////////////////////*/

#footer{
	width: 778px;
	height: 100px;
	line-height: none;
	background: transparent url(images/footer_background.gif) no-repeat top left;
	font-size: 80%;
	padding: 10px 0px 0px 30px;
}

/*////////////////////////////
	LINKS
////////////////////////////*/
a{
	color:  #569fd3;/*blue*/
	text-decoration: underline;
}

a:visited{
    color:  #569fd3;/*blue*/
	text-decoration: none;
}

a:hover{
    color:   #fff;
	background: #569fd3;/*blue*/
	text-decoration: none;
}



/*////////////////////////////
	Headings
////////////////////////////*/

h1{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: xx-large;
	line-height: 90%;
	font-weight: normal;
	color:#569fd3;/*blue*/
	margin-top: 0;
	
}

h2{
	font-family: Georgia, Times, serif;
	font-size: large;
	line-height: 100%;
	color:#569fd3;/*blue*/
	font-weight: normal;	
}

h3{
	font-family: Georgia, Times, serif;
	font-size: small;/*blue*/
	color:#569fd3;
	font-weight: bold;
}


/*////////////////////////////
	OTHER
////////////////////////////*/

.left{
	float:left;
	margin-right: 10px;
}

.right{
	float: right;
	margin: 0px 0px 0px 10px;
	padding: 0;
}

.blue{
	color: #569fd3;/* blue */
}

.red{
	color: #ff0000;/* red */
}

img{
	border: none;
}

.small{
	font-size: x-small;
}

.large{
	font-size: xx-large;
}

#map{
	border:  2px solid #569fd3;/* blue */

}


/*////////////////////////////
	gallery
////////////////////////////*/

.block/*gallery 1 small pics*/
{
	width: 90px;
	height: 70px;
	float: left;
	text-align: center;
	margin: 0px 10px 10px 0px;
}

.block2/*gallery 2 larger before n after pics*/
{
	width: 120px;
	height: 120px;
	float: left;
	text-align: center;
	margin: 0px 50px 30px 0px;
}


.imggalsml
{
	border:  2px solid #569fd3;/* blue */
}


/*////////////////////////////
	booking page
////////////////////////////*/

.bookingbackground{
	background: #F2F2F2;
	margin-bottom: 20px;
}

.bookingbackground h2{
	margin-top: 0;
}


.dropmenu{
	color: #569FD3;
}

/* /// Calendar Control /// */

.calStyle
{
   	font-family: Arial;
	font-size: x-small;
	font-weight: bold;
	color: #569FD3;
	border: solid 1px #333;
	vertical-align: top;
}

.daystyle
{
	font-family: Arial;
	font-size: x-small;
}

.multimonthtitle
{
	font-size: small;
	background-color: #569FD3;
	color: #fff;
	font-weight: bold;
}

.nextprev
{
	color: #fff;
}

.titlestyle
{
	color: #fff;
	background-color: #569FD3;
}

.todaystyle
{
	border: 1px solid #569FD3;
	font-size: x-small;
}

.selectedstyle
{
	color: #ffffff;
		font-size: x-small;
	background: #569FD3 !important;
}

/* styles for start / end / mid days */

.unavailablestyle
{
	color: #569FD3;
	font-size: x-small;
	background: #CACACA;
}

.hideme
{
	background-color: #fff;
	color: #fff;
	background-image: none;
	font-size: x-small;
}

.tdate
{
	text-align: right;
	font-size: x-small;
}

/* /// Calendar Control End /// */

.googlemap
{
	float:right;
	display: inline;
	padding-left: 10px;
	width:450px;
	height: 370px;
	border: solid 1px #FF5E21;
	margin-top: 5px;
}