/* CSS Document for Spinneywood holiday home */

/* BODY STYLE */

body {
	text-align: center;
	background-color: #B6CFDC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #565050;
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
	padding: 0;
	margin: 0;
}

a {
	color: #565050;
	text-decoration: none;
}
a:hover {
	color: #565050;
	text-decoration: underline;
}

/* PAGE LAYOUT */


#container {
	text-align: left;
	margin: 40px auto 10px auto;
	width: 792px;
	border: 4px solid #fff;
	overflow: hidden;
	height: 592px;
}


#page {
	background-color: #fff;
	width: 792px;
}

#topbar {
	width: 792px;
	height: 76px;
	background-color: #568CAE;
	margin-bottom: 4px;
	padding: 0;
}


/* TOPBAR ELEMENTS*/

#logo {
	float:left;
	display: block;
	margin: 0;
	padding: 0;
}

.space{
	padding-top: 12px;
}

#menu {
	padding-top: 0;
	margin: 0;
	list-style: none;
}
#menu li {
	float: right;
	margin: 0;
	padding: 0;
}

#menu a {
	margin: 0;
	padding: 0;
	height: 21px;
	display: block;
	text-indent: -9000px;
	overflow: hidden;
}

#menu_home a {
	background: url(images/BUThome.gif) 0 0 no-repeat;
	width: 62px;
}
#menu_house a {
	background: url(images/BUThouse.gif) 0 0 no-repeat;
	width: 72px;
}
#menu_gallery a {
	background: url(images/BUTgallery.gif) 0 0 no-repeat;
	width: 76px;
}
#menu_outabout a {
	background: url(images/BUToutabout.gif) 0 0 no-repeat;
	width: 99px;
}
#menu_prices a {
	background: url(images/BUTprices.gif) 0 0 no-repeat;
	width: 70px;
}
#menu_garden a {
	background: url(images/BUTgarden.gif) 0 0 no-repeat;
	width: 72px;
}
#menu_location a {
	background: url(images/BUTlocation.gif) 0 0 no-repeat;
	width: 76px;
}
#menu_links a {
	background: url(images/BUTlinks.gif) 0 0 no-repeat;
	width: 99px;
}
#menu_contact a {
	background: url(images/BUTcontact.gif) 0 0 no-repeat;
	width: 70px;
}


#menu_home a:hover, #menu_home.selected a {
	background-position: 0 -21px;
}
#menu_house a:hover, #menu_house.selected a {
	background-position: 0 -21px;
}
#menu_gallery a:hover, #menu_gallery.selected a {
	background-position: 0 -21px;
}
#menu_outabout a:hover, #menu_outabout.selected a {
	background-position: 0 -21px;
}
#menu_prices a:hover, #menu_prices.selected a {
	background-position: 0 -21px;
}
#menu_garden a:hover, #menu_garden.selected a {
	background-position: 0 -21px;
}
#menu_location a:hover, #menu_location.selected a {
	background-position: 0 -21px;
}
#menu_links a:hover, #menu_links.selected a {
	background-position: 0 -21px;
}
#menu_contact a:hover, #menu_contact.selected a {
	background-position: 0 -21px;
}

/*MAIN PAGE ELEMENTS*/

#homeimage {
	clear: both;
	height: 254px;		
	width: 792px;
	padding: 0;
	background-color: pink;
}

.column {
	float: left;
	width: 394px;
	height: 254px;
	padding: 0;
}

.columnnarrow {
	float: left;
	width: 195px;
	height: 254px;
	padding: 0;
}

.columnlong {
	float: left;
	width: 394px;
	height: 512px;
	padding: 0;
	margin: 0;
}

.marginright {
	margin-right: 4px;
}

.marginbottom {
	margin-bottom: 4px;
}

.light {
	background-color: #D8E6ED;
}

.dark {
	background-color: #85B0C6;
}

.content {
	float: left;		
	margin: 0;
	padding: 18px 18px 0 18px;
}

.gallery {
	float: left;
	width: 195px;
	height: 125px;
	background-color: #D8E6ED;	
}

/*FORM*/
form .field {
width: 200px;
background-color: #ffffff;
}

form ol {
	list-style: none;
	margin: 1em 0 0 0;
	padding: 0;
}

form ol li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#buttons {
margin-left: 100px;

}

form label {
	display: block;
	width: 100px;
	float: left;
 }


/*FOOTER*/

#footer {
	text-align: left;
	margin: 0 auto;
	width: 800px;
	border-left: 4px solid #B6CFDC;
	border-right: 4px solid #B6CFDC;
}

#emailus {
	float: left;
}
	
#abrown {
	float: right;
}


