/* CSS Document */

body {
	
	color: #333;
	margin: 0px;
	padding: 0;
	font-family : verdana; 
	font-size:70%;
	font-smooth: always;
}

h1 {
	font-size: 1.3em;
	font-weight: 600;
	padding: 0;
	margin: 0.5em 0 0 0;
}

h2 {
	font-size: 1.4em;
	font-weight: 500;
	padding: 0.1em 0 0.1em 0;
	margin: 0.2em 0 0 0;
	clear: both;
}


h3 {
	font-size: 1.3em;
	font-weight: 500;
	padding: 0.3em 0 0.3em 0;
	margin: 1em 0 0 0;
}

h4 {
	text-align: left;
	font-size: 0.8em;
	font-weight: 500;
	padding: 0.3em 0 0 0;
	margin: 0 0 0 0;
}

/* Image Styles */
img {
	border: none;
}

img.right {
	margin-left: 0.5em;
	color: inherit;
	float: right;
}

img.left {
	margin-right: 0.5em;
	color: inherit;
	float: left;
}

img.center{
	margin: 0px;
	text-align:center;
	display:block;
}

cite{
	font-size: 0.7em;
}

SUB, SUP { line-height: 0; font-size: 0.8em; font-weight: bold} 

em { font-style: italic;}
strong {font-weight: bold;}

p {
	margin: 0.5em 0.5em 0 0;
	padding: 0px;
	line-height: 1.6em; 
}

hr {
color: #333;
background-color: #333;
height: 1px;
clear:both;
}

/* Bullets for content box */
#content ul {
	font-style: normal;
	font-weight: normal;
	list-style-type: block;
}

#content ol li {
line-height: 1.6em; 
}

#content ul li {
	line-height: 1.6em; 
}

#heading {

}

form {
	margin: 0;
	padding: 0;
}

textarea {
	font: 11px Verdana, Helvetica, Arial, sans-serif;
	height: 100px;
	margin-bottom: 2px;
}

fieldset { 
	margin: 0;
	padding: 0.5em 0.5em 0.5em 0.5em;
	border:1px solid #cee7ca;
	}

legend {
	background: #cee7ca;
  padding: 0.2em 0.5em;
  color:#333;
  font-size:0.9em;
  font-weight: bold;
  color: #176318;
  
 }
  
table {
	margin: 0.5em 0.5em 0 0;
	padding: 0;
}

table.sortable{
	width:90%
}

caption {
	text-align: left;
	font-size: 0.8em;
	font-weight: 500;
	padding: 0.3em 0 0.3em 0;
	margin: 1em 0 0 0;
}

th {
	background: #000;
	color: #FFFFFF;
	font-size: 0.9em;
	font-style: normal;
	font-weight: 500;
	padding: 0.3em;
	
	  text-align:left;
}
  
th strong{
	color: #FFFFFF;
}

th a, th a:hover, th a:active, th a:visited{
color: #FFFFFF;
}

td {
vertical-align:top;
	border: 1px solid #4f6022;
	padding: 0.3em;
	white-space: no-wrap;
	margin: 0.3em;
	border-spacing: 0px;
	font-size:0.9em;
}

td.narrowcol { width: 80px; }
td.mediumcol { width: 170px; }
td.widecol, th.widecol  { width: 240px; }
tr.selected { background: #D0D0D0; }
td.selected { background: #C6C6C6;}
td.selectedlight {background: #E6E6E6;}

td p {
padding: 0;
margin: 0;
}

dfn, abbr, acronym, .help {
cursor:help; 
border-top: 1px dotted;
}

.small {
	font-size: 0.7em;
}
  
.copyright a, .copyright a:visited, .copyright a:hover {
color: #fff;
text-decoration: none;
font-size: 10px;
}

.centeralign {
	text-align: center;
	display:block;
}

.rightalign {
	text-align: right;
}

.underline {
	text-decoration: underline;
}

.labelwrapper{
	clear: both;
	float: left;
	font-size: 10px;
	padding-right: 4px;
	padding-top: 4px;
	text-align: right;
	width: 100px;
}

.checkbox {
	margin: 0px;
	padding: 0px;
	width: 20px;
}

.thumbnail {
	border: 0px;
	float: left;
	margin: 0px;
	padding: 14px 14px 0px 0px;
	width: inherit;
}



.white{
	color: #FFFFFF;
	background-color: inherit;
}

/* These styles define default link behaviors */
a{
color: #D56A00;
}

a:hover {
	text-decoration: none;
	color: #FF8000;
}

a:active {
	color: #D56A00;
}

a .hilite {
color: #ddd;
}






/* Index Page Styles */


div#subnav h2{
	/*background: url("images/design/buttonback.gif") #333;*/
	color: #333;
	margin: 0px 0px 0px 0px;
	padding: 0px 2px 2px 2px;
	font-size: 1.5em;
	background: transparent;
}
/* These are the wrappers */
#wrapper {
	margin-top : 115px;
}

/* This style defines the logo area. */
#banner
{
	display: block;	
	background: #fff;
	height: 90px;
	background: url("/images/design/header.jpg") transparent 0px 0px repeat;
	font-size: 1.6em;
	color: #333;
	padding: 0;

}

#logo
{
	background: url("/images/design/logo.jpg") transparent 0px 0px no-repeat;
	position: absolute;
	z-index:2;
	top : 0px;
	left : 0px;
	width: 270px;
	height: 90px;
}

#icon
{
	background: url("/images/design/rightside.jpg") transparent 0px 0px no-repeat;
	position: absolute;
	z-index:2;
	top : 0px;
	right : 0px;
	width: 434px;
	height: 90px;
}

div#strap{
	width:auto;
	padding-top: 5px;
	padding-right: 10px;
	text-align: right;
	font-size:19px;		
	font-weight: 600;
}

