
/* 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;
}

/* 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 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;
}

.green
{
	color: #00563E;
}

.error
{
	color: #FF0000;
}

#errorMessage
{
	color: #FF0000;
	font-weight: bold;
	font-size: 110%;
}

span.notxt
{
	display: none;
}

/* Body */
body, html
{
	height: 100%;
	background: #84C179 url(img/bg_body_light.png) top left repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}

/* 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: 500px;
	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 15px 3px 15px;
}

#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 .image
{
	width: 210px;
	float: right;
	margin: 0 0 10px 10px;
}

.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;
}

/* 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;
}

/* Product Layout */

.grid td
{
	font-size: 80%;
	text-align: center;
	border: none;
}

.grid img
{
	border: 1px solid #666666;
}

/* Pricing */

.pricing table
{
	display: none;
}

.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;
}



/* 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: 10px;
}

#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;
	margin-bottom: 7px;
}

#home .detail img
{
	margin-right: 10px;
	margin-bottom: 30px;
	border: none;
}

#home .right h1
{
	text-align: center;
}

#home .tabcontainer
{
	border: 1px solid #e5e5e5;
	width: 458px;
}

#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 Page */





