﻿/* 
   The below CSS file was built using samples + techniques described by Rachel Andrew in her book:
   The CSS Anthology: 101 Essential Tips, Tricks & Hacks
*/

/* Overall Page */

html
{
	height:100%;
	min-height:100%;
	
}

body
{
	width: 100%;
	margin: 0;
	padding-bottom: 2em;
	background-color: #ffffff;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 2px solid #339900;
	height:100%;
	min-height:100%;
	
}

#wrapper
{

	min-height:1150px; /* Alter this when side nav size increases */
}

/* Hyperlink Colours */
a:link {
COLOR: #339900;
}
a:visited {
COLOR: #339900;
}


/* Header Section */

#header
{
	border-top: 3px solid #ccff99;
	border-bottom: 1px dotted #ccff99;
	height: 100px;
	background-color: #339900;
}
#header .title
{
	font: 190% 'Copperplate Gothic Light' , 'Copperplate Gothic Bold', Arial, Helvetica, Georgia, 'Times New Roman' , Times, serif;
	color: black;
	background-color: transparent;
	float: left;
	margin-right: 2em;
	margin-top: 0.3em;
	margin-left: .8em;
}
#header advert
{
	/*font: 90% Arial, Helvetica, Georgia, "Times New Roman" , Times, serif;
	color: #000000;
	background-color: transparent;*/
	/*float: right;
	margin-right: 2em;
	magin-top: 0.8em;*/
	/*font-weight: bold;*/
	left: 75em;
	top: 1em;
	position:absolute;
	
}

#header a:link, a:visited  { 
	color: #339900;
}


#header .logo
{
	margin-left: 1em;
	
}

/* breadcrumb */
#breadcrumb
{ 
	width: 200px;
	top: 7.6em;
	left: 17em;
	width: 60%;	
	position:absolute;
	color: #000000;
	background-color: transparent;
	/*position: static;*/
	font-size: 90%; 
}

#breadcrumb a:link, a:visited  { 
	color: #339900;
}


/* Footer */

#footer
{
	width: 100%;
	background-color: #339900;
	color: #FFFFFF;
	border-top: #778899;
	text-align: center;
	margin-bottom:0%;
	position: relative;
	margin-top:4%; 
	padding: 0.8em 1em 0.5em 1em;
}

#footer a:link, #footer a:visited {
	padding: 0.8em 1em 0.5em 1em;
	color: #FFFFFF;
	background-color: transparent;
	font-size: 80%;
}


/* LeftNavigation */

#navigation
{ 
	left: 1em;
	/*top: 5em; */
	width: 200px;
	margin-top: 1em;
	/*position: absolute;*/
	font-family: Arial, 'Copperplate Gothic Bold', Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #339900; 
	/*height:100%;
	min-height:100%;*/
	font-weight: bold;
	}

#navigation_top
{
	left: 1em;
	top: 4em;
	height: 20px;
	width: 200px;
	margin-top: 5em;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	background: url(images/Navigation_Top.gif) no-repeat left top;
}

#navigation_bottom
{
	/*left: 1em;*/ /*top: 4em;*/
	height: 20px;
	width: 200px; /*margin-top: 5em;*/
	/*position: absolute;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	background: url(images/Navigation_Bottom.gif) no-repeat left top;
	position: static;
}

#navigation2
{ 
	/*left: 0em;
	top: 0em; */
	width: 200px;
	/*margin-top: 0em;*/
	position: static;
	font-family: Arial,'Copperplate Gothic Bold' , Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #339900; /*background-attachment: scroll;
	background-image: url(images/Navigation_Top.gif);*/
  font-weight: bold; }

#navigation2_top
{
	/*left: 1em;
	top: 0em;*/
	height: 14px;
	width: 200px;
	/*margin-top: 0em;*/
	position: static;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	background: url(images/Navigation_Top.gif) no-repeat left top;
}

