body { 
	font-family: Helvetica, Arial, sans-serif;
	/* background: #fff; */
	background: #edf4e4 url('../images/background_bubbles.gif') repeat;  /*GREEN */
	margin: 0px;
	width: 100%;
	text-align: center;
	font-size: 10px;
}

#layout {
	width: 760px;
	text-align: left;
	margin-right: auto;
	margin-left: auto; 
	margin-bottom: 30px;
	margin-top: 0px;
	background: #FFF;
	padding: 20px;
		
	border-left: 1px solid #c3cfb3;
	border-bottom: 3px solid #c3cfb3;
	border-right: 3px solid #c3cfb3;  /* GREEN */
}

#header {
	padding-top: 30px;
	margin-bottom: 10px;
	height: 120px;  
	/* border-bottom: 10px solid #533C28; */
	/* border-bottom: 10px solid #dbe8ca; */ GREEN 
}

a {
	text-decoration: none;
	color: #8CC640;
}

a#logo_large {
	background: url('../images/logo_large_ver2.gif') no-repeat;
	width: 297px;
	height: 107px;
	float: left;
}

a#shopping {
	background: url('../images/shoppingcart_off.gif') no-repeat;
	background-position: top center;
	text-align: center;
	width: 80px;
	display: block;
	float: left;
	padding-top: 50px;
	border-right: 1px dotted #8CC640;
	margin: 35px 0px 0px 30px;
	font-size: 1.3em;
}

a#shipping {
	background: url('../images/shipping_off.gif') no-repeat;
	background-position: top center;
	text-align: center;
	width: 100px;
	display: block;
	float: left;
	padding-top: 50px;
	border-right: 1px dotted #8CC640;
	margin: 35px 0px 0px 0px;
	font-size: 1.3em;	
}

a#about {
	background: url('../images/about_off.gif') no-repeat;
	background-position: top center;
	text-align: center;
	width: 90px;
	display: block;
	float: left;
	padding-top: 50px;
	margin: 35px 0px 0px 0px;
	font-size: 1.3em;
	border-right: 1px dotted #8CC640;
}


a#contact {
	background: url('../images/contact_off.gif') no-repeat;
	background-position: top center;
	text-align: center;
	width: 90px;
	display: block;
	float: left;
	padding-top: 50px;
	margin: 35px 15px 0px 0px;
	font-size: 1.3em;
}

#breadcrumb {
		color: #bac8a9;
		text-decoration: none;
		font-size: 1.2em;
		margin-bottom: 10px;
		background: #f4f8ef;
		padding: 6px 3px 5px 9px;
}

#breadcrumb a { color: #a7b596; }

#menu {
	width: 185px;
	height: 100%;
	text-transform: capitalize;
	font-size: 1.2em;
	float: left;
	background: #EC1C24;
}

#menu ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border-top: 1px solid #FFF;
}

#menu ul ul {
	border-top: none;
}

#menu ul ul li {
	border: none;
	list-style-type: none;
	margin-left: 0px;
}

#menu ul ul li:hover {
	background: #b02900;
}

#menu li {
	border-bottom: 1px solid #FFF;
	/* padding: 10px 0px 8px 8px; */
	list-style-type: none;
}

#menu li:hover {
	background: #ff3c00;
}

#menu a {
	color: #FFF;
	text-decoration: none;
	font-weight: bolder;
	width: 100%;
	display: block;
	height: 100%;
	padding: 10px 0px 8px 8px;
}

#menu a.sub  {
	color: #ffd8cc;
	text-decoration: none;
	font-weight: normal;
	padding-left: 30px;
}


/* NEWSLETTER SIGNUP */
/* ================= */

#newsletter {
	background: #fff;
	padding-top: 15px;
	line-height: 1.5em;
	color: #9F9985;
	padding-left: 10px;
	padding-bottom: 10px;
}

#newsletter h2 {
	font-size: 1.2em;
	line-height: 1.2em;
	float: left;
	display: block;
	margin: 0px 0px 10px 2px;
}

#newsletter p {
	text-transform: none;
}

#newsl_icon {
	background: url('../images/newsl_icon.gif') no-repeat;
	width: 27px;
	height: 15px;
	display: block;
	float: left;
}

