/* Reset Tags */
* { 
	font-size: 100%;
}
html {
	margin: 0px;
	padding: 0px;
	min-height: 100%;
	font-family: Verdana, Helvetica, Sans-serif;
	font-size: 12px;
	background-color: #9da888;
}
body {
	margin: 0px;
	padding: 0px;
	min-height: 100%;
	background-color: #9da888;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #555;
}
a {
	color: #555;
}
a:hover {
	color: #555;
}
a:visited {
	color: #555;
}
a:link {
	color: #555;
}
img {
	border:0px;
}
ul {
	margin: 0.5em;
	padding: 0.5em;
	padding: 0; margin: 0; width:100%; list-style: none;
}
li {
	margin: 0.5em;
	padding: 0.5em;
	line-height: 1.5;
	list-style:none;
}


p {
	padding: 0em;
	color: #555;
	line-height: 1.5;
	margin: 1em 0em;
}
p.first {
	margin-top: 0em;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	margin: 0.5em 0em;
	padding: 0em;
	font-weight: normal; 
	color: #555;
}
h1 {
	margin-top: 1em;
	font-size: 20pt;
	color: #5c7335;
}
h2 {
	margin-top: 0.3em;
	font-size: 14pt;
	border-top: 0px;
	color: #999;
}
h2.style2 {
	color: #000;
}
h3 {
	margin-top: 0.5em;
	font-size: 12pt;
	color: #000;
}
h3.style2 {
	color: #555;
}
h6 {
	margin-top: 0.5em;
	font-weight: bold;
	color: #555;
}
h6.style2 {
	color: #000;
}
.first-heading {
	margin-top: 0.5em;
}



/* Layout */
.wrapper {
	margin: 0px 0px 0px 0px;
	padding: 30px 0px 100px 0px;
	text-align: center;
	position: relative;

}
.global-container {
	position: relative;
	margin: 0px auto;
	padding: 0px;
	width: 785px;
	background-color: #fff;
	text-align: left;
	border: 1px solid #6a735b;

	
}
.page-container {
	position: relative;
	margin: 10px 25px 20px 25px;
}
/* Two Equal Columns In Page */
.twoCols-col1 {
	position: relative;
	float:left;
	width: 45%;
	margin-left: 0%;
	margin-right: 0%;
}

.twoCols-col2 {
	position: relative;
	float: right;
	width: 46%;
}
/* Four Equal Columns In Page */
.fourCols-col1 {
	position: relative;
	float:left;
	width: 23%;
	margin-right: 1%;
}
.fourCols-col2 {
	position: relative;
	float:left;
	width: 23%;
	margin-right: 1%;
	margin-left: 0%;
}
.fourCols-col3 {
	position: relative;
	float: left;
	width: 23%;
	margin-right: 1%;
	margin-left: 0%;
}
.fourCols-col4 {
	position: relative;
	float: left;
	width: 23%;
	margin-right: 1%;
	margin-left: 0%;
}

/* Product Page Columns layout */
.product-col1 {
	position: relative;
	float:left;
	width: 30%;
	margin-left: 0%;
	margin-right: 0%;
	margin-top:20px;
}
.product-col2 {
	position: relative;
	float: right;
	width: 55%;
	margin-left: 0%;
	margin-right: 2%;
}
/* About us Type two column pages */
.info-col1 {
	position: relative;
	float:left;
	width: 30%;
	margin-left: 0%;
	margin-right: 0%;
}
.info-col2 {
	position: relative;
	float: left;
	width: 68%;
	margin-left: 0%;
	margin-right: 0%;
}
/* Header */
#header {
	margin: 0em;
	padding: 0em;
	position: relative;
	height: 90px;
}
#header .col1 {
	float: left;
	position: relative;
	width: 45%;
	height: 100%;
}
#header .col2 {
	float: right;
	position: relative;
	width: 45%;
	height: 100%;
}
#header #security-symbol {
	float: right; 
	position: absolute;
	top: 5px;
	right: 5px;
}
#header #utility-nav {
	margin: 0px;
	padding: 0px;
	float: right;
	clear: right;
	position: absolute;
	bottom: 5px;
	right: 5px;
}
#header #utility-nav li {
	margin: 0px;
	padding: 0px;
	float: right;
}
#header #site-logo {
	position: relative; 
	top: -18px;
	left: 15px;
}
#header #site-name {
	position: absolute;
	top: 0px; 
	left: 130px; 
	top: 15px;
}
/* Top Navigation Styles */
/* uses YUI menu styles as the base in YUI - menu.css style sheet */
/* These are in addition for look and feel */
#top-nav {
	margin: 0em;
	padding: 0em;
	background: url(/images/nav-bg.gif) repeat-x;
	height: 35px;
	z-index: 100000;
	border-bottom: 1px solid #616657;
	border-top: 1px solid #616657;

}

