﻿@import url(core.css);

html /* For older IE browers only */
{
margin: 0;
background-color: #E6F0CB;
}

.clear
{
    display: block;
    clear: both;
    font-size: 1px;
}


body 
{
	font-family: Georgia, Times New Roman, Times, serif;
	margin: 0;
	background-color: #E6F0CB;
}

img
{
	display: block;
}

#mainContainer
{
	width: 810px;
	background: #FEFEFE;
	margin: auto;
}

/* Search Box */
#header .search-box
{
    float: right;
    width: 223px;
    height: 79px;
    background: url(../images/screen/bg-search-box.gif) top repeat-x;  
    position: relative;
    right: 20px; 
}

#header .search-box h2
{
    margin: 0;
    padding: 5px 12px;
    font-size: 14px;
    font-weight: normal;
    color: #596b00;
}

#header .search-box .tbsearch
{
    width: 136px;
    margin: 0 20px 0 0;
    padding: 2px;
    font-size: 12px;
    font-weight: normal;
    color: #9a9a9a;
    border: 0px;
    background-image: url(../images/screen/bg-tbsearch.gif);
    background-color: White;
    background-repeat: no-repeat;
    font-family: Georgia, Times New Roman, Times, serif;
    float: left;
    position: relative;
    left: 12px;
}

#header .search-box .lbsearch, #header .search-box .lbsearch:link, #header .search-box .lbsearch:visited
{
    float: left;
    display: block;
    text-align: center;
    width: 50px;
    height: 20px;
    margin: 0;
    padding: 3px 0 0 0;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: White;
    border: 0px;
    background: url(../images/screen/bg-lbsearch.gif) top right no-repeat;
}

#header .search-box .lbsearch:hover
{
    background: url(../images/screen/bg-lbsearch.gif) top left no-repeat;
}

/* Header */
#header
{
	width: 810px;
	height: 130px;
	background: #C8DD5E;
	clear: both;
}

#header img
{
	border: none;
	float: left;
	position: relative;
	z-index: 0;
}

h1.strapline
{
    float: left;
	position: relative;
	top: 108px;
	left: -177px;
	margin: 0px 0 0 0px;
	padding: 0;
	color: #596b00;
	font-size: 10px;
	letter-spacing: 1px;
	z-index: 1;	
}

p.tel
{
	position: relative;
	color: #596b00;
	margin: -30px 15px 0 0;
	text-align: right;
	font-size: 12px;
}

p.email
{
    float: right;
    clear: right;
	position: relative;
	color: #596b00;
	margin: 27px 15px 0 0;
	text-align: right;
	font-size: 12px;
}

/* Navigation */
#navigation
{
	width: 810px;
	height: 30px;
	background: #FBEDE2;
	clear: both;
	text-align: center;
	position:relative;
    z-index: 40;
    padding: 10px 0 0 0;
    display: none;
}

#navigation li.top a:link, #navigation li.top a:visited
{
	font-size: 12px;
	padding: 0 4px 15px 4px;
	margin: 0;
	text-decoration: none;
	color: #9B8570;
	position: relative;
	z-index: 40;
}

#navigation li.top a:hover
{
	text-decoration: underline;
}

#navigation li a.end
{
    border-right: solid 1px #9B8570;
    padding-right: 10px;
}

.menu, .menu ul 
{
    list-style-type: none;
    padding: 0 0 0 0; 
    margin: 0;
    position: relative;
    left: 2px;
}

.menu li.top 
{
    display: block; 
    display: inline;
    position: relative; 
}


/* keep the 'next' level invisible by placing it off screen. */
.menu ul, 
.menu :hover ul ul, 
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul :hover ul ul 
{
    position:absolute; 
    left: -9999px; 
    width: 0; 
    height: 0;
}

/* set up the first drop down sub level */
.menu :hover ul.sub 
{
    left: 0; 
    top: 0; 
    background: #e5d5c9;
    padding: 5px 0 2px 0; 
    width: 165px; 
    height: auto;
    float: left; 
    text-indent: 3px;
    margin: 30px 0 0 0px;
    text-align: left;
}
.menu :hover ul.sub li 
{
    display: block; 
    height: 20px; 
    position: relative; 
    border: none;
    margin: 0px 0 0 0px;
    padding: 0;
}

/*#navigation ul.sub a:hover
{
    width: 165px;
	text-decoration: underline;
	background: #FBEDE2;
	height: 20px;
	padding: 4px;
}*/



/* set up the flyout levels when hovering */
.menu :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul :hover ul
{
    color: #ffffff; 
}


/* Footer */
#footer
{
	width: 810px;
	background: #ffffff;
	clear: both;
}

#footer p, #footer a, #footer a:link, #footer a:visited
{
	margin: 0;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
}

p.admin
{
    clear: both;
	padding: 30px 0 0 10px;
	text-align: left;
}

