*
{
	margin: 0;
	padding: 0;
}

a
{
    outline: none;
    color:#597a82;
    text-decoration:none;
}

a:hover
{
    text-decoration:underline;
}

body
{
	font-family: Trebuchet MS;
	font-size: 0.8em;
	color:#597a82;
	margin: 0;
	padding: 0;	
}

#container
{
	width: 960px;
	margin: 20px auto;	
}

#header
{
    width: 960px;
    height: 156px;
    background-image: url(../_images/bg-header.jpg);
    background-repeat:no-repeat;
}

#menu
{
	width: 960px;
	height: 30px;
	border-top: solid 1px #9bc7d2;
	border-bottom: solid 1px #9bc7d2;
}

#menu ul
{
	list-style: none;	
}

#menu ul li
{
	display: block;
	float: left;
	width: 159px;
	height: 30px;
	line-height: 25px;
	background-image: url(../_images/bg-menu-item.jpg);
	background-repeat:repeat-x;
	text-align: center;
	border-right: solid 1px #9bc7d2;
}

#menu ul li.last
{
	border-right: none;
	width:160px;
}

#menu ul li a
{
	color: #51a1b2;
	text-decoration: none;	
	font-weight: bold;
	width: 159px;
	height: 30px;
	display:block;
}

#menu ul li a:hover
{
    background-color:#97bed3;
    color:#FFFFFF;
}

#menu ul li.last a
{
	
}

#menu ul li.selected
{
    background-color:#97bed3;
}

#menu ul li.selected a
{
    background-color:#97bed3;
	color: #FFFFFF;
}

/* General */
div#theCopy p
{
    margin:10px 0px 10px 0px;
}

div#theCopy h1
{
	display:none;
}

/* Home */
form.index div#content
{
    height:816px;
    background-image: url(../_images/bg-home.jpg);
    background-repeat:no-repeat;
    postion:relative;
}
form.index div#content div#theCopy
{
    width:220px;
    padding-top:70px;
    padding-left:60px;
	float:left;
}

/* Hire */
form.hire div#content
{
    height:813px;
    background-image: url(../_images/bg-hire.jpg);
    background-repeat:no-repeat;
}

form.hire div#content div#theCopy
{
    width:220px;
    padding-top:150px;
    padding-left:75px;
}

/* Invitations/Favours */

form.invitations-favours div#content
{
    height:813px;
    background-image: url(../_images/bg-invitations.jpg);
    background-repeat:no-repeat;
}

form.invitations-favours div#content div#theCopy
{
    width:760px;
    padding-top:110px;
    padding-left:80px;
    color:#000;
}

/* Areas Covered */

form.areas-covered div#content
{
    height:813px;
    background-image: url(../_images/bg-locations.jpg);
    background-repeat:no-repeat;
}

form.areas-covered h1
{
    display:none;
}

form.areas-covered h2
{
    width:790px;
    padding-top:120px;
    padding-left:80px;
    font-weight:normal;
    font-size:1.1em;
    color:#000000;
}

div.all-areas 
{
    margin-top:30px;
	padding-left:80px;
	width:790px;
}

div.all-areas td.county
{
    width:120px;    
}

div.all-areas td.county h3
{
    font-weight:normal;
    font-size:1.0em;
}

/* Gallery */
form.gallery div#content
{
    height:850px;
    background-color:#aac9dc;
}

/* Prices */

form.prices div#content
{
    height:810px;
    background-image: url(../_images/bg-prices.jpg);
    background-repeat:no-repeat;
}

form.prices div#content div#theCopy
{
    width:880px;
    padding-top:150px;
    padding-left:80px;
    color:#000;
}

form.prices div#thePrices
{
    width:525px;
    float:left;
}

form.prices div#thePrices table
{
    width:525px;
}

form.prices div#thePrices table tr td.spacer
{
    height:20px;
}

form.prices div#thePrices table tr td.item
{
    width:370px;
}

form.prices div#thePrices table tr td span
{
    color:#618088;
    font-weight:bold;
}

form.prices div#theText
{
    width:290px;
    float:left;
    margin-left:30px;
}

form.prices div#theText a
{
    color:#000;
    text-decoration:underline;
}

form.prices div#theText a:hover
{
    text-decoration:none;
}

/* Contact Us */

form.contact-us div#content
{
    height:814px;
    background-image: url(../_images/bg-contact-us.jpg);
    background-repeat:no-repeat;
}

form.contact-us div#content div#theCopy
{
    width:220px;
    padding-top:150px;
    padding-left:80px;
}

form.contact-us div#content div#theCopy a
{
    text-decoration:underline;
}

form.contact-us div#content div#theCopy a:hover
{
    text-decoration:none;
}

/* Gallery */
div.gallery
{
	padding:60px 0 0 86px;	
}

div.galleryRow
{
	height: 140px;
}

div.galleryRowInner
{
	height: 245px;
}

div.galleryRowInner a img
{
    border:none;
}

div.galleryRowInner a.first img
{
   margin-right:70px;  
}

div.galleryRowInner a.second img
{
   margin-right:50px;
}

div.galleryRowInner a.third img
{
   margin-right:68px;
}

div.galleryRow img
{
	margin-right: 19px;
	border: 0;
}

/*
div#googlemaps 
{	
	height:190px;
	width:230px;
	margin-top: 30px;
	margin-bottom:20px;
}

div.googlemap
{    
   margin-left:80px;    
}
*/

div#googlemaps 
{	
	height:350px;
	width:790px;	
	margin-bottom:20px;
}

div.googlemap
{    
   margin-left:80px;    
   padding-top:30px;
}

div.social
{
    /*position:absolute;
    left:990px;
    top:710px;*/
	
	float:left;
	margin-left:230px;
	margin-top:500px;
}

div.social img
{
    border:0;
}

div.social p
{
    margin:0;
    padding:0;
    margin-bottom:5px;
    margin-left: 14px;
}