div#strap a{

	background: transparent;
	color: #000;
	text-decoration: none;

}

/* These styles define the columns that appear within the body of the page */
div#content {

	font-size:1.2em;
	min-height: 550px;	
}

* html div#content {height: 550px;} /*style for IE*/

div#content {
	display: block;
	width: auto;	
	margin: 0 170px 0 170px;
	padding: 3px 1em 1em 1em;
}
	
div#subnav {
	position: absolute;
	width: 151px;
	left: 5px;
	top: 90px;
}
div#othernav {
	position: absolute;
	width: 170px;
	right: 5px;
	top: 90px;
	text-align: left;
}
.topofpage {
clear: both;
	display: block;
	width: auto;	
	margin: 0 170px 0 170px;
	background: #fff;
}

.topofpage a, .topofpage a:visited, .topofpage a:hover {
background: url("/images/design/top.gif") transparent 0px 3px no-repeat;
font-size: 10px;
text-decoration:none;
padding: 0 0 0 12px;
margin: 0 0 0 0;
}

#footer {
	clear: both;
	border-top: 1px solid #777;
	text-align:right;
	height: 65px;
	display: block;
	margin-left: 180px;
	padding-top: 10px;
	padding-right: 10px;
}

/* Navigation Styles */
/* Footer Style */
div#footer ul
{
list-style-type: none;
margin: 0;
padding: 0;	

}

div#footer ul li  { display: inline; padding: 0; margin: 0; }

.footelement {
	white-space:nowrap;
	text-transform:lowercase;
}  
	
.footelement a {
	float:left;
	padding: 0 0 0 10px;
	margin: 0;
	font-size: 10px;
	text-decoration:none;
	color:#333;;
}  
	
.footelement a:hover {
	color:#fff;
}

/* Navigation Style */

/* Navigation Style */
div#subnav ul
{
list-style-type: none;
margin: 0;
padding: 0; 
}

div#subnav ul li  { display: inline; line-height: 12px;}

div#subnav .pagelevel1 a, div#subnav .folderlevel1 a {	
	color: #fff;
	display: block;
	width: 100%;
	font-size: 15px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 6px 4px 6px 4px;
	text-decoration: none;
	text-align : right;
	border-top : 1px solid #fff;
}  

div#subnav .pagelevel1 a:hover, div#subnav .folderlevel1 a:hover {
	color: #fff;
	background-color: #176318;
}
	
div#subnav .selected1 a, div#subnav .selected1 a:hover{
	color: #FFF;
	background-color: #176318;
}

div#subnav .pagelevel2 a, div#subnav .folderlevel2 a {	
	color: #000;
	display: block;
	font-size: 11px;
	font-weight: 500;
	margin: 0px 0px 0px 0px;
	padding: 2px 4px 2px 4px;
	text-decoration: none;
	text-align : right;
	background-color: #cee7ca;
	border-top : 1px solid #fff;
}  

div#subnav .pagelevel2 a:hover, div#subnav .folderlevel2 a:hover {

	font-weight: 500;
	color: #fff;
	background-color: #176318;
}
	
div#subnav .selected2 a, div#subnav .selected2 a:hover{
	color: #000;
	background-color: #cee7ca;
	font-weight: 600;
}

.endlevel1,.endlevel2 ul,.endlevel3 {display:none;border:0;}

div.searchbox {
border: 0px;
padding: 0px;
display: block;
}

div.searchbox h2
{
display: block;
background: #4f6022;
color: #fff;
margin: 0px;
padding: 0.3em; 
font-size: 1.1em;
font-weight:600;
}

