
/* CSS Reset */
html
{
	color:#000;
	background:#FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td
{
	margin:0;
	padding:0;
}

table
{
	border-collapse:collapse;
	border-spacing:0;
}

fieldset, img
{
	border:0;
}

address, caption, cite, code, dfn, em, strong, th, var
{
	font-style:normal;
	font-weight:normal;
}

li
{
	list-style:none;
}

caption, th
{
	text-align:left;
}

h1, h2, h3, h4, h5, h6
{
	font-size:100%;
	font-weight:normal;
}

q:before, q:after
{
	content:'';
}

abbr, acronym
{
	border:0;
	font-variant:normal;
}

sup
{
	vertical-align:text-top;
}

sub
{
	vertical-align:text-bottom;
}

input, textarea, select
{
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

input, textarea, select
{
	*font-size:100%;
}

legend
{
	color:#000;
}

/*
YUI 3.5.1 (build 22)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
.yui3-g{letter-spacing:-0.31em;*letter-spacing:normal;word-spacing:-0.43em}.yui3-u{display:inline-block;zoom:1;*display:inline;letter-spacing:normal;word-spacing:normal;vertical-align:top}.yui3-u-1,.yui3-u-1-2,.yui3-u-1-3,.yui3-u-2-3,.yui3-u-1-4,.yui3-u-3-4,.yui3-u-1-5,.yui3-u-2-5,.yui3-u-3-5,.yui3-u-4-5,.yui3-u-1-6,.yui3-u-5-6,.yui3-u-1-8,.yui3-u-3-8,.yui3-u-5-8,.yui3-u-7-8,.yui3-u-1-12,.yui3-u-5-12,.yui3-u-7-12,.yui3-u-11-12,.yui3-u-1-24,.yui3-u-5-24,.yui3-u-7-24,.yui3-u-11-24,.yui3-u-13-24,.yui3-u-17-24,.yui3-u-19-24,.yui3-u-23-24{display:inline-block;zoom:1;*display:inline;letter-spacing:normal;word-spacing:normal;vertical-align:top}.yui3-u-1{display:block}.yui3-u-1-2{width:50%}.yui3-u-1-3{width:33.33333%}.yui3-u-2-3{width:66.66666%}.yui3-u-1-4{width:25%}.yui3-u-3-4{width:75%}.yui3-u-1-5{width:20%}.yui3-u-2-5{width:40%}.yui3-u-3-5{width:60%}.yui3-u-4-5{width:80%}.yui3-u-1-6{width:16.656%}.yui3-u-5-6{width:83.33%}.yui3-u-1-8{width:12.5%}.yui3-u-3-8{width:37.5%}.yui3-u-5-8{width:62.5%}.yui3-u-7-8{width:87.5%}.yui3-u-1-12{width:8.3333%}.yui3-u-5-12{width:41.6666%}.yui3-u-7-12{width:58.3333%}.yui3-u-11-12{width:91.6666%}.yui3-u-1-24{width:4.1666%}.yui3-u-5-24{width:20.8333%}.yui3-u-7-24{width:29.1666%}.yui3-u-11-24{width:45.8333%}.yui3-u-13-24{width:54.1666%}.yui3-u-17-24{width:70.8333%}.yui3-u-19-24{width:79.1666%}.yui3-u-23-24{width:95.8333%}#yui3-css-stamp.cssgrids{display:none}


/* CSS Base */
.formatted strong
{
	font-weight:bold;
}

.formatted em
{
	font-style:italic;
}

.formatted blockquote, .formatted ul, .formatted ol, .formatted dl
{
	margin:1em;
}

.formatted ol, .formatted ul, .formatted dl
{
	margin-left:2em;
}

.formatted ol li
{
	list-style:decimal outside;
}

.formatted ul li
{
	list-style:disc outside;
}

.formatted dl dd
{
	margin-left:1em;
}

.formatted th, .formatted td
{
	/* border:1px solid #000; */
	padding:.5em;
}

.formatted th
{
	font-weight:bold;
	text-align:center;
}

.formatted caption
{
	margin-bottom:.5em;
	text-align:center;
}

.formatted p, .formatted fieldset, .formatted table, .formatted pre
{
	margin-bottom:.5em;
}

.formatted input[type=text], .formatted input[type=password], .formatted textarea
{
	width:12.25em;
	*width:11.9em;
}

.formatted h1
{
	font-weight: bold;
	font-size: 140%;
	margin-bottom: 20px;
}

.formatted h3
{
	font-weight: bold;
	font-size: 120%;
}

.formatted a
{
	color: #00563E;
}

/* Global */
.notxt
{
	width: 100%;
	display: block;
	font-size: 0%;
	text-indent: -2000px;
}

a
{
	text-decoration: none;
	outline: none;
	color: #00563E;
}

hr
{
	clear: both;
	display: block;
	border: none;
	background: none;
	visibility: hidden;
}

.green
{
	color: #00563E;
}

.error
{
	color: #FF0000;
}

#errorMessage
{
	color: #FF0000;
	font-weight: bold;
	font-size: 110%;
}

span.notxt
{
	display: none;
}

.h
{
	display: none;
}

.clr
{
	clear: both;
	visibility: hidden;
	zoom: 1;	
}


/* Body */
body, html
{
	height: 100%;
	background: #84C179 url(img/bg_body_light.png) top left repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
}

/* Container */
#container
{
	width: 945px;
	margin: 0 auto;
}

/* Header */
#header
{
	height: 120px;
	background: url(img/logo_gr.png) top left no-repeat;
	padding-left: 90px;
	margin-top: 10px;
}

#header h1
{
	width: 320px;
	height: 85px;
	background: url(img/starpack.png) top left no-repeat;
}

#header h1 a
{
	height: 85px;
}

#header h2
{
	width: 530px;
	height: 35px;
	background: url(img/quote.png) 3px 1px no-repeat;
}

#header h2 a
{
	height: 35px;
}
/*
#promotional
{
	position: relative;
	right: -355px;
	top: -120px;
	width: 500px;
	height: 80px;
	background: url(img/promotional_items.png) top left no-repeat;
}

#promotional a
{
	height: 80px;
}
*/

#promotional
{
	position: relative;
	right: -355px;
	top: -120px;
	width: 500px;
	height: 80px;
}

#promotional a
{
	width: 352px;
	height: 32px;
	display: block;
	margin-left: 90px;
	background: url(img/promotional_items.png) top left no-repeat;
}


#promotional form
{
	display: block;
	text-align: right;
}

#promotional form input[type=text]
{
	border: 1px solid #00563E;
	height: 29px;
	width: 300px;
	vertical-align: middle;
}

#promotional form button
{
	width: 96px;
	height: 29px;
	background: url(img/search.png) top left no-repeat;
	border: none;
	vertical-align: middle;
}












#social
{
	position: relative;
	right: -570px;
	top: -110px;
	width: 285px;
	height: 48px;
	font-weight: bold;
	font-size: 100%;
	color: #045443;
	text-align: right;
}

#social img
{
	vertical-align: middle;
}

/* Menu */

#nav
{
	margin-top: 27px;
	height: 32px;
	background: url(img/bg_menu_light.png) bottom left repeat-x;
}

#nav li
{
	float: left;
}

#nav li.right
{
	float: right;
}

#nav li a
{
	color: #FFFFFF;
	font-weight: bold;
	display: block;
	padding: 8px 9px 3px 10px;
}

#nav li a:hover
{
	color: #f7f260;
}

#nav li.tab
{
	background: url(img/bg_tab_left_light.png) top left no-repeat;
	padding: 0 0 0 17px;
}

#nav li.tab a
{
	font-size: 110%;
	padding: 5px 17px 5px 0;
	background: url(img/bg_tab_right_light.png) top right no-repeat;
	color: #f7f260;
}


#nav li.tab.left
{
	background: url(img/bg_end_tab_left_light.png) top left no-repeat;
	padding-left: 12px;
}

#nav li.tab.right a
{
	background: url(img/bg_end_tab_right_light.png) top right no-repeat;
	padding-right: 12px;
}

/* Sub Nav */

#subnav
{
	height: 30px;
	background: #00563E;
}

#subnav ul
{

}

#subnav li
{
	float: left;
	padding: 8px 0 0 17px;
}

#subnav a
{
	display: block;
	font-weight: bold;
	font-size: 90%;
	color: #FFFFFF;
}

#subnav a:hover, #subnav a.current
{
	color: #f7f260;
}


/* Content */
#content
{
	margin-top: -1px;
	border: 5px solid #00563e;
	padding: 5px;
	clear: both;
	background: #FFFFFF;
}

/* Product */

.note
{
	margin: 10px;
	padding: 10px;
	font-size: 90%;
	font-weight: bold;
	color: #00563E;
	background: #FFFFCC;
	border: 1px solid #333333;
	clear: both;
}

.product h2
{
	font-size: 120%;
	font-weight: bold;
	margin: 10px 0 0 0;
	color: #00563E;
}

.product h2 a
{
	font-weight: bold;
	color: #00563E;
	text-decoration: none;
}

.product .image
{
	width: 210px;
	float: right;
	margin: 0 0 10px 10px;
	clear: right;
}

.product .zoom
{
	font-size: 80%;
	color: #000000;
	font-weight: bold;
	height: 22px;
	padding-left: 25px;
	width: 65px;
	margin: 0 auto;
	background: url(img/zoom.png) top left no-repeat;
}

.product .image img
{
	border: 1px solid #666666;
}

.product .desc
{
	font-size: 90%;
	padding: 10px 0 0 10px;
}

hr.sep
{
	clear: both;
	margin: 30px 0;
	display: block;
	height: 2px;
	background: #00563E;
	border: none;
}

.product div.contact
{
	width: 300px;
	height: 80px;
	float: right;
}

.product div.contact a
{
	margin: 0 auto;
}


/* Return Link */

.return
{
	margin-top: 20px;
}

.return a
{
	font-weight: bold;
	font-size: 110%;
}


/* Contact Button */

a.contact
{
	display: block;
	width: 248px;
	height: 65px;
	background: url(img/button_contact_us.png) top left no-repeat;
}

/* Categories */
.categories
{
	clear: both;
	margin-top: 20px;
}

.category
{
	width: 300px;
	float: left;
	text-align: center;
}

.category img
{
	display: block;
	margin: 0 auto;
	clear: both;
}

.category a
{
	font-size: 120%;
	color: #00563E;
	font-weight: bold;
}

.category.outlined
{
	padding: 10px;
	margin: 10px;
	width: 260px;
	border: 2px solid #00563E;
}

/* Category Description */

.category-desc
{
	clear: both;
	margin: 45px 10px 10px 10px;
	padding: 10px;
	font-size: 90%;
	color: #000;
}

.category-desc a
{
	font-weight: bold;
	color: #00573F;
}


.category-desc-grid
{
	clear: both;
	margin-top: 45px;	
}

.category-desc-grid-content
{
	padding: 10px;
	margin: 10px;
	border: 2px solid #00563E;
	font-size: 90%;
	color: #000;
}

.category-desc-grid-content a
{
	font-weight: bold;
	color: #00573F;
}

.category-desc-grid-content h3
{
	font-weight: bold;
	color: #00573F;
	font-size: 110%;
}


/* Product Layout */

.grid td
{
	font-size: 80%;
	text-align: center;
	border: none;
}

.grid img
{
	border: 1px solid #666666;
}

/* Pricing */

.pricing table
{
	display: none;
}

.pricing.show table
{
	display: block;
}

.pricing a
{
	font-weight: bold;
	font-size: 110%;
	color: #00563E;
	text-decoration: none;
}

.pricing td, .pricing th
{
	border:1px solid #000;
}


/* Footer */

#footer
{
	color: #FFFFFF;
	font-size: 90%;
	padding: 20px 0;
	text-align: center;
}

#footer h3
{
	width: 270px;
	height: 75px;
	background: url(img/logo_footer_gr.png) top left no-repeat;
	margin: 0 auto;
}

#footer h3 a
{
	width: 100%;
	height: 66px;
	display: block;
}

#footer strong
{
	font-weight: bold;
	color: #04573F;
}

#footer a
{
	font-weight: bold;
}

/* Newsletter */

#newsletterbox
{
	height: 80px;
}

#newsletterbox h4
{
	color: #fff;
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 5px;
}

#newsletterbox form input[type=text]
{
	border: 1px solid #00563E;
	height: 29px;
	width: 300px;
	vertical-align: middle;
}

#newsletterbox button
{
	width: 109px;
	height: 29px;
	background: url(img/subscribe.png) top left no-repeat;
	border: none;
	vertical-align: middle;
}



/* Form */

.form .row
{
	margin: 0 0 15px 0;
}

.form label
{
	font-weight: bold;
}

.form input[type=text]
{
	font-size: 130%;
	display: block;
	width: 70%;
}

.form textarea
{
	display: block;
	width: 100%;
}

.form .submit
{
	padding: 10px;
}

.form .group label
{
	font-weight: normal;
	margin-right: 10px;
}
/* End Form */

#home
{
	margin-top: 25px;
}

#home h1, #home h1 a
{
	font-size: 28px;
	color: #03533f;
	font-weight: bold;
}

#home h2, #home h2 a
{
	font-size: 19px;
	color: #03533f;
	font-weight: bold;
}


#home .left
{
	width: 430px;
	float: left;
}

#home .right
{
	width: 480px;
	float: right;
}

#home .bottom
{
	clear: both;
	padding-top: 40px;
}

#home .intro
{
	padding-left: 12px;
	margin-bottom: 10px;
}

#home .intro p
{
	font-size: 12px;
	margin-bottom: 7px;
}

#home .intro img
{
	margin-right: 10px;
}

#home .intro h1
{
	margin-bottom: 10px;
}



#home .detail
{
	clear: both;
	margin-bottom: 30px;
	padding-left: 12px;
} 

#home .detail h2
{
	margin-bottom: 10px;
}

#home .detail p
{
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 7px;
}

#home .detail img
{
	margin-right: 10px;
	margin-bottom: 10px;
	border: none;
}

#home .right h1
{
	text-align: center;
}

#home .tabcontainer
{
	border: 1px solid #e5e5e5;
	width: 458px;
	margin-bottom: 40px;
}

#home .product
{
	width: 100px;
	display: block;
	margin: 20px 40px 20px 20px;
	float: left;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	color: #000000;
}

#home .product.last
{
	margin-right: 0;
}

#home .product a
{
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	color: #000000;
	border: none;
}

#home .product img
{
	display: block;
	margin: 0 auto;
	margin-bottom: 5px;
}

#home .bottom form
{
	display: block;
	width: 380px;
	float: right;
	margin-top: -30px;
	text-align: right;
}

#home .bottom form input[type=text]
{
	border: 1px solid #00563E;
	height: 29px;
	width: 260px;
	vertical-align: middle;
}

#home .bottom form button
{
	width: 96px;
	height: 29px;
	background: url(img/search.png) top left no-repeat;
	border: none;
	vertical-align: middle;
}

#home .bottom ul
{
	width: 150px;
	font-size: 10px;
	float: left;
}

#home .bottom ul a
{
	color: #000000;
}

#home .bottom ul li.more a
{
	font-size: 12px;
	font-weight: bold;
	color: #00563E;
}

#home .bottom .lists
{
	margin-top: 20px;
}

#home .tabs
{
	height: 30px;
}

#home .tabs li
{
	display: block;
	float: left;
	width: 230px;
	height: 30px;
}

#home .tabs a
{
	display: block;
	font-size: 14px;
	color: #00563e;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	height: 30px;
	width: 230px;
}

#home .tabs a.selected
{
	background: url(img/hometab.png) top left no-repeat;
}


#home #newtrendy
{
	display: none;
}

#home .detail.lg p
{
	font-size: 14px;
	line-height: 20px;
}

#home .detail.lg li h3
{
	font-size: 16px;
}

#home .detail.lg li
{
	font-size: 14px;
	line-height: 20px;
}

#home .detail-list li
{
	margin-bottom: 10px;
	font-size: 12px;
}

#home .detail-list h3
{
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 14px;
}

#home.home-new .tabcontainer img
{
	border: 1px solid #00563E;
	background: #fff;
	padding: 5px;	
}

#home.home-new .right h1
{
	font-size: 16px;
	padding: 5px 0;
	background: #00563E;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	color: #fff;
	width: 460px;
}


#home.home-new .right .tabcontainer
{
    border: 1px solid #00563E;
	background: #84C179;
	color: #fff;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

#home.home-new .right .tabcontainer a
{
	color: #fff;
}

#home.home-new .left a
{
	font-weight: bold;
}

/* Home Page */

.linklists h1
{
	font-size: 28px;
	color: #03533f;
	font-weight: bold;
}

.linklists .col6 ul
{
	width: 150px;
	font-size: 10px;
	float: left;
}

.linklists ul a
{
	color: #000000;
}

.linklists li strong
{
	font-size: 12px;
	font-weight: bold;
	color: #00563E;
}

.linklists div
{
	margin-top: 20px;
}

.clearbold strong, .clearbold em
{
	font-weight: normal;
	font-style: normal;
}

/* Category styles */

.category-grid
{
	margin-top: 20px;
}

.category-cell
{
	text-align: center;
}

.category-cell img
{
	display: block;
	margin: 0 auto;
}

.category-view-all
{
	margin-top: 20px;
	text-align: center;
}

.category-view-all a
{
	font-size: 140%;
	font-weight: bold;
}


.product-grid 
{
	
}

.product-cell
{
	padding: 10px;
	border: none;
	outline: none;
	text-align: center;
	text-decoration: none;
	display: block;
}

.product-cell img
{
	display: block;
	margin: 0 auto 10px auto;
}

.product-cell h3
{
	font-weight: bold;
}


/* Page specific */

.page-bags .category-desc-grid-content
{
	min-height: 320px;	
}