/* CSS Document */
body {
	margin: 0;
	border: 0;
	padding: 0;
 	background-color: white;}  		/* Medium White - F5F5F5, Light Grey - E1E1E1,  Grey - 999999, Dark Grey - 222222 */

#wrapper { 	        	
	width: 900px;
  	margin-left: auto;
  	margin-right: auto;
 	background-color: none;}		/*	 Black - 000000, Rose Red - E4082E; Yellow - FFFF00, Darkest Blue - 00004F */

#positioning-frame {
	position: relative;
	width: 900px;}

img {
	margin: 0;
	border: 0;
	padding: 0;}

h1 {
	position: relative;
	margin: 0;  /* necessary - keep */
	font-family: arial;
	font-size: 20px; 		/* POST-SCRIPT 15pt */
	text-align: center;
	background-color: none;}

h2 {
	position: relative;
	margin: 0;  /* necessary - keep */
	font-family: arial;
	font-size: 16px; 		/* POST-SCRIPT 12pt */
	color: white;
	text-align: center;
	background-color: none;}

p {
	margin: 0;
	padding: 2px 0 4px 2px;}		/* top, right, bottom, left */

/* ------------------- HEADER SECTION ------------------- */

#valley-flowers_header { 								/* Header - VALLEY FLOWERS - Image  */
	position: absolute; 
	width: 900px;
	height: 82px; 
	top: 1px; 
	left: 0; 
 	background-image: url(../images/headers/valley-flowers_valley-flower-delivery_900x82-7b.gif);
	background-color: none} 

#valley-flowers_subheading { 							/* Header - San Fernando Valley Flower Delivery Service - Text  */
	position: absolute; 
	width: 900px;
	top: 82px; 
	left: 0px;
	font-family: arial, helvetica, sans-serif;
	color: #5A1285;		/*  Current Consideration - 5A1285 ; Darkened Teleflora - 631263 ; Darker Purple - 5A1BAF ; Violet Purple (Dark Purple) - 6100C1 */
	background-color: none;}  	
	
/* ------------------ Navigation Bar ------------------- */

#navigation-bar { 							/* Container - Horizontal Navigation Bar */
	position: absolute; 
	width: 900px;
	height: 25px; 
	margin: 0;
	border: 0 none;	
	padding: 0;
	top: 104px; 
	left: 0; 
	vertical-align: top;
	background-color: none;}   		/* Logo Red - 990000, Rose Red - E4082E, Darkest Blue - 00004F, Darkest Purple - 48158E */

/* ------------------ Menu Section ------------------ */

#valleyflowers_menu {										/* Menu Links - Horizontal Navigation Bar */
	position: absolute;
	overflow: visible; 
	width: 900px;
	height: 15px; 
	padding: 0;
	top: 0;
	left: 0;
  	font-family: verdana, arial;
	font-size: 15px;} 		/* POST-SCRIPT 11.25pt */
	
#menu-right ul { 			/* --------------- COMPLETE - DON'T CHANGE ---------------- */
  	margin: 0;
  	padding: 0 0 0 0;
 	text-align: center;}
 
#menu-right li {			/* --------------- COMPLETE - DON'T CHANGE ---------------- */
  	display: inline;
  	font-weight: normal;}
 	
.menu-dot {
	font-family: Arial;
	font-size: 7px;  		/* POST-SCRIPT 5.25pt */
	color: #4A4910;}			/* Light Cyan - 66FFFF */

/* ---------------- Menu Anchor Links --------------- */

#menu-right a { /* DO NOT CHANGE ORDER OF SEQUENCE ; White - FFFFFF, Header Gold - FFCC33, Gold - FF9900 */
	text-decoration: none;} /* prevents initial underline on both IE & Firefox */

#menu-right a:link {	/* DO NOT CHANGE ORDER OF SEQUENCE */
	color: #5A1285;} 	/* INITIAL COLOR ; Darkened Teleflora - 631263 ; Teleflora Purple - 8A198A ; WORKS FOR BOTH IE & FOX */

#menu-right a:visited {
	color: #5A1285;}   	/* VISITED COLOR ; Teleflora Purple - 8A198A ; WORKS FOR BOTH IE & FOX -  */

#menu-right a:hover {
	color: #5A1285;  	/* HOVER - UNDERLINE WORKS FOR BOTH IE & FOX ; White - FFFFFF ; COLOR DOESN'T REMAIN AFTER VISIT */ 
	text-decoration: underline;} 

#menu-right a:active {
	color: none;} 		/* TRANSITION COLOR (Not Important) ; None - Inner Pages w/Different Link Colors ; WORKS ON BOTH IE & FOX  */

/* ----------- FEATURED CELEBRATION ARRANGEMENTS SECTION ---------- */

#valley-flowers-feature_valley-flowers-teleflora_section {	/* SECTION DIVISION */
	position: absolute;
	width: 871px;
	height: 180px; 
  	top: 124px;
	left: 13px;		/* Important Adjustment */
	background-color: none;}  		/* Grey - CCCCCC */
	
/* ------------------ Featured Celebration Arrangements ------------------ */

#valley-flowers_featured-arrangement {	/* IMAGE - Featured Celebration Arrangement */
	position: absolute;
	width: 540px;
	height: 180px; 
  	top: 0px;
	left: 0px;
/* 	background-image: url("../images/featured-celebration/holidays/christmas/san-fernando-valley-flowers_christmas-arrangements_508x153.jpg"); */
	background-repeat: no-repeat;
	background-color: none;}  	/* Grey - CCCCCC */

.arrangement-description {
	color: black;
	font-family: helvetica, verdana, sans-serif;
	font-size: 12px;
	font-weight: 500;
	text-align: center;}

#featured-arrangement-1 {
	position: absolute;
	width: 150px;
	height: 16px;
	top: 154px;
	left: 4px;
	text-align: center;
	background-color: none;}