#navigation2_bottom
{
	/*left: 1em;*/ /*top: 4em;*/
	height: 20px;
	width: 200px; /*margin-top: 5em;*/
	/*position: absolute;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	background: url(images/Navigation_Bottom.gif) no-repeat left top;
	position: static;
}




#navigation ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	/*background: url(images/Navigation_Bottom.gif) no-repeat left bottom;*/
	/*background-attachment: scroll;
	background-image: url(images/Navigation_Top.gif);
	background-repeat: no-repeat;*/
}
#navigation li
{
	/*border-top: 1px solid #339900;
	border-bottom: 1px solid #339900;
	border-left: 1px solid #339900;*/
	background-image: url(images/Navigation_Middle.gif);
	background-color: transparent;
	text-align: center;
	
}
#navigation li h3
{
	margin-top: 0em;
	margin-bottom: 0em;
	font-family: Arial;
	position: static;
	background-color: transparent;
	text-align: center;
	color: #000000;
}

#navigation li a:link, #navigation li a:visited
{
	display: block;
	padding: 5px 5px 5px 0.5em; 
	/*border-left: 12px solid #339900;
	border-right: 1px solid #339900;
	background-color: transparent;*/
	color: #339900;
	text-decoration: none;
	/*background-attachment: scroll;
	background-image: url(images/Navigation_Middle.gif);*/
}
#navigation li a:hover
{
	background-color: #339900;
	color: #FFFFFF;
}
#navigation ul ul {
	margin-left: 12px;
}
#navigation ul ul li {
	/*border-bottom: 1px solid #339900;*/
	margin:0;
}
#navigation ul ul a:link, #navigation ul ul a:visited
{
	background-color: #ffff99;
	color: #000000;
}
#navigation ul ul a:hover
{
	background-color: #ffff00;
	color: #FFFFFF;
}

#navigation2 ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	/*background: url(images/Navigation_Bottom.gif) no-repeat left bottom;*/
	/*background-attachment: scroll;
	background-image: url(images/Navigation_Top.gif);
	background-repeat: no-repeat;*/
}
#navigation2 li
{
	/*border-top: 1px solid #339900;
	border-bottom: 1px solid #339900;
	border-left: 1px solid #339900;*/
	background-image: url(images/Navigation_Middle.gif);
	background-color: transparent;
	
}
#navigation2 li h3
{
	margin-top: 0em;
	margin-bottom: 0em;
	font-family: Arial;
	position: static;
	background-color: transparent;
	text-align: center;
	color: #000000;
}
#navigation2 li a:link, #navigation2 li a:visited
{
	display: block;
	padding: 5px 5px 5px 0.5em; 
	/*border-left: 12px solid #339900;
	border-right: 1px solid #339900;
	background-color: transparent;*/
	color: #339900;
	text-decoration: none;
	/*background-attachment: scroll;
	background-image: url(images/Navigation_Middle.gif);*/
}
#navigation2 li a:hover
{
	background-color: #339900;
	color: #FFFFFF;
}
#navigation2 ul ul {
	margin-left: 12px;
}
#navigation2 ul ul li {
	/*border-bottom: 1px solid #339900;*/
	margin:0;
}


/*****  Navigation Set 3******/
#navigation3
{ 
	/*left: 0em;
	top: 0em; */
	width: 200px;
	/*margin-top: 0em;*/
	position: static;
	font-family: Arial,'Copperplate Gothic Bold' , Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #339900; /*background-attachment: scroll;
	background-image: url(images/Navigation_Top.gif);*/
  font-weight: bold; }

#navigation3_top
{
	/*left: 1em;
	top: 0em;*/
	height: 14px;
	width: 200px;
	/*margin-top: 0em;*/
	position: static;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	background: url(images/Navigation_Top.gif) no-repeat left top;
}

#navigation3_bottom
{
	/*left: 1em;*/ /*top: 4em;*/
	height: 20px;
	width: 200px; /*margin-top: 5em;*/
	/*position: absolute;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	background: url(images/Navigation_Bottom.gif) no-repeat left top;
	position: static;
}

#navigation3 ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	/*background: url(images/Navigation_Bottom.gif) no-repeat left bottom;*/
	/*background-attachment: scroll;
	background-image: url(images/Navigation_Top.gif);
	background-repeat: no-repeat;*/
}
#navigation3 li
{
	/*border-top: 1px solid #339900;
	border-bottom: 1px solid #339900;
	border-left: 1px solid #339900;*/
	background-image: url(images/Navigation_Middle.gif);
	background-color: transparent;
	
}
#navigation3 li h3
{
	margin-top: 0em;
	margin-bottom: 0em;
	font-family: Arial;
	position: static;
	background-color: transparent;
	text-align: center;
	color: #000000;
}
#navigation3 li a:link, #navigation2 li a:visited
{
	display: block;
	padding: 5px 5px 5px 0.5em; 
	/*border-left: 12px solid #339900;
	border-right: 1px solid #339900;
	background-color: transparent;*/
	color: #339900;
	text-decoration: none;
	/*background-attachment: scroll;
	background-image: url(images/Navigation_Middle.gif);*/
}
#navigation3 li a:hover
{
	background-color: #339900;
	color: #FFFFFF;
}
#navigation3 ul ul {
	margin-left: 12px;
}
#navigation3 ul ul li {
	/*border-bottom: 1px solid #339900;*/
	margin:0;
}