#newsletter input {
	width: 155px;
	border: 1px solid #9F9985;
	padding: 3px;
	color: #7c7765;
}

#newsletter input:focus {
	background: #eaf4dd;
}

#newsletter input#submit {
	border: 0px;
	background: #757060;
	color: #fff;
	width: 163px;
	padding: 5px 0px;
	margin: 5px 0px;
}

#newsletter input#submit:hover {
	background: #8CC640;
}

a#goback {
	background: #8cc640;
	color: #fff;
	border: 0px;
	text-align: center;
	padding-top: 11px;
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
	width: 70px;
	height: 18px;
	display: block;
}

h5 {
	font-size: 1.25em;
	color: #83654b;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

/* ===================== */
/* NEWSLETTER SIGNUP END */

/* MESSAGE BOX */
/* =========== */

#message_box {
	width: 505px;
	border: 1px solid #DBE8CA;
	padding: 15px;
	background: #edf4e4;
	color: #83654b;
	display: block;
	float: left;
	margin: 20px 0px 20px 35px;
}

#message_box h2 {
	color: #533C28;
	font-size: 1.875em;
	margin: 10px 0px;
}

#message_box p {
	font-size: 1.2em;
}

#image_box {
	float: left;
	margin-left: 35px;
}

#main_image {
	width: 525px;
	height: 280px;
	border: 1px solid #DBE8CA;
	padding: 5px;
	background: #fff;
}

#main_image img {
	border: 0px;
}

#main_image #descript {
	color: #fff;
	font-size: 1.5em;
	font-weight: bold;
	background: #725439;
	padding: 7px 8px 5px 8px;
	position: absolute;
	width: 509px;
	top: 450px;
	opacity:0.4;
	filter:alpha(opacity=40);
}


/*  .thumbnail_sale {
	width: 173px;
	height: 60px;
	border: 1px solid #DBE8CA;
	padding: 5px;
	margin-top: 18px;
	background: #fff;
}  */

#thumbnail_box {
	width: 540px;
}

.thumbnail {
	width: 110px;
	height: 60px;
	border: 1px solid #DBE8CA;
	padding: 5px;
	margin-right: 13px;
	margin-top: 13px;
	background: #fff;
	float: left;
}

.thumbnail img {
	border: 0px;
}

/* CONTENT SECTION */

#content {
	width: 535px;
	margin-left: 30px;
	margin-top: 10px;
	float: left;
}

#content h1 {
	margin: 0px;
	color: #533C28;
}

#content h2 {
	margin: 30px 0px 20px 0px;
	padding-bottom: 6px;
	font-weight: normal;
	color: #725439;
	border-bottom: 1px solid #DBE8CA;
}

#content p {
	color: #83654b;
	line-height: 1.5em;
	font-size: 1.2em;
}

/* CONTACT FORM */
form #contact_form {	
}

#contact_form p {
	display: table;
	margin: 0px 0px 22px 0px;
	padding: 0px;
}

#contact_form label {
	display: table-cell;
	width: 50px;
	padding-right: 20px;
	text-align: right;
	vertical-align: top;
}

#contact_form input {
	display: table-cell;
	width: 300px;
	height: 20px;
	border: 1px solid #d7d7d7;
}

#contact_form textarea {
	width: 300px;
	height: 100px;
	border: 1px solid #d7d7d7;
}

#contact_form button {
	margin-left: 72px;
}


/* CART */
/* ---- */

.cart {
	width: 760px;
	border-top: 3px solid #DBE8CA;
	border-bottom: 3px solid #DBE8CA;
	padding: 5px 0px;
	margin: 15px 0px 0px 0px;
	font-size: 16px;
}

.cart a.remove {
	color: #fff;
	background: #EC1C24;
	border: 0px;
	padding: 6px 0px 5px 0px;
	text-align: center;
	text-transform: uppercase;
	font-size: .675em;
	font-weight: bold;
	display: block;
	width: 60px;
	height: 10px;
	margin-bottom: 2px;
}

.cart td.remove {
	width: 70px;
}

.cart td.name {
	width: 350px;
	text-align: left;
	font-size: 1.2em;
}

