html {
	height:100%;
}

body {
	background: #3e2215 url(../images/bg_main.jpg) no-repeat center center;
	font-family: Georgia, Times, serif;
	font-size: 11px;
	color: #3e2215;
	margin:auto;
	height:100%;
}

body.popup {
	background-color: #ffffff;
	background-image: none;
	margin: auto;
	font-family: Georgia, Times, serif;
	font-size: 11px;
	color: #3e2215;
}

h1 {
	color:#3e2215;
	font-size:20px;
	font-family: Georgia, Times, serif;
	font-style:italic;
	line-height:normal;
	margin:20px 0 50px 0;
}

h1.home {
	color:#3e2215;
	font-size:20px;
	font-family: Georgia, Times, serif;
	font-style:italic;
	line-height:normal;
	text-align:center;
	margin:20px 0 50px 0;
}

h2 {
	color:#3e2215;
	font-size:14px;
	font-family: Georgia, Times, serif;
	font-style:normal;
	font-weight:bold;
	margin:0 0 0 40px;
	display:inline;
}

h2.print {
	color:#3e2215;
	font-size:14px;
	font-family: Georgia, Times, serif;
	font-style:normal;
	font-weight:bold;
	margin:0 0 10px 0;
}

h3 {
	color:#3e2215;
	font-size:10px;
	font-family: Georgia, Times, serif;
	font-style:normal;
	font-weight:bold;
	margin:10px 0 10px 0;
	text-transform:uppercase;
}

p {
	margin:0 0 10px 0;
	line-height:16px;
}

a {
	color:#5e483b;
	text-decoration:underline;
}

a:hover {
	color:#3e2116;
	text-decoration:underline;
}

.hr {
	background-image:url(../images/hr.gif);
	width:540px;
	height:1px;
	line-height: 1px;
	position:relative;
	text-align:left;
	float:left;
	margin: 0 0 10px 0;
	padding: 0;
	border: 0;
	
}

.hr hr {
  display: none;
}

.hr_brown {
	background-image:url(../images/hr_brown.gif);
	width:218px;
	height:1px;
	line-height: 1px;
	position:relative;
	text-align:left;
	float:left;
	margin: 0;
	padding: 0;
	border: 0;
	
}

.hr hr, .hr_brown hr  {
  display: none;
}

input, select {
	border: 1px solid #a49791;
	font-size:10px;
	font-family: Verdana, Arial, sans-serif;
	color:#3e2215;
	margin:0;
	padding:2px;
}

.label {
	text-transform:uppercase;
	font-weight:bold;
	text-align:left;
}

.label-right {
	text-transform:uppercase;
	font-weight:bold;
	text-align:right;
}

.button {
	font-size:10px;
	font-family: Georgia, Times, serif;
	text-transform:uppercase;
	font-weight:bold;
	color:#3e2215;
	padding:3px;
	background:#d99bb6;
	border:1px solid #a49791;
	margin:0;
}

.wish {
	font-size:10px;
	font-family: Georgia, Times, serif;
	text-transform:uppercase;
	font-weight:bold;
	color:#3e2215;
	padding:3px;
	width:120px;
	background:#d6d0cd;
	border:1px solid #a49791;
}

a.button_link {
	font-size:10px;
	font-family: Georgia, Times, serif;
	text-transform:uppercase;
	font-weight:bold;
	color:#3e2215;
	padding:8px;
	background:#d99bb6;
	border:1px solid #a49791;
	margin:0 0 10px 0;
	text-decoration:none;
	width:auto;
}

a.button_link:hover {
	text-decoration:none;
}

.noborder {
	border:none;
}

.border {
	border:2px solid #5e483b;
}

.border_light {
	border:1px solid #ffffff;
}

.border_right {
	border:1px solid #5e483b;
	margin: 0pt 0pt 10px 10px;
	float: right;
	padding:2px;
}

.hilite {
	border:1px solid #3e2116;
}

.right {
	text-align:right;
}

.hide {
	display:none;
}

#price {
	font-size:11px;
}

