﻿body 
{
	font-family: Helvetica, sans-serif;
	font-size: 70%;
	line-height: 155%;
	color: #CCCCCC;
	text-decoration: none;
	margin: 0 auto;
	padding: 0;
	background: #000000 url(Assets/bg.png) no-repeat center top;
}

h3
{
    color: #FFFFFF;
}


#wrapper
{
	width: 880px;
	margin: 0 auto;
}

#header
{
	position: relative;
	width: 880px;
	height: 100px;
}

#header h1
{
	position: absolute;
	left: -2000px;
	font-size: 11px;
	font-weight: normal;
}

#strapLine
{
	position: absolute;
	bottom: 20px;
	left: 0px;
	width: 149px;
	height: 19px;
	background: url(Assets/number.png) no-repeat;
}

#logo
{
	position: absolute;
	bottom: 17px;
	right: 0px;
	width: 275px;
	height: 46px;
	background: url(Assets/logo.png) no-repeat;
}

#media
{
	width: 880px;
	height: 306px;
	padding: 38px 0px 37px 0px;
}

#flashDiv
{
	float: left;
	width: 554px;
	margin: 0px 20px 0px 0px;
}

#mapDiv
{
	float: left;
	width: 300px;
	height: 300px;
	border: solid 3px #333333;
}

#map
{
	width: 300px;
	height: 300px;
}

#openingHours
{
    float: left;
    width: 200px;
    padding: 10px 50px 30px 10px;
}

#sunbeds
{
    float: left;
    width: 200px;
    padding: 10px 0px 30px 0px;
}

#photography
{
	width: 880px;
	height: 110px;
	margin: 0px 0px 36px 0px;
}

#footerHolder
{
	background: url(Assets/footer.png) repeat-x 0px 0px;
}

#footer
{
	width: 880px;
	height: 100px;
	margin: 0 auto;
}

#footer ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#footer li
{
	float: left;
	list-style: none;
	margin: 0px;
	padding: 7px 0px 15px 0px;
	color: #999999;
}

#footer li.right
{
	float: right;
	list-style: none;
	margin: 0px;
	padding: 5px 0px 15px 0px;
	color: #999999;
}

.clear
{
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
	border: 0px;
}

.title
{
    color: #FFFFFF;
    font-weight: bold;
}

a
{
    text-decoration: none;
    color: #FFF;
}

a:hover
{
    text-decoration: underline;
    color: #FFF;
}