﻿/* 
   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-width: 1375px;
	min-height:1150px; /* Alter this when side nav size increases */
}

#main_page
{
	width: 100%;
	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;
	width:100%;
	padding: 0em 2em 0em 0em;
}
#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: 9.7em;
	left: 1.2em;
	width: 60%;	
	position:absolute;
	color: #000000;
	background-color: transparent;
	/*position: static;*/
	font-size: 90%; 
}

#breadcrumb a:link, a:visited  { 
	color: #339900;
}


/* Footer */
/*Footer positioning*/
#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
{
	left: 1em;
	top: 6.3em;
	height: 100%;
	width: 200px;
	margin-top: 5em;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}

.navigation
{ 
	position: static;
	font-family: Arial, 'Copperplate Gothic Bold', Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #339900; 
	font-weight: bold;
	/*background-image: url(../images/Navigation_Middle.gif);
	background-color: transparent;
	text-align: center;*/
}

.navigation_top
{
	height:14px;
	position: static;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	background: url(../images/Navigation_Top.gif) no-repeat left top;
}

.navigation_bottom
{
	height: 20px;
	width: 200px; 
	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;

}
.navigation li
{
	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;
}





#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*/

#blogfeed
{
	left: 76em;
	float:left;
	width:200px;
	padding:10px 20px;
	/*margin:0 10px 20px;*/
	background-color:#CCFF99;
	border:1px solid #ccc;
	
}

#blogfeed_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; 
	}

#blogfeed_div h2
{
	color: black;
	font-family: Arial;
	font-size: 18px;
}

#blogfeed_div li
{
	padding-left:1px;
	text-align:left;
	margin-top:4px;
}

#twitter
{
	left: 76em;
	float:left;
	width:292px;
	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_div h2
{
	color: black;
	font-family: Arial;
	font-size: 18px;
}

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;
	display:block;
	text-indent: 4px;
	text-align: left;
	text-decoration:none;
	/*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%;
	display:block;
}

h1 {
	/*font: 150% 'Copperplate Gothic Light' , 'Copperplate Gothic Bold', Arial, Helvetica, Georgia, "Times New Roman", Times, serif;*/
	text-align: center;
	text-align: center;
	font-style: italic; 
	font-family: 'Trebuchet MS';
	color: #339900;
	font-weight:bold;
	font-size: 28px;
	text-decoration:none;
}
h2
{
	/*font: bold 120% 'Copperplate Gothic Light' , 'Copperplate Gothic Bold' , Arial, Helvetica, Georgia, "Times New Roman" , Times, serif;*/
	text-align: center;
	font-style: italic; 
	font-family: 'Trebuchet MS';
	color: #89C86F;
	font-weight:bold;
	font-size: 24px;
	text-decoration:none;
}
h6
{
	font: 100% Arial, Helvetica, Georgia, "Times New Roman" , Times, serif;
	color: #000000;
}

