/* -------------------------------------------------------------------- */
                          /* !*** GENERAL STYLES *** */
/* -------------------------------------------------------------------- */


body {
	font-family: Georgia, "Times New Roman", Times, serif;
/* 	font-family: arial, helvetica, sans-serif; */
	font-size: 12px;
	color: #666;
	background: url(bg.gif) repeat-x top #fff;
	margin: 0;
	padding: 0;
	}

a:link {
	text-decoration:none;
	}

a:visited {
	text-decoration:none;
	}

a:hover {
	text-decoration:underline;
	color: #D21F1F;
	}
	
h1,h2,h3,h4,p,ul,li{
	margin: 0;
	padding: 0;
	}
	
.clear {
	clear: both;
	}

.clearfix {
	display: block;
	}



/* -------------------------------------------------------------------- */
                          /* !*** CONTAINERS *** */
/* -------------------------------------------------------------------- */



#header_wrap {
	position: relative;
	min-width: 1020px;
	padding: 0;
	margin: 0;
	z-index: 10;
	}

#content_wrap {
	position: relative;
	min-width: 1020px;
	padding: 0;
	margin: 0;
/* 	border-top: 1px solid; */
	}

#footer_wrap {
	background: url(footer_bg.gif) repeat-x 0 0 #E1F3FF;
	position: relative;
	min-width: 1020px;
	padding: 0;
	margin: 0;
	border: 1px solid #fff; /* fix for ie6 */
	/* clear: both; */ /* Optionally add this or use a separate class */
	}

#header {
	position: relative;
	margin: 0 auto;
	width: 1020px;
	height: 128px;
	background: url(header.gif) no-repeat;
	text-align: right;
	z-index: 10;
	}

#content { /* ##################### */
	position: relative;
	margin: 0 auto;
	padding: 0px 0px 30px 0px;
	width: 980px;
	min-height: 200px;
/* 	border-top: 1px solid #fff; */
	}
	
#sidebar {
	float: left;
	position: relative;
	margin: 0px;
	padding: 0;
	width: 210px;
/* 	min-height: 400px; */
/* 	border: 1px solid; */
	}

#page { /* ##################### */
	float: right;
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 750px;
/* 	min-height: 400px; */
/* 	border: 1px solid; */
	}


#footer { /* ##################### */
	position: relative;
	margin: 0 auto;
	padding: 30px 0px 20px 0px;
	width: 980px;
	color:#1479CC;
	}

#footer a {
	color:#1479CC;
	}

#footer a:hover {
	color: #D21F1F;
	text-decoration: none;
	}
	
	
/* -------------------------------------------------------------------- */
                       /* !*** SITE MAP *** */
/* -------------------------------------------------------------------- */

	
#footer dl,
#footer dt,
#footer dd { /* #################### */
	padding: 0;
	padding-right: 10px;
	margin: 0;
	width: 186px;
	float: left;
	}

#footer dt,
#footer dd {
	clear: left;
	padding: 3px 0;
	font-size: 12px;
	border: 1px solid;
	}

#footer dt {
	font-size: 16px;
	padding: 5px 0;
	}

#footer ul {
	list-style-type: none;
	font-size: 12px;
	}

#footer li {
	padding: 0;
	padding-right: 10px;
	padding-bottom: 3px;
	margin: 0;
	width: 186px;
	float: left;
/* 	border: 1px solid; */
	}


/* -------------------------------------------------------------------- */
                       /* !*** TOP LINKS *** */
/* -------------------------------------------------------------------- */

#header #globalnav_misc { /* #################### */
	width: 1000px;
	height: 40px;
	float: left;
	clear: both;
	padding-top: 16px;
	list-style-type:none;
	}

#header #globalnav_misc li {
	display:inline;
	font-size: 12px;
	line-height: 12px;
	margin-right: 12px;
	font-family: Arial, Helvatica, sans-serif;
	color: #245304;
	}

#header #globalnav_misc a {
	color:#245304;
	}

#header #globalnav_misc a:hover {
	color: #DD3428;
	text-decoration: none;
	}



/* GLOBALHEADER */
#header #globalnav { width: 665px; float: left; clear: both; left: 314px; position: relative; padding: 0; }
#header #globalnav li { display: inline; }
#header #globalnav li a { float: left; width: 117px; height: 0; padding-top: 72px; overflow: hidden; }
#header #globalnav li a { background-image: url(topnav_bg_del.gif); background-repeat: no-repeat; }
 