.message_bad {
	border: 2px solid #e2a1bd;
	padding:10px;
	margin:10px 20px 10px 5px;
}

.option_select select {
	width:150px;
}

/******** COMMON LAYOUT ELEMENTS  **************************** */


#main_body {
	position: absolute;
	width: 662px;
/*	height:516px;*/
	margin:auto;
	top: 50%;
	left: 50%;
	background-color: red;
}

#nav_main {
	position: absolute;
	top: 201px;
	left: -331px;
	width: 662px;
	height: 47px;
	z-index: 100;
	margin: auto;
}

#nav_main img {
	float:left;
}

#nav, #nav ul {
	padding: 0;
	margin:0;
	list-style: none;
	width: 661px;
}

#nav a {
	display: block;
	/*width: 10em;*/
	text-decoration: none;
	color: #ffffff;
	padding: 0;
	margin:0;
}

#nav li {
	float: left;
	/*width: 10em;*/
	padding: 0;
	margin:0 0 20px 0;
}


#btn_shop a { background-image: url(../images/btn_shop.gif); width: 65px; height: 47px; }
#btn_locator a { background-image: url(../images/btn_locator.gif); width: 115px; height: 47px; }
#btn_press a { background-image: url(../images/btn_press.gif); width: 64px; height: 47px; }
#btn_about a { background-image: url(../images/btn_about.gif); width: 65px; height: 47px; }
#btn_inspired a { background-image: url(../images/btn_inspired.gif); width: 102px; height: 47px; }
#btn_contact a { background-image: url(../images/btn_contact.gif); width: 79px; height: 47px; }
#btn_connect a { background-image: url(../images/btn_get_connected.gif); width: 171px; height: 47px; }

#btn_shop a:hover { background-position: -65px 0; }
#btn_locator a:hover { background-position: -115px 0; }
#btn_press a:hover { background-position: -64px 0; }
#btn_about a:hover { background-position: -65px 0; }
#btn_inspired a:hover { background-position: -102px 0; }
#btn_contact a:hover { background-position: -79px 0; }
#btn_connect a:hover { background-position: 0 0; }

.btn_text { visibility: hidden; }

#footer {
	width: 662px;
	margin: auto;
	text-align: right;
	position:absolute;
	top:270px;
	left:-331px;
	font-size: 10px;
	color: #614a40;
	line-height: 16px;
}


#footer p {
	margin: 0 0 10px 0;
}

#footer a:link { color: #614a40; text-decoration: none; }
#footer a:visited { color: #614a40; text-decoration: none; }
#footer a:hover { color: #614a40; text-decoration: underline; }
#footer a:active { color: #614a40; text-decoration: none; }


/******** HOME ELEMENTS  **************************** */

#home_col {
	position:absolute;
	top:-268px;
	left: -331px;
	/*top:138px;*/
	background:url(../images/bg_home.jpg) no-repeat;
	width:662px;
	height:455px;
}


.logo {
	position:relative;
	top:0;
	left:220px;
}

.home_pics {
	width:585px;
	height:200px;
	margin:auto;
	text-align:center;
	position:relative;
}

.home_pics img {
	float:left;
	margin:0 5px 0 0;
}


/******** CONTENT ELEMENTS  **************************** */

#cont_col {
	position:absolute;
	top:-268px;
	left: -331px;
	/*top:138px;*/
	background:url(../images/bg_cont.jpg) no-repeat;
	width:662px;
	height:455px;
}

.cont_nav {
	position:absolute;
	font-size:10px;
	top:15px;
	left:500px;
	color:#b63d74;
}

.cont_nav a {
	color:#b63d74;
	text-decoration:none;
}

.flower {
	display:inline;
	position:relative; 
	top:4px; 
	left:5px;
}

.cont_col_1 {
	position:relative;
	width:400px;
	height:280px;
	overflow:hidden;
	margin:20px 20px 20px 40px;
	float:left;
}

.cont_col_2 {
	float:left;
	width:185px;
	height: 280px;
	position:relative;
	top:15px;
}

.cont_col_full {
	width:600px;
	height:280px;
	overflow:hidden;
	margin:20px 20px 20px 40px;
	position:relative;
}

