@charset "UTF-8";
/* 
Name: Estuary Organics
Date: 24 April 2008
Description: Website for Topsham based company Estuary Organics.
Author: Alastair Bruce
URL: http://www.estuaryorganics.co.uk
 */

body {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0;
	padding: 0;
	padding-top:10px;
	text-align: center;
	color: #009999;
	background-color: #FFFFFF;
	background-image:url(../images/backdrop.jpg);
	background-repeat: repeat-x;
}

.wholePage #container {
	width: 780px;
	background: #FFFFFF; 
	margin: 0 auto;
	border: 1px solid #AAAAAA;
	text-align: left;
}
.wholePage #header {
	padding: 0 10px 0 10px;
	background-color:#FFFFFF;
}
.wholePage #header h1 {
	margin: 0;
	padding: 10px 0;
	color: #009933;
}

/* ------- Menu Styles ------- */

.wholePage #menu {
	margin: 0;
	padding-top: 5px;
	padding-bottom:5px;
	padding-left:15px;
	background-color: #000A00;
}

.wholePage #menu a:link, .wholePage #menu a:visited {
	margin-right: 2px;
	padding: 3px 10px 2px 10px;
	font-size:95%;
	color: #009999;
	background-color: #FCE6EQ;
	text-decoration:none;
}

.wholePage #menu a:hover {
	/* border-top: 1px solid #717171; */
	border-bottom: 1px solid #717171;
}

.wholePage #titleImage {
	margin: 0;
	padding: 0;
}

/* ------- Main Content Styles ------- */
.wholePage #mainContent {
	padding: 0 20px;
	background: #FFFFFF;
}

.wholePage #mainContent h2 {
	font-size: 110%;

}

.wholePage #mainContent li {
	padding-bottom: 10px;
}

.wholePage #mainContent a:link, .wholePage #mainContent a:visited {
	color: #009999;
	text-decoration:underline;
}

.wholePage #mainContent a:hover {
	color: #3366FF;
	text-decoration:underline;

}

.subMenuRight
	{
	float:right;
	/* width: 200px; */
	padding-bottom: 10px;
	padding-left:20px;
	/* margin-top: 10px; */
	}

.subMenuRight a:link, .subMenuRight a:visited, .subMenuRight a:active {
	text-decoration: none;
}

.subMenuRight a:hover {
	text-decoration: none;
}

.subMenuRight img {
	border:none;
	
}

/* ------ Title Images ------- */

#titleHomePageImage h3 {
	background: transparent url(../images/topshamfield780.jpg) no-repeat;
	width:780px;
	height:200px;
	padding-top:0px;
	margin-top:0px;
}

#titleHomePageImage span {
	display: none; 
}

#titleProductPageImage h3 {
	background: transparent url(../images/topsham-estuary3.jpg) no-repeat;
	width:780px;
	height:200px;
	padding-top:0px;
	margin-top:0px;
}

#titleProductPageImage span {
	display: none; 
}

#titleAboutUsPageImage h3 {
	background: transparent url(../images/topsham-estuary.jpg) no-repeat;
	width:780px;
	height:200px;
	padding-top:0px;
	margin-top:0px;
}

#titleAboutUsPageImage span {
	display: none; 
}

#titleContactPageImage h3 {
	background: transparent url(../images/topsham-estuary2.jpg) no-repeat;
	width:780px;
	height:200px;
	padding-top:0px;
	margin-top:0px;
}

#titleContactPageImage span {
	display: none; 
}

#titleFAQPageImage h3 {
	background: transparent url(../images/topsham-estuary4.jpg) no-repeat;
	width:780px;
	height:200px;
	padding-top:0px;
	margin-top:0px;
}

#titleFAQPageImage span {
	display: none; 
}

#titleEnvironmentPageImage h3 {
	background: transparent url(../images/topsham-estuary8.jpg) no-repeat;
	width:780px;
	height:200px;
	padding-top:0px;
	margin-top:0px;
}

#titleEnvironmentPageImage span {
	display: none; 
}

#titleNewsPageImage h3 {
	background: transparent url(../images/topsham-estuary7.jpg) no-repeat;
	width:780px;
	height:200px;
	padding-top:0px;
	margin-top:0px;
}

#titleNewsPageImage span {
	display: none; 
}

#titleCatalogPageImage h3 {
	background: transparent url(../images/topsham-estuary9.jpg) no-repeat;
	width:780px;
	height:200px;
	padding-top:0px;
	margin-top:0px;
}

#titleCatalogPageImage span {
	display: none; 
}

#titleSiteMapPageImage h3 {
	background: transparent url(../images/topsham-estuary6.jpg) no-repeat;
	width:780px;
	height:200px;
	padding-top:0px;
	margin-top:0px;
}

#titleSiteMapPageImage span {
	display: none; 
}



/* -------- Footer Styles -------- */
.wholePage #footer {
	margin: 0;
	padding-top: 5px;
	padding-bottom:5px;
	padding-left:15px;
	background-color: #000A00;
	font-size: 95%;
}
.wholePage #footer p {
	margin: 0;
	padding: 10px 0;
}

.wholePage #footer a:link, .wholePage #footer a:visited, .wholePage #footer a:active {
	color: #009999;
	text-decoration: none;
}

.wholePage #footer a:hover {
	color: #3366FF;
	text-decoration: underline;
}



/* style for designer and copyright lines at bottom of page */
#designer {
	text-align: center;
	font-size:9px;
} 
#designer p {
	color: #000033;
	margin: 0;
	padding: 10px 0;
}

#designer a:link, #designer a:visited, #designer a:active {
	color: #000033;
	text-decoration: underline;
}

#designer a:hover {
	color: #3366FF;
	text-decoration: underline;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