h5
{
	text-align:center;
	text-align: center;
	font-style: italic; 
	font-family: 'Trebuchet MS';
	color: #89C86F;
	font-weight:bold;
	font-size: 12px;
}
/*#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% Arial;
	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;
}




/*Right Adverts*/
#rightadverts_top
{
	
	height:2px;
	width: 145px;
	position:static;
	font-size:90%;
	background: url(../images/Advert_Background_Top.gif) #ffffff no-repeat left top;

}
#rightadverts
{
	left: 64em;
	top: 7em;
	/*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;
	z-index: 1;
	
		
}

#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;
}





/* Bottom Navigation */


#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:60px;
    /*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: 7px 7px 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; }


/*Products Page*/
#Other_Products
{
	border-bottom-color:Silver;
	border-bottom-width: 1px;
}

/* Nav Bar */

#nav_bar
{
	height: 30px;
	/*background-color:#CCFF99;*/
	width: 100%;
	border-bottom: 1px solid #339900;
	border-top: 1px solid #339900;
	/*margin-top: 0px;*/
	background-image: url(../images/Nav_Bar_Background.gif);
	position:relative;
	left: 0px;
	top: 0px;
	z-index: 9999;	
	padding: 0em 2em 0em 0em;
}	

#first_nav_bar_menu
{
	/*margin-left:200px;*/
	position:relative;
	left:200px;			/*Change this to move menu left or right*/
	float:left; 
	width:300px;		/*Change this to move menu left or right*/
	text-align: center;	 
	
}

#last.nav_bar_menu
{
	border-right: none;
	
}


#nav_bar_menu
{
	
	/*width: 100px;*/
	height: 30px;
	/*font-family:Arial;
	font-weight:bold;
	text-align: center;
	display:block;
	float:left;
	clear:both;*/
	position:relative;
	left: 0px;
	float:left;
	
	text-align: center;
	
	
	

}

/* Each navigation menu */
.nav_bar_static
{
	
	/*width:100px;*/
	height:30px;
	font-family:Arial;
	font-weight:bold;
	text-align: center !important;
	float:left;
	padding-right: 10px;
	padding-left: 10px;
	
	
	
}


.nav_bar_static_hover
{
	
	height: 30px;
	text-align:center;
	margin-top:0.15em;
	
	/*text-decoration:none;
	background-color: #339900;
	color: #FFFFFF !important;
	*/
	float:left;
}

.nav_bar_dynamic
{
	border-right: 1px solid #339900;
	border-bottom: 1px solid #339900;
	border-left: 1px solid #339900;
	border-top: 1px solid #339900;
	background:#CCFF99 !important;
	text-align:left;
	font-family:Arial;
	padding-left:2px;
	padding-right:2px;
	
	/*font-weight:bold;*/
}
.nav_bar_dynamic_hover
{
	text-align:left;
	text-decoration:none;
	
	background-color: #339900;
	color: #FFFFFF !important;
	/*border-right: 1px solid #FF9933 !important;*/
	
}

#nav_line
{
	border-left: 1px solid #339900;
	height: 20px;
	width: 1px;
	margin-top: 5px;
	float:left;
	position:relative;
	left: 0px;
	

	
}

#Retailer_RSS
{
	position: relative;
	left: 500px;
	top: -50px;
	height: 20px;
	width:150px;
	text-align:center;
	font-size:10px;
	

}

#Retailer_RSS a
{
	text-decoration:none;
}


#TopDeals_RSS
{
	position: relative;
	left: 100px;
	top: -45px;
	height: 20px;
	width:200px;
	text-align:center;
	font-size:10px;
	
	

}

#TopDeals_RSS a
{
	text-decoration:none;
	text-align:center;
}

#RSSFeeds
{
	width: 80%;
	margin-left:20px;
	vertical-align:middle;
}

#RSSFeeds a
{
	text-decoration:none;
}

.GridView_Row td
{
	border-top-color:Silver !important;
	border-top-width:1px !important;
	border-top-style:solid !important;
	padding-top:10px;
	
}

.GridView_Item3 a
{
	text-align:center;
}




.LinkDir .a
{
	text-decoration:none;
	text-align: center;
}

#emailBox
{
	height: 125px;
	width: 125px;
	background: url(http://www.findtopflowers.com/images/Email_Offer.gif) no-repeat;
	background-color: transparent;
}

#emailBox .textBox{
	width:105px;
	height:14px;
	margin: 70px 0 0 9px;
	
	font-size:11px;
	color:#666;
	background:#fff;
	border:1px solid #999;
}

#emailBox .emailButton
{
	height: 22px;
	width: 22px;
	padding: 0 0 0 0 !important ; 
	background:url(http://www.findtopflowers.com/images/Go_But_Grey.gif) no-repeat;
	margin: 7px 0 0 50px;
	cursor:pointer;
	border: none;
	
}

#submitLink{
	
	width:450px;
	height:700px;
	padding:40px 5px 0 60px;
	overflow:hidden;
}

#submitLink table tr td span
{
	font-size: 14px;
	color: #339900;
	font-weight:bold;
	
}

#submitLink table tr td input{
	width:250px;
	height:14px;
	padding: 2px 10px 1px 5px;
	font-size:12px;
	color:#696969;
	border:1px solid silver;
	float:right !important;
}

#submitLink table tr td select{
	width:267px;
	height:20px;
	/*padding: 2px 10px 1px 5px;*/
	margin: 0 0 0 20px;
	font-size:12px;
	color:#696969;
	border:1px solid silver;
	float:left !important;
}

#submitLink table tr td textarea{
	width:266px;
	height:42px;
	/*padding: 2px 10px 1px 5px;*/
	margin: 0 0 0 20px;
	font-size:12px;
	color:#696969;
	border:1px solid silver;
	float:left !important;
}


#submitLink table tr td .submitButton
{
	width:92px;
	height:23px;
	/*padding: 20px 10px 1px 5px;*/
	margin-top:2px;
	
	float:left !important;
}

#submitLink table tr td img{
	/*padding: 12px 0px 12px 20px;*/
	margin: 2px 0 0 20px;
	border:1px solid silver;
	float:left !important;
}

#submitLink table tr td input{
	width:250px;
	height:14px;
	margin: 2px 10px 1px 20px;
	font-size:12px;
	color:#696969;
	border:1px solid silver;
	float:right !important;
}