.cont_col_full h2, .prod_col_full h2 {
	margin:0 0 20px 0;
}

.cont_image {
	width:164px;
	height:174px;
	background:url(../images/bg_img.jpg) no-repeat;
}

.caption {
	width:164px;
	font-style:italic;
	text-align:right;
}

/******** PRODUCT ELEMENTS  **************************** */

.prod_col_full {
	width:565px;
	height:260px;
	overflow:hidden;
	margin:20px 20px 20px 40px;
	background:url(../images/bg_prod_list.gif) repeat-x;
	border:1px solid #e6e6e6;
	padding:10px;
	position:relative;
}

h2.prod_list {
	color:#bb477a;
	margin:0 0 10px 0;
}

.prod_flower {
	display:inline;
	position:relative; 
	top:3px; 
	left:5px;
}

.prod_group {
	width:100%;
	margin: 0 0 10px 0;
}

.prod_group img {
	float:left;
	position:relative;
	margin:10px 5px 10px 5px;
	border:1px solid #e6e6e6;
}

.prod_nav {
	position:absolute;
	top: 90px;
	left:525px;
	width:120px;
	color:#3e2215;
	text-align:right;
}

.prod_nav a {
	color:#3e2215;
	font-weight:bold;
	text-decoration:none;
}

.detail_col_full {
	width:630px;
	height:280px;
	margin:10px 10px 20px 20px;
}

.prod_images {
	width:395px;
	float:left;
}

.main_img {
	position:relative;
	margin:0;
	height:322px;
	width:395px;
	background:url(../images/bg_prod_img.jpg) no-repeat;
}

.main_img img {
	margin:6px 0 0 5px;
}

.inset_photos {
	width:395px;
	height:52px;
	padding:0 0 0 5px;
	position:absolute;
	top:265px;
	left:0;
	/*background:url(../images/bg_inset_photos.jpg) no-repeat;*/
	text-align:right;
}

.thumbs {
	margin:0 10px 0 0;
	width:auto;
	background:#ffffff url(../images/bg_inset_photos.jpg) no-repeat top right;
	float:right;
}

.thumbs img {
	border:1px solid #73756e;
}

/*.inset_photos img {
	float:left;
	margin:10px 5px 10px 5px;
	border:1px solid #73756e;
}*/

.prod_desc {
	width:220px;
	height:320px;
	float:left;
	margin:0 0 0 8px;
	position:relative;
}

.prod_desc h2 {
	color:#3e2215;
	font-size:14px;
	font-family: Georgia, Times, serif;
	font-style:normal;
	font-weight:bold;
	margin:0 0 10px 0;
}

.description {
	width:210px;
	height:110px;
	padding:5px 10px 5px 0;
	position:relative;
	font-size:10px;
	margin:0 0 10px 0;
	overflow:hidden;
}

/******** CART ELEMENTS  **************************** */

.cart {
	width:100%;
	border:1px solid #3e2215;
}

.cart th {
	background:#3e2215;
	color:#ffffff;
	font-weight:bold;
}

.even {
	background:#fff1f6;
}

.odd {
	background:#ffffff;
}

/******** THICKBOX QUICKADD ELEMENTS  **************************** */


#popup_body {
	margin:10px;
	background-color: #ffffff;
}

#popup_body h1 {
	color: #26150d;
	font-size: 20px;
	margin: 0 0 10px 0;
	padding: 0;
	border:0;
	line-height:normal;
	width:98%;
}

.prod_list_table {
	width:98%;
	text-align:center;
	border:1px solid #3e2215;
}

.prod_list_table th.category {
	background:#f1c4d7;
	color:#3e2215;
	font-weight:bold;
	text-align:left;
	padding:5px;
}

.prod_list_table th {
	background:#f1c4d7;
	color:#3e2215;
	font-weight:bold;
	text-align:center;
	padding:5px;
}

.prod_list_table td {
	margin:0;
	padding:5px 3px 5px 3px;
	border-bottom: 1px solid #3e2215;
}
