/*html {
	background-image:url(../images/backgrnd_rpt.jpg);
	background-repeat:repeat-x;
	background-color:#80be41;
	}*/

body {
	background-image:url(../images/backgrnd.jpg);
	background-repeat:no-repeat;
	background-position:50% 0px;
	background-attachment: fixed;
	background-color:#80be41;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	width:100%;
	/*min-width:760px;
	height:auto;
	min-height:1000px;*/
	position:absolute;
	}

/**html body {
	height:100%;
	}

html:first-child body {
	height:100%;
	min-height:1000px;
	}*/

a img {
    border: none;
    }

a, a:active, a:visited {
    color: #576a0e;
    text-decoration: none;
    }
a:hover {
    color: #b2d234;
    }

#container {
	margin-top:217px;
	height:450px;
	width:760px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	padding-bottom:0px;
	}

body>html #container {
	height:auto;
	min-height:450px;
	}

div#homelink {
    position: relative;
    height: 0;
    width: 0;
    }

div#homelink a {
    display: block;
    position: absolute;
    top: -215px;
    left: 0;
    height: 215px;
    width: 240px;
    }

#top_nav_left {
	margin:0px;
	float:left;
	width:16px;
	height:37px;
	background-image:url(../images/top_nav_left.gif);
	background-repeat:no-repeat;
	}

#top_nav_right {
	margin:0px;
	float:right;
	width:16px;
	height:37px;
	background-image:url(../images/top_nav_right.gif);
	background-repeat:no-repeat;
	}

#top_nav {
	float:left;
	height:27px;
	width:728px;
	border-top:4px solid #d1d1d1;
	border-bottom:4px solid #d1d1d1;
	background-color:#b2d234;
	margin-left:auto;
	margin-right:auto;
	padding-top:2px;
	padding-right:0px;
	}

#main_links {
	float:left;
	margin-left:0px;
	margin-top:0px;
	padding-left:0px;
	padding-top:1px;
	list-style:none;
	display:inline;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	}

#main_links div {
    display:inline;
    }

#main_links a {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#576a0e;
	margin-left:10px;
	margin-right:10px;
	letter-spacing:1px;
	}

#main_links a:active {
	color:#576a0e;
	text-decoration:none;
	}

#main_links a:visited {
	color:#576a0e;
	text-decoration:none;
	}

#main_links a:hover {
	color:#e3ff76;
	}

#products_child, #greenglass_child, #store_child {
    position: absolute;
    visibility: hidden;
    background-color: #b2d234;
    width: 125px;
    border: 4px solid #d1d1d1;
    border-top: 0;
    margin-left: 7px;
    margin-top: 3px;
    z-index: 10;
    /* IE Override */
    margin-top: expression('7px');
    margin-left: expression('0px');
    }

#greenglass_child {
    width: 170px;
    }

#products_child {
    width: 105px;
    margin-left: -3px;
    margin-left: expression('-12px');
    }

#products_child a, #greenglass_child a, #store_child a {
    text-transform: lowercase;
    display:block;
    width:100%;
    padding: 2px;
    text-decoration: none;
    font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
    font-weight: bold;
    color: #576a0e;
    }

#products_child a:hover, #greenglass_child a:hover, #store_child a:hover {
    color: #e3ff76;
    }

#left_links {
	float:right;
	margin-right:0px;
	margin-left:10px;
	margin-top:5px;
	padding-right:0px;
	list-style:none;
	display:inline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#f0f0f0;
	}


#left_links a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#f0f0f0;
	text-decoration:none;
	margin-left:5px;
	margin-right:5px;
	letter-spacing:1px;
	}

#left_links a:active {
	color:#f0f0f0;
	text-decoration:none;
	}

#left_links a:visited {
	color:#f0f0f0;
	text-decoration:none;
	}

#left_links a:hover {
	text-decoration:underline;
	}

#cart_child, #account_child {
    font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
    font-weight: bold;
    color: #576a0e;
    position: absolute;
    visibility: hidden;
    background-color: #b2d234;
    width: 125px;
    border: 4px solid #d1d1d1;
    border-top: 0;
    margin-left: -7px;
    margin-top: 6px;
    z-index: 11;
    /* IE Override */
    margin-top: expression('10px');
    }

