/* Sets element margins, padding, and border to 0 to even out browser differences when adding desired values later. */
html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a, img, button {
     margin: 0;
     padding: 0;
     border: 0;
}
body{
	text-align:center;
	background-color:#D7D792;
	background-image:url(Images/bg_tile.gif);
	background-repeat:repeat;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {color:#444444;}


h1 {
	margin-top:1em;
	font-size: 1.4em;
	font-weight: bold;
}
h2 {
	margin-top:1em;
	font-size: 1.3em;
	font-weight: bold;
}
h3 {
	margin: 0.5em 0;
	font-size: 1.2em;
	font-weight: normal;
}
h4 {
	margin: 0.5em 0;
	font-size: 1.1em;
	font-weight: bold;
}
h5 {
	margin: 0.5em 0;
	font-size: 1.0em;
	font-weight: bold;
}
h6 {
	margin: 0.5em 0;
	font-size: 0.8em;
	font-weight: bold;
}

p  {margin: 1em 0;}

a {text-decoration:underline;}

a:hover {text-decoration:none;}

#wrapper{
	width:770px;
	margin:0 auto 0 auto;
	padding-bottom:0px;
	border:1px solid #FFFFFF;	
	text-align:left;
	background-color:#D7D792;
	background-image:url(Images/main_bg.gif);
	background-repeat:repeat-y;
	background-position:top center;

}
* html .wrapper {   /*** IE5.x/win box model fix ***/
	width: 772px;
	width: 770px;
}

.clearfix:after {
  content: "."; /* This dot is the actual appended content */
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}

#header{
	height:184px; 
	position:relative;
	background-color:#F5F5CF;
}
#logo{
	position:absolute;
	top:11px;
	left:11px;
}
#banner{
	margin:0 152px;
	text-align:center;
}
#search{
	position:absolute;
	bottom:5px;
	right:5px;
}

#contentwrapper{
	position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
	margin-left: 150px;    /*** Critical left col dimension value ***/
	width: 468px; /*468px;*/   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	border-left: 1px solid #FFFFFF;  /*** Critical left divider dimension value ***/
	border-right: 1px solid #FFFFFF; /*** Critical right divider dimension value ***/
}

* html #contentwrapper {  /*** IE5.x/win box model fix ***/
	width: 470px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	width: 468px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
}
#floatwrapper {
	float: left;
	width: 468px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	margin-right: -1px;   /*** Static fix ***/
}
#centercolumn{
	float: right;
	width: 468px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	
	/* \*/
	margin-left: -1px; 
	/* Hidden from IE-mac */

	padding-top:30px;
}


#copy .container {
	margin:5px;
	padding:0px 5px 5px 5px;
	border:1px solid #999999;
	background-color:#FFFFFF;
}

/* \*/
* html #copy .container {height:1%;}
/* */

#copy img, #rightcolumn img {border:1px solid #F1F6F1 !important;}

#copy .teaser{
	margin-top:0;
	color:#777777; 
	font-size:0.9em; 
	font-weight:normal;
}

#copy td, #copy th {padding: 0.2em 0.5em;}

#copy .container table tr {font-size:0.9em;}
#copy .container table tr td { border-width: 1px;}
.txtBox {border:1px solid #666666;}

#copy fieldset {	
	margin:1em 0;
	padding:1em;
	border:1px solid #CCCCCC;
}

#copy legend {
	color:#666666;
	background-color:#FFFFFF;
}

#copy div.sectiontitle, #copy .sectiontitle span
{
   font-weight: bold;
   font-size: larger;
   color: #b45d16;
}

.sectiontitle
{
   font-weight: bold;
   font-size: larger;
   color: #b45d16;
}
#copy div.sectionsubtitle
{
   font-weight: bold;
   padding-bottom: 4px;
}

#copy div.importanttext
{
   font-weight: bolder;
   color:Maroon;
   padding-bottom: 4px;
}
* html #copy legend {padding:0.5em;}

.redbutton {
    border:1px solid #FFFFFF;
    color:#FFFFFF;
    background-color:#990000;
    font-size:1em;
}

.button {
    border:1px solid #FFFFFF;
    color:#FFFFFF;
    background-color:#01341C;
    font-size:1em;
    margin-right:15px;
}
#copy .container .button {border-color:#CCCCCC;}

