﻿/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 62.5%;
	background: url(../images/page-bg.gif) repeat top left;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	background: #fff url(../images/top-header.jpg) no-repeat top left;
}

/* Header position and styling */

#header {
	width: 900px;
	height: 156px;
}

/* Top Nav Positioning and Styling */

#topnav {
	width: 630px;
	height: 35px;
	float: right;
	margin-top: 120px;
}

#topnav ul {
	list-style: none;
	margin-top: 12px;
	margin-left: 60px;
}

#topnav li {
	display: inline;
	font-size: 1.3em;
}

/* Main Content Area Position */

#content {
	width: 900px;
	background: url(../images/content-bg.gif) repeat-y top left; 
}

#mainnav {	
	float: left;
	width: 181px;
	padding: 5px;
}

#maincontent {
	float: right;
	width: 679px;
	padding: 0 20px 0 0;
}

/* Footer Positioning */

#footer {
	clear: both;
	height: 50px;
	background-color: #FFFFC1;
	border-top: 2px solid #6EBA9C;
}


/* Main Nav Styling */
#mainnav {
	background: #060E28 url(../images/main-nav-bg.gif) repeat-x top left;
}

#mainnav ul {
	list-style: none;
	text-align: right;
}

#mainnav li {
	border-bottom: 1px dashed #fff;
	font-size: 1.3em;
	padding-bottom: 4px;
	margin-bottom: 5px;
}

#mainnav li a {
	color: #fff;
	text-decoration: none;
}

#mainnav li a:hover {
	color: #ccc;
	text-decoration: underline;
}

/* Plant of the month styling */

#plantmonth {
	width: 170px;
}

#plantmonth_image {
	width: 75px;
	float: left;
}

#plantmonth_image img {
	border: 0px;
}

#plantmonth_name {
	clear: both;
	width: 180px;
	margin-right: 4px;
}

#plantmonth_name h2 {
	font-size: 1.4em;
	color: #fff;
}

#plantmonth_name h2 a {
	color: #fff;
	text-decoration: none;
}

#plantmonth_description {
	clear: both;
	width: 170px;
}

#plantmonth_description p {
	color: #fff;
}


/* Newsletter signup styling */

#mainnav p {
	color: #fff;
}

#mainnav form {
	width: 170px;
}

#mainnav form .newsletter_name {
	width: 150px;
	font-size: 1.0em;
	margin-bottom: 4px;
}

#mainnav form .newsletter_email {
	width: 150px;
	font-size: 1.0em;
	margin-bottom: 4px;
}
#mainnav form .newsletter_subscribe {
	font-size: 1.0em;
}

/* Footer elements styling */

#footer-copyright {
	float: left;
	color: #51AB87;
	margin-left: 10px;
	margin-top: 5px;
}

#footer-address {
	float: right;
	color: #444444;
	margin-right: 10px;
	margin-top: 5px;
	text-align: right;
}


/* Search Box Styling */

#search-box {
	width: 480px;
	height: 56px;
	background: url(../images/search-bg.gif) repeat-x top left;
	padding-left: 14px;
	padding-top: 12px;
	float: left;
}

#search-box form {
	background: url(../images/search-form-bg.gif) no-repeat top left;
	width: 471px;
	height: 39px;
	padding-top: 12px;
	padding-left: 40px;
}

#search-box label {
	width: 70px;
	color: #FFFFC1;
	font-size: 1.4em;
	font-weight: bold;
}

#search-box .search-box-field {
	width: 300px;
	font-size: 1.0em;
}

#search-box .search-box-submit {
	font-size: 1.0em;
}

#search-box p {
	margin-top: -13px;
	color: #000;
	text-align: right;
	padding-right: 10px;
}

#search-box a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#search-box a:hover {
	text-decoration: underline;
	color: #ff0000;
}

/* Basket Summary Contents */

#basket-contents {
	float: right;
	width: 173px;
	height: 66px;
	padding-left: 4px;
	padding-right: 4px;
	border: 1px solid #3D7D63;
	background-color: #FFFFE9;
}

#basket-contents .paragraph {
	font-size: 1.0em;
	padding: 0;
	margin: 5px 0 0 0;
}

/* Main content area backgrounds and styling */


#offers-section {
	width:690px;
	background-color: #fff;
	border-top: 1px solid #ccc;
	padding: 5px;
}

#special-offers {
	width: 430px;
	height: 400px;
	background-color: #fff;
	border-right: 1px dashed #5AB18E;
	float: left;
}

#special-offers img {
	margin-bottom: 10px;
}

#special-offers .special-details {
	width: 380px;
	clear: both;
}

#special-offers .special-image {
	float: left;
	width: 95px;
}
#special-offers .special-image img {
	border: 0;
}

#special-offers .special-description {
	float: left;
	width: 270px;
	margin-left: 10px;
	
}
#special-offers .special-description h3 {
	font-size: 1.2em;
	color: #5AB18E;
	margin-top: -2px;
	margin-bottom: 0;
}

#special-offers .special-description h3 a {
	color: #5AB18E;
	text-decoration: none;
}

#special-offers .special-description p {
	font-size: 1.0em;
	color: #5AB18E;
	margin-left: 0px;
	margin-top: 0px;
	line-height: 14px;
}

#catalogue-order {
	width:250px;
	float: right;
	height: 114px;
	background-color: #fff;
}

#newssnippets {
	width: 250px;
	float: right;
	background-color: #fff;
	padding-top: 10px;
}

#newssnippets a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

#newssnippets a:hover {
	color: #ff0000;
	text-decoration: underline;
}

#tradesales {
	width: 250px;
	float: right;
	background-color: #fff;
	padding-top: 10px;
}











/* General Styles */

.clear { 	
	clear: both;
}

.picright {
	float: right;
	padding: 4px;
	margin-left: 20px;
	text-align: center;
}

.picright img {
	border: 1px solid #000;
}

.picleft {
	float: left;
	padding: 4px;
	margin-right: 20px;
	text-align: center;
}

.picleft img {
	border: 1px solid #000;
}


#maincontent p {
	font-size: 1.1em;
	line-height: 18px;
	margin-left: 10px;
}

#maincontent h2 {
	font-size: 1.4em;
	border-bottom: 1px dashed #9ED1BE;
	padding-left: 10px;
	padding-top:2px;
	padding-bottom: 2px;
	margin-left: 7px;
}

#maincontent h2.blueberry {
	background: #fff url(../images/blueberry-bullet.gif) no-repeat left center;
	padding-left: 25px;
	margin-top: 20px;
	font-size: 1.6em;
}

#maincontent h2.blueberry a {
	color: #000;
	text-decoration: none;
}

#maincontent h2.blueberry a:hover {
	color: #2D5A49;
	text-decoration: underline;
}

#maincontent h1 {
	font-size: 1.3em;
	margin-left: 7px;
	color: #6EBA9C;
}

.openingtimes {
	width: 410px;
}

.openingtimes p {
	margin: 4px;
}

.openinghours {
	width: 150px;
	float: right;
	margin-top: -23px;
}

.openinghours p {
	margin: 0;
}

.plantfinder-left {
	float: left;
	width: 300px;
}

.plantfinder-right {
	float: right;
	width: 300px;
}
.whophoto {
	margin: 10px;
}
.error {
	color: #ff0000;
}