#cart_child a, #cart_child a:active, #cart_child a:visited, #account_child a, #account_child a:active, #account_child a:visited {
    color:#f0f0f0;
    text-decoration:none;
    }

#cart_child a:hover, #account_child a:hover {
    text-decoration: underline;
    }

#account_child {
    margin-left: -53px;
}

#content {
	padding-left:10px;
	padding-top:20px;
	width:725px;
	height:270px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../images/content_bck_rpt.png',sizingMethod='scale');*/
	background-image:url(../images/content_bck_rpt.png);
	background-repeat:repeat-y;
	}

html>body #content {
	background-image:url(../images/content_bck_rpt.png);
	background-repeat:repeat-y;
	padding-top:40px;
	height:auto;
	min-height:250px;
	}

*:first-child+html #content {
	padding-top:20px;
	}


#info {
	width:683px;
	/*height:290px;*/
	padding-top:0px;
	padding-left:12px;
	padding-right:20px;
	padding-bottom:15px;
	margin:0px;
	margin-top:15px;
	background-image:url(../images/info_back.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#909090;
	}

#info h3 {
	margin:0px;
	padding:0px;
	color:#d1d1d1;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	}

.DialogTitle, .DialogTitleSmall {
    margin:0px;
	padding:0px;
	color:#9a9a9a;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
    }

.DialogTitleSmall {
	font-size:14px;
    }

.subtitle {
	margin:0px;
	margin-top:10px;
	margin-left:87px;
	padding:0px;
	color:#9a9a9a;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:normal;
	}


.subtitle b {
	color:#b2d234;
	}
.home_content {
    margin-left: 93px;
    }

.subcategory {
    width: 674px;
    text-align: center;
    margin:0px;
	padding:0px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	color:#b2d234;
    }

.subcategory div {
    margin-bottom: 55px;
    }

.subcategory a, .subcategory a:visited, .subcategory a:active {
    color: #576a0e;
    font-size: 18px;
    display: block;
    text-decoration: none;
    }

.subcategory a:hover {
    color: #b2d234;
    }

/*html>body #info {
	height:auto;
	min-height:290px;
	}
*/
#home_image {
	float:right;
	margin-left:52px;
	margin-right:30px;
	}

#footer {
	clear:both;
	padding-left:0px;
	padding-top:27px;
	padding-bottom:8px;
	width:735px;
	height:10px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../images/footer_top.png',sizingMethod='crop');*/
	text-align:center;
	background-image:url(../images/footer_top.png);
	}

html>body #footer {
	background-image:url(../images/footer_top.png);

	}

#footer a {
	text-decoration:none;
	color:#000000;
	margin-left:5px;
	margin-right:5px;
	letter-spacing:2px;
	}

#footer a:active {
	text-decoration:none;
	color:#000000;
	}

#footer a:visited {
	text-decoration:none;
	color:#000000;
	}

#footer a:hover {
	text-decoration:underline;
	color:#000000;
	}

#subscribe {
	margin:0px;
	padding:0px;
	height:20px;
	}


#register {
	position:static;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	letter-spacing:1px;
	padding-top:0px;
	padding-bottom:7px;
	vertical-align:top;
	margin-left:12px;
	margin-bottom:0px;
	margin-top:0px;
	margin-right:0px;
	}

#text {
	border:1px solid #d1d1d1;
	width:200px;
	height:18px;
	margin-left:10px;
	margin-top:0px;
	padding-left:10px;
	vertical-align:bottom;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	}

#submit {
	margin-left:-7px;
	margin-top:0px;
	margin-bottom:1px;
	padding:0px;
	vertical-align:bottom;
	}

html>body #submit {
	margin-left:1px;
	margin-top:0px;
	margin-bottom:0px;
	}


td.Button {
    font-size: 11px;
    font-weight: bold;
    height: 22px;
    color: #fff;
    background-image: url(/resources/images/button_xrep.png);
	background-repeat:repeat-x;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
    }
td.Button img {
    vertical-align: middle;
    }
.ButtonSide {
    height: 22px;
    width: 11px;
    }