#arrangement-1_buy-now {
	position: absolute;
	width: 150px;
	height: 16px;
	bottom: -5px;
	left: 4px;
	text-align: center;
	background-color: none;}
	
#featured-arrangement-2 {
	position: absolute;
	width: 150px;
	height: 16px;
	top: 154px;
	left: 178px;
	text-align: center;
	background-color: none;}

#arrangement-2_buy-now {
	position: absolute;
	width: 150px;
	height: 16px;
	bottom: -5px;
	left: 178px;
	text-align: center;
	background-color: none;}

#featured-arrangement-3 {
	position: absolute;
	width: 150px;
	height: 16px;
	top: 154px;
	left: 358px;
	text-align: center;
	background-color: none;}

#arrangement-3_buy-now {
	position: absolute;
	width: 150px;
	height: 16px;
	bottom: -5px;
	left: 358px;
	text-align: center;
	background-color: none;}

.shop-now_featured-celebration {
	position: absolute;
	width: 160px;
	bottom: -1px;
	left: 479px;
	font-family: arial narrow, arial, helvetica;
	font-size: 11px;
	color: #7F0B08;					/* Shop Now Arrow Red - 7F0B08 ; Transition Grey - 333333 */
	text-align: left;
	background-color: none;}

/* ---------------- Shop Now Anchor Links --------------- */

.shop-now_featured-celebration a { /* DO NOT CHANGE ORDER OF SEQUENCE ; Transition Grey - 333333 */
	text-decoration: none;} /* prevents initial underline on both IE & Firefox */

.shop-now_featured-celebration a:link {	/* DO NOT CHANGE ORDER OF SEQUENCE */
	color: #660099;} 	/* initial color - Teleflora Purple - 660099 */ 

.shop-now_featured-celebration a:visited {
	color: #660099;}  	/* visited color - Teleflora Purple - 660099 */

.shop-now_featured-celebration a:hover {
	color: #8A198A;	  	/* hover color - Online Order Purple - 8A198A  */
	text-decoration: underline;} 
	
.shop-now_featured-celebration a:active {
	color: #660099;} 	/* transition color - Teleflora Purple - 660099 */
	
/* --------- TELEFLORA LOGO / ORDER ONLINE --------- */	

#teleflora-logo_valley-flowers-phone-number {		/* IMAGE - Featured Celebration Banner */
	position: absolute;
	width: 325px;
	height: 78px; 
  	top: 0px;
	right: 3px;
 	background-image: url(../images/logos/san-fernando-valley-flowers_san-fernando-valley-flower-delivery_325x78.gif); 
	background-color: none;}  	/* Grey - CCCCCC */

#valley-flowers_order-online {
	position: absolute;
	width: 160px;
	top: 12px;
	right: -5px;
	font-family: arial, helvetica, sans-serif;
	font-size: 19px; 		/* PREVIOUSLY 14pt */
	color: #660099;			/* Teleflora Purple - 660099 */
	text-align: center;
	background-color: none;} 

/* --------------- ROLL OVER PANELS SECTION ------------- */

#roll-over-panels-section {
	position: absolute;
	width: 329px;
	height: 96px; 
  	top: 85px;
	right: 0px;
	color: white;
	font-family: helvetica, verdana, sans-serif;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	background-color: none;}  		/* Grey - CCCCCC */

/* --------------- Roll Over Panels ------------- */

#roll-over-panel-1_image {
	position: absolute;
	width: 156px;
	height: 96px; 
  	top: 0px;
	left: 0px;
/*	padding-top: 3px; */
/* 	background-image:     url("../images/elements/roll-over-panel_red_156x96.gif"); */
	background-color: none;}  		/* Roll Over Panel Blue - 00549F ; Darker Blue - 00004F ; Hint of Blue - E1F0FF */

#roll-over-panel-2_image {
	position: absolute;
	width: 156px;
	height: 96px; 
  	top: 0px;
	right: 0px;
/*	padding-top: 3px; */
/* 	background-image:     url("../images/elements/roll-over-panel_red_156x96.gif"); */
	background-color: none;}  		/* Grey - CCCCCC */

#roll-over-panel-1_text {
	position: absolute;
	width: 156px;
	height: 1px;  
  	top: 1px;
	left: 0px;
	padding-top: 2px;
	background-color: none;}  		/* Grey - CCCCCC */

#roll-over-panel-2_text {
	position: absolute;
	width: 156px;
	height: 1px;  
  	top: 1px;
	right: 0px;
	padding-top: 2px;
	background-color: none;}  		/* Grey - CCCCCC */

/* --------------- Roll Panels Section Anchor Rules --------------- */

#roll-over-panels-section a {
	text-decoration: none;} /* prevents initial underline on both IE and Firefox */

#roll-over-panels-section a:link {					/* DO NOT CHANGE ORDER OF SEQUENCE */
	color: #FFFFFF;} 	/* initial color - Light Cyan - 66FFFF */

#roll-over-panels-section a:visited {
	color: #FFFFFF;}  	/* visited color - Light Cyan */

#roll-over-panels-section a:hover {
	color: #FFFFFF;		/* hover color - White */ 
	text-decoration: underline;}
	
#roll-over-panels-section a:active {
	color: #FFFFFF;} 	/* transition color - Light Cyan */

/* -------------- MAIN WINDOW SECTION ------------- */ 

#main-window {	/* CONTROLS MIDDLE SECTION BELOW HEADING & ABOVE FOOTER */	
	position: absolute;
	width: 871px;
	height:1232px;				
	top: 311px;
	left: 13px;		/* Important Adjustment */
	padding: 0px;	
	text-align: center;	
	background-color: none;}	/* Light Grey - F5F5F5 */	
	
/* ------------ AdSense Side Panels & Banner Ad ----------- */ 