#top-nav .yuimenubaritem {
	position: relative;
	margin: 0em 2em 0em 1em;
	z-index: 100000;
}

#top-nav .yuimenu {
	background-color: #d9e5c3;
	color: #fff;
	border:1px solid #616657;
	width: 175px;
	z-index: 100000;
}
#top-nav .yuimenu a {
	color: #555;
}
#top-nav .yuimenu ul {
	margin: 1em 1.5em 0em 1em;
	padding: 0em;
	z-index: 100000;
}
#top-nav .yuimenu li {
	margin: 0em 0em 1em 0em;
}
/* Footer */
#footer {
	color: #fff;
	text-align: center;
	margin: 0.5em auto 0em auto;
	padding: 0em;
	text-align: center;
	width: 680px;
}
.footer-nav {
	margin: 0em auto;
	padding: 0em;
	line-height: normal;
	text-align: center;
}
.footer-nav li {
	float: left;
	margin: 0em 1em 0em 0em;
	padding: 0em 1em 0em 0em;
	border-right: 1px solid #fff;
}
.footer-nav li a {
	float: left;
}
.footer-nav li.last {
	border-right: 0px;
	margin-right: 0px;
	padding-right: 0px;
}
#footer a {
	color: #fff;
}
#footer a:visited {
	color: #fff;
}

/* Section Dividers */
.section1 {
	margin-top: 1em;
}
.section2 {
	margin-top: 2em;
}

/* Floats */
.clear-float {
	clear: both;
}
.float-right {
	float: right;
}
.float-left {
	float:left;
}
/* clear floats - use a gray hairline in between elements */
.float-divider {
	margin: 0em;
	margin-bottom: 30px;
	padding: 0em;
	clear: both;
	font-size: 1px;
	line-height: 1px; 
	border-bottom: 1px solid #ddd;
	height: 30px;
}
/* clearing floats - no hairline needed */
/* big gap between elements */
.float-invisible-divider2 {
	clear: both;
	height: 8px;
	line-height: 1px;
	font-size: 1px;
	margin-bottom: 8px;
}
/* small gap between elements */
.float-invisible-divider1 {
	clear: both;
	height: 2px;
	line-height: 1px;
	font-size: 1px;
	margin-bottom: 2px;
}


/* Colors */
/* add class to a span to give text a color */
.gray {
	color: #555;
}
.gray-light {
	color: #999;
}
.orange {
	color: #ff7300;
}
.orange2 {
	color: #e56700;
}
.green {
	color: #5c7335;
}

/* Borders */
.gray-border {
	border:1px solid #999;
}

/* Styles */
.bold {
	font-weight: bold;
	font-size: 11pt;
	margin:0;
}
.italic {
	font-size: italic;
}



/* Lists */
.square-bullet-list {
	margin: 0em 0em 0em 1.3em;
}
.square-bullet-list li {
	margin: 0em;
	padding: 0.2em 0em 0em 0em;
	list-style-type: square;
}

.no-bullet-list {
	margin: 0em 0em 0em 0.5em;
}
.no-bullet-list li {
	margin: 0em;
	padding: 0.2em 0em 0em 0em;
	list-style-type: none;
}

.number-bullet-list {
	margin: -1em 0em 0em 1.5em;
}
.number-bullet-list li {
	margin: 0em;
	padding: 0.3em;
	font-size:12pt;	


}


