@charset "UTF-8";
@import "reset.css";
@import "lightbox.css";
@import "menu.css";

/* Structure for page layout */

body {
	background: #ffffff;
}

div#mainwrap {
	width: 1000px;
	background: #ffffff url('../images/background.jpg') no-repeat top left;
	margin: 0 auto;
	position: relative;
	z-index: 111;
}

div#header {
	position: relative;
	height: 160px;
	width: 880px;
	margin: 0px 60px;
	padding: 10px 0 0 0;
	z-index: 222;
}

	input#search_str {
		width: 141px; 
		height: 24px; 
		border: 0px;
		padding: 0px 10px;
		line-height: 24px;
		vertical-align: middle;
		background: transparent url('../images/search-background.png');
	}

	form#search {
		position: absolute;
		top: 30px;
		right: 0px;
		display: block;
		width: 300px;
		text-align: right;
	}

	img#logo {
		width: 165px;
		height: 144px;
	}
	
	a.logo {
		display: block; 
		width: 132px; 
		height: 116px;
	}
	
	div#menu {
		height: 30px;
		background: #005c26 url('../images/menu-background.gif') repeat-x top left;
		position: absolute;
		top: 85px;
		right: 0px;
		z-index: 221; /* Higher than the HEADER */
	}

	div#user_account {
		position: absolute;
		right: 0px;
		top: 10px;
		height: 20px;
		padding: 0 10px;
		font-size: 12px;
		line-height: 20px;
		vertical-align: middle;
		text-align: right;
		z-index: 223; /* Higher than the MENU */
	}

		div#user_login_form {
			display: none;
			width: 220px;
			text-align: left;
			background: #ffffff;
			border: solid 4px #8d0030;
			padding: 10px;
		}
				
	div#shopping_cart {
		position: absolute;
		right: 0px;
		top: 65px;
		height: 20px;
		font-size: 12px;
		line-height: 20px;
		vertical-align: middle;
		text-align: right;
		z-index: 223; /* Higher than the MENU */
	}

		div#shopping_cart_total {
			background: #98d100;
			display: block;
			padding: 0 10px;
		}
		
		div#shopping_cart_items {
			display: none;
			width: 250px;
			text-align: left;
			background: #ffffff;
			border: solid 4px #8d0030;
			padding: 10px;
		}

div#content_top {
	width: 950px;
	height: 50px; 
	margin: 0px auto;
	text-align: center; 
}

div#content_bottom {
	width: 950px; 
	height: 50px;
	margin: 0px auto 20px auto;
	text-align: center; 
}

	div#content_top img, div#content_bottom img {
		width: 950px;
		height: 20px;
	}

div#content {
	width: 950px; 
	margin: 0 auto;
}

div#hero_module {
	margin: 0 35px 20px 35px;
	position: relative;
}

	div#gallery {
		width: 880px;
		height: 345px;
		background: transparent url('../images/gallery-background.png') right top;
	}
	
	div#gallery-title {
		width: 315px;
		height: 295px;
		float: right;
		padding: 50px 0 0 0;
		text-align: center;
		color: #ffffff;
		font-size: 32px;
		line-height: normal;
	}
	
	img#gallery-image {
		width: 565px;
		_width: 570px;
		height: 435px;
		float: left;
	}
	
	div#copy {
		margin: 0 35px;
	}
	
		div#copy img {
			display: inline;
			width: 400px; 
			margin: 10px;
			text-align: center;
		}
	
		div#copy img#hero {
			float: right; 
			margin: 0 0 15px 15px;
		}

	div.border {
		width: 283px;
		height: 211px;
		margin: 35px 15px 0 0;
		float: left;
	}

	div.border h2 {
		width: 243px;
		height: 37px;
		line-height: 37px;
		color: #ffffff;
		letter-spacing: 1px;
		font-size: 16px;
		font-weight: normal;
		text-transform: uppercase;
		vertical-align: middle;
		padding: 0px 20px;
	}
	
	div.border img {
		width: 282px;
		height: 172px;
		margin: 0;
	}

		div#border-red {
			background: transparent url('../images/border-red.png') no-repeat top left;
		}
	
		div#border-yellow {
			margin: 35px 0 0 0;
			background: transparent url('../images/border-green.png') no-repeat top left;
			position: relative;
			color: #fff;
		}
		
			div#border-yellow div#featured-product-name {
				position: absolute; 
				z-index: 9; 
				bottom: 5px; 
				right: 5px;
			}
				div#border-yellow div#featured-product-name a { 
					color: #fff;
				}
		
		div#border-special {
			margin: 35px 16px 0 0;
			background: transparent url('../images/border-special.png') no-repeat top left;
		}
		
div#footer {
	width: 870px;
	padding: 16px 65px;
	margin-top: 30px;
	background: #f1edcd;
	font-family: Arial, Helvetica, sans-serif;
	color: #005c26;
}
	
	div#footer img#footer-logo {
		float: left; 
		width: 135px; 
		height: 118px;
		margin-right: 50px;
	}

	div.footer_links_column {
		width: 170px;
		float: left;
	}

	div#footer a {
		color: #005c26;
		font-size: 11px;
		line-height: 20px;
	}
	
	div#footer a:hover {
		color: #005c26;
		text-decoration: underline;
	}
	
	div#footer div#credits {
		font-size: 10px;
		position: absolute;
		bottom: 5px;
		right: 5px;
		text-align: right;
		color: #000;
		line-height: 14px;
	}
	
	div#footer div#credits a {
		font-size: 10px;
		color: #000;
		line-height: 14px;
	}