#column-1 {						/* ADSENSE SIDE PANELS - COLUMN-1 */
	position: absolute;
	width: 160px;
	height: 1234px;
	padding: 0px;	
	top: 0px;
	left: 0px;
/*	background-image:  url("../images/mockups/side-panel_160x1234.jpg"); */
	background-color: none;}	/* Adsense Blue- 0066CC, Button Grey - 272727, Charcoal - 333333, Light Grey - F5F5F5 */

#bookmark-text {
	position: absolute;
	width: 160px;
	height: 28px;
	padding: 4px 0 0 0;	
	top: 0px;
	left: 0px;
	font-family: arial narrow;
	font-size: 17px; 		/* POST-SCRIPT 12.75pt */
	font-style: none;
	font-variant: small-caps;
	color: white;
	text-align: center;
	background-image:   url(../images/elements/sidebar-title-bar_160x32-violet.gif);		
	background-color: none;}		/* Title Bar Violet - 9D04B5 ; Adsense Blue- 0066CC */

/* ------------ Bookmark Text Anchor Links ------------ */ 

#bookmark-text a {
	color: white;
	text-decoration: none;} /* prevents initial underline on both IE & Firefox */

#bookmark-text a:link {					/* DO NOT CHANGE ORDER OF SEQUENCE */
	color: white;} 	/* initial color - Teleflora Purple - 660099 */ */

#bookmark-text a:visited {
	color: white;}  	/* visited color - Teleflora Purple - 660099 */

#bookmark-text a:hover {
	color: white;		/* hover color - Teleflora Purple - 660099 */ 
	text-decoration: underline;}
	
#bookmark-text a:active {
	color: white;} 	/* transition color - Teleflora Purple - 660099 */

/* --------------- Valley Flowers Side Bar Panels --------------- */ 

#valley-flowers_side-panel-1 {		/* ADSENSE PANEL - CHANNEL THREE */ 
	position: absolute;
	width: 160px;
	height: 600px;
	top: 31px;
	left: 0px;
/*	background-image: url(../images/mockups/160x600_text-banner.gif); */
	background-color: none;}

#valley-flowers_side-panel-2 {		/* ADSENSE PANEL - CHANNEL FOUR */ 
	position: absolute;
	width: 160px;
	height: 600px;
	top: 630px;
	left: 0px;
/*	background-image: url(../images/mockups/160x600_image-banner.jpg); */
	background-color: none;}

#shop-now_panel-2 {
	position: absolute;
	width: 160px;
	bottom: 42px;
	left: 58px;
	font-family: arial narrow, arial, helvetica;
	font-size: 11px;
	color: #7F0B08;					/* Shop Now Arrow Red - 7F0B08 ; Transition Grey - 333333 */
	text-align: left;
	background-color: none;}

/* ---------------- Shop Now Anchor Links --------------- */

#shop-now_panel-2 a { /* DO NOT CHANGE ORDER OF SEQUENCE ; Transition Grey - 333333 */
	text-decoration: none;} /* prevents initial underline on both IE & Firefox */

#shop-now_panel-2 a:link {	/* DO NOT CHANGE ORDER OF SEQUENCE */
	color: #006600;} 	/* INITIAL COLOR ; Darker Green - 006600 ; Shop Now Arrow Red - 7F0B08 ; WORKS FOR BOTH IE & FOX */

#shop-now_panel-2 a:visited {
	color: #006600;}   	/* VISITED COLOR ; Darker Green - 006600 ; Shop Now Arrow Red - 7F0B08 ; WORKS FOR BOTH IE & FOX -  */

#shop-now_panel-2 a:hover {
	color: #006600;  	/* HOVER - UNDERLINE WORKS FOR BOTH IE & FOX ; Darker Green - 006600 ; Shop Now Arrow Red - 7F0B08 ; COLOR DOESN'T REMAIN AFTER VISIT */ 
	text-decoration: underline;} 

#shop-now_panel-2 a:active {
	color: none;} 		/* TRANSITION COLOR (Not Important) ; None - Inner Pages w/Different Link Colors ; WORKS ON BOTH IE & FOX  */

/* -------------- Main Window - Content Section ------------- */ 

#main-window_content {			/* CONTROLS MAIN WINDOW BORDER */
	position: absolute;
	width: 707px;
	height: 1230px;
	top: 0px;
	left: 164px;
	border-color: #0066CC;		/* Adsense Blue - 0066CC, Header Blue - 00004F */
	border-style: solid;
	border-width: 0px;
	background-color: none;}

/* ------------------- Main Title Bar ------------------- */

#main-title-bar-heading {
	position: absolute;
	width: 701px;
	height: 32px;
	top: 0px;
	left: 5px;
	text-align: center;
	background-image:   url(../images/elements/flower-dictionary_title-bar_701x32-violet.gif);		
	background-color: none;}   		/* flower dictionary title purple - 412395 ; Header Blue - 00004F */ 

.h1 {
	margin: 0px;
	padding-top: 7px;
	color: white;
	font-family: arial, verdana, sans-serif;
	font-size: 17px; 		/* POST-SCRIPT 12.75pt */
/*	font-variant: small-caps; */
	font-weight: 500;
	text-align: center;}

/* ------------------- Flower Dictionary Rows ------------------- */

#rows_container {
	position: absolute;
	width: 701px;
	height: 1198px;
	top: 32px;
	left: 5px;
/*	background-image: url(../images/mockups/1_549x457.jpg); */
	background-color: none;}

.flower-types {				/* CONTROLS HEIGHT and TEXT OF ALL HEADINGS */
	position: relative;
	width: 133px;
	height: 14px;
	top: 1px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: black;
	background-color: none;}	/* flower dictionary title purple - 412395 ; Header Blue - 00004F */ 