/* Callout Boxes */
.callout1 {
	background-color: #ffead9;
	border:1px solid #b35000;
}
.callout2 {
	background-color: #d9e5c3;
	border: 1px solid #6a735b;
}

/* Icons */
.icon {
	position: relative;
	top: 2px;
	text-decoration: none;
}

/* Price */
.price {
	padding-left:50px;
	margin-top: 1em;
	font-size: 18pt;
	color: #5c7335;
}

.alert {
	color:#ff0000;
}

p.note {
	font-style:italic;
	font-size:11px;
	padding-top:13px;
}

/* Margins */
.margin-bottom-0 {
	margin-bottom: 0em;
}

/* -- Page Specific -- */

/* Home Page */

#main-product-image {
	position: absolute;
	top: 0px;
	right: -17px;
}
#main-benefit {
	font-size: 11px;
	width: 100px;
}
#main-features {
	position: absolute;
	margin: 2.5em 0em 0em 0em;
	z-index: 10;
}
#main-features * {
	z-index: 10;
}
#categories-picker {
}
#categories-picker ul {
	margin: 0px 0em 1em 0em;
	padding: 0px;
}
#categories-picker li {
	float: left;
	margin: 0em 0em 0em 1em;
	padding: 0em;
}
#categories-picker li.first {
	float: left;
	margin-left: 0em;
}
#categories-picker ul li a:link {
	color: #555;
}
#categories-picker img {
	border:1px solid #999;
}
#categories-picker .category-name {
	display: block;
	text-decoration: none;
	margin: 0px 0em 0.5em 0em;
	padding: 0px;
}

/* Choose your occassion Page */
.category {
	float: left;
	margin: 1em 2em 1em 0.6em;
}

.category img {
	margin: 0.5em 0em 0em 0em;
	border: 1px solid #999;
	display: block;
}
.category a:link {
	text-decoration: none;
	color: #555;
}
.category a:visited {
	color: #555;
}
.category-list {
	margin: 0em 0em 3em 0em;
	padding: 0em;
}
.category-list li {
	margin: 0em;
	padding: 0em;
}

	
/* Choose your size Page */
#packIncludesCallout {
	width: 300px;
}

/* Frame Pack Add to Cart Page */
.add-to-cart-container {
	margin: 20px 0 0 10px;
}

.feature-list {
	margin: 0em;
	padding: 0em;
	width: 220px;
}
.feature-list li {
	margin: 0em;
	padding: 0em;
}
.feature-list .icon {
	width: 60px;
	position: absolute;
	text-align: center;
}
.feature-list .text {
	position: relative;
	left:70px;
}

.specs-list {
	margin: 1em 0em 0em 0em;
	padding: 0px;
	width: 70%;
}
.specs-list li {
	margin: 0em 0em 1em 0em;
	padding: 0em;
}
.specs-list .label {
	width: 180px;
	position: absolute;
	text-align: left;
	font-weight: bold;
}
.specs-list .text {
	position: relative;
	left:180px;
}

.faq-list {
	margin: 1em 0em 0em 2em;
	padding: 0em;
	list-style: decimal;
	list-style-position: inside;
}
.faq-list li {
	margin: 0em;
	padding: 0em;
	list-style-position: inside;
	list-style: decimal;
}
.faq-list .label {
	font-weight: bold;
	margin: 0em 0em 0.5em 0em;
	padding-left:10px;
}
.faq-list .text {
	display: block;
	margin: 0em 0em 1.5em 0em;
}



.info-list {
	margin: 1em 0em 0em 0em;
	padding: 0em;
	width: 200px;
}
.info-list li {
	margin: 0em 0em 0.25em 0em;
	padding: 0em;
}
.info-list .label {
	width: 75px;
	position: absolute;
	text-align: left;
	font-weight: bold;
}
.info-list .text {
	position: relative;
	left: 75px;
}



