@charset "utf-8";
/* Gardening Online */

/* colours
------------------------------------- 
bg:              		#e8f1c6
watermark: 	        	#d6e2a8
nav: 	        		#afc06f
nav text (logo green):  #566422
sbar/signup/logo red:	#a30234		
collection boxes beige:	#ebdcb7
green buttons bg:   	#94a949
body/footer green:		#566422
blue button text:       #3d6079
------------------------------------- */


/* basics
-----------------------------------------*/
body {
	font: 14px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #e8f1c6 url(../images/wallpaper.gif) no-repeat top center;
}

a { color: #3d6079; text-decoration: underline; }
a:hover, a:focus { color: #a30234; }

.container {
	width: 960px;
	margin: 0 auto;
	position: relative;
	padding-bottom: 20px;
}

.content {
	width: 900px;
	background: #fff;
	padding: 10px 30px 0 30px;
	clear:both;
	overflow: auto;
	min-height: 250px;
}


/* header 
----------------------------------------*/

.header {
	background: #fff;
	width: 920px;
	padding:8px 40px 0 0;
	height: 41px;
	margin: 0;
	overflow: hidden;
}

.header h1.logo {
	margin: 0 0 0 42px;
	width: 334px;
	height: 41px;
	float:left;
	display: inline;
	background: url(../images/logo.gif) no-repeat bottom left;
}

.header h1.logo a {
	color: #a30234;
	width: 334px;
	height: 41px;
	text-decoration: none;
	font: 30px/41px Georgia, Times, serif;
	text-indent: -9999em;
	display: block;
}


/* nav bar styles moved to menustyles.css */

.advSearchButton {
    clear:both;
    width: 960px;
    background: white;
}

.advSearchButton a {
    margin: 0 0 0 30px;
    width: 190px;
    display:block;
    background: #afc06f;
    color: #a30234;
    font: 11px/20px "Trebuchet MS", Verdana, Arial, sans-serif;
    padding: 0 7px;
    text-align: center;
    text-decoration: none;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

.advSearchButton a:hover {
    color: #fff;
}

/* content formatting
--------------------------------------------*/
/* buttons
-----*/
.content a.blockLink {
	color: #3d6079;
	background: transparent url(../images/std-button-edge.gif) no-repeat left bottom;
	display: block;
	float:left;
	font-size: 14px;
	font-weight: bold;
	line-height: 34px;
	height: 34px;
	margin: 5px 0;
	padding: 0 0 0 12px;
	text-decoration: none;
}

.content a.blockLink:hover {
	background-position: left top;
	color: #fff;
}

.content a.blockLink span {
    background: transparent url(../images/std-button-bg.gif) no-repeat right bottom;
    display: block;
    padding: 0 30px 0 0;
}

.content a.blockLink:hover span {
    background-position: right top;
    color: #e2eff5;
}



/* feature buttons are at end of home page content */
.content a.featureButton {
	color: #a30234;
	background: transparent url(../images/feature-sprite-1.gif) no-repeat bottom center;
	display: block;
	width: 229px;
	float:left;
	font: 18px/42px "Trebuchet MS", Verdana, Arial, sans-serif;
	font-weight: bold;
	font-style: italic;
	height: 42px;
	margin: 0 18px 15px 0;
	padding: 0 37px 0 15px;
	text-decoration: none;
}

.content a.featureButton:hover {
	background-position: top center;
}

.content a.featureButton.alt2 {
    background-image: url(../images/feature-sprite-2.gif);
}
.content a.featureButton.alt3 {
    background-image: url(../images/feature-sprite-3.gif);
}

.content a.featureButton.last {
    margin-right: 0;
}

/*search link button for advanced search page */

.content a.searchLink {
	color: #3d6079;
	background: transparent url(../images/search-button-sprite.gif) no-repeat left bottom;
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 35px;
	height: 35px;
	width: 117px;
	margin: 5px 0;
	padding: 0 40px 0 12px;
	text-decoration: none;
}

.content a.searchLink:hover {
	background-position: left top;
	color: #e2eff5;
}




/* basics */

.content .action {
	color: #310810;
}


.coreMsg {
    width: 580px;
    float:left;
    margin: 10px 20px 35px 0;
}

.tagline {
	width: 580px;
	height: 65px;
	margin:0;
	background: #7f9c20 url(../images/tagline.gif) no-repeat;
}

.tagline span {
	width: 580px;
	height: 65px;
	text-indent: -9999em;
	display: block;
	font: 20px "Myriad Pro", Verdana, Arial, sans-serif;
	font-weight: bold;
	text-align: center;
	color: #f5d332;
}

.coreFindPlant {
    width: 239px;
    height: 49px;
    padding: 0 0 0 108px;
    margin:0;
    float:left;
    background: #a30234 url(../images/find-bg.gif) no-repeat left top;
	display: block;
	font: 20px/49px "Myriad Pro","Trebuchet MS", Verdana, Arial, sans-serif;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	color: #f5d332;
}

a.coreSearchLink {
    width: 203px;
    height: 49px;
    padding: 0 0 0 30px;
    margin:0;
    float:left;
    background: #fc8f00 url(../images/search-bg-sprite.gif) no-repeat center bottom;
	display: block;
	font: 16px/49px "Myriad Pro","Trebuchet MS", Verdana, Arial, sans-serif;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	color: #a30234;
	text-decoration: none;
	text-transform: uppercase;
   
}

a.coreSearchLink:hover {
    background-position: center top;
}

.content ul.highPoints {
	list-style: none;
	font: 18px/18px "Trebuchet MS", Verdana, Geneva, sans-serif;
	margin : 0 35px 36px 35px;
	padding:0;
}

.content .highPoints li {
	margin-bottom: 18px;
	color: #64a890;
}

.content .highPoints li.alt {
	color: #c6693a;
}




.content .imageHolder img {
    padding: 5px;
    background: white;
    border: 1px solid #c3d7d0;
    margin: 0 10px 0 0;
}

.content .imageHolder img.last {
    margin-right: 0;
}

.content .featurePic {
    padding: 5px;
    background: white;
    border: 1px solid #c3d7d0;
    margin: 0 0 0 10px;
}

.content .sidebar .featurePic {
    margin: 0;
}

.content .dispAnim {
    width: 305px;
    height: 227px;
    padding: 10px;
    background: white;
    border: 1px solid #c3d7d0;
    margin: 0 0 0 10px;
    float:right;
    overflow: hidden;
}

.content .dispAnim img {
    border: none;
}

.content h2.advSearchTitle {
    line-height: 60px;
    padding-left: 100px;
    background: transparent url(../images/adv-search-title.gif) no-repeat left center;
}

/* sidebar
-------------------------------------------*/

.content .sidebar {
	width: 320px;
	float:right;
	margin: 25px 0 0 20px;
	padding: 0;
}



/* newsletter signup area
--------------------------------------------*/

.newsletterSignup {
	clear:both;
	background: #a30234;
	color: white;
	width: 860px;
	padding: 12px 50px 12px 50px;
	overflow: auto;
	font-size: 12px;
}

.newsletterSignup h4 {
	font: 18px "Trebuchet MS", Verdana, Geneva, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #f5d332;
	display:block;
	float:left;
	margin: 4px 0 0 0;
	padding: 0;
	width: 370px;
}

.newsletterSignup label {
	float:left;
	width: 80px;
	margin: 7px 0 0 35px;
	font-weight: normal;
}

.newsletterSignup input.text {
	width: 180px;
	font: 12px/18px Arial, Helvetica, sans-serif;
	margin: 2px 20px 0 20px;
}

.newsletterSignup input.submit {
	width: 120px;
	margin: 2px 0 0 10px;
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #a30234;
}

.validationHolder.nlValid {
    margin: 0;
    height: 30px;
    position:relative;
    background: white;
}

.validationHolder.nlValid span {
    padding: 4px;
    margin: 0;
    width: 460px;
    border: 2px solid #ffa900;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: #f8cf7d;
    color: #333;
	text-align: center;
	font: bold italic 12px/14px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	display:block;
	clear:both;
	position:absolute;
	top:0;
	left: 200px;
}




/* footer
--------------------------------------*/

.footer {
	width: 860px;
	clear:both;
	padding: 5px 50px;
	color: #566422;
	overflow: auto;
	text-align: center;
	font-size: 12px;
}

.footer p {
	margin: 7px 0 0 0;
}

.footer a { color: #a30234; text-decoration: none;}

.footer a:hover { color: #3d6079; text-decoration: underline; }

/* subfooter (typically address/company details)
---------------------------------------------------------*/

.designTag {
	font-size: 11px;
}

.designTag a {
	color: #999999;
	display:block;
	text-decoration: none;
	text-align: center;
}

.designTag a:hover {
	text-decoration: underline;
}


/*-------------- end template structure styles -------------
************************************************************
---------------- start universal styles ------------------*/









/* horizontal rules
------------------------------------------------- */

.hr {
height: 1px;
width: 880px;
margin: 20px auto;
border-bottom: 1px solid #f9f8db;
clear: both;
}

.hr hr {
	visibility: hidden;
	margin: 0;
	padding:0;
}






/* news details 
--------------------------------------------------*/

.content .newsHeadline {
   display: block;
    margin: 5px 15px 15px 15px;
    border: 1px solid #dedede;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 10px;
    overflow: auto;
}

.content .newsHeadline div {
    margin: 0 0 1.5em;
}

.content a.newsLink {
	color: #94a949;
	display: block;
	width: 250px;
	background: #e8f1c6;
	margin: 8px 0 0 0;
	padding: 2px;
	border-bottom: 2px solid #d6e2a8;
	text-decoration: none;
}
.content a.newsLink:hover {
	color: #f9eed3;
	border-bottom: 2px solid #d6e2a8;
}

.content .newsImageContainer {
    width: 600px;
	margin: 10px auto;
}

.content .newsImageContainer .big {
    display: block;
    width: 550px;
    padding: 25px;
    background: #f9fcef;
    margin: 10px auto 5px auto;
}
.content .newsImageContainer .thumbs {
    display:block;
    width: 590px;
    margin: 0;
    padding: 5px;
    background: #f9fcef; 
    overflow-y: auto;   
    position:relative;
}

.content .newsImageContainer .big a {
    cursor: default;
}

.content .newsImageContainer .thumbs a {
    outline: none;
}

.content .newsImageContainer a img {
    border: none;
}

.content .newsImageContainer .big img {
    display: block;
    margin: 0 auto;
}
.content .newsImageContainer .thumbs img {
    display: block;
    margin: auto 5px;
    float:right;
    border: 1px solid #fff;
    background: white;
}

.content .newsImageContainer .thumbs span {
    display: block;
    position: absolute;
    bottom: 5px;
    left: 5px;
    width: 150px;
    font: 12px normal "Century Gothic", "Apple Gothic", Verdana, Arial, sans-serif;
    text-transform: uppercase;
	background: white;
	padding: 2px;
	-moz-opacity:.65;
	opacity:.65;
	filter:alpha(opacity=65);
	color: #777777;
}





/* FAQ
----------------------------------------------*/
.content .FAQ {
    margin: 0 0 20px 0;
}



/* gallery styles 
-----------------------------------------------*/

.gallery .galleryImage {
	width:226px;
	float:left;
	margin: 0 40px 10px 40px;
	position:relative;
	background: #f9fcef;
}

.gallery .galleryImage h4 {
	margin:0;
	padding: 2px 5px;
	font: 14px;
	font-style: italic;
	text-align: center;
	border-bottom: 1px solid #dceee6;
}

.gallery .galleryImage div.photo {
	width:216px;
	height:140px;
	overflow:hidden;
	margin: 5px auto;
}

.gallery .galleryImage img { 
	border:none;
	display:block;
	margin: 0 auto;
}


.gallery .galleryImage .caption {
	background: #f9fcef;
	color: #c6693a;
	padding: 3px;
	text-align: center;
}

.gallery .galleryRow {
	clear:both;
	margin-top: 18px;
}









/* paging 
----------------------------------------------------*/
.content .paging {
	clear:both;
}
.content .paging ul {
	text-align:right;
	list-style: none;
	margin:0;
	margin-top: 40px;
	padding:0;
}

.content .paging ul li {
	display:inline;
	margin: 0 18px;
	font: 12px/18px "Trebuchet MS", Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-style: italic;
	color: #d6e2a8;
}

.content .paging ul li a {
    color: #94a949;
    text-decoration : none;
}

.content .paging ul li a:hover {
    color: #3d6079;
}






/* contact info styles 
--------------------------------------------------*/

.contactInfo {
    margin-bottom: 15px;
    padding:1.4em; 
}

.contactInfo div {
    clear:both;
    position: relative;
    margin:0 0 15px 0;
}

.contactInfo label {
	margin: 0;
	display: block;
	width: 200px;
	text-align: left;
	float: left;
	margin-right: 15px;
}

.contactInfo p {
	text-align: left;
	clear:left;
	margin-left: 215px;
}


.contactInfo div ul {
    margin: 0 0 0 215px;
    padding: 0;
    list-style-type: none;
    clear:none;
}






/* links list
----------------------------------*/
dl {
    margin-left: 40px;
}
dt {
    color: #5f5489;
    font-weight: bold;
}
dd {
    color: #ba7742;
    margin-bottom: 15px;
}





/* tables
----------------------------------*/
table.rates {
    width: 530px;
    border-collapse: separate;
    border-spacing: 5px;
}

.rates td {
    background: #f9fcef;
}


/* horizontal rules
------------------------------------*/

.halfHr,
.fullHr {
    clear:both;
    height: 2px;
    width: 440px;
    overflow: hidden;
    background: #94a949;
    margin: 20px 0;
}

.fullHr { width: 900px; }

.halfHr hr,
.fullHr hr {
    visibility: hidden;
}