div.searchbox label
{
margin: 0.5em 0 0 0; 
padding: 0.2em 0 0.2em 0.2em; 
line-height: 1em;
float: left;
width: 45px;
}

div.searchbox input.button
{
margin: 0;
padding: 0.1em; 
font-size: 0.8em;
}

div.searchbox form
{
margin: 0px;
padding: 0.5em; 
line-height: 1em
}

/* E-commerce Styles */
div.shopitem{
	border: 0px;
	margin: 4px 4px 0px 0px;
	padding: 4px;
	float: left;
	width: 300px;
	border: 1px solid #4f6022;
}

div.shopitem div.shopcontentwrapper {
	display: inline;
	float: left;
	width: 150px;
	height: 120px;
}

div.shopitem div.shopimagewrapper {
	height: 120px;
	width: 135px;
	float: left;
	display: inline;
	overflow: hidden;
	padding-top: 4px;
}

div.shopitem h1.shoptitle {
	color: #fff;
	background: #4f6022;
	font-size: 12px;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 1px;
	padding: 2px 2px 2px 2px;
	display: block;
}

p.shopprice {
	font-size: 18px;
	font-weight: 600;
	padding: 0;
	margin: 0;
}

p.shopsummary {
	font-size: 75%;
	overflow: auto;
	padding: 0;
	margin: 0;
}

div.shopitem div.shopbuy {
	font-size: 11px;
	padding: 0;
	display: block;
	text-align: right;
	padding:0px;
	margin: 0;
	height: 100%;
	vertical-align: baseline;
	clear: both;
}


#shopheader {
background: #303030;
font-weight: 800;
}

/* used on continue pages */
div.shopform {
	float: left;
	width: 340px;
}

div.shopinstructions {
	margin-top: 20px;
	padding: 5px;
	width: auto;

}

div.halfcolumn {
	float: left;
	width: 45%;
}

/* E-commerce quantity buttons */
.shopud {
	background: #4f6022;
	border: 0px;
	color: #fff;
	width: 16px;
margin: 1px;
	padding:1px;
}

.shopselect {
	font-size: 9px;
	padding: 0px;
	margin: 0px;
}

.input {
	color: #836514;
	font-size: 12px;
	text-align: center;
	margin: 1px;
}

.inputsubmit {
	background: #FFFFFF;
	border: 0px;
	color: #4f6022;
	font-size: 11px;
	font-weight: 600;
	padding:2px;
	margin: 1px;
	border: 1px solid #4f6022;
}

.tablewrapper {
width: 100%;
}

table.shopbaskettable {
width:98%;
border: 0px;
}

.shopbaskettable td {
	border: 0;
}

.shopbaskettable th {
	border: 0;
} 
td.shoplight {
	background: #ecd198;
	color: #000;
	font-size: 10px;
	font-weight: 400;
	padding: 2px 2px 2px 2px;
	border-top: 1px solid #ffdeb0;
	border-right: 1px solid #ffdeb0;
}

td.shopclear {
	font-size: 10px;
	font-weight: 400;
	padding: 2px 2px 2px 2px;
	text-align: right;

}

td.shopdark{
	background: #4f6022;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: 400;
	padding: 4px 4px 4px 4px;
	border-top: 1px solid #ffdeb0;
	border-right: 0px solid #ffdeb0;
}

/* Breadcrumbs Style */
div#breadcrumbs
{
	margin-top: 0px;
	margin-bottom: 0px;
	background: #cee7ca;
	border: 0px solid #cee7ca;
	padding: 2px;
	width: auto;
	color:#000;
}

div#breadcrumbs ul
{
list-style-type: none;
margin: 0;
padding: 0;
}

div#breadcrumbs ul li  { display: inline;
	color:#000;
	white-space:nowrap;

	font-size: 10px;

}

div#breadcrumbs a {
	background: url("/images/design/breadarrow.gif") transparent right 3px no-repeat;
	margin:0 5px 0 0 ;	
	padding:0 10px 0 0 ;
}  
	
div#breadcrumbs a:hover {
	color:#000;
}

div#breadcrumbs a.last, div#breadcrumbs a:hover.last{
text-decoration:none;
	background: transparent;
	margin:0 5px 0 0 ;	
	color:#000;
	padding:0 10px 0 0 ;
}

#errorlist {
text-align: left;
float:left;
}

#shoppingbag {
	background: url("/images/design/order.gif") top left no-repeat transparent;
	height: 22px;
	width: 145px;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 8px;
	padding-top:20px;
	text-align: center;
}

#shoppingbag a{
color: #fff;
}
.buttons {display:block;padding:5px;text-align:right;}
.clear {clear: both;}
table { font-size: 100%; /* IE hack */ }
html { font-size: 100%; /* IE hack */ }