.flower-meaning {				/* CONTROLS HEIGHT and TEXT OF ALL HEADINGS */
	position: relative;
	width: 133px;
	height: 14px;
	top: 135px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #E4082E;					/* Rose Red - E4082E */ 
	background-color: none;}

/* ------------------ ROW-1 ----------------- */ 

#row-1 {							/* ROW-1 */
	position: absolute;
	width: 701px;
	height: 150px;
	top: 0px;
	left: 0px;
	background-color: none;}
	
#flower-types_alstromeria {				/* Heading-1 */
	position: absolute;
	width: 133px;
	left: 0px;}

#types-of-flowers_alstromeria {			/* Image - Alstromeria */
	position: absolute;
	width: 133px;
	height: 120px;
	top: 15px;
	left: 0px;
	background-image:  url(../images/flower-dictionary/alstromeria.jpg); 
	background-color: none;}		

#flower-meaning_alstromeria {			/* Meaning-1 */
	position: absolute;
	width: 133px;
	left: 0px;}

#flower-types_amaryllis {				/* Heading-2 */
	position: absolute;
	width: 133px;
	left: 142px;}

#types-of-flowers_amaryllis {			/* Image - Amaryllis */
	position: absolute;
	width: 133px;
	height: 120px;
	top: 15px;
	left: 142px;
	background-image:  url(../images/flower-dictionary/amaryllis.jpg); 
	background-color: none;}		

#flower-meaning_amaryllis {				/* Meaning-2 */
	position: absolute;
	width: 133px;
	left: 142px;}

#flower-types_anemone {					/* Heading-3 */
	position: absolute;
	width: 133px;
	left: 284px;}

#types-of-flowers_anemone {				/* Image - Anemone*/
	position: absolute;
	width: 133px;
	height: 120px;
	top: 15px;
	left: 284px;
	background-image:  url(../images/flower-dictionary/anemone.jpg); 
	background-color: none;}		

#flower-meaning_anemone {				/* Meaning-3 */
	position: absolute;
	width: 133px;
	left: 284px;}

#flower-types_anthurium {				/* Heading-4 */
	position: absolute;
	width: 133px;
	right: 142px;}
	
#types-of-flowers_anthurium {			/* Image - Anthurium*/
	position: absolute;
	width: 133px;
	height: 120px;
	top: 15px;
	right: 142px;
	background-image:  url(../images/flower-dictionary/anthurium.jpg); 
	background-color: none;}		
	
#flower-meaning_anthurium {				/* Meaning-4 */
	position: absolute;
	width: 133px;
	right: 142px;}

#flower-types_aster {					/* Heading-5 */
	position: absolute;
	width: 133px;
	right: 0px;}

#types-of-flowers_aster {				/* Image - Aster */
	position: absolute;
	width: 133px;
	height: 120px;
	top: 15px;
	right: 0px;
	background-image:  url(../images/flower-dictionary/aster.jpg); 
	background-color: none;}		

#flower-meaning_aster {					/* Meaning-5 */
	position: absolute;
	width: 133px;
	right: 0px;}

/* ------------------ ROW-2 ----------------- */ 

#row-2 {								/* ROW-2 */
	position: absolute;
	width: 701px;
	height: 150px;
	top: 150px;
	left: 0px;
	background-color: none;}
	
#flower-types_babys-breath {			/* Heading-1 */
	position: absolute;
	width: 133px;
	left: 0px;}

#types-of-flowers_babys-breath {		/* Image - Baby's Breath */
	position: absolute;
	width: 133px;
	height: 120px;
	top: 15px;
	left: 0px;
	background-image:   url(../images/flower-dictionary/babys-breath.jpg); 
	background-color: none;}		

#flower-meaning_babys-breath {			/* Meaning-1 */
	position: absolute;
	width: 133px;
	left: 0px;}

#flower-types_bouvardia {				/* Heading-2 */
	position: absolute;
	width: 133px;
	left: 142px;}

#types-of-flowers_bouvardia {			/* Image - Bouvardia */
	position: absolute;
	width: 133px;
	height: 120px;
	top: 15px;
	left: 142px;
	background-image:  url(../images/flower-dictionary/bouvardia.jpg);  
	background-color: none;}		

#flower-meaning_bouvardia {				/* Meaning-2 */
	position: absolute;
	width: 133px;
	left: 142px;}

#flower-types_bird-of-paradise {		/* Heading-3 */
	position: absolute;
	width: 133px;
	left: 284px;}

#types-of-flowers_bird-of-paradise {		/* Image - Bird of Paradise */
	position: absolute;
	width: 133px;
	height: 120px;
	top: 15px;
	left: 284px;
	background-image:  url(../images/flower-dictionary/bird-of-paradise.jpg);  
	background-color: none;}		

#flower-meaning_bird-of-paradise {			/* Meaning-3 */
	position: absolute;
	width: 133px;
	left: 284px;}

#flower-types_pink-carnation {			/* Heading-4 */
	position: absolute;
	width: 133px;
	right: 142px;}
	
#types-of-flowers_pink-carnation {		/* Image - Carnation (Pink) */
	position: absolute;
	width: 133px;
	height: 120px;
	top: 15px;
	right: 142px;
	background-image:  url(../images/flower-dictionary/pink-carnation.jpg);  
	background-color: none;}		
	
#flower-meaning_pink-carnation {		/* Meaning-4 */
	position: absolute;
	width: 133px;
	right: 142px;}

#flower-types_red-carnation {			/* Heading-5 */
	position: absolute;
	width: 133px;
	right: 0px;}

#types-of-flowers_red-carnation {		/* Image - Carnation (Red) */
	position: absolute;
	width: 133px;
	height: 120px;
	top: 15px;
	right: 0px;
	background-image:  url(../images/flower-dictionary/red-carnation.jpg);  
	background-color: none;}		
	
#flower-meaning_red-carnation {			/* Meaning-5 */
	position: absolute;
	width: 133px;
	right: 0px;}