p.copyright
{
    float: left;
	padding: 0 0 5px 10px;
	text-align: left;
}

p.created
{
	text-align: right;
	padding: 0 10px 5px 0;
	margin: 0;	
}

/* Main Content */
#mainContent
{
	width: 810px;
	background: #FEFEFE;
	clear: both;
}

img.main_image
{
   width: 810px;
   height: 170px;
   display: block; 
}

.left
{
    width: 390px;
    float: left;
}

.right
{
    float: right; 
    padding-right: 10px;
}

.intro
{
	width: 370px;
	height: 255px;
	background: #ffffff;
	float: left;
	position: relative;
	left: 10px;
	margin: 0;
}

.intro h2
{
	color: #86991C;
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	padding: 7px 0 0 0;
}

.intro h3
{
	color: #86991C;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 5px 0 0 0;
}

.intro p
{
	color: #616161;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 8px 0 0 0;
}

.intro_b
{
	width: 790px;
	background: #ffffff;
	float: left;
	clear: both;
	position: relative;
	left: 10px;
	margin: 0;
}

.intro_b h2
{
	color: #86991C;
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	padding: 7px 0 0 0;
}

.intro_b h5
{
	color: #86991C;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 8px 0 0 0;
}

.intro_b p a:link, .intro_b p a:visited,
.intro_b ul a:link, .intro_b ul a:visited,
.intro_b h5 a:link, .intro_b h5 a:visited
{
	color: #86991C;
	font-size: 12px;
	padding: 8px 0 0 0;
	text-decoration: underline;
}

.intro_b p a:hover,
.intro_b ul a:hover,
.intro_b h5 a:hover
{
	text-decoration: none;
}

.intro_b h5 b
{
	color: #616161;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 8px 0 0 0;
}

.intro_b h3
{
	color: #86991C;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 5px 0 0 0;
}

.intro_b p
{
	color: #616161;
	font-size: 12px;
	font-weight: normal;	
	margin: 0;
	padding: 8px 0 0 0;
}

.intro_b p b
{
    color: #86991C;
    font-weight: normal;
}

.intro_b h6
{
    padding: 8px 0 0 0;
    font-size: 12px;
	font-weight: bold !important;	
	color: #86991C;
	font-weight: normal;
}

.intro_b ul.privacy
{
	color: #616161;
	font-size: 12px;
	font-weight: normal;
	padding: 10px 30px;
}

.intro_b ul.privacy li
{
	padding: 5px 0px;
}

a.anchor:link, a.anchor:visited
{
	color: #86991C;
	font-weight: normal;
	text-decoration: underline;
}

a.anchor:hover
{
	text-decoration: none;
}

a.seasonal:link, a.seasonal:visited
{
	color: #86991C;
	font-weight: normal;
	text-decoration: underline;
}

a.seasonal:hover
{
	text-decoration: none;
}

.testimonials
{
    clear: both;
    float: left;
    width: 408px;
	background: url(../images/screen/testimonial_top.gif) top left no-repeat rgb(230, 237, 247);
	border: solid 1px #bccce5;
	margin: 10px 0 0 0; 
}

.testimonials h2
{
	color: #798fb2;
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	padding: 7px 0 18px 10px;
}

.testimonials p
{
	color: #3b4452;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	margin: 0;
	padding: 0 46px 10px 46px;
	position: relative;
	z-index: 2;
}

.testimonials p.from
{
	color: #3b4452;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	margin: 0;
	padding: 0 48px 10px 48px;
	text-align: right;
	position: relative;
	z-index: 2;
}

.testimonials .bottom
{
    height: 31px;
    width: 408px;
	background: url(../images/screen/testimonial_bottom.gif) bottom right no-repeat;
	position: relative;
	z-index: 1;
	margin: -25px 0 0 0;
}

.stat
{
	width: 368px;
	height: 95px;
	background: #ffffff;
	border: solid 1px #86991C;
	float: left;
	clear: both;
	position: relative;
	left: 10px;
	margin: 10px 0 0 0;
}

.stat p
{
	color: #9B8570;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 8px;
}

.events
{
	width: 225px;
	height: 245px;
	background: #E6F0CB;
	position: relative;
	margin: 10px 0 0 0;
	float: left;
}

.events h3.noEvents, .event_right h3.noEvents
{
    color: #86991C;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 7px 0 0 10px;
}

.events h2
{
	color: #86991C;
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	padding: 7px 0 0 10px;
}

.event_item
{
    clear: both;
    margin-top: 10px;
}

.events h3.event
{
    color: #86991C;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 7px 0 0 10px;
}

.events h3.event a:link, .events h3.event a:visited
{
    color: #86991C;
	font-size: 12px;
	text-decoration: none;
}

.events h3.event a:hover
{
	text-decoration: underline;
}

.events p.date
{
	font-size: 10px;
	font-weight: normal;
	margin: 0;
	padding: 0 10px 5px 10px;
    color: #616161;
}