/*****  Navigation Set 4******/
#navigation4
{ 
	/*left: 0em;
	top: 0em; */
	width: 200px;
	/*margin-top: 0em;*/
	position: static;
	font-family: Arial,'Copperplate Gothic Bold' , Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #339900; /*background-attachment: scroll;
	background-image: url(images/Navigation_Top.gif);*/
  font-weight: bold; }

#navigation4_top
{
	/*left: 1em;
	top: 0em;*/
	height: 14px;
	width: 200px;
	/*margin-top: 0em;*/
	position: static;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	background: url(images/Navigation_Top.gif) no-repeat left top;
}

#navigation4_bottom
{
	/*left: 1em;*/ /*top: 4em;*/
	height: 20px;
	width: 200px; /*margin-top: 5em;*/
	/*position: absolute;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	background: url(images/Navigation_Bottom.gif) no-repeat left top;
	position: static;
}

#navigation4 ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	/*background: url(images/Navigation_Bottom.gif) no-repeat left bottom;*/
	/*background-attachment: scroll;
	background-image: url(images/Navigation_Top.gif);
	background-repeat: no-repeat;*/
}
#navigation4 li
{
	/*border-top: 1px solid #339900;
	border-bottom: 1px solid #339900;
	border-left: 1px solid #339900;*/
	background-image: url(images/Navigation_Middle.gif);
	background-color: transparent;
	
}
#navigation4 li h3
{
	margin-top: 0em;
	margin-bottom: 0em;
	font-family: Arial;
	position: static;
	background-color: transparent;
	text-align: center;
	color: #000000;
}
#navigation4 li a:link, #navigation2 li a:visited
{
	display: block;
	padding: 5px 5px 5px 0.5em; 
	/*border-left: 12px solid #339900;
	border-right: 1px solid #339900;
	background-color: transparent;*/
	color: #339900;
	text-decoration: none;
	/*background-attachment: scroll;
	background-image: url(images/Navigation_Middle.gif);*/
}
#navigation4 li a:hover
{
	background-color: #339900;
	color: #FFFFFF;
}
#navigation4 ul ul {
	margin-left: 12px;
}
#navigation4 ul ul li {
	/*border-bottom: 1px solid #339900;*/
	margin:0;
}


/*****  Navigation Set 5******/
#navigation5
{ 
	/*left: 0em;
	top: 0em; */
	width: 200px;
	/*margin-top: 0em;*/
	position: static;
	font-family: Arial,'Copperplate Gothic Bold' , Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #339900; /*background-attachment: scroll;
	background-image: url(images/Navigation_Top.gif);*/
  font-weight: bold; }

#navigation5_top
{
	/*left: 1em;
	top: 0em;*/
	height: 14px;
	width: 200px;
	/*margin-top: 0em;*/
	position: static;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	background: url(images/Navigation_Top.gif) no-repeat left top;
}