/* =BUTTONS
----------------------------------------------- */
div#col1 div.cart_ship_left input.button_estimate, * input.button_estimate { width: 151px; text-align: center; background: url(../images/button_estimate.gif) top left no-repeat; border: none; color: #fff; font-size: 11px; font-weight: bold; padding: 2px 0 4px; }
div#col1 div.cart_ship_left input.button_apply, * input.button_apply { width: 65px; text-align: center; background: url(../images/button_apply.gif) top left no-repeat; border: none; color: #fff; font-size: 11px; font-weight: bold; padding: 2px 0 4px; }
div#col1 div.cart_checkout input.button_checkout, * input.button_checkout { width: 147px; text-align: center; background: url(/images/button_begin_checkout.gif) top left no-repeat; border: none; color: #fff; font-size: 11px; font-weight: bold; padding: 2px 0 4px; }	
div#col1 div.cart_continue input.button_continue, * input.button_continue { width: 147px; text-align: center; background: url(/images/button_continue_shopping.gif) top left no-repeat; border: none; color: #fff; font-size: 11px; font-weight: bold; padding: 2px 0 4px; }
div#col1 div.cart_begin_checkout input.button_cancel, * input.button_cancel { width: 147px; text-align: center; background: url(../images/button_cancel.gif) top left no-repeat; border: none; color: #fff; font-size: 11px; font-weight: bold; padding: 2px 0 4px; }
input.submit { border: 0; width: 84px; height: 20px; font-size: 11px; color: #fff; font-weight: bold; background: url(../images/button_add_to_cart.gif) 50% 0 no-repeat; }




div#col1, div#col1b, div#col1c, div#col1d { float: left; width: 545px; margin: 0 5px 2em 0;}
div#col1 h1 { width: 545px; float: left; }
div#col1 h2, div#col1b h2, div#col1c h2, div#col1c h2, div#col1d h2 { width: 525px; float: left; background: url(../images/gray_header_bar.gif) top left no-repeat; font-size: 12px; color: #333; font-style: italic;  padding: 4px 10px; font-weight: bold; }
div#col1 h2 span.customer_signin_collapse { display: block; float: right; margin-top: -0.5em; font-weight: normal; font-size: 11px; }
div#col1 h2 span.h2_required, div#col1b h2 span.h2_required, div#col1c h2 span.h2_required, div#col1d h2 span.h2_required { display: block; float: right; margin-top: -1.3em; color: #FF0000; font-size: 11px; }
div#col1 h3.secure_online_shopping { width: 525px; float: left; background: url(../images/icon_lock.gif) top left no-repeat; padding: 5px 0 5px 20px; margin: 0; }
div#col1 ul { list-style: none; float: left; margin: 0 5px 10px 5px; width: 525px; }


div#col1 table { float: left; width: 100% !IMPORTANT; margin: 0 0 1em 0; }
div#col1 table tr.tr_header td { font-size: 11px; font-weight: bold; font-style: italic; }
div#col1 table td { padding: 5px; }
div#col1 table td input, table td select { background: #fff; border: 1px solid #ccc; }
div#col1 table td.td_left { text-align: left; }
div#col1 table td.td_center { text-align: center; }
div#col1 table td.td_right { text-align: right; }
div#col1 table td { font-size: 12px; text-align: left; vertical-align: top; border-right: 1px solid #FFF; }
div#col1 table tr.tr_row { background: #E8E8E8; background: #DDD; }
div#col1 table tr.tr_altrow { background: #FFFFFF; }

div#col1 table.sort_table { border-bottom: 1px solid #ccc; }
div#col1 table.sort_table td { padding-bottom: 1em; font-size: 11px; font-weight: bold; }
div#col1 table.page_table { border-top: 1px solid #ccc; }
div#col1 table.page_table td { padding-top: 1em; font-size: 11px; font-weight: bold; }


/* =RIGHTBAR
----------------------------------------------- */
div#col2, div#col2b, div#col2c { float: right; width: 195px; margin: 0 5px 2em 0; }
div#col2 div, div#col2b div, div#col2c div { margin-bottom: 10px; }

div#col2 h2.print_this_page { float: left; display: block; width: 100%; padding: 0; margin: 10px 0; font-size: 11px; }
div#col2 h2.print_this_page a { padding: 5px 0 5px 20px; background: url(../images/icon_printer.gif) 0 50% no-repeat; }

div#rb_daily_special { background: url(../images/rb_special_bkg.gif) top left no-repeat; padding-top: 38px; }
div#rb_daily_special p { line-height: normal; margin: 0; font-size: 17px; font-weight: bold; font-style: italic; padding: 10px; background: url(../images/rb_special_bkg.gif) bottom left no-repeat; }
div#rb_daily_special a { color: #fff; }
div#rb_daily_special div { text-align: center; }

div.rb_generic { background: url(../images/rb_gen_back.gif) bottom left no-repeat; margin-top:5px;}
div.rb_generic h2 { background: url(../images/rb_gen_back.gif) top left no-repeat; }
div.rb_generic h2 { margin: 0; font-style: italic; font-weight: bold; font-size: 12px; color: #666; padding: 10px; }
div.rb_generic h2.red { color: #FF0000; }
div.rb_generic ul { padding: 0 10px 10px; list-style: none; margin: 0 6px; }
div.rb_generic li { display: block; font-size: 11px; margin: 0 0 .25em 0; width:160px;}

div#col1 table { width: 100%; }
div#col1 table th { text-align: left; }
div#col1 table td { font-size: 11px; vertical-align: middle; }
div#col1 table td.cart_table_td_update { font-size: 10px; text-align: center; }
div#col1 table td.cart_table_td_update input { font-size: 10px; width: 20px; margin-bottom: 4px; }


div.cart_ship_left { float: left;width: 260px;padding-right: 10px;font-size: 11px;color: #666;margin-bottom: 1em; }

div#col1 div.cart_ship_left ul { width: auto;float: none; }

div.cart_ship_left div.cart_ship_left_tax { background: #e8e8e8; background: #DDD; padding: 10px; margin: 0 0 1em 0; }
div.cart_ship_right { float: right; width: 260px; padding-left: 10px; font-size: 11px; color: #666; margin-bottom: 1em; }
div.cart_ship_left input, div.cart_ship_left select, div.cart_ship_right input, div.cart_ship_right select { font-size: 11px; color: #666; padding: 0; border: 1px solid #CCC; }
div.cart_ship_left p, div.cart_ship_right p { margin: 0; }
div.cart_ship_left select, div.cart_ship_right select, div.cart_ship_left input.button_estimate { margin: 0 0 1em 0; }
div.cart_ship_left input.button_apply { margin: .5em 0 1em 0; }

div#col1 h1.cart_h1 { width: 400px; }
div#col1 div.cart_checkout { width: 272px; float: right; text-align: right; margin-bottom: 1em; }
div#col1 div.cart_continue { width: 272px; float: left; text-align: left; margin-bottom: 1em; }
div#col1 div.checkout_steps { width: 600px; text-align: left; }
div#col1 div.checkout_steps ul { width: auto; float: left; }
div#col1 div.checkout_steps ul li { display: block; color: #CCC; font-size: 11px; float: left; margin: 0; padding-right:6px; }
div#col1 div.checkout_steps ul li.checkout_steps_active { color: #000; }
div#col1 div.cart_ship_right table.order_summary { width: 100%; }
div#col1 div.cart_ship_right table.order_summary td { text-align: right; font-size: 11px; }
div#col1 div.cart_ship_right table.order_summary td span { display: block; }
div#col1 div.cart_ship_right table.order_summary td.order_summary_total { font-weight: bold; font-size: 13px; border-top: 1px solid #ccc; }

.hr { float: left; width: 100%; height: 1px; margin: 0 0 1em 0; border-bottom: 1px solid #CCC; }


div#col1 table.payment_table { width: 100%; float: left; }
div#col1 table.payment_table td, div#col1 table.payment_table td input, div#col1 table.payment_table td select { font-size: 11px; color: #333; }
div#col1 table.payment_table td input, div#col1 table.payment_table td select { border: 1px solid #999; }
div#col1 table.payment_table td input.button_checkout { border: 0; color: #fff; }
div.payment_security { margin-top: 1em; padding-top: 1em; border-top: 1px solid #CCC; width: 100%; float: left; }
div.payment_security p { font-size: 11px; color: #666; }

.clear { clear: both !IMPORTANT; }