div.BigButton {
    font-size: 13px;
    font-weight: bold;
    height: 31px;
    color: #fff;
    background-image: url(/resources/images/big_button_xrep.png);
	background-repeat:repeat-x;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
    }
div.BigButton span {
    vertical-align: 70%;
    vertical-align: expression('80%');
    }
div.BigButton img {
    vertical-align: 0%;
    }
.BigButtonSide {
    height: 31px;
    width: 9px;
    }



table.productmenu {
    background: #b2d234;
    height: 21px;
    line-height: 21px;
    color: #2e352f;
    font-size: 12px;
    font-weight: bold;
    }
table.productmenu a:hover {
    color: #f6ffd3;
    }

/** CART STYLES **/

.LineAfterCart {
	background: #D6D7D9;
}
.LineBeforeCart {
	background: #576a0e;
}
table.FLCDialog {
	width: 100%;
	height: 100%;
    }
td.FLCDialogCell {
    width: 50%;
    height: 220px;
    }
.FLCDialog .DialogTitle {
	margin:0px;
	padding:0px;
	color:#2e352f;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	}
.FLCDialog .DialogBorder {
    border: 1px solid #D6D7D9;
    height: 100%;
    padding: 0px;
    }
.FormButton {
    font-weight: bold;
    color: #576a0e;
    }
table.SubHeader {
    padding-bottom: 5px;
    }
td.SubHeader {
    font-weight: bold;
    color: #576a0e;
    }
td.SubHeaderLine {
    height: 1px;
    background-color: #576a0e;
    padding: 0px;
    }
table.SubHeaderGrey {
    paddin-bottom: 3px;
    }
td.SubHeaderGrey {
    font-weight: bold;
    }
td.SubHeaderGreyLine {
    height: 1px;
    background-color: #909090;
    padding: 0px;
    }
td.SmallText {
    font-size: 9px;
    }

tr.TableHead td {
    text-decoration: underline;
    font-weight: 300;
    }

.Star {
    color: #ff0000;
    font-family: Times New Roman;
    }
.FLC_Register {
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
    color: #2e352f;
    }
div.product_listing {
    width: 684px; clear: both;
    }
div.product_listing .prd_title {
    color: #576a0e; font-size: 16px; font-weight: bold; padding-top: 30px;
    }
div.product_listing .prd_content {
    float: right; width: 524px;
    }
div.product_listing .prd_options {
    float: right; width: 205px;
    }
div.product_listing .prd_details {
    float:left; width: 319px;
    }
div.product_listing .prd_details .spacer {
    height: 6px;
    }
div.product_listing .prd_buttons {
    clear: both; width: 100%;
    padding-bottom: 30px; padding-top: 20px;
    }
div.product_listing .prd_buttons table {
    /* Commented out because of Safari Bug!
    float: right;
    margin-left: 14px;
    */
    }
div.product_listing .prd_thumb {
    float:left; width: 160px; text-align: center;
    }

div.sortby_navigation {
    width:100%;
    height: 21px;
    line-height: 21px;
    font-size: 12px;
    font-weight: bold;
    color: #2e352f;
    background-color: #b2d234;
    border-top: 1px solid #78901c;
    border-bottom: 1px solid #78901c;
    margin-bottom: 8px;
    }
div.sortby_navigation a:hover {
    color: #f6ffd3;
    }
div.sortby_navigation td {
    padding-left: 3px;
    }
div.sortby_navigation td.SearchSortTitle {
    padding: 0 7px 0 10px;
    }
div.sortby_navigation td.SearchSortCell {
    padding-right: 7px;
    padding-left: 3px;
    }
div.sortby_navigation div.nav {
    float:right;margin-top:-2px;margin-right:10px;
    }
div.sortby_navigation td.NavigationCellSel {
    color: #f6ffd3;
    }
table.DialogInfo td.DialogInfoTitleBorder {
    border: 1px solid #78901c;
    background-color: #b2d234;
    font-weight: bold;
    color: #576a0e;
    }
table.DialogInfo td.DialogInfoBorder {
    border-left: 1px solid #78901c;
    border-right: 1px solid #78901c;
    border-bottom: 1px solid #78901c;
    color: #2e352f;
    }
.SaveMoneyLabel {
	width: 57px;
	height: 57px;
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(images/save_money.gif);
	background-repeat: no-repeat;
}

p.faq_heading {
    font-weight: bold;
    color: #066;
    font-size: 14px;
    padding-top: 18px;
    }


/*/////////////////Products home page ///////////*/
.prod_container {
	width:684px;
	height:720px;
	}

.prod_container #top_images {
	margin:0px;
	padding:0px;
	height:236px;
	}

