body {
	margin: 0;
	padding: 0;
	font-size: small;
	background: #D0E0F9 url(images/page_background.jpg) no-repeat bottom;
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	color: #214191;/*BLUE*/
}

body, html{
	padding-bottom: 90px;
}



#wrapper {
	position: relative;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
}


/*////////////////////////////
	HEADER AREA
////////////////////////////*/

#topcloud{
	width: 850px;
	height: 32px;
	background: url(images/top_cloud.jpg) no-repeat top left;
}

#header{
	width: 850px;
	background: #fff;
	height: 243px;
	float: left;
	margin: 0;
	padding: 0;
}

/*////////////////////////////
	MENU
////////////////////////////*/

#menu{
	width: 218px;
	height: 483px;
	background: url(images/menu_background.gif) no-repeat top left;
	float: left;
	padding-top: 39px;
}

#menu div{
	width: 210px;
	height: 39px;
	vertical-align: middle;
	float: left;
	margin: 0px 0px 2px 10px;
	padding: 0px 0px 0px 0px;
}
*html #menu div{/*bug in IE6 doubles above margin*/
	margin: 0px 0px 2px 5px;
}

#menu a:link, #menu a:visited, #menu a:hover, #menu a:active{
	color: #fff;/* white */
	text-decoration: none;
	vertical-align: middle;
	height: 29px;
	display: block;
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: small;
	padding-left: 10px;
	}
	
#menu a:hover{
	border-left: 10px solid #fff;/*BLUE*/
	padding-left: 10px;
}

/*////////////////////////////
	MAIN CONTENT
////////////////////////////*/


#content{	
	background: #FFF8C8 url(images/content_background.gif) repeat-y top left;
	width: 850px;
	margin: auto;
	min-height: 620px;
	border-bottom: 10px solid #fff;
	padding: 0;
	float: left;
}

* html #content { height: 620px;}


.innercontent{
	width: 535px;
	padding: 0px 0px 30px 0px;
	margin: 0px 0px 0px 0px;
	float: left;
}

#namestrip{
	float: right;
	width: 58px;
	height: 248px;
	background: #000;
}

/*////////////////////////////
	COPYRIGHT
////////////////////////////*/

#copyright{
	width: 850px;
	float: left;
	font-size: 85%;
	margin: 0;
	padding: 0;
	clear: both;
}

#copyright p{
	padding: 5px 0px 0px 10px;
}



/*////////////////////////////
	LINKS
////////////////////////////*/
a{
	color:  #214191;/*BLUE*/
	text-decoration: underline;
}

a:visited{
    color:  #214191;/*BLUE*/
	text-decoration: underline;
}

a:hover{
    color:   #FE740B;/*orange*/
	text-decoration: underline;
}


/*////////////////////////////
	HEADINGS
////////////////////////////*/

h1{
	font-family: "Trebuchet MS", arial, helvetica, sans serif;
	color: #FE740B;/*orange*/
	font-size: x-large;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0;
}


h2{
	font-family: "Trebuchet MS", arial, helvetica, sans serif;
	color: #FE740B;/*orange*/
	font-size: medium;
	font-weight: normal;
	font-style: italic;
}  


h3{
	font-family: "Trebuchet MS", arial, helvetica, sans serif;
	color: #214191;/*BLUE*/
	font-size: small;
	font-weight: bold;
}


/*////////////////////////////
	OTHER
////////////////////////////*/

img {
	border: none;
}

.padding{
	padding: 10px 0px 0px 0px;
}

.right{
	float: right;
	margin-left: 5px;
}

.left{
	float: left;
	margin-right: 5px;
}

.large{
	font-size: x-large;
}

ul 
{
	list-style-type: image;
	list-style-image:  url(images/bulletpoint.gif);
	vertical-align: middle;
	line-height: 140%;
}

ul, li{
	vertical-align: middle;

}

label.enquiry
{
	width: 160px;
	float: left;
}

/*////////////////////////////
	PRICES PAGE
////////////////////////////*/

.table{
	width: 500px;
	background: #fff;
	margin-left: 25px;
	border: 1px solid #FE740B;/*orange*/
	border-collapse: collapse;
	clear: both;
}

.table th{
	border: 1px solid #FE740B;/*orange*/
}

.table td{
	border: 1px solid #FE740B;/*orange*/
}

.prices{
	background: url(images/price_background.jpg) no-repeat top left;
	width: 550px;
}

.orangeback{
	background:  #FE740B;/*orange*/
	color: #fff;
}


#map{
	width: 500px;
	height: 300px;
	border: 1px solid #FE740B;/*orange*/
	clear: both;	
}

.orangeitalic{
	color: #FE740B;/*orange*/
	font-weight: bold;
	font-style: italic;
}