/*
 * Subject to copyright.
 *
 * Web Development by LOOKsystems Limited
 * mailto:info@looksystems.ltd.uk
 * http://www.looksystems.ltd.uk
 *
 */

/* GLOBAL STYLES */

body {
	color: #000;
	font-size: 12px;
	background-color: #c7cc94;
	font-family: Georgia, "Times New Roman", times, serif;
	text-align: center;
	margin: 0;
	padding: 0;
}

a {
	color: #9da56a;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.plain {
	color: #000;
}
img {
	border: none;
}

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

/* PAGE STYLE */

#container {
	background: url(../img/background-left.gif) left top repeat-y;
	text-align: left;
	margin: 0 auto;
	padding-left: 37px;
	width: 860px;
}

#page {
	position: relative;
	background: #fff url(../img/background-right.gif) right top repeat-y;
	padding: 0 50px 0 13px;
	width: 760px;
}

#main {
	width: 760px;
}

/* BRANDING */

#header h1 a {
	display: block;
	width: 251px;
	height: 53px;
	background: url(../img/trewithen-logo.gif) 0 0 no-repeat;
	text-indent: -9000px;
	overflow: hidden;
	margin: 27px 0 10px 0;
}

#header h2 {
	height: 22px;
	background: url(../img/historic-private-estate.gif) 0 0 no-repeat;
	text-indent: -9000px;
	overflow: hidden;
	border-top: 1px solid #9da56a;
	border-bottom: 1px solid #9da56a;
	margin-bottom: 8px;
}

/* PRIMARY NAVIGATION */

#menu,
#submenu {
	margin: 0;
	padding: 5px;
}
#menu {
	background-color: #9da56a;
}
#submenu {
	background-color: #c7cc94;
}
#menu ul, #menu li,
#submenu ul, #submenu li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu ul li,
#submenu ul li {
	display: inline;
}
#menu ul li a,
#submenu ul li a {
	color: #000;
	margin-right: 1em;
	text-decoration: none;
}
#menu ul .select a,
#menu ul li a:hover,
#submenu ul .select a,
#submenu ul li a:hover {
	color: #fff;
}

/* STAGE */

#stage-images {
	height: 298px;
	margin-top: 10px;
	overflow: hidden;
	width: 760px;
	position: relative;
}
#stage-images .image-left {
	float: left;
	height: 298px;
	width: 452px;
	margin: 0;
}
#stage-images .image-slice {
	float: left;
	height: 298px;
	width: 144px;
	margin: 0;
}
#stage-images .image-text {
	float: left;
	color: #666;
	background-color: #e7e8da;
	padding: 20px;
	height: 298px;
	width: 268px;
	margin: 0;
	font-size: 28px;
	font-variant: small-caps;
	line-height: 32px;
}
html>body #stage-images .image-text {
	height: 268px;
}
#stage-images .image-right {
	float: right;
	height: 298px;
	width: 298px;
	margin: 0;
}

.sIFR-hasFlash #stage-images .sifr {
	visibility: hidden;
	top: 20px;
	left: 164px;
	position: absolute;
	font-size: 34px;
	line-height: 34px;
	width: 268px;
}
html>body .sIFR-hasFlash #stage-images .sifr {
	max-width: 268px;
	width: auto;
}


/* MAIN CONTENT */

#content {
	line-height: 133%;
	padding-top: 10px;
}
html>body #content {
	padding-bottom: 10px;
}
#content h1, #content h2 {
	font-family: "Trebuchet MS", verdana, sans-serif;
	font-size: 16px;
	line-height: 120%;
	margin-bottom: 8px;
}
#content a {
	font-weight: bold;
}
#content .column {
	margin-right: 10px;
	float: left;
}
#content .last {
	float: right;
	margin: 0;
}
#content .intro {
	margin-bottom: 1em;
}

/* HOME PAGE */

#home {
	position: relative;
	margin: 10px 0;
	height: 452px;
}

#home ul,
#home li {
	list-style: none;
	padding: 0;
	margin: 0;
}
#home li {
	color: #fff;
	font-family: "Trebuchet MS", verdana, sans-serif;
	font-size: 14px;
	background: #8a964c;
	position: absolute;
	height: 144px;
	width: 144px;
	overflow: hidden;
}
#home li a.link {
	color: #fff;
	text-decoration: none;
	display: block;
	height: 144px;
	width: 144px;
	overflow: hidden;
}
#home li a.click .caption {
	height: 114px;
	width: 114px;
	background: url(../img/clickblock.gif) bottom right no-repeat;
}
#home li a.click:hover .caption {
	background: url(../img/clickblock-over.gif) bottom right no-repeat;
}
#home li.image0 a.click .caption {
	height: 268px;
	width: 268px;
}
#home li.hover {
}
#home li.hover a .caption {
	visibility: hidden;
}
#home li.hover a:hover {
	border: none;
}
#home li.hover a:hover .caption {
	visibility: visible;
}
#home li.hover .overlay  {
	height: 144px;
	width: 144px;
}
#home li.image0 .overlay  {
	height: 298px;
	width: 298px;
}
html>body #home li.hover a:hover span.overlay {
	z-index: 400;
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
	opacity:.30;
	filter: alpha(opacity=30);
	-moz-opacity: 0.30;
}
#home li .caption {
	display: block;
	padding: 10px;
}
#home li.hover .caption {
	z-index: 500;
	position: absolute;
	bottom: 0;
}

