@charset "utf-8";
/* CSS Document */

/* PALETTE 
dk green: #365625
lt green: #65a946
dk grey: #333333
 END PALETTE */

body {
	background: #FFFFFF;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

a {
	color: #365625;
	text-decoration: underline;
}

a:hover {
	color: #000000;
}

h2  {
	font-size: 14px;
	color: #365625;
	text-decoration: none;
}

h2 a {
	font-size: 14px;
	color: #365625;
	text-decoration: none;
}

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

#main-container {
	width: 1100px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/design/gw-main-bkgd.gif) repeat-y;
}

#page-container {
	width: 1000px;
	/*ie hack */
  	min-height:550px;
  	height:auto !important;
  	height:550px;
	/*end ie hack */
	margin-left: auto;
	margin-right: auto;
	background: #FFFFFF;
}

#header-container {
	width: 1000px;
	height: 167px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/design/gw-header-bkgd.gif) top repeat-x;
}

#header-container .header-phone{
	color: #24590c;
	text-decoration: none;
	font-size: 17px;
	font-weight: bold;	
}

#header-container-2 {
	width: 1000px;
	height: 190px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/design/gw-header-static.gif) top repeat-x;
}

.top-nav {
	color: #365625;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	padding-left: 20px;
	float: left;
}

.top-nav a {
	color: #365625;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

.top-nav a:hover {
	color: #000000;
}

.top-nav-line {
	margin-left: 15px;
	margin-right: 15px;
}

	/* CSS for the scrollers */
	div.horizontal_scroller, div.vertical_scroller{
		position:relative;
		height:37px;
		width:990px;
		display:block;
		overflow:hidden;
		border:#000000 0px solid;
		padding-top: 3px;
		margin: 0 auto 0 auto;
	}
	div.scrollingtext{
		position:absolute;
		white-space:nowrap;
		font-family: Arial;
		font-size:16px;
		font-weight:bold;
		color:#fefeea;
	}

#sidebar-container {
	width: 285px;
	height: auto;
	float: left;
	margin-top: 15px;
	margin-bottom: 20px;
	border-right: 1px solid #cccccc;
}

#sidebar-menu-container {
	width: 250px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

#sidebar-menu-container .cat-table {
	width: 100%;
}

#sidebar-menu-container .cat-name {
	width: 187px;
	height: auto;
	text-align: left;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom: 1px solid #333333;

}

#sidebar-menu-container .cat-name a {
	color: #365625;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

#sidebar-menu-container .cat-name a:hover {
	color: #000000;
}

#sidebar-menu-container .cat-icon {
	width: 13px;
	height: auto;
	background: url(../images/design/gw-category-bullet.gif) top no-repeat;
	border-bottom: 1px solid #333333;
}

#content-container {
	width: 675px;
  	height:auto;
	margin-left: 20px;
	margin-right: 15px;
	margin-top: 15px;
}

#footer-container {
	width: 1100px;
	height: 105px;
	float: left;
	background: url(../images/design/gw-footer-bkgd.gif) top no-repeat;
	overflow: hidden;
}
#footer-divider {
	width: 1000px;
	height: 10px;
	margin: 0 0 0 50px;
	background: url(../images/design/gw-footer-divider.gif) top no-repeat;
}

#footer-table {
	width: 1100px;
	height: 105px;
	float: left;
	margin-top: 10px;
	font-size: 12px;
	color: #365625;

}

#footer-table .nav {
	color: #365625;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	padding-left: 20px;
}

#footer-table .nav a {
	color: #365625;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}

#footer-table .nav a:hover {
	color: #000000;
}
#productGrid #btmOptions .batchAddToCartButton, #topOptions .batchAddToCartButton {
	float:left;
	clear:both;
	width:160px;
	background:#eee;
	padding:4px;
	margin:3px 0px 3px 0px;
	font-weight:bold;
	font-size:1.3em;
	text-align:center;
	border:1px dashed #cceecc;
}
#topOptions .batchAddToCartButton {
	#margin-top:1px;
}
#topOptions .batchAddToCartButton a, #productGrid #btmOptions .batchAddToCartButton a {
	text-decoration:none;
	color:#365625;
}
#topOptions .batchAddToCartButton a:hover, #productGrid #btmOptions .batchAddToCartButton a:hover {
	color:#000;
	text-decoration:underline;
}


/* BEGIN ACCORDIAN MENU */
.glossymenu{
margin: 0;
padding: 0;
width: 250px; /*width of menu*/
border: 1px solid #4e4d4d;
border-bottom-width: 0;
}

.glossymenu a.menuitem{
background: black url(../javascript/accordian-menu/glossyback.gif) repeat-x bottom left;
font-weight: bold;
font-size: 12px;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
*width: 240px; /* targets IE6 and 7 */
padding: 5px 0;
padding-left: 10px;
text-decoration: none;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 6px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
background-image: url(../javascript/accordian-menu/glossyback2.gif);
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 1px solid #4e4d4d;
}

.glossymenu div.submenu ul li a{
display: block;
font-weight: normal;
font-size: 11px;
color: black;
text-decoration: none;
padding: 2px 0;
padding-left: 5px;
}

.glossymenu div.submenu ul li a:hover{
background: #e2e2e2;
}
.glossymenu div.submenu .sub-header1 {
	font-weight: bold;
	color: #4f4e4e;
}
.glossymenu div.submenu .sub-header {
	font-weight: bold;
}

/* BEGIN ACCORDIAN MENU */