.cart td.unit_price {
	width: 70px;
	color: #585858;
	font-size: 0.875em;
}

.cart td.line_total {
	width: 70px;
	color: #533C28;
	font-size: 1em;
}

.cart td.total_divider {
	border-bottom: 1px solid #DBE8CA;
	font-size: 0.5em;
}

.cart td.subtotal {
	padding-top: 10px;
	padding-bottom: 4px;
	color: #a0c570;
	text-transform: uppercase;
	font-size: 0.75em;
}

.cart td.subtotal_number {
	padding-top: 10px;
	padding-bottom: 4px;
	color: #a0c570;
}

.cart select {
	border: 1px solid #8cc640;
	padding: 4px;
	font-size: .625em;
	text-transform: uppercase;
	color: #533C28;
}

.cart td.total {
	padding-top: 6px;
	padding-bottom: 16px;
	color: #533C28;
	text-transform: uppercase;
	font-size: 0.75em;
}

.cart td.total_number {
	padding-top: 6px;
	padding-bottom: 16px;
	color: #533C28;
}

.cart input {
	border: 1px solid #d3d3d3;
	padding: 2px;
}

#button_bar {
	width: 752px;
	background: #edf4e4;
	padding: 10px 8px 10px 0px;
	text-align: right;
}

#button_bar button {
	color: #fff;
	border: 0px;
	padding: 6px 5px 5px 5px;
	text-transform: uppercase;
	font-size: .875em;
	font-weight: bold;
	margin-left: 8px;
	cursor: pointer;
}

#button_bar button.update_cart {
	background: #c1e59a;
}

#button_bar button.checkout {
	background: #8cc640;	
}

/* PRODUCT LIST */
/* ------------ */

h1#product_list {
	width: auto;
	color: #a0c570;
	font-size: 2em;
	letter-spacing: -1px;
	margin: 0px;
	padding: 10px 10px 8px 10px;
	background: #edf4e4;
}

ul#product_list {
	width: 540px;
	margin: 0px;
	padding: 0px;
	border-top: 3px solid #DBE8CA;
	border-bottom: 3px solid #DBE8CA;
	list-style-type: none;	
}

#product_list li:hover {
	background: #f4f8ef;
}

#product_list li{
	padding: 10px;
	margin: 0px;
	height: 73px;
}

#product_list img {
	width: 110px;
	height: 60px;
	border: 1px solid #DBE8CA;
	padding: 5px;
	background: #fff;
	float: left;
}

#product_list .name {
	font-size: 2em;
	color: #533C28;
	padding: 25px 0px 0px 15px;
	width: 250px;
	float: left;
	letter-spacing: -1px;
}

#product_list .price {
	font-size: 2em;
	color: #533C28;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 25px 0px 0px 15px;
	float: left;
}

#product_list .price_sale {
	font-size: 2em;
	color: #EC1C24;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 25px 0px 0px 15px;
	float: left;
}

#product_list .price_sale del {
	font-weight: normal;
	font-size: 0.75em;
	color: #876d57;
}

h2#no_products {
	font-size: 2em;
	letter-spacing: -1px;
	color: #533C28;	
}

/* PRODUCT DISPLAY */
/* --------------- */

img#product_main {
	border: 1px solid #DBE8CA;
	padding: 5px;
	background: #fff;
	width: 528px;
	height: 280px;
}

img.product_thumb {
	border: 1px solid #fff; 
	padding: 5px;
	background: #fff;
	float: left;
	width: 110px;
	height: 60px;
	margin: 18px 5px 0px 0px;
}

img.product_thumb:hover {
	border: 1px solid #DBE8CA;
}

#product_thumbholder {
	width: 530px;
	float: left;
	display: block;
}

#product h1 {
	width: 520px;
	color: #a0c570;
	font-size: 2em;
	letter-spacing: -1px;
	margin: 0px;
	padding: 10px 10px 8px 10px;
	background: #edf4e4;
}

#product {
	width: 528px;
	float: left;
	display: block;
}

#product #price {
	font-size: 2.5em;
	color: #533C28;
	font-weight: bold;
	margin-top: 20px;
	display: block;
	letter-spacing: -1px;
	width: 150px;
	float: left;
}