div#transparent {
	width: 100%;
	height: 100%;
	background: url('../images/transparent.png') repeat;
	position: fixed;
	z-index: 333;
	top: 0px;
	left: 0px;
	display: none;
	
	/* IE6 hacks */
	_position: absolute;
	_width: 0;
	_height: 0;
}

/* Butterfly */

#butterfly_header {
	position: absolute; 
	top: 0px; 
	right: 280px; 
	height: 80px; 
	z-index: 99;
}

#butterfly_main {
	position: absolute; 
	top: 40px; 
	right: 5px; 
	height: 200px; 
	z-index: 99;
}

#butterfly_hero {
	position: absolute; 
	top: 650px; 
	left: 15px; 
	height: 90px; 
	z-index: 99;
}

/* Products */

#products {
	margin: 0 35px;
}

div.product {
	width: 131px;
	float: left;
	text-align: center;
	margin: 0 23px 15px 22px;
	font-size: 13px;
	text-transform: capitalize;
	line-height: 16px;
	position: relative;	
	
	_margin: 0px 19px;
}

#products img.product {
	width: 131px;
	height: 131px;
}

div#selected_product {
	background: #ffffff url('../images/selected-rose-bg.gif') no-repeat bottom center; 
	padding: 0; 
	/*width: 268px;*/
	width: 320px;
	min-height: 370px; 
	position: absolute; 
	top: 50px; 
	left: 50%; 
	margin-left: -125px;
	z-index: 444;
	font-size: 14px;
	display: none;
	
	/* IE6 hacks */
	_position: absolute;
}

	div#selected_product h2 {
		height: 36px;
		width: 268px;
		padding: 0 26px;
		background: #ffffff url('../images/selected-rose-header-bg.gif');
		text-transform: capitalize;
		color: #8d0030;
		font-weight: normal;
		font-size: 18px;
		line-height: 36px;
		vertical-align: middle;
	}
	
	div#selected_product div#product_content {
		padding: 0 26px 26px 26px;
	}
	
	div#selected_product img#product_image {
		width: 270px;
		height: 270px;
		margin-bottom: 10px;
	}
	
	div#selected_product div#product_close {
		height: 20px; 
		width: 20px; 
		position: absolute; 
		top: 8px; 
		right: 7px; 
		background: url('../images/selected-rose-close.gif'); cursor: pointer;
		background-position: -20px;
	}
	
	div#selected_product div#product_close:hover {
		background-position: 0px;
	}
	
/* !Product icon badges */

h2.rose_category_title {
	width: 850px; 
	height: 30px; 
	padding: 0px 15px; 
	line-height: 30px; 
	vertical-align: middle; 
	margin: 15px 0; 
	background: #005c26 url('../images/menu-background.gif') repeat-x; 
	color: #ffffff;
	text-transform: capitalize;
}

div.icon_new {
	position: absolute; 
	top: 0px; 
	left: 0px; 
	width: 30px; 
	height: 30px;
}

	div.icon_new img {
		width: 30px;
		height: 30px;
	}

div.icon_fragrant {
	position: absolute; 
	top: 2px; 
	right: 2px; 
	width: 20px; 
	height: 20px;
}

	div.icon_fragrant img {
		width: 20px;
		height: 20px;
		margin-bottom: 2px;
	}

	div.icon_thornless img {
		width: 20px;
		height: 20px;
	}
	
table.pricing {
	width: 300px;
	margin: 5px 0;
}

table.pricing td {
	border: solid 1px #636466;
	padding: 4px;
}


/* !Styles for page entities */

h1 { 
	font-size: 18px;
	line-height: 28px;
	text-transform: uppercase;
	font-family: Georgia, serif;
	color: #636466;
	margin-bottom: 10px;
}

h2 { 
	text-transform: uppercase;
	font-size: 14px;
	line-height: 28px;
	font-family: Georgia, serif;
}

h3 {
	font-weight: normal;
	text-transform: none;
	font-style: italic;
}

.stdcopy { 
	color: #222;
	font-family: Georgia, serif;
	font-size: 14px;
	line-height: 20px;
}

.smlcopy {
	font-size: 11px;
}

.bright {
	color: #8d0030;
}

a {
	color: #8d0030;
	text-decoration: none;
}

a:hover {
	color: #510214;
}


/* !Forms */

div.eWayLogo div {

}

div#contact-form {
	background: #ffffff;
	border: solid 4px #8d0030;
	padding: 10px;
	float: right;
	width: 400px;
	margin: 0 0 20px 20px;
}

div#contact-form table td {
	padding: 3px 0;
}

div#contact-form td {
	vertical-align: middle;
}

div#login-form {
	background: #ffffff;
	border: solid 4px #8d0030;
	padding: 10px;
	width: 400px;
	margin: 0 0 20px 0;
}

div#login-form td {
	vertical-align: middle;
}


.form_error {
	color: #ff0000;
}


input {
	vertical-align: middle;
}

input[type=text],input[type=password],textarea { 
	margin: 4px 0px;
	padding: 4px;
	border: solid 1px #bbbbbb;
	width: 250px;
}

input[type=text]:focus,textarea:focus { 
	background: #eee;
	border: solid 1px #8d0030;
}


textarea {
	width: 390px;
}

input[type=checkbox] { 

}

/* Clearing floats */

div.clear { 
	clear: both; 
	overflow: hidden; 
	height: 0px; 
	_height: 1px; 
}