.events p.about
{
    display: block;
    height: 25px;
	font-size: 10px;
	font-weight: normal;
	margin: 0;
	padding: 0 10px 10px 10px;
    color: #616161;
}

.events hr
{
    width: 70%;
    height: 1px;
    margin: 5px auto 0 auto; 
    text-align: center;   
    color: #9B8570;
    background: #9B8570;
}

.events a.viewMore:link, .events a.viewMore:visited
{
    clear: both;
    padding: 0 10px;
    margin: 0;
    color: #616161;
	font-size: 11px;
	text-decoration: underline;
}

.events a.viewMore:hover
{
    text-decoration: none;
}

img.eventspic
{
    float: right;
	position: relative;	
	margin: 10px 0 0 10px;
}

#divBlog
{
    height: 225px;
    margin: 0;
	/* float: left; */
}

#divBlog img
{
	/* float: none; */
}

.latestBlog
{
	width: 370px;	
	background: #E6F0CB;
	float: left;
	clear: both;
	position: relative;
	left: 10px;
	margin: 10px 0 0 0;
}

.latestBlog h2
{
	color: #86991C;
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	padding: 7px 0 0 10px;
}

.latestBlog h3.title
{
	color: #86991C;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 7px 0 0 10px;
}

.latestBlog h4.date
{
	color: #86991C;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 0 5px 0 10px;
	float: left;
}

.latestBlog h4.by
{
	color: #9B8570;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 0 0 0 10px;
}

.latestBlog p
{
    clear: both;
    display: block;
    padding: 10px;
    margin: 0;
    color: #616161;
	font-size: 12px;
}

.latestBlog a.viewMore:link, .latestBlog a.viewMore:visited
{
    clear: both;
    padding: 10px;
    margin: -10px 0 0 0;
    color: #616161;
	font-size: 11px;
	text-decoration: underline;
	position: absolute;	
}

.latestBlog a.viewMore:hover
{
    text-decoration: none;
}

img.latestBlogpic
{
    float: left;
	clear: both;
	position: relative;
	margin: 10px 0 0 0;
}

img.imgBlog
{
	float: right;
	position: relative;
	/* top: 225px;*/
	/* left: 380px;*/
	left: -10px;
	margin: -99px 0 0 0;
}

img.imgNoBlog
{
	float: left;
	clear: both;
	position: relative;
	/* top: 225px;*/
	/* left: 380px;*/
	left: 10px;
	margin: 10px 0 0 0;
}

/* Blog settings */
#wrapper
{
    margin: 10px;   
}

#blog-header
{
    display: none;
}

#main
{
    width: 500px;    
    float: left;   
}

#sidebar
{
    width: 280px;
    float: left; 
    position: relative;
	margin: 0 0 0 10px;
}

#blogLinks
{
    width: 280px;
    background: #E6F0CB;
    padding-bottom: 10px;     
}

#blogPreviousPosts
{
    margin: 10px 0 0 0;
    width: 280px;
    background: #E6F0CB; 
    padding-bottom: 10px; 
}


#blogArchives
{
    margin: 10px 0 0 0;
    width: 280px;
    background: #E6F0CB; 
    padding-bottom: 10px; 
}

#blogPreviousPosts ul, #blogArchives ul
{
    margin: 0 10px;
    padding: 0 15px;
}

#blogPreviousPosts li, #blogArchives li
{
    margin: 0 10px;
    padding: 0 0px;
}

#sidebar h2
{
	color: #86991C;
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	padding: 7px 0 0 10px;
}