/* ------------------ ROW-3 ----------------- */ 

#row-3 {								/* ROW-3 */
	position: absolute;
	width: 701px;
	height: 150px;
	top: 300px;
	left: 0px;
	background-color: none;}

#flower-types_white-carnation {				/* Heading-1 */
	position: absolute;
	width: 133px;
	left: 0px;}
	
#types-of-flowers_white-carnation {			/* Image - Carnation (White) */
	position: absolute;
	width: 133px;
	height: 120px;
	top: 15px;
	left: 0px;
	background-image:  url(../images/flower-dictionary/white-carnation.jpg); 
	background-color: none;}		

#flower-meaning_white-carnation {		 /* Meaning-1 */
	position: absolute;
	width: 133px;
	left: 0px;}

#flower-types_chrysanthemum {			/* Heading-2 */
	position: absolute;
	width: 133px;
	left: 142px;}
	
#types-of-flowers_chrysanthemum {		/* Image - Chrysanthemum */
	position: absolute;
	width: 133px;
	height: 120px;
	top: 15px;
	left: 142px;
	background-image:  url(../images/flower-dictionary/chrysanthemum.jpg); 
	background-color: none;}		

#flower-meaning_chrysanthemum {			/* Meaning-2 */
	position: absolute;
	width: 133px;
	left: 142px;}

#flower-types_daffodil {				/* Heading-3 */
	position: absolute;
	width: 133px;
	left: 284px;}

#types-of-flowers_daffodil {			/* Image - Daffodil */
	position: absolute;
	width: 133px;
	height: 120px;
	top: 15px;
	left: 284px;
	background-image:  url(../images/flower-dictionary/daffodil.jpg); 
	background-color: none;}		

#flower-meaning_daffodil {				/* Meaning-3 */
	position: absolute;
	width: 133px;
	left: 284px;}

#flower-types_daisy {					/* Heading-4 */
	position: absolute;
	width: 133px;
	right: 142px;}

#types-of-flowers_daisy {				/* Image - Daisy */
	position: absolute;
	width: 133px;
	height: 120px;
	top: 15px;
	right: 142px;
	background-image:  url(../images/flower-dictionary/daisy.jpg); 
	background-color: none;}		
	
#flower-meaning_daisy {					/* Meaning-4 */
	position: absolute;
	width: 133px;
	right: 142px;}

#flower-types_delphinium {				/* Heading-5 */
	position: absolute;
	width: 133px;
	right: 0px;}
	
#types-of-flowers_delphinium {			/* Image - Delphinium */
	position: absolute;
	width: 133px;
	height: 120px;
	top: 15px;
	right: 0px;
	background-image:  url(../images/flower-dictionary/delphinium.jpg); 
	background-color: none;}		

#flower-meaning_delphinium {			/* Meaning-5 */
	position: absolute;
	width: 133px;
	right: 0px;}
	
/* ------------------ ROW-4 ----------------- */ 

#row-4 {								/* ROW-4 */
	position: absolute;
	width: 701px;
	height: 150px;
	top: 450px;
	left: 0px;
	background-color: none;}

#flower-types_freesia {				/* Heading-1 */
	position: absolute;
	width: 133px;
	left: 0px;}
	
#types-of-flowers_freesia {			/* Image - Freesia */
	position: absolute;
	width: 133px;
	height: 120px;
	top: 15px;
	left: 0px;
	background-image:  url(../images/flower-dictionary/freesia.jpg); 
	background-color: none;}		

#flower-meaning_freesia {				/* Meaning-1 */
	position: absolute;
	width: 133px;
	left: 0px;}
	
#flower-types_gladiolus {				/* Heading-2 */
	position: absolute;
	width: 133px;
	left: 142px;}

#types-of-flowers_gladiolus {			/* Image - Gladiolus */
	position: absolute;
	width: 133px;
	height: 120px;
	top: 15px;
	left: 142px;
	background-image:  url(../images/flower-dictionary/gladiolus.jpg); 
	background-color: none;}		

#flower-meaning_gladiolus {				/* Meaning-2 */
	position: absolute;
	width: 133px;
	left: 142px;}

#flower-types_heather {					/* Heading-3 */
	position: absolute;
	width: 133px;
	left: 284px;}
	
#types-of-flowers_heather {				/* Image - Heather */
	position: absolute;
	width: 133px;
	height: 120px;
	top: 15px;
	left: 284px;
	background-image:  url(../images/flower-dictionary/heather.jpg); 
	background-color: none;}		

#flower-meaning_heather  {				/* Meaning-3 */
	position: absolute;
	width: 133px;
	left: 284px;}

#flower-types_hyacinth {				/* Heading-4 */
	position: absolute;
	width: 133px;
	right: 142px;}

#types-of-flowers_hyacinth {			/* Image - Hyacinth */
	position: absolute;
	width: 133px;
	height: 120px;
	top: 15px;
	right: 142px;
	background-image:  url(../images/flower-dictionary/hyacinth.jpg); 
	background-color: none;}		
	
#flower-meaning_hyacinth {				/* Meaning-4 */
	position: absolute;
	width: 133px;
	right: 142px;}

#flower-types_hydrangea {				/* Heading-5 */
	position: absolute;
	width: 133px;
	right: 0px;}
	
#types-of-flowers_hydrangea {			/* Image - Hydrangea */
	position: absolute;
	width: 133px;
	height: 120px;
	top: 15px;
	right: 0px;
	background-image:  url(../images/flower-dictionary/hydrangea.jpg); 
	background-color: none;}		

#flower-meaning_hydrangea {				/* Meaning-5 */
	position: absolute;
	width: 133px;
	right: 0px;}

/* ------------------ ROW-5 ----------------- */ 