#navigation5_bottom
{
	/*left: 1em;*/ /*top: 4em;*/
	height: 20px;
	width: 200px; /*margin-top: 5em;*/
	/*position: absolute;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	background: url(images/Navigation_Bottom.gif) no-repeat left top;
	position: static;
}

#navigation5 ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	/*background: url(images/Navigation_Bottom.gif) no-repeat left bottom;*/
	/*background-attachment: scroll;
	background-image: url(images/Navigation_Top.gif);
	background-repeat: no-repeat;*/
}
#navigation5 li
{
	/*border-top: 1px solid #339900;
	border-bottom: 1px solid #339900;
	border-left: 1px solid #339900;*/
	background-image: url(images/Navigation_Middle.gif);
	background-color: transparent;
	
}
#navigation5 li h3
{
	margin-top: 0em;
	margin-bottom: 0em;
	font-family: Arial;
	position: static;
	background-color: transparent;
	text-align: center;
	color: #000000;
}
#navigation5 li a:link, #navigation2 li a:visited
{
	display: block;
	padding: 5px 5px 5px 0.5em; 
	/*border-left: 12px solid #339900;
	border-right: 1px solid #339900;
	background-color: transparent;*/
	color: #339900;
	text-decoration: none;
	/*background-attachment: scroll;
	background-image: url(images/Navigation_Middle.gif);*/
}
#navigation5 li a:hover
{
	background-color: #339900;
	color: #FFFFFF;
}
#navigation5 ul ul {
	margin-left: 12px;
}
#navigation5 ul ul li {
	/*border-bottom: 1px solid #339900;*/
	margin:0;
}

/*Right Adverts*/
#rightadverts_top
{
	left: 64em;
	top: 5em;
	height:2px;
	width: 145px;
	margin-top: 4.4em;	
	position:absolute;
	font-size:90%;
	background: url(images/Advert_Background_Top.gif) #ffffff no-repeat left top;

}
#rightadverts
{
	left: 64em;
	top: 5em;
	/*height:100px;*/
	width: 145px;
	margin-top: 4.5em;	
	position:absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size:90%;
	background: url(images/Advert_Background_Middle.gif) #ffffff repeat left top;
		
}

#rightadverts_bottom
{
	
	height: 10px;
	width: 145px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	background: url(images/Advert_Background_Bottom.gif) no-repeat left bottom;
	position: static;
}

#adverts
{
	margin-left: 10px;
}

#topadvert
{
	left: 41.5em;
	top: 1em;
/*	height:240px;
	width: 120px;*/
	margin-top: 0.7em;	
	position:absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size:90%;
		
}

#googlesearch
{
	left: 9.8em;
	top: 5em;
/*	height:240px;
	width: 120px;*/
	/*margin-top: 5em;	*/
	position:absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size:90%;
		
}

/*Social Site Promotion*/
#socialsites
{
	left: 76em;
	top: 5em;
	/*height:2px;
	width: 145px;*/
	margin-top: 4.4em;	
	position:absolute;
	font-size:90%;
	/*background: url(images/Advert_Background_Top.gif) #ffffff no-repeat left top;*/

}
#twitter
{
	left: 76em;
	float:left;
	width:200px;
	padding:10px 20px;
	/*margin:0 10px 20px;*/
	background-color:#CCFF99;
	border:1px solid #ccc;
	
}

