body {
	text-align: center;
	font-family: "Lucida Grand", "Lucida Sans", Helvetica, sans-serif;
	font-size: 11px;
	background-color: #fde9d2;
	background-image: url(/images/bkg-gradient.gif);
	background-position: top left;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}
#container, #main_content,#header {
	width: 87.27em;	
}
#container {
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
	border: 1px solid #fff;
}
#header {
		margin: 0;
		font-size: 11px;
		background-image: url('/images/header.jpg');
		background-position: top left;
		height: 200px;
		position: relative;
}
#header.short {	
	background-image: url('/images/header_short.jpg');
}
#header h1 {
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
}
#header img {
	border: 0;
}
#nav_wrap {
	background-color: #9f1265;
	height: 3.91em;
	text-align: center;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#nav {
	list-style-type: none;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", serif;
	width: 25em;
	margin: 0 auto;
	padding-top: .75em;
	letter-spacing: .1em;
	
}
#nav li {
	float: left;
	clear: none;
	padding: 0 .92em;
	display: inline;
	line-height: 18px;
}
#nav li.not_first {
	border-left: 2px solid #e177ae;
}
#nav li a {
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	padding-bottom: .33em;
}
#nav li a:hover, #nav li.selected a {
	border-bottom: 5px solid #fff;
}
#main_content {
	display: block;
}
#picture_column, #nav_column {
	width: 20.91em;
}
#nav_column {
	background-color: #f2c9a6;
	border-right: 1px solid #d2821f;
	background-image: url(/images/nav_gradient_side.gif);
	background-position: top right;
	background-repeat: repeat-y;
}
#nav_top_shadow {
	height: 1.45em;
	width: 20.82em;
	background-image: url(/images/nav_gradient_top.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
#subnav_wrap {
	position: relative;
	height: 100%;
}
#nav_bottom_flowers {
	background-image: url(/images/nav_gradient_bottom.gif);
	position: absolute;
	height: 20.42em;
	width: 19.08em;
	top: -20.42em;
	left: 0;
}
span.pageheader {
	border-bottom: 4px double #f9a4d0;	
}
.pageheader {
	display: block;
	font-size: 25px;
	font-family: Georgia, "Times New Roman", serif;
	width: 90%;
	letter-spacing: .05em;
	color: #9f1265;
	text-decoration: none;
}
.pagesubheader, dt {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", serif;
	letter-spacing: .05em;
	color: #000;
	text-decoration: none;
}
#top_shadow {
	height: 15px;
	background-image: url(/images/top_shadow.gif);
	background-repeat: repeat-x;
	width: 100%;
	margin: 0;
	padding: 0;
}
#picture_column {
	background-image: url(/images/image_col_bkg.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}
#content_column {
	background-image: url(/images/2col_bg.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	width: 66.36em;
}
#content_column.narrow {
	background-image: url(/images/3col_bg.gif);
	width: 45.45em;
}
#content_column p {
	line-height: 18px;
	letter-spacing: .025em;
}
#content_column a, p.msg, input.submit_link {
	color: #9f1265;
	text-decoration: none;
}
input.submit_link {
	cursor: pointer;
}
p.large {
	font-size: 14px;
}
#content_column a:hover, input.submit_link:hover {
	border-bottom: 1px solid #e177ae;
}
div.bodycontent {
	min-height: 30.18em;
	margin-left: 3.45em;
	margin-right: 2.83em;
}
#subnav {
	list-style-type: none;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 16px;
	letter-spacing: .065em;
	line-height: 30px;
}
#subnav a {
	color: #000;
	text-decoration: none;
	padding-bottom: .2em;
}
#subnav a:hover, #subnav li.selected a {
	border-bottom: 1px solid #f7941e;
}
dd {
	margin-bottom: 1em;
}
dd span {
	font-weight: bold;
	line-height: 1.8em;
}
table.product_options {
	width: 45.45em;
}
input.submit_link {
	border: 0;
	background-color: transparent;
	font-size: 11px;
}
.active {
	display: inline;
}
.inactive {
	display: none;
}
#footer {
	background-color: #a61d6d;
	background-image: url(/images/footer_gradient.gif);
	background-position: top left;
	background-repeat: repeat-x;
	color: #fff;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 12px;
	float: left;
/*	width: 79.92em;*/
	width: 80em;
	position: relative;
	border-top: 1px solid #fff;
}
#footer_links, #company_info {
	padding: 1em;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	border-bottom: 1px solid #fff;
}
#footer_links {
	float: left;
	clear: none;
}
#footer_links p {
	margin: .2em 0;
}
#legal, #copyright {
	font-size: 11px;
}
#company_info {
	float: right;
	clear: none;
	text-align: right;
}