body, html {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background: #230E0C;
	text-shadow: 0 0 0 #000;
}
body, table, div, td, input, textarea {
	/* font-family: 'Trebuchet MS', sans-serif; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: .95em;
	line-height: 1.4em;
}
label {
	clear:both;
	padding-bottom: 5px;
}
div#container{
	width: 920px;
}
div#header{
	height: 165px;
	background-image: url('/images/header_bg.png');
}

/* TOP NAVIGATION */
ul.navigation {
	margin: 0px;
	padding-left:0px;
	padding: 0px;
	display: inline;
}
ul.navigation li.rollover {
	margin:0px;
	list-style: none;
	display:block;
	float:left;
	padding:0px;
}
ul.navigation li.active {
	
}
div#navigation {
	margin-top: 5px;
	height: 35px;
}
div#navigation ul.navigation li.rollover {
	height: 35px;
}

div#navigation ul.navigation li.rollover a{
	height: 35px;
	display: block;
}
div#navigation ul.navigation li.active {
	font-size: 1em;
}

div#navigation ul.navigation li.active a{
	
}
/* Sucker fish css implementation */
div#navigation ul li.rollover div.subMenu { position: absolute; left: -999px; z-index: 100; }

div.subMenu{
	width: 168px;
	margin:0px;
	padding:0px;
}
div.subMenu ul{
	margin:0px;
	padding:0px;
}
div.subMenu ul li{	
	margin:0px;
	padding:0px;
	list-style: none;
	display:block;
	float: none;
}
div.subMenu ul li a{	
	margin:0px;
	padding:0px;
	display: block;
	
}

ul#cornerlinks {
	margin-top: 71px;
	width: 77px;
	float: right;
}

ul#cornerlinks li {
	text-align: right;
	font-size: .8em;
	line-height: 1.2em;
	letter-spacing: .1em;
	list-style: none;
}

ul#toplinks {
	float: left;
	margin-top: 106px;
	margin-left: 265px;
	width: 518px;
}
ul#toplinks li{
	float: left;
	list-style: none;
	font-size: .65em;
	letter-spacing: 0em;
	padding-left: 2px;
	text-transform: uppercase;
}

/* END NAVIGATION */

/* MAIN CONTENT */

div#contentBody{
	background: url('/images/footer_bg.png') no-repeat left bottom;
	padding-left: 30px;
	padding-bottom: 45px;
	margin-left: -30px;
	margin-top: 25px;
	padding-right: 30px;
	width: 920px;
	color: #FFFFFF;
}
div#left_column{
	float: left;
	width: 285px;
	padding-right: 5px;
	position: relative;
}
div#right_column{
	float: right;
	width: 620px;
	padding: 5px 0px 0px 6px;
	border-left: 1px solid #663333;
	position: relative;
}
div#right_column ul li{
	list-style: none;
}
*:first-child+html div#right_column{margin-top: 29px;} * html {}

/* END MAIN CONTENT */

/* FOOTER */

div#footer { 
	width: 639px;
	border-top: 1px solid #655755;
	margin-top: -37px;
	float: right;
}
ul#bottomlinks {
	margin-top: 6px;
	margin-left: 2em;
	float: left;
}
ul#bottomlinks li{
	float: left;
	list-style: none;
	font-size: .7em;
	letter-spacing: .02em;
	text-transform: uppercase;
	padding-right: 5px;
}
span.footer_li_seperator{
	color: #666;
	padding-left: 2px;
}
/* END FOOTER */

h1 {
	color: #FFF;
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 3px;
	font-weight: normal;
	height: 20px;
	background-repeat: no-repeat;
}
/* h1 elements are actually background images for Scala Sans Font */
h1 span{ visibility: hidden; }

h2 {
	color: #FFF;
	font-size: 46px;
	line-height: 46px;
	margin-bottom: 8px;
	font-weight: normal;
	height: 46px;
	background-repeat: no-repeat;
}
/* h2 elements are actually background images for Sloop-ScriptOne Font */
h2 span{ visibility: hidden; }

