@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: 12px;
	color: #365625;
	text-decoration: none;
}

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

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

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

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

#header-container {
	width: 800px;
	height: 125px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/design/gw-header-bkgd.gif) no-repeat;
}

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

.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: 10px;
	margin-right: 10px;
}

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

#sidebar-menu-container {
	width: 200px;
	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: 549px;
  	height:auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

#footer-container {
	width: 900px;
	height: 90px;
	float: left;
	background: url(../images/design/gw-footer-bkgd.gif) no-repeat;
}

#footer-table {
	width: 900px;
	height: 80px;
	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;
}