#row-5 {								/* ROW-5 */
	position: absolute;
	width: 701px;
	height: 150px;
	top: 600px;
	left: 0px;
	background-color: none;}

#flower-types_iris {					/* Heading-1 */
	position: absolute;
	width: 133px;
	left: 0px;}
	
#types-of-flowers_iris {				/* Image - Iris */
	position: absolute;
	width: 133px;
	height: 120px;
	top: 15px;
	left: 0px;
	background-image:  url(../images/flower-dictionary/iris.jpg); 
	background-color: none;}
			
#flower-meaning_iris {					/* Meaning-1 */
	position: absolute;
	width: 133px;
	left: 0px;}
	
#flower-types_larkspur {				/* Heading-2 */
	position: absolute;
	width: 133px;
	left: 142px;}

#types-of-flowers_larkspur {			/* Image - Larkspur */
	position: absolute;
	width: 133px;
	height: 120px;
	top: 15px;
	left: 142px;
	background-image:  url(../images/flower-dictionary/larkspur.jpg); 
	background-color: none;}		

#flower-meaning_larkspur {				/* Meaning-2 */
	position: absolute;
	width: 133px;
	left: 142px;}

#flower-types_lilac {					/* Heading-3 */
	position: absolute;
	width: 133px;
	left: 284px;}
	
#types-of-flowers_lilac {				/* Image - Lilac */
	position: absolute;
	width: 133px;
	height: 120px;
	top: 15px;
	left: 284px;
	background-image:  url(../images/flower-dictionary/lilac.jpg); 
	background-color: none;}		

#flower-meaning_lilac {					/* Meaning-3 */
	position: absolute;
	width: 133px;
	left: 284px;}

#flower-types_lily {					/* Heading-4 */
	position: absolute;
	width: 133px;
	right: 142px;}

#types-of-flowers_lily {				/* Image - Lily */
	position: absolute;
	width: 133px;
	height: 120px;
	top: 15px;
	right: 142px;
	background-image:  url(../images/flower-dictionary/lily.jpg); 
	background-color: none;}		
	
#flower-meaning_lily {					/* Meaning-4 */
	position: absolute;
	width: 133px;
	right: 142px;}

#flower-types_orchid {					/* Heading-5 */
	position: absolute;
	width: 133px;
	right: 0px;}
	
#types-of-flowers_orchid {				/* Image - Orchid */
	position: absolute;
	width: 133px;
	height: 120px;
	top: 15px;
	right: 0px;
	background-image:  url(../images/flower-dictionary/orchid.jpg); 
	background-color: none;}		

#flower-meaning_orchid {				/* Meaning-5 */
	position: absolute;
	width: 133px;
	right: 0px;}
	
/* ------------------ ROW-6 ----------------- */ 

#row-6 {								/* ROW-6 */

	position: absolute;
	width: 701px;
	height: 150px;
	top: 750px;
	left: 0px;
	background-color: none;}
	
#flower-types_peony {					/* Heading-1 */
	position: absolute;
	width: 133px;
	left: 0px;}
	
#types-of-flowers_peony {				/* Image - Peony */
	position: absolute;
	width: 133px;
	height: 120px;
	top: 15px;
	left: 0px;
	background-image:  url(../images/flower-dictionary/peony.jpg); 
	background-color: none;}		

#flower-meaning_peony {					/* Meaning-1 */
	position: absolute;
	width: 133px;
	left: 0px;}
	
#flower-types_poinsettia {				/* Heading-2 */
	position: absolute;
	width: 133px;
	left: 142px;}
	
#types-of-flowers_poinsettia {			/* Image - Poinsettia */
	position: absolute;
	width: 133px;
	height: 120px;
	top: 15px;
	left: 142px;
	background-image:  url(../images/flower-dictionary/poinsettia.jpg); 
	background-color: none;}		

#flower-meaning_poinsettia {			/* Meaning-2 */
	position: absolute;
	width: 133px;
	left: 142px;}

#flower-types_ranunculus {				/* Heading-3 */
	position: absolute;
	width: 133px;
	left: 284px;}
	
#types-of-flowers_ranunculus {			/* Image - Ranunculus */
	position: absolute;
	width: 133px;
	height: 120px;
	top: 15px;
	left: 284px;
	background-image:  url(../images/flower-dictionary/ranunculus.jpg); 
	background-color: none;}		

#flower-meaning_ranunculus  {			/* Meaning-3 */
	position: absolute;
	width: 133px;
	left: 284px;}

#flower-types_pink-rose {				/* Heading-4 */
	position: absolute;
	width: 133px;
	right: 142px;}

#types-of-flowers_pink-rose {			/* Image - Rose (Pink) */
	position: absolute;
	width: 133px;
	height: 120px;
	top: 15px;
	right: 142px;
	background-image:  url(../images/flower-dictionary/pink-rose.jpg); 
	background-color: none;}		
	
#flower-meaning_pink-rose {				/* Meaning-4 */
	position: absolute;
	width: 133px;
	right: 142px;}

#flower-types_red-rose {				/* Heading-5 */
	position: absolute;
	width: 133px;
	right: 0px;}

#types-of-flowers_red-rose {			/* Image - Rose (Red) */
	position: absolute;
	width: 133px;
	height: 120px;
	top: 15px;
	right: 0px;
	background-image:  url(../images/flower-dictionary/red-rose.jpg); 
	background-color: none;}		

#flower-meaning_red-rose {				/* Meaning-5 */
	position: absolute;
	width: 133px;
	right: 0px;}

/* ------------------ ROW-7 ----------------- */ 

#row-7 {								/* ROW-7 */
	position: absolute;
	width: 701px;
	height: 150px;
	top: 900px;
	left: 0px;
	background-color: none;}
	
#flower-types_white-rose {				/* Heading-1 */
	position: absolute;
	width: 133px;
	left: 0px;}
	