div.readmore {
	text-align:right;
	font-size:0.9em;
}


#leftcolumn {
	position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
	width: 152px;    /*** Critical left col/divider dimension value ***/
	margin-left: -151px;    /*** Critical left col/divider dimension value ***/
	padding-top:1px;
}
* html #leftcolumn {
	float:left;	
	padding-top:1px;
	
}

*>html #leftcolumn {width:151px;}   /*** Fix only for IE/Mac ***/

/*** This is a fix for IE5/Win at the largest text size setting. ***/
/* \*/
* html #leftcolumn {margin-right: -3px;}
/* */
#leftcolumn div.text
{
   padding: 6px 6px 6px 6px;
   text-align: justify;
}

#leftcolumn div.alternatetext
{
   padding: 6px 6px 6px 6px;
   background-color: #e1e1e1;
   text-align: justify;
}

#leftcolumn div.sectiontitle, #leftcolumn .sectiontitle span
{
   padding: 6px 0px 6px 0px;
   background-color: #134A01;
   color: white;
   font-size: 11px;
   font-weight: bold;
   text-transform: uppercase;
}

#leftcolcontainer{
	width: 150px;    /*** Critical left col dimension value ***/
}

#subnav {
	overflow:hidden;
	margin-bottom:40px;
}

* html #subnav tr {height:1.4em;}

#subnav .item {
	padding:2px 7px;
	border-top:1px solid #FFFFFF;
	background-color:#E4E4E4; 
	color:#333333; 
}

* html #subnav .item {padding:0 20px;}

#subnav .selected {
	background-color:#FF9900; 
	color:#FFFFFF;
}
#subnav .hover {
	color:#FF284E; 
	background-color:#E4E4E4;
}

#subnav table {border-bottom:1px solid #FFFFFF;}

#subnav table table {border-bottom:none;}

h4 img {margin-bottom:-0.5em;}

#rightcolumn{
	float: left; 
	position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
	width: 152px;    /*** Critical right col/divider dimension value ***/
	margin-right: -150px;    /*** Critical right col/divider dimension value ***/
	margin-left: -1px;   /*** Static fix ***/
	padding-top:1px;
	background-color:White;
}

/* \*/
* html #rightcolumn {
	margin-left: 0px; 
	margin-right: -500px; 
	margin-right: -152px;
	padding-top:0px;
}
/* */

/*** These commented-out rules below are there to explain the "Critical" info 
	for the rules above, because comments must not appear within the Mac-hack.
	The "rules" below are not active, they are just for teaching purposes. ***/

/*
* html .right {
margin-left: 0px;    *** Critical right divider dimension value ***
margin-right: -500px;    *** IE5.x/win fix, must be above a critical number, but very high values appear okay ***
mar\gin-right: -152px;    *** Critical right col/divider dimension value ***
}
*/

#rightcolcontainer{
	/* \*/
	width: 150px;
	/* Hidden from IE-Mac */   /*** Critical right col dimension value ***/
	margin-left: 3px;    /*** Critical right divider dimension value ***/
	margin-left: 0px; 
}

/* \*/
* html #rightcolcontainer {
	float: right;
	margin-left: 3px; 

}

.sidebarcontainer{
	margin:1px solid #CCCC66;
	padding:1px;
	border:1px solid #FFFFFF;
	background-color:#f5f5cf;
	font-size:smaller;
	text-align:center
}



#rightcolcontainer a
{
   
   font-weight:bold;
}

#rightcolcontainer div.text
{
   padding: 6px 6px 6px 6px;
   text-align: justify;
}

#rightcolcontainer div.sectiontitle, #rightcolcontainer .sectiontitle span
{   
   background-color: #134A01;
   color:white;
   font-size: 12px;
   font-weight: bold;
   text-transform: uppercase;
   padding-bottom:2px;
   padding: 6px 0px 6px 0px;
   text-align:left;
}

   
/* \*/
* html .sidebarcontainer {height:1%;}
/* */