/* BEGIN FEATURED SLIDESHOW */
	div#slideShowItems{
	  	height:175px;
		overflow:hidden;
		position:relative;
	}
	
	div#slideShowItems div{
		width:640px;
	}
	div#slideShowItems #content {}
	
	div#slideShowItems img {
		margin: 20px 20px 20px 20px;
		float:left;
	}
	div#slideShowItems .learn-more {
		margin: 10px 20px auto 0;
		float: right;
	}
	
	ul#slideShowCount{
		margin: 0 0 35px 15px;
		padding:0px;
		width:640px;
	}
	ul#slideShowCount li.slide{
		line-height:14px;
		float:right;
		cursor:pointer;
		width:26px;
		height:18px;
		display:block;
		background: transparent url(../images/slideshow/tabs.jpg) no-repeat scroll left top;
	}
	
	ul#slideShowCount li.slide span{
		padding-left:10px;
		color:white;
		font-weight:bold;
		font-size:12px;
	}

	ul#slideShowCount li.slide:hover{
		background-position:left -18px;
	}
	
	ul#slideShowCount li.slide.selectedTab{
		background-position:left -18px;
	}
	div#slideShow{
		background:#ffffff url(../images/slideshow/slideshow-background.jpg) bottom no-repeat;
		width:640px;
		margin: 0 0 0 15px;
		border: 1px solid #365625;
		font-size: 13px;
		font-weight: bold;
		color: #FFFFFF;
		/*
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		*/
	}
div#slideShow h2 a {
	color:#ffffff;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}
div#slideShow h2 a:hover {
	color: #FFFFCC;
	text-decoration: none;
}
div#slideShowHeader {
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	padding: 2px 0 2px 10px;
	background: #59595a;
}
/* END FEATURED SLIDESHOW */

/* BEGIN PRODUCT PROMO PAGE */
#content-container-full-page {
	width: 960px;
  	height:auto;
	margin: 15px auto 0 auto;
}
#content-container-full-page h1  {
	font-size: 16px;
	color: #365625;
	text-decoration: none;
	margin: 0 0 10px 10px;
}
#content-container-full-page h2  {
	font-size: 28px;
	color: #365625;
	text-decoration: none;
	margin: 0 0 15px 0;
}
#content-container-full-page .table-header {
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	padding: 2px 0 2px 10px;
	background: #59595a;
	padding: 4px 4px 4px 8px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#content-container-full-page .features-table {
	background: #f6f5dc;
	border: 1px solid #8e908f;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#content-container-full-page .features-table .table-header-features{
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	padding: 2px 0 2px 10px;
	background: #59595a;
	padding: 4px 4px 4px 8px;
}

#content-container-full-page ul {
	margin: 5px 5px 0 5px;
	padding: 5px 0 0 25px;
	list-style: url(../images/oblong-packer/gw-checkmark.gif);
}
#content-container-full-page li {
	margin-top: 0;
	padding: 0 0 20px 0;
	font-size: 14px;
	font-weight: bold;
}
#content-container-full-page .img-bdr {
	border: 0px solid #59595a;
}
/* END PRODUCT PROMO PAGE  */

/* begin form pages */
#form-container {
	float: left;
	margin: 15px auto 20px 15px;
	padding: 5px 0 10px 30px;
	width: 350px;
	height: auto;
	color: #08355d;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	border: 6px solid #EBEBEB;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
#form-container .logo {
	width: 220px;
	margin: 0 85px 0 auto;
}
#form-container h1 {
	font-size: 18px;
	color: #365625;
	margin: 0;
}
#form-container .input-row {
	width: 350px;
	margin: 10px 0 0 0;
	float: left;
}
#form-container .req {
	color: #FF0000;
}
#form-container label {
	width: 100px;
	height: 20px;
	float: left;
	padding-top: 4px;
	color: #365625;
	font-weight: bold;
	
}
#form-container input {
	width: 200px;
	height: 20px;
	float: left;
	border: 1px solid #999999;
}
#form-container textarea {
	width: 200px;
	height: 75px;
	float: left;
	border: 1px solid #999999;
}
#form-container .button {
	margin: 10px 0 0 0;
	width: 100px;
	height: 25px;
	background: #365625;
	border: none;
	cursor: pointer;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	float: left;
}
#form-container h2 {
	font-size: 16px;
	float: left;
	margin: 10px 0 0 0;
	text-decoration: underline;
}
#form-container hr {
	border: none;
	width: 90%;
	height: 1px;
	background: #999999;
	float: left;
	margin: 20px 0 0 0;
}
/* begin validation */
#validate_error {
	width: 285px;
	margin: 5px auto 0 auto;
	padding: 3px 10px 5px;
	background: #ffebe8;
	border: 1px solid #f0baa2;
	line-height: 120%;
	color: #222;
	display: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	float: left;
}
#validate_error .span-display {
	display: block;
}
#validate_error .image {
	position: relative;
	top: 2px;
}
#success_msg {
	width: 285px;
	margin: 5px auto 0 auto;
	padding: 3px 10px 5px;
	background: #fcfff1;
	border: 1px solid #99c402;
	line-height: 120%;
	color: #222;
	display: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	float: left;
}
#failed_msg {
	width: 285px;
	margin: 5px auto 0 auto;
	padding: 3px 10px 5px;
	background: #ffebe8;
	border: 1px solid #f0baa2;
	line-height: 120%;
	color: #222;
	display: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	float: left;
}
/* end validation */