/* BUTTONS */
#header #globalnav li#tab-home a { width: 68px; background-position: 0 0; }
#header #globalnav li#tab-flowers a { width: 96px; background-position: -68px 0; }
#header #globalnav li#tab-gifts a { width: 79px; background-position: -164px 0; }
#header #globalnav li#tab-wine a { width: 194px; background-position: -243px 0; }
#header #globalnav li#tab-hampers a { width: 112px; background-position: -437px 0; }
#header #globalnav li#tab-recent a { width: 116px; background-position: -549px 0; }
 
/* OVER STATES */
#header #globalnav li#tab-home a:hover { background-position: 0 -72px; }
#header #globalnav li#tab-flowers a:hover { background-position: -68px -72px; }
#header #globalnav li#tab-gifts a:hover { background-position: -164px -72px; }
#header #globalnav li#tab-wine a:hover { background-position: -243px -72px; }
#header #globalnav li#tab-hampers a:hover { background-position: -437px -72px; }
#header #globalnav li#tab-recent a:hover { background-position: -549px -72px; } 
 
/* PRESSED STATES */
/* #header #globalnav li#tab-home a:active { background-position: 0 -72px; } */
 
/* ON STATES */
/* #header.home 		#globalnav li#tab-home a:hover { background-position: 0 0; cursor: default; } */
#header.home 		#globalnav li#tab-home a { background-position: 0 -72px !important; }
#header.flowers 	#globalnav li#tab-flowers a { background-position: -68px -72px !important; }
#header.gifts 		#globalnav li#tab-gifts a { background-position: -164px -72px !important; }
#header.wine 		#globalnav li#tab-wine a { background-position: -243px -72px !important; }
#header.hampers 	#globalnav li#tab-hampers a { background-position: -437px -72px !important; }
#header.recent 		#globalnav li#tab-recent a { background-position: -549px -72px !important; }






/* -------------------------------------------------------------------- */
                       /* !*** SIDE LINKS *** */
/* -------------------------------------------------------------------- */


/* TOP LIST (BLUE) */


ul.side_link {
	float: left;
	clear: both;
	position: relative;
	display: block;
	width: 208px;
	margin: 0;
	padding: 0;
	list-style: none;
	background: url(side_bg.gif) repeat-x top #3D90CC;
	border-left: 1px solid #DDEEFE;
	border-right: 1px solid #DDEEFE;
	}

ul.side_link li {
	margin: 0 10px;
	padding: 12px 10px;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	color: #fff;
	border-top: 1px solid #83BCE2;
	border-bottom: 1px solid #347EB1;
	}

ul.side_link li.first {
	border-top: none;
	padding-top: 0;
	}

ul.side_link li.last {
	border-bottom: none;
	padding-bottom: 8px;
	}
	
ul.side_link li a {
	color: #fff;
/* 	font-weight: bold; */
	}
	
ul.side_link ul.level2 li a, ul.level3 li a {
	color: #ffff99;
/* 	font-weight: bold; */
	}

ul.side_link ul.level1 li a.selected,
ul.side_link ul.level2 li a.selected,
ul.side_link ul.level3 li a.selected {
	color: #ffff99;
	}

ul.side_link ul.level1 li a.active,
ul.side_link ul.level2 li a.active,
ul.side_link ul.level3 li a.active {
	color: #ffcc00;
	}
		
ul.side_link li a:hover,
ul.side_link ul.level1 li a:hover,
ul.side_link ul.level2 li a:hover,
ul.side_link ul.level3 li a:hover {
	color: #ffcc00;
	text-decoration: none;	
	}
	
		
/* 2nd LEVEL */

ul.side_link ul.level1, ul.level2, ul.level3 {
	margin: 0px 0;
	padding: 0px;
	color: #fff;
	list-style-type: none;
	border: none;
	}

ul.level1, ul.level2, ul.level3 {
	list-style-image:url("white-bullet.gif");
	color: #ffff99;
	padding-bottom: 10px;
	}

ul.level2 {
	margin-left: 12px;
	}
	
ul.level3 {
	margin-left: 12px;
	}
	