#twitter_div
{ 
	border: solid 1px silver;
	padding: 15px;
	margin-bottom: 6px; 
	background-color: #a1cfff;background-position: left top; background-attachment: scroll; background-image: url(images/FlowerLogo_100_100_Twitter_Background.gif); background-repeat: repeat; }

twitter-link{display:block;text-align:right;margin-top:4px;}




/* Main Content */

#content
{
	/*height: 650px;*/
	margin-top: 1.6em;
	margin-left: 15em;
	width: 650px; /*margin-right: 35em;*/
	background-image: none;
	background: url(images/Content_Background_Middle.gif) #ffffff repeat left top;
	text-indent: 4px;
	text-align: left;
	/*height:100%;
	min-height:100%;*/
}
#content_top
{
	/*left: 1em;*/ /*top: 4em;*/
	height: 20px;
	width: 650px; /*margin-top: 5em;*/ /*position: absolute;*/ /*font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;*/
	position: static;
	background:transparent url(images/Content_Background_Top.gif) no-repeat left top;
	min-height:100%;
	text-indent: 4px;
	text-align: left;
}
#content_bottom
{
	/*left: 1em;*/ /*top: 4em;*/
	height: 20px;
	width: 650px; /*margin-top: 5em;*/ /*position: absolute;*/ /*font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;*/
	position: static;
	background: url(images/Content_Background_Bottom.gif) no-repeat left bottom;
	/*position: absolute;
	top: 725px;*/
}
#contenttext
{
	margin-left:10px;
	width:98%;
}

h1 {
	font: 150% 'Copperplate Gothic Light' , 'Copperplate Gothic Bold', Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	text-align: center;
}
h2
{
	font: bold 120% 'Copperplate Gothic Light' , 'Copperplate Gothic Bold' , Arial, Helvetica, Georgia, "Times New Roman" , Times, serif;
	text-align: center;
}
h6
{
	font: 100% Arial, Helvetica, Georgia, "Times New Roman" , Times, serif;
	color: #000000;
}
/*#content p {
	font-size: 80%;
	line-height: 1.6em; 
}*/

#sitemap h2
{
	font: 150% 'Copperplate Gothic Light' , 'Copperplate Gothic Bold', Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
}

#sitemap li
{
	font: 100% 'Copperplate Gothic Light' , 'Copperplate Gothic Bold' , Arial, Helvetica, Georgia, "Times New Roman" , Times, serif;
	color: #339900;
}

#bestdeals h2
{
	font: 150% 'Copperplate Gothic Light' , 'Copperplate Gothic Bold', Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
}

#bestdeals p
{
	font: 100% 'Copperplate Gothic Light' , 'Copperplate Gothic Bold' , Arial, Helvetica, Georgia, "Times New Roman" , Times, serif;
	color: #000000;
}

#valentines h2
{
	font: 150% 'Copperplate Gothic Light' , 'Copperplate Gothic Bold', Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
}

#valentines p
{
	font: 100% 'Copperplate Gothic Light' , 'Copperplate Gothic Bold' , Arial, Helvetica, Georgia, "Times New Roman" , Times, serif;
	color: #000000;
}

#retailers h2
{
	font: 150% 'Copperplate Gothic Light' , 'Copperplate Gothic Bold', Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
}

#retailers p
{
	font: 100% 'Copperplate Gothic Light' , 'Copperplate Gothic Bold' , Arial, Helvetica, Georgia, "Times New Roman" , Times, serif;
	color: #000000;
}

table#TableMeaning
{
    border-color: #339900 ;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    width: 98%;
    border-spacing: 0px;
}

table#TableMeaning td
{
    /*border-color: #339900;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    margin: 0;
    padding: 4px;*/
    padding-left: 5px;
  
}

.field2
{
	width: 100%;
    border-left: solid #339900 1px;
    border-spacing: 0px;
    padding-left: 5px;


}

table#TableMeaning tr
{
	height:30px;
}

.toprow {
    
    text-align: center;
    background-color: #CCFF99;
    border-bottom-color: #339900 ;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-spacing: 0px;
    

}


#FlowerLetter a
{
	text-decoration: none;
}

#ProductDescriptionName
{
	font: arial;
	font-size:small;
}




/* Bottom Navigation */

#bottom_nav
{
	position: relative;
	margin: 20px 0px 20px 100px;
	width: 65%;
}

#dottedline
{
	border-bottom: 1px dashed #339900;
	border-top: none;
	border-left: none;
	border-right: none;
	margin: 0px 0px 20px;
	background: #fff;
	color: #fff;
	clear: both; /*width: 65%;*/ /*margin-left: 100px;*/
	clear: both;
}

#first.bottom_nav_menu
{
	margin-left:120px;
    /*margin-left:39px;*/
	
}

#last.bottom_nav_menu
{
	border-right: none;
	
}

.bottom_nav_menu
{
	float: left;
	padding: 0 25px 15px 10px;
	list-style-type: none;
	border-right: 1px dashed #339900;
	margin: 10px 10px 20px;
	width: 142px;
}

.bottom_nav_menu li
{
	color: #339900;
	font-size: 0.8em;
	line-height: 1.3em;
	font-weight: bold;
	display: block;
	width: 142px;

}

.bottom_nav_menu li.top {
	margin-bottom: 10px;
}


.bottom_nav_menu li a
{
	color: #339900;
	text-decoration: none;
	font-size: 0.85em;
	font-weight: normal;
	display: block;

}

.bottom_nav_footer span
{ 
	color: #339900;
	font-size: 0.8em;
	line-height: 1.3em;
	/*font-weight: bold;*/
	display: block;
	text-align: center;
	margin-top: 10px; }
