@charset "UTF-8";
/* CSS Document */
/* flowers.css */

/* menu */
.flowers_menu {
	width: 560px;
	height: 30px;
	margin: 30px auto 0;
	padding: 0;
}
.flowers_menu ul {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
.flowers_menu li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	font-size: 0.1em;
	text-indent: -9999px;
}
.flowers_menu li a {
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	overflow: hidden;
}
li.seasonal a {
	width: 141px;
	height: 30px;
	background: url(../flowers/img/seasonal_off.gif) no-repeat left top;
}
li.seasonal a:hover, li.seasonal a.active {
	background: url(../flowers/img/seasonal_on.gif) no-repeat left top;
}
* html li.seasonal a {
	overflow: visible;
}
li.roses a {
	width: 141px;
	height: 30px;
	background: url(../flowers/img/roses_off.gif) no-repeat left top;
}
li.roses a:hover, li.roses a.active {
	background: url(../flowers/img/roses_on.gif) no-repeat left top;
}
* html li.roses a {
	overflow: visible;
}
li.more a {
	width: 141px;
	height: 30px;
	background: url(../flowers/img/more_off.gif) no-repeat left top;
}
li.more a:hover, li.more a.active {
	background: url(../flowers/img/more_on.gif) no-repeat left top;
}
* html li.more a {
	overflow: visible;
}
li.gifts a {
	width: 137px;
	height: 30px;
	background: url(../flowers/img/gifts_off.gif) no-repeat left top;
}
li.gifts a:hover, li.gifts a.active {
	background: url(../flowers/img/gifts_on.gif) no-repeat left top;
}
* html li.gifts a {
	overflow: visible;
}
/* //menu */

/* seasonal menu */
.seasonal_menu {
	width: 560px;
	height: 20px;
	margin: 0 auto;
	padding: 0;
}
.seasonal_menu ul {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
.seasonal_menu li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	font-size: 0.1em;
	text-indent: -9999px;
}
.seasonal_menu li a {
	display: block;
	width: 112px;
	height: 20px;
	text-decoration: none;
	text-indent: -9999px;
	overflow: hidden;
}
li.spring a {
	background: url(../flowers/img/spring_off.gif) no-repeat left top;
}
li.spring a:hover, li.spring a.active {
	background: url(../flowers/img/spring_on.gif) no-repeat left top;
}
* html li.spring a {
	overflow: visible;
}
li.summer a {
	background: url(../flowers/img/summer_off.gif) no-repeat left top;
}
li.summer a:hover, li.summer a.active {
	background: url(../flowers/img/summer_on.gif) no-repeat left top;
}
* html li.summer a {
	overflow: visible;
}
li.autumun a {
	background: url(../flowers/img/autumun_off.gif) no-repeat left top;
}
li.autumun a:hover, li.autumun a.active {
	background: url(../flowers/img/autumun_on.gif) no-repeat left top;
}
* html li.autumun a {
	overflow: visible;
}
li.winter a {
	background: url(../flowers/img/winter_off.gif) no-repeat left top;
}
li.winter a:hover, li.winter a.active {
	background: url(../flowers/img/winter_on.gif) no-repeat left top;
}
* html li.winter a {
	overflow: visible;
}
li.events a {
	background: url(../flowers/img/events_off.gif) no-repeat left top;
}
li.events a:hover, li.events a.active {
	background: url(../flowers/img/events_on.gif) no-repeat left top;
}
* html li.events a {
	overflow: visible;
}
/* //seasonal menu */


/* gifts menu */
.gifts_menu {
	width: 560px;
	height: 20px;
	margin: 0 auto;
	padding: 0;
}
.gifts_menu ul {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
.gifts_menu li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	font-size: 0.1em;
	text-indent: -9999px;
}
.gifts_menu li a {
	display: block;
	width: 280px;
	height: 20px;
	text-decoration: none;
	text-indent: -9999px;
	overflow: hidden;
}
li.preserved a {
	background: url(../flowers/img/preserved_off.gif) no-repeat left top;
}
li.preserved a:hover, li.preserved a.active {
	background: url(../flowers/img/preserved_on.gif) no-repeat left top;
}
* html li.preserved a {
	overflow: visible;
}
li.orchid a {
	background: url(../flowers/img/orchid_off.gif) no-repeat left top;
}
li.orchid a:hover, li.orchid a.active {
	background: url(../flowers/img/orchid_on.gif) no-repeat left top;
}
* html li.orchid a {
	overflow: visible;
}
/* //gifts menu */



