
body{
	font-family: arial, helvetica, sans serif;
	color: #666;
	background: #fff;
	font-size: small;
	margin-top: 0px;
	padding: 0;
}

#wrapper{
	position: relative;
	width: 58em;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	padding: 0;
}

/*////////////////////////////
	HEADER
////////////////////////////*/

.logo{text-align: left;}

#photostrip{
	width: 58em;
	background: #fff url(images/top_strip.gif) repeat-x top left;
	height: 101px;
	padding: 0;
	margin: 0;
}

#strapline{
	text-align: right;
	width: 58em;
	padding: 0;
	margin: 0;

}

/*////////////////////////////
	MENU
////////////////////////////*/

#menu{
	width: 58em;
	background: url(images/menu_background.gif) repeat-x top left;
	height: 31px;
	color: #fff;
	padding: 0px 0px 0px 0px;
	margin: 0;

}

#menu p{
	margin: 0;
	padding: 6px 0px 0px 1.8em;
}

#menu a:link, #menu a:visited, #menu a:hover, #menu a:active{
	color: #fff;/* white */
	height: auto;
	font-weight: normal;
	text-decoration: none;
	font-size: small;
	padding: 1em 10px 0px 10px;
	margin: 0px 0px 0px 0px;
}

/*////////////////////////////
	CONTENT
////////////////////////////*/


#contentbackground{
	width: 58em;
	background: #2691E0 url(images/content_background.gif) repeat-x top left;
	min-height: 400px;
	max-height: auto;
	padding: 15px 0px 15px 0px;
	margin: 0;
}

*html #contentbackground{
	height: 400px;
}

#content{
	width: 56em;
	background: #fff;
	margin: 0em 1em 0em 1em;
	min-height: 400px;
	max-height: auto;
}

*html #content{
	height: 400px;
}

.innercontent{
	width: 53em;
	background: #fff;
	padding: 1em 1.5em 1em 1.5em;
}

.telephone{
	text-align: right;
	color: #2691E0;
	font-weight: bold;
	margin: 0;
	padding: 0;
}


/*////////////////////////////
	FOOTER
////////////////////////////*/

#footer{
	width: 58em;
	background: #fff;
	font-size: x-small;
	padding: 5px 0px 0px 0px;

}

.footertext{
	padding: 0em 0em 0em 3em;
	width: 58em;
}

#footer p{
	padding-top: 0px;
	margin-top: 0;
}



/*////////////////////////////
	LINKS
////////////////////////////*/
a{
	color: #2D94DF; /*blue */
	text-decoration: underline;
}

a:visited{
    color: #2D94DF; /* blue */
	text-decoration: underlined;
}

a:hover{
    color: #D84289;  /* pink */
	text-decoration: none;
}


/*////////////////////////////
	HEADINGS
////////////////////////////*/

h1{
	font-family: arial, helvetica, sans serif;
	color: #2D94DF;/* blue */
	font-size: medium;
	font-weight: bold;
	margin-top: 0;
}


h2{
	font-family: arial, helvetica, sans serif;
	color: #D84289;/* pink */
	font-size: 1.1em;
	font-weight: bold;
}  


h3{
	font-family: arial, helvetica, sans serif;
	color: #2D94DF;/* blue */
	font-size: small;
	font-weight: bold;
}
 
h4{
	font-family: arial, helvetica, sans serif;
	color: #000;/* black */
	font-size: small;
	font-weight: bold;
} 

/*////////////////////////////
	OTHER
////////////////////////////*/


.pink{
	color: #D84289;  /* pink */
}

.blue{
	color: #2D94DF;  /* blue */
}

ul li{
	list-style-image: url(images/bulletpoint.gif);
	vertical-align: middle;
}

img{
	border: none;
}

label.enquiry
{
	float: left;
	width: 120px;
}

input, textarea
{
	border: 1px solid #D84289;
	font-size: small;
	font-family: arial, helvetica, sans serif;
	background-color: #fff;
}

#maparea
{
	float: right;
	padding-left: 20px;
}

#map
{
	border: 1px solid #D84289;
	width: 300px;
	height: 400px;
}

#content img
{
	padding: 9px;
}