#types-of-flowers_white-rose {			/* Image - Rose (White) */
	position: absolute;
	width: 133px;
	height: 120px;
	top: 15px;
	left: 0px;
	background-image:  url(../images/flower-dictionary/white-rose.jpg); 
	background-color: none;}		

#flower-meaning_white-rose {			/* Meaning-1 */
	position: absolute;
	width: 133px;
	left: 0px;}

#flower-types_yellow-rose {				/* Heading-2 */
	position: absolute;
	width: 133px;
	left: 142px;}
	
#types-of-flowers_yellow-rose {			/* Image - Rose (Yellow) */
	position: absolute;
	width: 133px;
	height: 120px;
	top: 15px;
	left: 142px;
	background-image:  url(../images/flower-dictionary/yellow-rose.jpg); 
	background-color: none;}		

#flower-meaning_yellow-rose {			/* Meaning-2 */
	position: absolute;
	width: 133px;
	left: 142px;}

#flower-types_snap-dragon {				/* Heading-3 */
	position: absolute;
	width: 133px;
	left: 284px;}

#types-of-flowers_snap-dragon {			/* Image - Snap Dragon */
	position: absolute;
	width: 133px;
	height: 120px;
	top: 15px;
	left: 284px;
	background-image:  url(../images/flower-dictionary/snap-dragon.jpg); 
	background-color: none;}		

#flower-meaning_snap-dragon  {			/* Meaning-3 */
	position: absolute;
	width: 133px;
	left: 284px;}

#flower-types_spathiphyllum {			/* Heading-4 */
	position: absolute;
	width: 133px;
	right: 142px;}
	
#types-of-flowers_spathiphyllum {		/* Image - Spathiphyllum */
	position: absolute;
	width: 133px;
	height: 120px;
	top: 15px;
	right: 142px;
	background-image:  url(../images/flower-dictionary/spathiphyllum.jpg); 
	background-color: none;}		
	
#flower-meaning_spathiphyllum {			/* Meaning-4 */
	position: absolute;
	width: 133px;
	right: 142px;}

#flower-types_statice {					/* Heading-5 */
	position: absolute;
	width: 133px;
	right: 0px;}
	
#types-of-flowers_statice {				/* Image - Statice */
	position: absolute;
	width: 133px;
	height: 120px;
	top: 15px;
	right: 0px;
	background-image:  url(../images/flower-dictionary/statice.jpg); 
	background-color: none;}		

#flower-meaning_statice {				/* Meaning-5 */
	position: absolute;
	width: 133px;
	right: 0px;}

/* ------------------ ROW-8 ----------------- */ 

#row-8 {								/* ROW-8 */
	position: absolute;
	width: 701px;
	height: 150px;
	top: 1050px;
	left: 0px;
	background-color: none;}
	
#flower-types_stock {					/* Heading-1 */
	position: absolute;
	width: 133px;
	left: 0px;}
	
#types-of-flowers_stock {				/* Image - Stock */
	position: absolute;
	width: 133px;
	height: 120px;
	top: 15px;
	left: 0px;
	background-image:  url(../images/flower-dictionary/stock.jpg); 
	background-color: none;}		

#flower-meaning_stock {					/* Meaning-1 */
	position: absolute;
	width: 133px;
	left: 0px;}

#flower-types_sunflower {				/* Heading-2 */
	position: absolute;
	width: 133px;
	left: 142px;}
	
#types-of-flowers_sunflower {			/* Image - Sunflower */
	position: absolute;
	width: 133px;
	height: 120px;
	top: 15px;
	left: 142px;
	background-image:  url(../images/flower-dictionary/sunflower.jpg); 
	background-color: none;}		

#flower-meaning_sunflower {				/* Meaning-2 */
	position: absolute;
	width: 133px;
	left: 142px;}

#flower-types_sweet-pea {				/* Heading-3 */
	position: absolute;
	width: 133px;
	left: 284px;}
	
#types-of-flowers_sweet-pea {			/* Image - Sweet pea */
	position: absolute;
	width: 133px;
	height: 120px;
	top: 15px;
	left: 284px;
	background-image:  url(../images/flower-dictionary/sweet-pea.jpg); 
	background-color: none;}		

#flower-meaning_sweet-pea  {			/* Meaning-3 */
	position: absolute;
	width: 133px;
	left: 284px;}

#flower-types_tulip {					/* Heading-4 */
	position: absolute;
	width: 133px;
	right: 142px;}

#types-of-flowers_tulip {				/* Image - Tulip */
	position: absolute;
	width: 133px;
	height: 120px;
	top: 15px;
	right: 142px;
	background-image:  url(../images/flower-dictionary/tulip.jpg); 
	background-color: none;}		

#flower-meaning_tulip {					/* Meaning-4 */
	position: absolute;
	width: 133px;
	right: 142px;}

#flower-types_violet {					/* Heading-5 */
	position: absolute;
	width: 133px;
	right: 0px;}	

#types-of-flowers_violet {				/* Image - Violet */
	position: absolute;
	width: 133px;
	height: 120px;
	top: 15px;
	right: 0px;
	background-image:  url(../images/flower-dictionary/violet.jpg); 
	background-color: none;}		

#flower-meaning_violet {				/* Meaning-5 */
	position: absolute;
	width: 133px;
	right: 0px;}

/* -------------- FOOTER / COPYRIGHT SECTION ------------- */ 

#footer-copyright_container {
	position: absolute;
	width: 871px;
	height: 90px;
	top: 1546px;
	left: 13px;
	padding: 0px;	
/*	background-image: url('../images/footers/unity-corps_proud-sponsor_990x77.jpg'); */ 
	background-color: none;}			/* Footer Purple - 9900CC */	

/* ------------------ FOOTER ------------------ */ 

#footer {
	position: absolute;
	width: 871px;
	height: 67px;
	top: 0px;
	left: 0px;
	padding: 0px;	