h3 {
	color: #FFF;
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 8px;
	font-weight: normal;
	height: 14px;
	background-repeat: no-repeat;
}
/* h3 elements are actually background images for Apollo Scala Sans Font */
h3 span{ visibility: hidden; }

p {
	padding-top: 5px;
	padding-bottom: 10px;
	line-height: 1.5em;
}
p, li, li, a, a:visited, a:hover, h1, h2, h3, h4{
	text-shadow: 0 0 0 #000;
}

a {	text-decoration: none; }
a:link { color: #FFFFFF; }
a:visited {	color: #FFFFFF; }
a:hover { color: #C65313; }
a.action:link, a.action:visited, a.action.bad:link, a.action.bad:visited {
	background-color: #663333;
	font-weight:normal;
	font-size: 15px;
	font-weight: normal !important;
	color: #DEA46A !important;
	color: #DEA46A;
	padding: 6.5px 25px;
	text-decoration:none !important;
}
a.action.bad:link, a.action.bad:visited {
	background-color: #770000;
}
input.action{
	border: 0px;
	background-color: #663333;
	font-weight:normal;
	font-size: 15px;
	font-weight: normal !important;
	color: #DEA46A !important;
	color: #DEA46A;
	padding: 6.5px 15px; 
	text-decoration:none !important;
}
input.action{
	padding: 0px !ie;
}

a.normal { font-weight: normal; }
a.redlink, a.red:link, a.red:visited {
	color: #804D68;
}


/* SPECIFC PAGES */

ul#top_level_thumbs{
	padding-left: 0px;
	padding-top: 4px;
}
ul#top_level_thumbs li.rollover, ul#top_level_thumbs li.rollover a{
	display: block;
	height: 102px;
}

ul#grid_thumbs{
	padding-left: 0px;
	padding-top: 20px;
}

ul#grid_thumbs p{
	width: 203px;
	padding-left: 5px;
}

ul#top_level_thumbs li, ul#grid_thumbs li{
	list-style: none;
	float: left;
	padding-right: 5px;
}

table.shipping_rates{ width: 253px; border-collapse: collapse; margin-bottom: 20px; margin-left: 50px;}
table.shipping_rates th{ text-align: left; }
table.shipping_rates td.spacer { padding: 2px 0 10px 0;}
table.shipping_rates td.spacer hr{ border: 0; border-bottom: 1px solid #663333; }
tr.shipping_rates td{ width: 56px; font-size: .9em;}
tr.shipping_rates_highlight{ background: #443230; }

/* PAGINATION */
div.pagination {
	width: 300px;
	height: 40px;
	text-align: right;
	float: right;
	margin-top: -70px;
}
div.pagination a {
	text-decoration: none;
}
div.pagination a, div.pagination span {
	padding: 2px;
	font-size: .8em;
}
div.p * {
	width: 100px;
	font-size: 1.2em;
}

div#grid_header{
	width: 623px;
	border-bottom: solid 1px #663333;
	margin-bottom: 20px;
}

div#grid_header div.grid_header_container {
	
}

div.grid_thumbs_row{
	width: 625px;
	height: 276px;
	margin-bottom: 5px;
	clear: both;
}
div.grid_thumbs_row_tall{
	height: 358px;
}
div.grid_thumbs_row_taller{
	height: 362px;
}
div.grid_thumbs_tropical_tall{
	height: 415px;
}
div.grid_thumbs_gift_baskets_tall{
	height: 419px;
}
div.grid_cell{
	float: left;
	margin-right: 5px;
}

div.grid_cell a{
	display: block;
	margin-bottom: -4px;
}

div.grid_thumb_description_box{
	background: #663333;
	width: 195px;
	height: 143px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	padding-left: 8px;
}
div.grid_thumb_description_box_tropical{
	height: 200px;
}


div.grid_thumb_description_box p.grid_thumb_description_title{
	padding: 0;
	margin: 0;
	margin-top: 5px;
	padding-top: 7px;
	font-weight: bold;
}

div.grid_thumb_description_box p.grid_thumb_description_text{
	padding: 0;
	margin: 0;
}