.sidebarcontainer a {color:#FF284E;}

.sidebarcontainer li {list-style-type:none;}


.imgfloatright {
	float:right;
	display:inline;
	margin: 0.25em 0 0.25em 1em;
}
.imgfloatleft {
	float:left;
	display:inline;
	margin: 0.25em 1em 0.25em 0;
}
@media print {	
	body{
		font-size:11pt;
		line-height:13pt;
		background:#FFFFFF !important;
	}	
	#wrapper, #contentwrapper, #floatwrapper, #centercolumn, * html #wrapper, * html #contentwrapper, * html #floatwrapper, * html #centercolumn {
		width:auto !important;
		margin:auto !important;
	}

	#wrapper, #contentwrapper {border:none;}

	#mainnav{
		padding:0;
		text-align:center;
	}

	#leftcolumn, #rightcolumn, #search {display:none;}

	#wrapper, #header, #mainnav, #mainnav .item, #mainnav .selected, #copy .container, #footer {
		background:transparent;
	}
	#centercolumn {
		float:none;
		margin:0 1em 0 2.5em;
	}	

	/*#breadcrumbs {position:static;}*/

	#copy .container{
		margin:0;
		padding:0 !important;
		border-style:none !important;
		border-width:0;
	}
	
    #copy fieldset {border:none;}	
	    

}
td
{
   vertical-align: top;
}

td.fieldname
{
   text-align: right;
   font-size: 10px;
   font-weight: bold;   
}
.user input
{
text-align: right;
}

hr
{
   color: #b45d16;
}

#container
{
   background-color: #818689;
}

#container2
{
   background-color: #bcbfc0;
   margin-right: 200px;
}



#header2
{
   padding: 0px;
   margin: 0px;
   width: 772px;
   height: 184px;
   background-image: url(images/Header.gif);
}

#headermenu
{
   position: relative;
   top: 150px;
   left: 280px;
   width: 98%;
   padding: 2px 2px 2px 2px;
}

#headersearch
{
   position: relative;
   top: 130px;
   width: 120px;
   
}
#headersearch_image input
{
   position: relative;
   top: 106px;
   left: 125px;
}



#headersearch input
{
	color:black;
	background-color: White;
	font-size: 15px;
	height:20px;
}

#topmenu
{
   position: absolute;
   top: 127px;
   right:5px;
   width: 150px;
   height: 80px;
   padding: 2px 2px 2px 2px;    
   font-size: 10px;
   font-weight: bold;
}

#breadcrumb
{
	top:0px;
   background-color: #202020;
   width:100%;
   position:absolute;
   color: White;
   padding: 2px 2px;
   font-size: 10px;	
 
}

#breadcrumb a
{
   color: Yellow;
}


#footertext
{
   text-align: center;
   padding-top: 3px;            
}


#loginbox
{
   position: absolute;
   top: 16px;
   right:5px;
   width: 150px;
   height: 80px;
   padding: 2px 2px 2px 2px;    
   font-size: 10px;
   font-weight: bold;
}

#loginbox input
{
	color:Red;
	border-color: #DAD09D;	
	font-size: 10px;
}


#welcomebox
{
   font-size: 12px;
   text-align: right;
}

#footer {
	clear:both;
	padding:2px 20px 0 0 ;
	border:1px solid #999999;
	background-color:#FFFFFF;
	font-size:0.9em;
	background-image: url(images/FooterSlice.gif);
    height: 62px;
    color:white;
}
#footer a {
	margin:1px 5px;
	color:white;
}
.footermenulink
{
   font-family: Arial, Serif;
   font-size: 12px;
   font-weight: bold;
   color:#01341C;
   text-transform: uppercase;           
}

.footermenulink a
{
   text-decoration: none;
   color: black; 
}

.headermenulink
{
	font-family: Impact;
	font-size: 17px;
	text-transform: uppercase;
}

.headermenulink a
{
   text-decoration: none;
   color: black; 
}

.headermenulink a:hover
{
   text-decoration: underline overline;
   color: black; 
}

.highlight
{
   background-color: #fefbd2;
   color: #000080;
}

.highlightcity
{
   background-color: #df2e05;
}

.highlightstate
{
   background-color: #f4c977;
}

.highlightcountry
{
   background-color: #818689;
}


.shoppingcartbox
{
   font-size: 10px;
}

.shoppingcartboxcontent
{text-align:left;
   padding: 2px;
   background-color:#F5F5CF;
}