/*	background-image: url('../images/footers/unity-corps_proud-sponsor_990x77.jpg'); */ 
	background-color: none;}			/* Footer Purple - 9900CC */

/* -------------- COPYRIGHT NOTICE ------------- */ 

#copyright {
	position: absolute;
	width: 871px;
	top: 77px;
	left: 0px;
	padding: 0px;
	font-family: arial, verdana;
	font-size: 12px;  		/* PREVIOUSLY 9pt */
	font-weight: normal;
	color: #333333;			/* Charcoal - 333333 */
	text-align: center;
	background-color: none;}		/* Light Grey - E1E1E1 */
  
.list-dot {
	font-family: arial;
	font-size: 7px;  		/* POST-SCRIPT 5.25pt */
	color: #333333;}		/* Medium Grey - 555555 */

#copyright a:link {
	color:#333333;} /* INITIAL COLOR - White - WORKS FOR BOTH IE & FOX */

#copyright a:visited {
	color: #333333;}   /* VISITED COLOR - White - WORKS FOR BOTH IE & FOX -  */
	
#copyright a:hover {
	color:#333333;  /* HOVER - UNDERLINE WORKS FOR BOTH IE & FOX - COLOR DOESN'T REMAIN AFTER VISIT */ 
	text-decoration: underline;} 

#copyright a:active {
	color:#333333;} /* TRANSITION COLOR (Not Important) - White - WORKS ON BOTH IE & FOX  */

#zip-code-flower-delivery-area {
	position: absolute;
	width: 871px;
	height: 100px;
	top: 95px;
	left: 0px;
	font-family: arial, verdana;
	font-size: 11px;  		/* PREVIOUSLY 8pt */
	color: #333333;			/* Charcoal - 333333 */
	text-align: justify; 
	background-color: none;}		/* Lighter Hint of Blue - F0F8FF */

/* --------------- Zip Code Deliver Area Anchor Rules --------------- */

#zip-code-flower-delivery-area a {
	text-decoration: none;} /* prevents initial underline on both IE & Firefox */

#zip-code-flower-delivery-area a:link {					/* DO NOT CHANGE ORDER OF SEQUENCE */
	color: #333333;} 	/* initial color - Charcoal - 333333 */ 

#zip-code-flower-delivery-area a:visited {
	color: #333333;}  	/* visited color - Charcoal - 333333 */

#zip-code-flower-delivery-area a:hover {
	color: #333333;	  	/* hover color - Charcoal - 333333 */ 
	text-decoration: underline;}
	
#zip-code-flower-delivery-area a:active {
	color: #333333;} 	/* transition color - Charcoal - 333333 */
	
/* ------------- PAGE ANCHOR RULES / ORDER ONLINE LINK ------------ */ 

a {
	text-decoration: none;} /* prevents initial underline on both IE & Firefox */

a:link {					/* DO NOT CHANGE ORDER OF SEQUENCE */
	color: #660099;} 	/* initial color - Teleflora Purple - 660099 */ */

a:visited {
	color: #660099;}  	/* visited color - Teleflora Purple - 660099 */

a:hover {
	color: #8A198A;	  	/* hover color - Online Order Purple - 8A198A */ 
	text-decoration: underline;}
	
a:active {
	color: #660099;} 	/* transition color - Teleflora Purple - 660099 */
	
/*  ----------------- AMG STANDARD REFERENCE COLORS ----------------
  
	White  - FFFFFF ; Index Marquee BG White - EFEFEF 
    Grey   - CCCCCC ; Light Grey - E1E1E1, Lighter "Body" Grey - F5F5F5 ; Transition Grey - 333333 (18)	
	Black  - 000000 ; Horizonal Rule Black - A9A9A9 (close match between IE & Firefox)
	Red    - FF0000 ; Rose Red - E4082E ; Dark Red - 990000 ; Darkest Red - 700000 ; Maroon - 990033 ; Violet Red - CC0099 ; Fucia - FF00FF
	Violet - EE82EE ; Pink - FFCCFF ; Salmon - F7E9E5 ; Light Pink - FFF5F5 ; Lavender - CC99FF ; Light Lavender - E9D2FF
	Purple - 9900FF ; Light Purple - BD59FF ; Lighter Purple - D79BFF ; Lightest Purple - E7C1FF ; Hint of Purple - F3DFFF 
					  Medium Purple - AB2DFF ; Dark Purple - 6100C1 ; Darker Purple - 5A1BAF ; Darkest Purple - 3F009D 
	Orange - FF7F00 ; Copper - C96333 ; Gold - CC9900 ; Orange Gold - FF9900 ; Yellow Gold - FFCC00 
	Yellow - FFFF00 ; Light Yellow - FFFF66 ; Lime - CCFF33
	Green  - 00FF00 ; Bright Green - 00FF33 ; Light Green - CCFFCC ; Olive - CCFF33 ; Dark Green - 33CC33 
	Cyan   - 00FFFF ; Medium Cyan - 33CCFF ; Light Cyan - 66FFFF ; Lighter Cyan - B3FFFF ; Lightest Cyan - D2FFFF ; Turquoise - 00FFCC
	Blue   - 0000FF ; Light Blue - 99CCFF, Lighter Blue - A8D3FF, Lightest Blue - CAE4FF, Hint of Blue - E1F0FF ; Lighter Hint of Blue - F0F8FF
					  Medium Blue - 3366FF ; Dark Blue - 000066 ; Darker Blue - 00004F ; Darkest Blue - 00001F 
    
	Misc   - ###### ; Adsense Blue - 0066CC ; Index Marquee Purple - 1D0048

    --------- STANDARD AMG LINKING COLOR RULES ---------  
    
	Black Background ; Active Link Blue - 66FFFF ; Roll Over Lime - 00FF00 
	White Background ; updated 09-06-09 */