div.featured_product_description_box{
	width: 618px;
	height: 102px;
	padding: 0;
	margin-top: 6px;
}
/*having long selectors is in again*/
div.featured_product_description_box p.featured_product_description_title, div.featured_product_description_box p.featured_product_description_add_to_cart{
	height: 33px;
	line-height: 33px;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	background: #52271D;
	font-weight: bold;
}
div.featured_product_description_box p.featured_product_description_title{
	width: 540px;
	padding-left: 10px;
	float: left;
	font-size: 1.3em;
}
div.featured_product_description_box p.featured_product_description_add_to_cart{
	width: 68px;
	float:right;
}
div.featured_product_description_box p.featured_product_description_text{
	clear: both;
	padding-left: 10px;
	width: 608px;
	font-size: 1.15em;
	background: #663333;
}

ul#contact_us_fields{
	margin-left: 40px;
	margin-top: 50px;
	padding: 0;
	width: 196px;
	float: left;
}
ul#contact_us_fields li{
	list-style: none;
	padding: 0px;
}
img#contact_us_map{
	float: right;
	margin-top: 50px;
}

input#question_email_address{
	width: 270px;
}
textarea#question_long_question{
	width: 270px;
}

/* Sucker fish css implementation
 ************************************************/
	#main-nav a { display: block; text-decoration: none; }
	#main-nav li { float: left; z-index: 100; }
	#main-nav li div.subMenu { position: absolute; left: -999px; z-index: 100; }
/*		#nav li:hover .subMenu { position: absolute; left: auto; z-index: 20; }		*/



.left{ float:left }
.clear{ clear:both }



/* BUTTONS */
/* This is used on anchors as well as button objects, so some css trickery is needed */
.button, .buttonWarning {
	background-color: #663333;
	background-repeat: repeat-x;
	border: 0px solid;
	font-size: 1em;
	font-weight: normal !important;
	color: #DEA46A !important;
	color: #DEA46A;
	text-decoration: none !important;
	text-decoration: none;
	line-height: 20px;
	padding: 6px;
	cursor: pointer;
	cursor: hand;
	text-align: center;
	display:block;
}

.buttonWarning {
	background-color: #FF0000;
	border-color:#B00000;
	color:#eeeeee;
}

/* end buttons */

/* BEGIN TABLE LIST CSS */

div.listContainer {
	height:300px;
	width: 100%;
	overflow: auto;
}


.list {
	width: 100%;
}
/* don't put a border around tables contained by a div */
div.listContainer .list {
	border: 0px;
	width: 100%;
}

.list td {
	padding: 2px 6px;
}

.list tr.odd td {
}

.list tr.even td, .even {
}
.numeric, .list .numeric {
	text-align:right;
}
.list th, .list tr.header td, .list td.header {
	font-weight: bold;
	padding: 4px;
	text-align: left;
}

.list tr.footer td {
	font-weight:normal;
}

.list td.borderTop {
}

/* END TABLE LIST CSS */

div.price {
	color: #fff;
	font-size: 3em;
	padding: 5px 10px;
	text-align: center;
}
div.label{
	width: 120px;
}

div#preview_box{
	border: 4px solid #2B1313;
}
div#preview_box img{
	margin: 0px;
}
p#preview_caption{
	background: #663433;
	margin-top: -5px;
	padding-top: 7px;
	padding-left: 7px;
	font-size: .8em;
	font-weight: bold;
}

.info {
	font-size: 10px;
	font-style:italic;
	color: #ffffff;
	line-height:14px;
}

div#promo_flash {
	border:0.2em solid #663333;
	padding:0.5em;
}

.product_caption{
	position: relative;
	float: left;
	margin: 0;
	padding: 5px 0;
	width: 100%;
	
	
	top: -75px;
	text-align: center;
	font-weight: bolder;
	font-size: larger;
	background-color: #000000;
	color: #909090;
}

/** RELATED PRODUCTS BLOCK **/
.related_products .thumb{
	display:inline-block;
	width:50px;
	height:32px;
	overflow:hidden;
	padding: 0.2em;
	float:left;
}

.related_products .thumb img {
	width:50px;
	min-height:32px;
}

.related_products{
	padding: 0 !important;
}

.product_item{
	display:inline-block;
	width: 391px;
}