.shoppingcartboxcontent a
{
   
   font-size: 9px;
}

#productMenu {
	margin-bottom:40px;
	width: 200px;
	margin-left:2px;
	overflow: hidden;
	margin-top : 20px;
}

* html #productMenu tr {height:1.8em;}

#productMenu .item {
	padding:2px 7px;
	background-color:#F0EFC8; 
	color:#333333; 
	width:195px;
}

* html #productMenu .item {padding:0 10px;}

#productMenu .selected {
	background-color:#FFFFFF; 
	color:#0066FF;
}
#productMenu .hover {
	color:#333333; 
	background-color:#F7F7E8;
}

* html #topmenu tr {height:1.8em;vertical-align : middle;}
* html #topmenu td {height:1.8em;vertical-align : middle;}
#topmenu .item {padding:2px 7px;background-color:#F0EFC8; color:#333333;}
* html #topmenu .item {padding:0 10px;}
#topmenu .selected {background-color:#FFFFFF; color:#0066FF;}
#topmenu .hover {color:#333333; background-color:#F7F7E8;}




/* Navigation */
#navigation {width: 150px;top: 27px;left: 1px;font-size:13px;}
#navigation ul {list-style: none;margin: 0;padding: 0;}
#navigation li {border-bottom: 1px solid #D0D099;}
#navigation li a:link, #navigation li a:visited  {display: block;padding: 5px 5px 5px 0.5em;border-left: 12px solid #01341C;border-right: 1px solid #01341C;background-color: #F5F5CF;color: #01341C;text-decoration: none;}
#navigation li a:hover {background-color: #01341C;color: #FFFFFF;}
#navigation ul ul {margin-left: 12px;}
#navigation ul ul li {border-bottom: 1px solid #01341C;margin:0;}
#navigation ul ul a:link, #navigation ul ul a:visited {background-color: #D8D89B;color: #01341C;}
#navigation ul ul a:hover {background-color: #01341C;color: #FFFFFF;}
#navigation ul a.current {background-color: #01341C;color: #FFFFFF;}
#navigation ul li a.current {background-color: #01341C;color: #FFFFFF;}

.spBorder {
	border-bottom: 1px solid #D0D099;
	border-right:1px solid #D0D099;
	width:33%;	
	text-align:center;	
	vertical-align:top;	
	}
	
#prodviebox{
   border: solid 2px #134A01;
   margin-top: 20px;
   margin-bottom: 20px;
   margin-left: 10px;
   margin-right: 10px;
   padding: 0  0px  0px 0px;
   text-align: center;
   background-color: #F5F5CF;

}

#specialbox
{
   border: solid 2px #01341C;
   margin-top: 20px;
   margin-bottom: 20px;
   margin-left: 10px;
   margin-right: 10px;
   padding: 5px;
   text-align: center;
   background-color: #F5F5CF;
	width:430px;
}
.specialbox{
   border: solid 2px #01341C;
   margin-top: 5px;
   margin-bottom: 5px;
   margin-left: 5px;
   margin-right: 5px;
   padding: 5px;
   text-align: left;
   background-color: #F5F5CF;

}
.deals_box{
   border: solid 2px #01341C;
   margin-top: 10px;
   margin-bottom: 20px;
   margin-left: 9px;
   margin-right: 10px;
   padding: 5px;
   text-align: center;
   background-color: #F5F5CF;
  width  :432px;
}
.bannerbox{margin: 5px;padding: 1px;text-align: center;background-color: #F5F5CF;}

.bannerbox a
{
   font-size: 10px;
   text-decoration: none;
   /*color: black;*/ 
}

.promo_title {   
   background-color: #134A01;
   color:white;
   font-size: 12px;
   font-weight: bold;
   padding: 6px 0px 6px 0px;
   background-image:url(images/GreenButton.jpg);
}

.pomoDiv{float:left; background-color:White; width:95px; padding:5px; margin-right:3px;overflow:hidden; }

.buttonGreen{
    background: url(images/GreenButton.jpg) repeat-x;border: solid 1px #DEE3EE;color:white;height: 28px;
    font-weight: bold;font-size: 9px;    
    padding-left: 3px;padding-right: 3px;
    cursor: pointer;font-family: Verdana, Arial, Helvetica, sans-serif;
}