/* main */
.data_l {
	float: left;
	width: 246px;
	margin: 20px 0;
}
.data_l p img {
	margin: 0 auto;
	padding: 2px;
	border: 1px solid #999;
	background-color: #FFF;
}
.data_r {
	float: right;
	width: 240px;
	margin: 20px 0;
}
.data_r h3, .data_r h4, .data_r_txt h3, .data_l_txt h3 {
	padding-bottom: 4px;
	font-size: 114%;
	color: #300;
	line-height: 120%;
}
.data_r p.date {
	padding-bottom: 12px;
	font: 72% Verdana, sans-serif;
	text-align: right;
}
.data_r_txt p, .data_l_txt p {
	margin-top: 1em;
}

p.back {
	float: left;
}
p.next {
	float: right;
}
/* //main */


/* seasonal */
.seasonal_box {
	width: 394px;
	margin: 0 auto;
	padding: 18px 83px;
	background: #ACE8F3 url(../flowers/img/seasonal_bg.gif) repeat-x left top;
}
.seasonal_box p {
	margin: 12px 0 0 14px;
}
.seasonal_data {
	width: 500px;
	margin: 0 auto;
	padding: 20px 28px;
	border: 2px solid #B1EEF9;
	border-top: none;
}
.seasonal_btm {
	width: 496px;
	margin: 0 auto;
	padding: 10px 32px 12px;
	_padding: 10px 32px 0;
	background: #B1EEF9 url(../flowers/img/seasonal_btm.gif) no-repeat center bottom;
}
/* //seasonal */


/* roses */
.roses_box {
	width: 394px;
	margin: 0 auto;
	padding: 18px 83px;
	background: #F6E1E5 url(../flowers/img/roses_bg.gif) repeat-x left top;
}
.roses_box p {
	margin: 12px 0 0 14px;
}
.roses_data {
	width: 500px;
	margin: 0 auto;
	padding: 20px 28px;
	border: 2px solid #FAEDF0;
	border-top: none;
}
.roses_btm {
	width: 496px;
	margin: 0 auto;
	padding: 10px 32px 12px;
	_padding: 10px 32px 0;
	background: #FAEDF0 url(../flowers/img/roses_btm.gif) no-repeat center bottom;
}
/* //roses */


/* more */
.more_box {
	width: 394px;
	margin: 0 auto;
	padding: 18px 83px;
	background: #FFF2CF url(../flowers/img/more_bg.gif) repeat-x left top;
}
.more_box p {
	margin: 12px 0 0 14px;
}
.more_data {
	width: 500px;
	margin: 0 auto;
	padding: 20px 28px;
	border: 2px solid #FFF6DA;
	border-top: none;
}
.more_btm {
	width: 496px;
	margin: 0 auto;
	padding: 10px 32px 12px;
	_padding: 10px 32px 0;
	background: #FFF6DA url(../flowers/img/more_btm.gif) no-repeat center bottom;
}
/* //more */


/* gifts */
.gifts_box {
	width: 394px;
	margin: 0 auto;
	padding: 18px 83px;
	background: #CCEBFA url(../flowers/img/gifts_bg.gif) repeat-x left top;
}
.gifts_box p {
	margin: 12px 0 0 14px;
}
.gifts_box a {
	text-decoration: underline;
}
.gifts_data {
	width: 500px;
	margin: 0 auto;
	padding: 20px 28px;
	border: 2px solid #CDECF9;
	border-top: none;
}
.gifts_lead {
	padding-left: 10px;
}
.gifts_lead h3 {
	font-weight: normal;
}
.gifts_lead p {
	margin-left: 14px;
}

/* orchid */
.data_l_photo {
	float: left;
	width: 306px;
	margin: 20px 0;
}
.data_r_txt {
	float: right;
	width: 180px;
	margin: 20px 0;
}
.data_r_photo {
	float: right;
	width: 306px;
	margin: 20px 0;
}
.data_l_txt {
	float: left;
	width: 180px;
	margin: 20px 0;
}
/* //gifts */