ul.side_link ul.level1 li, ul.level2 li, ul.level3 li {
	margin: 0;
	margin-left: 15px;
	margin-top: 10px;
	padding: 0px;
/* 	padding-top: 10px; */
/* 	padding-bottom: 10px; */
	color: #fff;
	font-size: 15px;
	line-height: 15px;
	font-weight: normal;
	border: none;
	}

ul.side_link ul.level2 li, ul.level3 li {
	font-size: 13px;
	line-height: 13px;
	margin: 0;
	margin-top: 10px;
	}

/* BOTTOM LIST (LIGHT BLUE) */
	
ul.side_link_2 {
	float: left;
	clear: both;
	width: 208px;
	padding: 0;
	padding-top: 8px;
	margin: 0;
	list-style-image:url("blue-bullet.gif");
	list-style-type: none;
	background: #E8F3FB;
	border-left: 1px solid #C4E0F4;
	border-right: 1px solid #C4E0F4;
	}

ul.side_link_prices {
	list-style-image: none;
	list-style: none;
	padding: 0;
	margin: 0;
	}

ul.side_link_2 li {
	margin: 0px 30px;
	padding: 6px 0px;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #1479CC;
	}

ul.side_link_prices li {
	margin: 0px 15px;
	padding: 0px 0px;
	padding-top: 10px;
	font-size: 13px;
	line-height: 13px;
	}

ul.side_link_2 li.divider {
	list-style-image: none;
	padding: 0;
	margin: 10px;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	border-top: 1px solid #BBDBF2;
	background: #FAFCFE;
	}

ul.side_link_2 li a {
	color: #1479CC;
	}
	
ul.side_link_2 li a:hover {
	color: #D21F1F;
	text-decoration: none;	
	}
	
	
div.side_link_divider {
	float: left;
	clear: left;
	}

#side_ads {
	clear: both;
	margin-top: 10px;
	padding-top: 20px;
	text-align: center;
	}
	
/* -------------------------------------------------------------------- */
                       /* !*** BREAD CRUMBS *** */
/* -------------------------------------------------------------------- */

	
#breadcrumbs {
	font-family: Arial, Helvatica, sans-serif;
	font-size: 11px;
	color: #1479CC;
	padding-bottom: 20px;
	}

#breadcrumbs a {
	color: #1479CC;
	}


	


/* -------------------------------------------------------------------- */
                       /* !*** BANNERS AND BOXES *** */
/* -------------------------------------------------------------------- */

	
.promo_banner { /* ######################## */
/* 	width: 728px; */
	width: 708px;
	margin: 0;
	padding: 0 20px;
/* 	padding-left: 20px; */
/* 	min-height: 190px; */
	background: url(banner_promo_body.gif) repeat-x top #fff;
	border-left: 1px solid #C7DDED;
	border-right: 1px solid #C7DDED;
	}

.promo_banner h1, h2.text2heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #1479CC;
	font-size: 22px;
	margin: 0;
	padding: 0;
	/*padding-top: 20px;*/
	padding-top: 5px;
/* 	padding-bottom: 10px; */
	}

.promo_banner p {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvatica, sans-serif;
	font-size: 11px;
	line-height: 13px;
/* 	color: #999; */
	color: #1479CC;
	display:block;
	}

.text2 {
	display: none;
	}

.promo_banner img.image {
	margin: 0;
	margin-left: 20px;
	margin-right: 10px;
	padding: 0;
	float: right;
	border: 1px solid #C4E0F4;
	}

.promo_banner ul {
        list-style-type: none;
        font-size: 12px;
        border-top: 1px solid #CBDCE9;
        padding-top: 5px; 
        float: left;
        position: relative;       
        }

.promo_banner li { /* ################## */
        padding: 0;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-right: 30px;
        margin: 0;
/*         width: 170px; */
        float: left;
        position: relative;
        color:#1479CC;
        font-weight: bold;
        }

.promo_banner a {
        color:#1479CC;
        font-weight: bold;
        }

.promo_banner a:hover {
	color: #D21F1F;
        text-decoration: none;
        }

a.promo_box { /* #################### */
	float: left;
	position: relative;
	margin-top: 20px;
	display: block;
	width: 180px;
/* 	height: 300px; */
	background: url(box_footer.jpg) no-repeat bottom;
	text-align: center;
	padding-bottom: 15px;
	}
	