#sidebar ul
{
    color: #9b8570;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}

#sidebar ul li a:link, #sidebar ul li a:visited
{
    font-size: 12px;
    color: #9b8570;
    text-decoration: none;
}

#sidebar ul li a:hover
{
    text-decoration: underline;
}

p.blogSubscribe
{
    text-align: right;
    font-size: 12px;
    margin: 0;
    padding: 10px 0 0 0;
    color: #616161;
}

p.blogSubscribe a:link, p.blogSubscribe a:visited
{
    font-size: 12px;
    color: #86991C;
    text-decoration: underline;
}

p.blogSubscribe a:hover
{
    text-decoration: none;
}

.post /* Post */
{
    
}

.post h2.post-title, .post h2.post-title a
{
	color: #86991C;
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	padding: 7px 0 0 0;
}

.post h2.date-header
{
	color: #86991C;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 3px 0 0 0;
}

.post-body
{
    background: #f3f3ef;
    font-size: 12px;
    margin: 10px 0;
    padding: 0 10px;
}

.post-body p, .post-body p div
{
	color: #616161;	
	margin: 0;
	padding: 8px 0 0 0;
	float: left;
}

p.post-footer, p.post-footer a
{
    text-transform: capitalize;
    font-style: normal;
    font-size: 12px;
    color: #616161;	
    margin: 0;
	padding: 0;
}

p.post-footer a:link, p.post-footer a:visited
{
    font-style: normal;
    font-size: 12px;
    color: #616161;	
    text-decoration: none;
}

p.post-footer a:hover
{	
    text-decoration: underline;
}

#comments
{
    background: #E6F0CB;  
    width: 500px;
    margin: 10px 0 0 0;
}

#comments dl
{
    background: #ffffff;  
    width: 460px;
    margin: 10px 10px 0 10px;
    padding: 5px 10px;
    font-size: 12px;
	font-weight: normal;
	color: #616161;	
}

#comments dl a:link, #comments dl a:visited
{
    margin: 0;
    color: #616161;	
    text-decoration: none;
}

#comments dl a:hover
{
    text-decoration: underline;
}

#comments h3
{
    color: #86991C;
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	padding: 7px 0 0 10px;
}

#comments h4
{
    color: #86991C;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 0 0 0 10px;
}

#comments iframe
{
    font-size: 12px; 
    font-family: Georgia, Times New Roman, Times, serif;
    width: 475px;
    color: #616161;	
    margin: 0 0 0 10px;  
    padding: 0 -10px 0 0;
}

a.blogBack:link, a.blogBack:visited
{
    font-size: 12px; 
    color: #616161;	
    margin: 0; 
    text-decoration: none;
}

a.blogBack:hover
{
    text-decoration: underline;
}

/* Admin (blogin.aspx) */
.tbUsername, .tbPassword
{
    font-family: Georgia, Times New Roman, Times, serif;
    font-size: 12px;
    width: 160px;
}

.btnLogin
{
    font-family: Georgia, Times New Roman, Times, serif;
    font-size: 12px;
}

/* Article */
.article
{
    background: #f3f3ef;
    padding: 8px;
    margin: 10px auto 0 auto;
    width: 484px;
}

.article h1.title
{
    padding: 0;
    margin: 0;
    font-size: 20px;
    color: #677b00;
}

.article p.published, .article p.author, .article p.source
{
    padding: 0 5px 0 0;
    margin: 0;
    font-size: 12px;
    float: left;
    color: #677b00;
}

.article p.date, .article p.authorName, .article p.sourceName
{
    padding: 0;
    margin: 0;
    font-size: 12px;
    color: #4b4b4b;
}

.article p.content
{
    padding: 10px 0 0 0;
    margin: 0;
    font-size: 12px;
    color: #4b4b4b;
}

/* Events (about_us.aspx) */
a.progress:link, a.progress:visited, a.progress
{
    display: block;
    padding: 10px 15px !important;
    background: #F2F2F2;
    border: solid 1px gray;
    color: #222222 !important;
    font-weight: bold;
}

.the_team
{
	width: 460px;
	background: #E6F0CB;
	margin: 10px 0 10px 10px;
	padding: 0 10px 10px 10px;
	float: left;
	clear: right;
}

.why_the_business
{
	width: 460px;
	background: #FBEDE2;
	margin: 0 10px 10px 0;
	padding: 0 10px 10px 10px;
	float: left;
	clear: both;
}

img.about_us_imgae_a
{
	margin: 0 0;
	display: block;
	float: right;
}

img.about_us_imgae_b
{
	margin: 10px 0;
	display: block;
	float: left;
}

.event_left
{
	width: 490px;
	background: #E6F0CB;
	clear: both;
	position: relative;
	margin: 10px auto 0 auto;
	padding-bottom: 10px;
}

.event_left h2
{
	color: #86991C;
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	padding: 7px 0 0 10px;
}

.event_left h3.event
{
    color: #86991C;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 7px 0 0 10px;
}

.event_left h3.event a:link, .event_left h3.event a:visited
{
    color: #86991C;
	font-size: 12px;
	text-decoration: none;
}

.event_left h3.event a:hover
{
	text-decoration: underline;
}

.event_left p.date
{
    color: #86991C;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 0 10px 5px 10px;
    color: #616161;
}

.event_left p.about
{
    display: block;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 0 10px 10px 10px;
    color: #616161;
}

.event_left hr
{
    width: 70%;
    height: 1px;
    margin: 5px auto 0 auto; 
    text-align: center;   
    color: #9B8570;
    background: #9B8570;
}

.event_left a.viewMore:link, .event_left a.viewMore:visited
{
    clear: both;
    padding: 0 10px;
    margin: 0;
    color: #616161;
	font-size: 11px;
	text-decoration: underline;
}

.event_left a.viewMore:hover
{
    text-decoration: none;
}

.event_right
{
	width: 488px;
	border: solid 1px #b0bd69;
	clear: both;
	position: relative;
	left: 0px;
	right: 10px;
	margin: 0 auto 0 auto;
	padding-bottom: 10px;
}

.event_right h2
{
	color: #86991C;
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	padding: 7px 0 0 10px;
}

.event_right h3.event
{
    color: #86991C;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 7px 0 0 10px;
}

.event_right h3.event a:link, .event_right h3.event a:visited
{
    color: #86991C;
	font-size: 12px;
	text-decoration: none;
}

.event_right h3.event a:hover
{
	text-decoration: underline;
}

.event_right p.date
{
    color: #86991C;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 0 10px 5px 10px;
    color: #616161;
}

.event_right p.about
{
    display: block;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 0 10px 10px 10px;
    color: #616161;
}

.event_right hr
{
    width: 70%;
    height: 1px;
    margin: 5px auto 0 auto; 
    text-align: center;   
    color: #9B8570;
    background: #9B8570;
}

.event_right a.viewMore:link, .event_right a.viewMore:visited
{
    clear: both;
    padding: 0 10px;
    margin: 0;
    color: #86991C;
	font-size: 11px;
	text-decoration: underline;
}

.event_right a.viewMore:hover
{
    text-decoration: none;
}

/* Our Primise */
.promise
{
    width: 300px;
    border: solid 1px #b0bd69;
    float: right;
    padding: 0 10px;
    margin: 10px 0 10px 10px;
}

.promise h2
{
    padding: 5px 0;
    margin: 0;
}

.promise ul
{
    font-size: 12px;
    color: #222222;
    margin: 0 25px;
}

.promise li
{
    font-size: 12px;
    color: #222222;
    padding: 4px 0;
}

/* Form */
.form
{
	width: 600px;
	display: block;
	background: #E6F0CB;
	margin: 30px auto;
	padding: 0 10px 10px 10px;
}

.form table
{
	width: 100%;
	margin-top: 10px;
}

.form .rfError
{
	margin: 0;
	padding: 0 5px;
	color: Red;
	font-family: 12px;
}

.form table .tb
{
	font-family: Georgia, Times New Roman, Times, serif;
	float: left;
	margin: 0 5px 0 0;
	font-size: 12px;
}

.form table td
{
    padding: 3px;
    margin: 0;
}

.form table td p
{
    font-size: 12px;
    padding: 0px;
    margin: 0;
    color: #86991C;
}

.form .btnSubmit
{
	font-family: Georgia, Times New Roman, Times, serif;
}

/* Backend */
.intro_b_end, .intro_b_end_gallery
{
	width: 790px;
	background: #ffffff;
	float: left;
	clear: both;
	position: relative;
	left: 10px;	
	margin: 0;
}

.intro_b_end table
{
    margin: 10px 0;
}

.intro_b_end_gallery table
{
    margin: 0;
}

.intro_b_end table tr.top, .intro_b_end table tr.top td
{
    font-size: 16px;
    background-color: #b0bd69;
    color: #ffffff;
    padding: 3px;
}

.intro_b_end table td
{
    border-left: solid 1px #b0bd69;
    border-right: solid 1px #b0bd69;
    border-bottom: solid 1px #b0bd69;
    font-size: 12px;
    padding: 3px;
    color: #666666;
}

.btnUpload
{
    margin: 4px 0 0 0;
}

.intro_b_end a.add:link, .intro_b_end a.add:visited
{
    color: #666666;
    text-decoration: underline;
    font-size: 12px;
    margin: 0;
    padding: 5px 0;
}

.intro_b_end a.add:hover
{
    text-decoration: none;
}

.intro_b_end table a:link, .intro_b_end table a:visited, .intro_b_end_gallery table a:link, .intro_b_end_intro_b_end_gallery table a:visited
{
    color: #666666;
    text-decoration: underline;
}

.intro_b_end table a:hover, .intro_b_end_gallery table a:hover
{
    text-decoration: none;
}

.intro_b_end h2
{
	color: #86991C;
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	padding: 7px 0 0 0;
}

.intro_b_end_gallery h2
{
	color: #86991C;
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	padding: 7px 0 10px 0;
}

.intro_b_end h3, .intro_b_end_gallery h3
{
	color: #86991C;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 5px 0 0 0;
}

.intro_b_end p
{
	color: #616161;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 8px 0 0 0;
}

.intro_b_end p b
{
	color: #86991C;
	font-weight: normal;
}

.intro_b_end .ddl
{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	float: left;
	margin: 0 5px 0 0;
}

.intro_b_end .ddlPara
{
	padding: 2px 0 0 0;
	margin: 0;
}

.intro_b_end .tb
{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
}

/* Eco Friendly Flowers elements */
img.eco_friendly_image
{
	float: left;
	margin: 10px 10px 10px 0;
}

img.eco_friendly_image_b
{
	float: right;
	margin: 10px 0 10px 10px;
}

/* Seasonal Cut Flowers elements */
.seasonFlowers
{
	float: left;
	width: 300px;
	margin: 10px 10px 0 0;
	position: relative;
	left: 80px;
	padding: 5px;
	background: #E6F0CB;
}

.seasonFlowers h2
{
	border: solid 1px #b0bd69;
	background: White;
	margin: 5px 0 0 0;
	padding: 5px;	
}

.seasonFlowers ul, .seasonFlowers li
{
	font-size: 12px;
    color: #222222;
}

.seasonFlowers img
{
	width: 300px;
	height: 250px;
	border: none;
	display: block;
}

/* Old */
.seasonFlowersOld
{
	float: left;
	width: 780px;
	margin: 10px 0;
	padding: 5px;
	background: #E6F0CB;
}

.seasonFlowersOld h2
{
	border: solid 1px #b0bd69;
	background: White;
	margin: 5px 0 0 0;
	padding: 5px;	
}

.seasonFlowersOld ul, .seasonFlowersOld li
{
	font-size: 12px;
    color: #222222;
}

.seasonFlowersOld img
{
	border: none;
	float: right;
}

/* Buying our cut flowers elements */
.shops
{
	width: 488px;
	border: solid 1px #b0bd69;
	clear: both;
	position: relative;
	left: 0px;
	right: 10px;
	margin: 10px auto 0 auto;
	padding-bottom: 10px;
}

.shops h2
{
	color: #86991C;
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	padding: 7px 0 0 10px;
}

.shop_item
{
	width: 490px;
	background: #f3f3ef;
	clear: both;
	position: relative;
	margin: 10px auto 0 auto;
	padding-bottom: 5px;
}

.shop_item h2
{
	color: #86991C;
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	padding: 7px 0 0 10px;
}

.shop_item h3.event
{
    color: #86991C;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 7px 0 5px 10px;
}

.shop_item h3.event a:link, .shop_item h3.event a:visited
{
    color: #86991C;
	font-size: 12px;
	text-decoration: none;
}

.shop_item h3.event a:hover
{
	text-decoration: underline;
}

.shop_item p.date
{
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 0 10px;
    color: #616161;
}

.shop_item p.about
{
    display: block;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 0 10px;
    color: #616161;
}

.shop_item hr
{
    width: 70%;
    height: 1px;
    margin: 5px auto 0 auto; 
    text-align: center;   
    color: #9B8570;
    background: #9B8570;
}

.shop_item a.viewMore:link, .shop_item a.viewMore:visited
{
    clear: both;
    padding: 0 10px 5px 10px;
    margin: 0;
    color: #616161;
	font-size: 11px;
	text-decoration: underline;
}

.shop_item a.viewMore:hover
{
    text-decoration: none;
}

/* Seasonal Cut Flowers */
.thumb-box
{
	width: 175px;
	height: 175px;
	margin: 10px 20px 0 0;
	float: left;
	left: 14px;
	position: relative;
	z-index: 1;
	display: inline;
}

.thumb-box h4
{
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.thumb-box p
{
	font-size: 12px;
	margin: 0;
	padding: 3px 0;
}

.thumb-box .img-box
{
	
	border: solid 1px #666666;
	overflow: hidden;
}

.thumb-box .img-box img
{
	display: block;
	border: none;
	width: 173px;
	height: 173px;
	/*width: 100%;*/
}

.thumb-box h4 a:link, .thumb-box h4 a:visited
{
	color: #9B8570;
	text-decoration: none;
}

.thumb-box h4 a:hover
{
	text-decoration: underline;
}

.thumb-box p a:link, .thumb-box p a:visited
{
	color: #86991C;
	text-decoration: none;	
}

.thumb-box p a:hover
{
	text-decoration: underline;
}

/* Search Results */
.results-box
{
	width: 175px;
	margin: 10px 20px 0 0;
	position: relative;
	float: left;
	left: 10px;
	z-index: 1;
	
}

.results-box h4
{
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.results-box p
{
	font-size: 12px;
	margin: 0;
	padding: 3px 0;
}

.results-box p b
{
	font-size: 12px;
	margin: 0;
	padding: 2px;
	background: #E6F0CB;
}

.results-box .img-box
{
	float: left;
	width: 173px;
	margin: 5px 5px 5px 0;
	border: solid 1px #666666;
	overflow: hidden;
	position: relative;
	left: 5px;
}

.results-box .text
{
	float: left;
	width: 175px;
	margin: 0;
	position: relative;
	left: 5px;
}

.results-box .img-box img
{
	display: block;
	border: none;
	/*width: 100%; */
}

.results-box h4 a:link, .results-box h4 a:visited
{
	color: #9B8570;
	text-decoration: none;
}

.results-box h4 a:hover
{
	text-decoration: underline;
}

.results-box p a:link, .results-box p a:visited
{
	color: #86991C;
	text-decoration: none;	
}

.results-box p a:hover
{
	text-decoration: underline;
}

.search-results
{
	float: left;
	margin: 10px 0 0 0;
	width: 790px;
	background: #E6F0CB;
}

.search-results .search-box
{
    float: left;
    width: 210px;
    margin: 8px 0 0px 0;
}

.search-results p
{
    margin: 0;
    padding: 10px 30px 10px 10px;
    font-size: 12px;
    font-weight: normal;
    float: left;
}

.search-results p b
{
    margin: 0;
    padding: 5px 0;
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
}

.search-results .search-box h2
{
    display: none;
}


.search-results .search-box .tbsearch
{
    width: 136px;
    margin: 0 5px 0 0;
    padding: 2px;
    font-size: 12px;
    font-weight: normal;
    color: #9a9a9a;
    border: 0px;
    background-image: url(../images/screen/bg-tbsearch.gif);
    background-color: White;
    background-repeat: no-repeat;
    font-family: Georgia, Times New Roman, Times, serif;
    float: left;
}

.search-results .search-box .lbsearch, .search-results .search-box .lbsearch:link, .search-results .search-box .lbsearch:visited
{
    float: left;
    display: block;
    text-align: center;
    width: 50px;
    height: 20px;
    margin: 0;
    padding: 3px 0 0 0;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: White;
    border: 0px;
    background: url(../images/screen/bg-lbsearch.gif) top right no-repeat;
}

.search-results .search-box .lbsearch:hover
{
    background: url(../images/screen/bg-lbsearch.gif) top left no-repeat;
}

/* Contact Us */
.tbAddress
{
    max-width: 255px;   
}

/* Walled Garden */
.garden-box
{
	width: 175px;
	margin: 10px 20px 0 0;
	position: relative;
	float: left;
	left: 10px;
	z-index: 1;
	
}

.garden-box h4
{
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.garden-box p.date
{
	font-size: 12px;
	margin: 0;
	padding: 3px 0;
}

.garden-box p.desc
{
	font-size: 12px;
	margin: 0;
	padding: 3px 0;
}

.garden-box p b
{
	font-size: 12px;
	margin: 0;
	padding: 2px;
	background: #E6F0CB;
}

.garden-box .img-box
{
	float: left;
	width: 173px;
	margin: 5px 5px 5px 0;
	border: solid 1px #666666;
	overflow: hidden;
	position: relative;
	left: 5px;
}

.garden-box .text
{
	float: left;
	width: 175px;
	margin: 0;
	position: relative;
	left: 5px;
}

.garden-box .img-box img
{
	display: block;
	border: none;
	/*width: 100%; */
}

.garden-box h4 a:link, .garden-box h4 a:visited
{
	color: #9B8570;
	text-decoration: none;
}

.garden-box h4 a:hover
{
	text-decoration: underline;
}

.garden-box p a:link, .garden-box p a:visited
{
	color: #86991C;
	text-decoration: none;	
}

.garden-box p a:hover
{
	text-decoration: underline;
}

/* Products pages */
.product_item
{
	width: 175px;
	height: 250px;
	margin: 10px 20px 0 0;
	float: left;
	left: 14px;
	position: relative;
	z-index: 1;
	display: inline;
	text-align: center;
}

.product_item a:link, .product_item a:visited
{
    color: #5B5500;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

.product_item a.moreInfo:link, .product_item a.moreInfo:visited
{
    color: #5B5500;
    font-size: 11px;
    font-weight: normal;
    text-decoration: underline;
}

.product_item a.moreInfo:hover
{
    text-decoration: none;
}

.product_item h4
{
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.product_item p
{
	font-size: 12px;
	margin: 0;
	padding: 3px 0;
}

.product_item .img-box
{
	
	border: solid 1px #666666;
	overflow: hidden;
	margin-bottom: 5px;
}

.product_item .img-box img
{
	display: block;
	border: none;
	width: 173px;
	height: 173px;
	/*width: 100%;*/
}

/* Product View */
.prodLeft.flowers
{
    float: left;
    width: 550px;
    padding-top: 10px;
}

.prodLeft.voucher
{
    width: 100%;
    padding-top: 10px;
}

.prodRight.flowers
{
    float: right;
    width: 210px;
    padding-top: 10px;
}

.prodRight.voucher
{
    width: 100%;
    padding-top: 10px;
}

.mainImage
{
    float: left;
}

.mainImage img
{
    width: 300px;
    height: 300px;
    border: 1px solid #5B5500;
    margin-right: 5px;
}

.thumbImages img
{
    border: 0;
    margin: 0 5px 5px 0;
    float: left;
    width: 80px;
    height: 80px;
    border: 1px solid #CACACA;
}

/* heroBannersContainer */
.heroBannersContainer { overflow:hidden; position:relative; width: 500px; }
.heroBannersContainer a { display:block; float:left;}
.heroBannersContainer ul
{
list-style: none;
}

.heroBannersContainer li a:link,
.heroBannersContainer li a:visited
{
padding: 0 !important;
}
.heroBannersContainer img 
{ 
    display: block;
    width: 300px;
    height: 300px;
    border: 0;
    float:left;
}
.heroBanners { float:left; width:300px; height:300px; position:relative; border: 1px solid #5B5500; }
.heroBanners li { display:none; position:absolute; top:0px; left:0px }
.heroBanners li.active { display: block; float:left;}
.heroBannerThumbs {position:absolute; top:0px; left:307px; cursor: pointer;}
.heroBannerThumbs img 
{
    border: 0;    
    float: left;
    width: 80px;
    height: 80px;    
}
.heroBannerThumbs li {float: left; border: 1px solid #CACACA; margin: 0 5px 5px 0;}
.heroBannerThumbs li.last { }

.prodInfo
{
    clear: both;
}

.prodInfo h2
{
    color: #5B5500 !important;
}

p.itemPrice
{
    color: #5B5500;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

p.itemPriceDelivery
{
    font-size: 11px;
    text-decoration: none;
    padding: 0 !important;
    color: #8A8A8A !important;
}

.prodRight h2
{
    background-color: #BEBEBE;
    padding: 3px !important;
    color: Black !important;
    font-size: 12px;
}

.prodRight .tb
{
    font-size: 12px;
    padding: 2px 1px;
    margin: 5px 5px 20px 0;
    width: 160px;
    float: left;
    border: solid 1px #BEBEBE;
}

.prodRight .btn
{
    margin: 3px 0 20px 0;
}

.prodRight .prodCalendar
{
    margin: 10px 0 0 0;
    background-color: Transparent;
    /*border: solid 1px #BEBEBE;*/
    border: solid 1px Transparent;
    font-size: 11px;
    width: 210px;    
}

.prodRight table.prodCalendar table
{
    border: 0;
    margin: 0;
}

.prodRight .prodCalendar .month
{
    border: none;
    font-size: 13px;
    background-color: White;
}

.prodRight .prodCalendar th
{
    font-size: 11px;
    font-weight: normal;
    color: #616161;    
}

.prodRight .prodCalendar td table td
{
    font-size: 13px;
    background-color: White;
    padding: 0 0 5px 0;
    font-weight: bold;
    color: #616161;
}

.prodRight .prodCalendar td
{
    padding: 2px;
}

.contBtn
{
    clear: both;
    float: right;
}

/* Checkout */
.checkoutLeft
{
    float: left;
    width: 370px;
    padding-top: 10px;
}

.checkoutLeft img
{
    border: 1px solid #5B5500;
    height: 150px;
    margin-right: 5px;
    width: 150px;
    float: left;
}

.checkoutLeft .prodInfo
{
    float: left;
    clear: none !important;
}

.checkoutRight
{
    float: right;
    width: 410px;
}

.prodInfo h3
{
    color: #5B5500 !important;
    font-size: 16px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}

.checkoutRight table
{
    width: 100%;
    font-size: 12px;
    background-color: white;
    border-bottom: 1px solid #DDDAFC;
    padding-bottom: 10px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 2px;
    color: #606060;
    margin: 10px 0;
    text-align: left;
}

.checkoutRight table a:link, .checkoutRight table a:visited
{
    color: #606060;
    font-size: 12px;
    text-decoration: underline;
}

.checkoutRight table a:hover
{
    text-decoration: none;
}

.checkoutRight table.total
{
    width: 100%;
    font-size: 12px;
    background-color: white;
    padding-bottom: 10px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 2px;
    color: #606060;
    margin: 10px 0;
    text-align: right;
    border: none;
}

.checkoutRight table.total h2
{
    font-size: 18px;
    padding: 0;
}

.checkoutRight table.total p
{
    display: inline;
}

.checkoutRight table input
{
    font-family: Georgia, Times New Roman, Times, serif;
    background-color: white;
    border: 1px solid #DDDAFC;
    font-size: 12px;
    padding-bottom: 2px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 2px;
    width: 200px;
}

.checkoutRight table .checkbox
{
    font-family: Georgia, Times New Roman, Times, serif;
    background-color: white;
    border: none;
    font-size: 12px;
    margin-right: 5px;
    width: auto;
}

.checkoutRight table textarea
{
    background-color: white;
    border: 1px solid #DDDAFC;
    font-family: Georgia, Times New Roman, Times, serif;
    font-size: 12px;
    padding-bottom: 2px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 2px;
    width: 260px;
    max-width: 260px;
}

.checkoutRight table .tb-postcode
{
    background-color: #DDDAFC !important;
}

.checkoutRight table select
{
    font-family: Georgia, Times New Roman, Times, serif;
    background-color: white;
    border: 1px solid #DDDAFC;
    font-size: 12px;
    padding-bottom: 2px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 2px;
}

.editBtn
{
    float: left;
}

.checkoutBtn
{
    width: auto;
    float: right;
}

.validator
{
    clear: both;
    float: left;
    font-family: 9px;
    padding-bottom: 5px;
}