#product #price_sale {
	font-size: 2.5em;
	color: #EC1C24;
	font-weight: bold;
	margin-top: 20px;
	display: block;
	letter-spacing: -1px;
	width: 120px;
	float: left;
}


#price_sale del {
	font-size: 0.6em;
	color: #876d57;
	float: left;
	width: 45px;
	margin-top: 9px;
	font-weight: normal;
}

#product #size {
	float: left;
	width: 155px;
	font-size: 0.9em;
	color: #8cc640;
	margin-top: 10px;	
}

#product #size select {
	border: 1px solid #8cc640;
	width: 155px;
	padding: 4px;
	font-size: 1.223em;
}

#product #description {
	width: 340px;
	min-height: 130px;
	color: #533C28;
	line-height: 1.5em;
	font-size: 1.334em;	
	margin: 20px 20px 10px 0px;
	float: left;
	text-align: justify;
}

a#product_add {
	color: #fff;
	border: 0px;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: bold;
	width: 155px;
	height: 17px;
	padding-top: 8px;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #8cc640;
	float: left;
}

a#product_add:hover {
	background: #77af2e;
}


/* FOOT SECTION */
/* ------------ */

#footer {
	border-top: 1px solid #DBE8CA;
	margin-top: 25px;
	padding-top: 25px;
	padding-bottom: 25px;
}

a#logo_small {
	background: url('../images/logo_small.gif') no-repeat;
	width: 153px;
	height: 63px;
	float: left;
	margin-right: 10px;
}

a.footer {
	color: #534741;
	text-decoration: none;
	font-size: 1em;
	display: inline
}

#footer p {
	font-size: 1em;
	color: #998675;
	margin-top: 25px;
	line-height: 1.5em;
}

#footer a#mailto {
	color: #EC1C24;
}

/* MODAL PAGES */
/* ----------- */

#addtocart {
	background: #fff;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

#addtocart h2 {
	width: auto;
	color: #a0c570;
	font-size: 2em;
	letter-spacing: -1px;
	margin: 0px;
	padding: 10px 10px 8px 10px;
	background: #edf4e4;
}

#addtocart a {
	color: #fff;
	border: 0px;
	text-align: center;
	padding-top: 13px;
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
	width: 131px;
	height: 22px;
	display: block;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}

#addtocart input {
	font-size: 30px;
}

#addtocart a#continue {
	background: #8cc640;
}

#addtocart a#checkout {
	background: #EC1C24;
}



/* MODAL WINDOW */
/* ------------ */