a.promo_box:hover {
	cursor: hand;
	text-decoration: none;
	background: url(box_footer_on.jpg) no-repeat bottom;
	}
/*	
a.promo_box span {
	display: block;
	}
*/	

a.promo_box span.image,
a.promo_box span.title,
a.promo_box span.description,
a.promo_box span.price,
a.promo_box span.button {
	display: block;
/* 	border: 1px solid; */
	padding: 0;
	margin: 0;
	}
	
a.promo_box span.image { /* ############## */
/* 	width: 212px; */
	width: 180px;
	background: url(box_header.jpg) no-repeat top;
	padding-top: 5px;
	}
	
a.promo_box span.title {
	padding: 5px 5px 0px 5px;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #1479CC;
	height: 35px;
	overflow: hidden;
	}
	
a.promo_box span.description {
	padding: 5px 10px 0px 10px;
	font-family: Arial, Helvatica, sans-serif;
	font-size: 11px;
	color: #666;
	height: 30px;
	overflow: hidden;
	}
	
a.promo_box span.price {
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #1479CC;
	}

/*
span.description, span.price {
	margin-top: 5px;
	}
*/

a.promo_box span.button {
	padding-top: 5px;
	}
	
div.promo_box_spacer {
	float: left;
	position: relative;
	width: 10px;
	height: 10px;
	}

div.delivery_pages {
	margin-top: 10px;
	}

.delivery_pages ul {
	border: 0;
	}

.delivery_pages li {
	width: 200px;
	}

/* -------------------------------------------------------------------- */
                   /* !***   PAGE STYLES   *** */
/* -------------------------------------------------------------------- */


h1 {
	font-size: 28px;
	line-height: 28px;
	font-weight: bold;
	font-style: italic;
	color: #1479CC;
	padding: 0;
	margin: 20px 0 10px 0;
	}
	
h2 {
	font-size: 13px;
	font-weight: bold;
	color: #234d87;
	margin-bottom: 10px;
	}
	
h3 {
	font-size: 13px;
	font-weight: bold;
	color: #234d87;
	margin-bottom: 10px;
	}
	
p#keywords {
	font-size: 10px;
	color: #9AC8F0;
	}
	
p#product_description {
	font-size: 10px;
	line-height: 14px;
	color: #478ECE;
	}
	
div#product_image {
	float: left;
	margin-right: 30px;
	margin-top: 10px;
	text-align: center;
	}
	
#content p {
	padding: 10px 0;
	font-family: Arial, Helvatica, sans-serif;
	}


#pagination  {
	clear: both;
	float: left;
	width: 750px;
	text-align: center;
	margin-top: 30px;
	padding: 5px 0;
	background: #E1F3FF;
	border: 1px solid #C4E0F4;
	font-weight: bold;
	}

#pagination ul {
	list-style-type: none;
	}

#pagination li {
/* 	margin-left: 10px; */
	display: inline;
	color: #1479CC;
	}

#pagination a {
	color: #1479CC;
	padding: 5px 10px;
	}

#pagination a:hover {
	color: #D21F1F;
	text-decoration: none;	
	}

#bottomContent  {
	clear: both;
	float: left;
	width: 670px;
	margin-top: 30px;
	padding: 5px 0;
	font-family: Arial, Helvatica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #999;
	}

#bottomContent ul {
	margin-left: 20px;
	margin-top: 10px;
	}

.bottomDeliveryContent {
	clear: both;
	margin-top: 14px;
	}

#sitemap ul {
	list-style-type: disc;
	margin-left: 18px;
	margin-bottom: 8px;
	font-family: Arial, Helvatica, sans-serif;
	}

#sitemap li {
	padding: 0;
	margin: 0;
	width: 300px;
	}

.contactForm, .standard_text {
	color: #999;
	font-family: Arial, Helvatica, sans-serif;
	}

ul.Llinks {
        list-style: none;       
        }

ul.Llinks li {
	margin-top: 6px;
	}

ul.Llinks a {
        font-weight: bold;
	color: #1479CC;
        }

ul.Llinks span {
        display: block;
        color: #999;
        }

.Llinks_domain {
        color: #999;
	}