.prod_container #main_image {
	float:left;
	width:444px;
	height:224px;
	/*margin-bottom:7px;*/
	background-image:url(../images/products/1.jpg);
	background-position:1px 6px;
	background-repeat:no-repeat;
	}

.prod_container #main_image img {
	margin-top:5px;
	margin-bottom:5px;
	margin-left:0px;
	margin-right:0px;
	border:1px solid #d5d5d5;
	}

.prod_container #right_images {
	float:right;
	width:232px;
	height:231px;
	/*margin-bottom:7px;*/
	}

.prod_container #right_images img {
	margin-top:5px;
	margin-bottom:5px;
	margin-left:4px;
	margin-right:4px;
	}

.prod_container #bottom_content {
	width:684px;
	/*height:auto;*/
	margin:0px;
	padding:0px;
	}

.prod_container #left_categories {
	float:left;
	width:304px;
	/*height:268px;*/
	background-image:url(../images/products/line.jpg);
	background-position:right;
	background-repeat:no-repeat;
	/*margin-top:7px;*/
	padding-left:6px;
	margin:0px;
	padding-top:0px;
	}

.prod_container #category_title {
	font-size:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#b9b9b9;
	background-image:url(../images/products/underline.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	margin-top:0px;
	padding-top:0px;
	}

.prod_container #category_list {
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#d5d5d5;
	margin-top:-10px;
	}

.prod_container #category_list a {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#b9b9b9;
	}

.prod_container #category_list a:hover {
	text-decoration:underline;
	}

.prod_container #category_list li {
	margin-bottom:10px;
	}

.prod_container #right_collections {
	float:right;
	width:359px;
	/*height:268px;*/
	margin-top:0px;
	padding-left:6px;
	padding-right:5px;
	padding-top:0px;
	}

.prod_container #right_collections p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#5a5a5a;
	line-height:23px;
	margin-top:-20px;
	}

.prod_container #collections_title {
	font-size:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#b9b9b9;
	margin-top:0px;
	padding-top:0px;
	}

.prod_container #collection_list1 {
	float:left;
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#b9b9b9;
	margin-top:6px;
	margin-left:30px;
	padding:0px;
	}

.prod_container #collection_list1 a {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#b9b9b9;
	}

.prod_container #collection_list1 a:hover {
	text-decoration:underline;
	}

.prod_container #collection_list1 li {
	margin-bottom:10px;
	margin-left:0px;
	padding:0px;
	}

.prod_container #collection_list2 {
	float:left;
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#b9b9b9;
	margin-top:6px;
	margin-left:90px;
	padding:0px;
	}

.prod_container #collection_list2 a{
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#b9b9b9;
	}

.prod_container #collection_list2 a:hover {
	text-decoration:underline;
	}

.prod_container #collection_list2 li {
	margin-bottom:10px;
	padding:0px;
	}

/*****************************************************  Images that show up ******************/

.prod_container #default_img {
	position:absolute;
	float:left;
	width:444px;
	height:224px;
	}


.prod_container #imageshow1 {
	position:absolute;
	float:left;
	width:444px;
	height:224px;
	}
.prod_container #imageshow2 {
	position:absolute;
	float:left;
	width:444px;
	height:224px;
	}
.prod_container #imageshow3 {
	position:absolute;
	float:left;
	width:444px;
	height:224px;
	}
.prod_container #imageshow4 {
	position:absolute;
	float:left;
	width:444px;
	height:224px;
	}
.prod_container #imageshow5 {
	position:absolute;
	float:left;
	width:444px;
	height:224px;
	}

#webzack {
    width: 700px;
    height: 0px;
    overflow: hidden;
    /*margin: 20px auto 5px auto;*/
    text-align: right;
    font-size: 9px;
    font-family: Arial, Helvetica, sans-serif;
    }

#webzack a:hover {
    color: #000;
    }