#home .image0 {
	height: 298px;
	width: 298px;
}
#home .image0 a.link {
	height: 298px;
	width: 298px;
}
#home .image5 {
	left: 154px;
}
#home .image1,
#home .image4,
#home .image7 {
	left: 308px;
}
#home .image2 {
	left: 462px;
}
#home .image3 {
	left: 616px;
}
#home .image4 {
	top: 154px;
}
#home .image5,
#home .image6,
#home .image7 {
	top: 308px;
}
#home .text {
	color: #2a2d18;
	top: 154px;
	left: 462px;
	background: #dcdfca;
	position: absolute;
	height: 278px;
	width: 278px;
	padding: 10px;
	overflow: hidden;
	line-height: 133%;
}
#home h2,
#home b.h2 {
	font-family: "Trebuchet MS", verdana, sans-serif;
	display: block;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 8px;
}
#home b.h2 {
	margin-bottom: 4px;
}

/* CLICK TO VIEW */

.ClickToView {
	width: 298px;
	height: 144px;
	position: relative;
	margin-bottom: 10px;
}
.ClickToView div {
	float: left;
	width: 144px;
	height: 144px;
}
.ClickToView .text {
	font-size: 14px;
	line-height: 18px;
	font-family: "Trebuchet MS", verdana, sans-serif;
	margin-right: 10px;
	background: #8a964c;
	color: #fff;
}
.ClickToView .text b {
	font-family: "Trebuchet MS", verdana, sans-serif;
	display: block;
	font-size: 16px;
	margin-bottom: 4px;
}
#content .ClickToView .text a {
	display: block;
	text-decoration: none;
	color: #fff;
	width: 124px;
	height: 124px;
	margin: 10px 0 0 10px;
	background: url(../img/clickblock.gif) bottom right no-repeat;
	font-weight: normal;
}
#content .ClickToView .text a:hover {
	background: url(../img/clickblock-over.gif) bottom right no-repeat;
}

/* CAPTION IMAGE */

#content .CaptionImage {
	background: #e7e8da;
	margin-bottom: 10px;
}
#content .CaptionImage .text {
	padding: 10px 5px;
	font-family: "Trebuchet MS", verdana, sans-serif;
	font-weight: bold;
}

/* ITEMLIST */

.itemlist .item {
	clear: both;
	margin-top: 1.5em;
}
.itemlist .first {
	margin-top: 0;
}

/* PLANT DETAILS */

#plant td {
	border-bottom: 1px solid #a1ab6f;
	font-family: "Trebuchet MS", verdana, sans-serif;
}
#plant td.head {
	width: 154px;
	font-weight: bold;
}
#plant p {
	margin-top: 1em;
}

/* BLOG */

.blog p,
.blog h3 {
	width: 298px;
	margin-left: 154px;
}
.blog .link {
	padding-top: .5em;
}
.blog p.image {
	float: left;
	width: 144px;
	margin: 0;
}

/* PLANT LIST */

.plantlist p {
	float: left;
	width: 380px;
	height: 57px;
	margin-bottom: 10px;
}

.plantlist img {
	float: left;
	margin-right: 10px;
}

/* PLANT SEARCH */

#search_results {
	margin-top: 1em;
}

.search-filter {
	margin-top: 1em;
}

.search-filter ul {
	font-size: smaller;
	list-style: none;
	float: left;
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
	border-left: 1px dotted #666;
}
.search-filter ul.first {
	margin: 0;
	padding: 0;
	border: none;
}

.search-filter ul li {
	padding: 0;
	margin: 0;
}

#content .search-filter .search-clear {
	color: #666;
}


/* CONTACT FORMS */

#subform .formfield,
#contactform .formfield,
#enquiryform .formfield {
	width: 298px;
	border: 1px solid #000;
}

/* ANCILLARY NAVIGATION */

#footer {
	clear: both;
	padding: 10px 0 1024px 0;
	border-top: 1px solid #000;
	font-family: "Trebuchet MS", verdana, sans-serif;
}
#footer p {
	font-size: 11px;
	margin-bottom: 4px;
}
#footer p a {
	color: #000;
}

/* GENERAL STYLES */

.wai {
	display: none;
}

.hide {
	visibility: hidden;
}

.replace {
	display: block;
	text-indent: -9000px;
	overflow: hidden;
}

.overlay {
	top: 0;
	left: 0;
	position: absolute;
	display: block;
}

.button, .cancel, .button_delete {
	font-size: 90%;
	border: none;
	cursor: default;
	padding: 2px 8px;
}
.button {
	color: #fff;
	font-weight: bold;
	background-color: #000;
}
.cancel {
	color: #fff;
	background-color: #aaa;
}
.button_delete {
	font-weight: bold;
	color: #fff;
	background-color: #800;
}

.record {
	background: #dcdfca;
}

.invalid {
	color: #600;
	background-color: #fee;
}
.invalid td {
	padding: 2px;
}
.invalid a {
	color: #600;
	text-decoration: underline;
}

/* BLANK PAGE */

#blank {
	text-align: left;
	color: #000;
	background-color: #fff;
	padding: 8px;
}
#blank a {
	color: #000;
	background-color: inherit;
	text-decoration: none;
}
#blank a:hover {
	text-decoration: underline;
}

/* ACCESS KEYS */

a.accesskey {
	top: 0;
	display: block;
	position: absolute;
	text-indent: -9000px;
	overflow: hidden;
	height: 0px;
}