.overlay_dialog {
	background-color: #6d7266;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.overlay___invisible__ {
  background-color: #4e748b;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

.dialog_nw {
	background: #DBE8CA;
	width: 20px;
	height: 20px;
	/* background: transparent url(../images/modal/top_left.gif) no-repeat 0 0;		*/
}

.dialog_n {
	background: #DBE8CA;
	height: 20px;
	/* background: transparent url(default/top_mid.gif) repeat-x 0 0;	*/
}

.dialog_ne {
	background: #DBE8CA;
	width: 20px;
	height: 20px;
	border-right: 2px solid #6d7266;	
}

.dialog_e {
	background: #DBE8CA;
	width: 20px;
	border-right: 2px solid #6d7266;
	/* background: transparent url(default/center_right.gif) repeat-y 0 0;	*/
}

.dialog_w {
	background: #DBE8CA;
	width: 20px;
	/* background: transparent url(default/center_left.gif) repeat-y 0 0;		*/
}

.dialog_sw {
	background: #DBE8CA;
	width: 20px;
	height: 20px;
	border-bottom: 2px solid #6d7266;
	/* background: transparent url(default/bottom_left.gif) no-repeat 0 0;	*/		
}

.dialog_s {
	/* background: transparent url(default/bottom_mid.gif) repeat-x 0 0;		*/
	height: 20px;
	background: #DBE8CA;
	border-bottom: 2px solid #6d7266;
}

.dialog_se {
	background: #DBE8CA;
	width: 20px;
	height: 20px;
	border-right: 2px solid #6d7266;
	border-bottom: 2px solid #6d7266;
	/* background: transparent url(default/bottom_right.gif) no-repeat 0 0;	*/		
}

.dialog_sizer {
	width: 9px;
	height: 19px;
	background: transparent url(default/sizer.gif) no-repeat 0 0;	
	cursor:se-resize;	
}

/*  .dialog_close {
	width: 40px;
	height: 40px;
	background: transparent url(../images/modal/modal_close.png) no-repeat 0 0;			
	position:absolute;
	top:-15px;
	left:-15px;
	cursor:pointer;
	z-index:2000;
}  */

.dialog_minimize {
	width: 14px;
	height: 15px;
	background: transparent url(default/minimize.gif) no-repeat 0 0;			
	position:absolute;
	top:5px;
	left:28px;
	cursor:pointer;
	z-index:2000;
}

.dialog_maximize {
	width: 14px;
	height: 15px;
	background: transparent url(default/maximize.gif) no-repeat 0 0;			
	position:absolute;
	top:5px;
	left:49px;
	cursor:pointer;
	z-index:2000;
}

.dialog_title {
	float:left;
	height:0px;
	text-align:center;
	width:100%;
	color:#000;
}

.dialog_content {
	overflow:auto;
	font-size: 10px;
}

.top_draggable, .bottom_draggable {
  cursor:move;
}

.status_bar {
  font-size:12px;
}
.status_bar input{
  font-size:12px;
}

.wired_frame {
	display: block;
  position: absolute;
  border: 1px #000 dashed;
}

/* DO NOT CHANGE THESE VALUES*/
.dialog {
	display: block;
	position: absolute;
}

.dialog table.table_window  { 
  border-collapse: collapse; 
  border-spacing: 0; 
  width: 100%;
	margin: 0px;
	padding:0px;
}

.dialog table.table_window td , .dialog table.table_window th { 
  padding: 0; 
}

.dialog .title_window {
  -moz-user-select:none;
}  

/* COLLECT INFO & FORMS */
/* -------------------- */

#cform input {
	font-size: 1.4em;
	color: #533C28;
	height: 19px;
	padding: 5px;
	border: 1px solid #d7d7d7;
	margin-bottom: 8px;
	width: 200px;
}

#cform input:focus {
	background: #f7faf3;
}

#cform input.small {
	width: 45px;
	margin-right: 5px;
}

#cform input.long {
	width: 350px;
}

#cform label {
	width: 150px;
	display: block;
	font-size: 10px;
	padding-bottom: 2px;
	text-transform: uppercase;
	color: #a0c570;
}

#cform select {
	border: 1px solid #d7d7d7;
	padding: 5px;
	color: #533C28;
	margin-bottom: 8px;
}

#cform .contact_box {
/*	border: 1px solid #DBE8CA; */
	background: #f7faf3;
	padding: 10px;
	margin-bottom: 15px;
}

#cform .contact_box_alt {
/*	border: 1px solid #d3d3d3; */
	background: #f9f9f9;
	padding: 10px;
	margin-bottom: 15px;	
}

#cform h3 {
	width: auto;
	color: #a0c570;
	font-size: 2em;
	letter-spacing: -1px;
	margin: 0px;
	padding: 10px 10px 8px 10px;
	background: #edf4e4;
	clear: both;
}

#cform h3.gray {
	width: auto;
	color: #b4b4b4;
	font-size: 2em;
	margin: 0px;
	padding: 10px 10px 8px 10px;
	background: #eeeeee;
	clear: both;
}


#cform h2 {
	color: #533C28;
	font-size: 2.5em;
	letter-spacing: -1px;
}

#cform h4 {
	margin: 5px 0px 20px 0px;
	padding-bottom: 6px;
	font-weight: normal;
	color: #725439;
	border-bottom: 1px solid #DBE8CA;
}

#cform table {
	width: auto;
}

#cform table td {
	padding: 0px 10px;
}

#cform p {
	font-size: 1.2em;
	color: #533C28;
	line-height: 1.3em;
}

#cform table.confirm {
	font-size: 1.4em;
	width: 750px;
}

#cform small {
	color: #9c8775;
	font-size: 1.2em;
}
	

