/*
  $Id: stylesheet.css 1739 2007-12-20 00:52:16Z hpdl $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.icocenter {
	vertical-align: text-bottom;
}

#horwrap {
	width: 980px;
	height: auto;
}

.fly_top {
	font-size: 9px;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.fly_finder {
	float: left;
	width: 260px;
	height: 18px;
	font-size:12px;
	color: #FAEF6B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FAEF6B;
	border-bottom-color: #FAEF6B;
	background-color: #655B2E;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 3.5px;
	background-repeat: repeat;
	background-attachment: fixed;
	background-image: url(images/bg_main_border.gif);
	background-position: -14.5px;
}

#outsidebg {
	margin : 0px;
	background-repeat: repeat-x;
	background-image: url(images/bg_main.gif);
	background-position: left top;
	padding-top: 2px;
	background-attachment: fixed;
} 

.wrap {
	background-color: #999966; /*#2A241E;*/
	height: auto;
	width: 980px;
	border: 1px solid #979831; /*#7E826B;*/
}

.mdlheader {
	float: left;
	height: 130px;
	width: 410px;
	background-image: url(images/fly_fish_logo4.jpg);
	background-repeat: no-repeat;
/*	background-position: left top;*/
	background-color: #364C28; /* #979831; 4F533C*/
}

.patText {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #40ADED;
	text-decoration: none;
}

.patlist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.2em;
	color: #463000;
	text-decoration: none;
	font-weight: bold;
	padding-bottom: 3px;
}

.logo {
	float: left;
	width: 280px;
	height: 130px;
	background-color: #364C28; /* #979831; 4F533C*/
	background-image: url(images/DDF.gif);
	background-repeat: no-repeat;
}

.rtheader {
	float: left;
	width: 290px;
	height: 130px;
	background-color: #364C28; /* #979831; 4F533C*/
	font-size: 9px;
	font-weight: bold;
	color: #ffffff;
	text-align: right;
	white-space: nowrap;
	background-image: url(images/vid1.gif);
	background-repeat: no-repeat;
	background-position: 50px 12px;
}


.rtheader a {
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	color: #FDF9C4;
	text-align: right;
	white-space: nowrap;
}

.rtheader a:hover {
	font-size: 9px;
	font-weight: bold;
	text-decoration: underline;
	color: #FBEF62;
	text-align: right;
	white-space: nowrap;
}

.rtheader a:visited {
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	color: #FBF179;
	text-align: right;
	white-space: nowrap;
}

.breadcrumb {
	float: left;
	width: 790px;
	height: 12px;
	text-align: left;
	font-size: 10px;
	color: #FFCC33;
	font-weight: bold;
	text-decoration: none;
	padding-top: 3px;
}

.currentdate {
	float: left;
	width: 190px;
	height: 12px;
	text-align: right;
	font-size: 10px;
	color: #FFFFFF;
	white-space: nowrap;
	text-decoration: none;
	padding-top: 3px;
}

.breadcrumb a {
	color: #2D1E00;
	text-decoration: none;
}
.breadcrumb a:hover {
	color: #FFFFCC;
	text-decoration: underline;
}

  /* ------- main navigation tabs---------- */
.nav_d {
	float: left;
	width: 720px;
	height: 18px;
	font-size:12px;
	color: #FAEF6B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FAEF6B;
	border-bottom-color: #FAEF6B;
	background-color: #655B2E;
}

/* These styles create the dropdown menus. */
#h_menu {
	margin: 0;
	padding: 0;
	height: 1em; 
}
#h_menu li {
	list-style: none;
	float: left; }
#h_menu li a {
	display: block;
	padding: 2px 12px;
	background-color: #655B2E;
	border-right : 1px solid #FAEF6B;
	color: #fff;
	text-decoration: none; }
#h_menu li a:hover {
	display: block;
	padding: 2px 12px;
	background-color: #4F533C;
	color: #FAEF6B;
	text-decoration: none; }
#h_menu li ul {
	display: none; 
	width: 10em; /* Width to help Opera out */
	background-color: #655B2E; }
#h_menu li:hover ul, #h_menu li.hover ul {
	display: block;
	position: absolute;
	padding: 0;
}
#h_menu li:hover li, #h_menu li.hover li {
	float: none;	border: 1px solid #FAEF6B; }
#h_menu li:hover li a, #h_menu li.hover li a {
	background-color: #655B2E;
	color: #ffffff;
}
#h_menu li li a:hover {
	background-color: #4F533C;

}
/*.main1 #h_menu li#main1 a, .main2 #h_menu li#main2 a, .main3 #h_menu li#main3 a, .main4 #h_menu li#main4 a, .main5 #h_menu li#main5 a, .main6 #h_menu li#main6 a, .main7 #h_menu li#main7 a { 
	color : #fff;
}
.main1 #h_menu li#main1 ul, .main2 #h_menu li#main2 ul, .main3 #h_menu li#main3 ul, .main4 #h_menu li#main4 ul, .main5 #h_menu li#main5 ul, .main6 #h_menu li#main6 ul, .main7 #h_menu li#main7 ul { 
	display : block;
	top : -1000px;
}
#contactnav {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
.main1 #h_menu li#main1 ul li a:focus, .main1 #h_menu li#main1 ul li a:active, .main2 #h_menu li#main2 ul li a:focus, .main2 #h_menu li#main2 ul li a:active, .main3 #h_menu li#main3 ul li a:focus, .main3 #h_menu li#main3 ul li a:active, .main4 #h_menu li#main4 ul li a:focus, .main4 #h_menu li#main4 ul li a:active, .main5 #h_menu li#main5 ul li a:focus, .main5 #h_menu li#main5 ul li a:active, .main6 #h_menu li#main6 ul li a:focus, .main6 #h_menu li#main6 ul li a:active, .main7 #h_menu li#main7 ul li a:focus, .main7 #h_menu li#main7 ul li a:active { 
	position : absolute ;
	top : 1000px ;
}
/* mouse over bg  */
/*li#main1 a:hover {	background-image: url(/images/nav/navred.gif);
	background-repeat: repeat-x;
	color: #fff;
}
li#main2 a:hover {
	background-image: url(/images/nav/navorange.gif);
	background-repeat: repeat-x;
	color: #fff;
}
li#main3 a:hover { 
	background-image: url(/images/nav/navyellow.gif);
	background-repeat: repeat-x;
}
li#main4 a:hover { 
	background-image: url(/images/nav/navgreen.gif);
	background-repeat: repeat-x;
	/*color: #fff;*//*
}
li#main5 a:hover { 
	background-image: url(/images/nav/navltblue.gif);
	background-repeat: repeat-x;
}
li#main6 a:hover { 
	background-image: url(/images/nav/navblue.gif);
	background-repeat: repeat-x;
	color: #fff;
}
li#main7 a:hover { 
	background-image: url(/images/nav/navpurple.gif);
	background-repeat: repeat-x;
	color: #fff;
}*/

/* "current page" css (if this and this are true do this)  */
body#home a#homenav {
	background-image: url(/images/nav/navred.gif);
	background-repeat: repeat-x;
	color: #fff;
}
body#products a#prodnav {
	background-image: url(/images/nav/navorange.gif);
	background-repeat: repeat-x;
	color: #fff;
}
body#integration a#intgrnav { 
	background-image: url(/images/nav/navyellow.gif);
	background-repeat: repeat-x;
}
body#custom a#customnav { 
	background-image: url(/images/nav/navgreen.gif);
	background-repeat: repeat-x;
}
body#about #aboutnav { 
	background-image: url(/images/nav/navltblue.gif);
	background-repeat: repeat-x;
}
body#contact #contactnav { 

	background-image: url(/images/nav/navblue.gif);
	background-repeat: repeat-x;
	color: #fff;
}
body#purple #purplenav { 
	background-image: url(/images/nav/navpurple.gif);
	background-repeat: repeat-x;
	color: #fff;
}

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ffffff; background-color: #917C21; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background-color: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications {
	background-color: #f2fff7;
	color: #999900;
}
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

select {
	border: solid black 1px;
	background-color: #222222;
	color: #ffffff;
}

.columnleftdiv {
	border: solid #514824 1px;
	background-color: #2A2A18;
	text-align: left;
	height: auto;
}

.columnrightdiv {
	border: solid #514824 1px;
	background-color: #2A2A18;
}

.newproductstable {
	border-spacing: 0px;
	border: 0px;
	border-collapse: collapse;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
/* =-=-=-=-=-=-=-[Menu Two]-=-=-=-=-=-=-=- */
	
#menu2 {
	width: 140px;
	border-style: solid solid none solid;
	border-color: #677D92;
	border-width: 1px;
	margin: 10px;
	}
	
#menu2 li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}
	
#menu2 li a:link, #menu2 li a:visited {
	color: #fff;
	display: block;
	background: url(images/menu2.gif);
	padding: 8px 0 0 10px;
	}
	
#menu2 li a:hover {
	color: #ffffff;
	background: url(images/menu2.gif) 0 -32px;
	padding: 8px 0 0 10px;
	}
	
#menu2 li a:active {
	color: #283A50;
	background: url(images/menu2.gif) 0 -64px;
	padding: 8px 0 0 10px;
	}

.navh2
{
background-color: #222222;
color: #990000;
font-weight: bold;
width: 120px;

}

.footertable {

}

.headerdiv {
 /* background-image: url("images/headerdivbg.jpg");
  background-repeat: no-repeat;
  color: #000000;
  margin: 0px;
height : 151px;
padding : 0px;*/
margin-left:auto;
margin-right:auto;
}


FORM {
	display: inline;
}

/*TR.headerNavigation {
  background-color:#000000;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background-color: #333333;
  color: #ffffff;
  font-weight : bold;
}*/

TR.headerError {
  background-color: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background-color: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background-color: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background-color: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

.infoBox {
	background: url(images/infoboxbg.gif);
	border: none ;
	padding : 3px;
}

.infoBoxContents {
 /*	background: url(images/infoboxcontentsbg.gif);*/
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #FFFFD9;
}

.infoBoxNotice {
  background-color: #FF8E90;
}

.infoBoxNoticeContents {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background-color: #FFE6E6;
}

TD.infoBoxHeading1 {
  font-family:  Arial, sans-serif;
  font-size: 14px;
 /* font-weight: bold; */
 	background-color: #364C28;
/* background-image: url("images/tableheaderbg.gif"); */
  color: #ffffff;
height: 20px;
}

TD.infoBoxHeading {
	font-size: 14px;
	/* font-weight: bold; */
 
 	background-color: #364C28;
 /*background-image: url("images/tableheaderbg.gif");*/
	color: #ffffff;
	height: 20px;
	background-repeat: repeat-x;
	white-space: nowrap;
}

TD.infoBoxHeading2 {
  font-family:  Arial, sans-serif;
  font-size: 14px;
 /* font-weight: bold; */
 	background-color: #364C28;
/* background-image: url("images/tableheaderbg.gif"); */
background-position: top right;
  color: #ffffff;
height: 20px;
}
TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: url(images/infoboxcontentsbg.jpg);
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: url(images/infoboxbg.gif);
}

TABLE.productListing {
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background-color: #333333;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #CCCCCC;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background-color: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #FFFF99;
}

TR.subBar {
  background-color: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.5;
	color: #ffffff;
	background-color: #917C21;
	padding: 4px;
	text-align: justify;/* text for listings  */
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

.sm_cream {
	font-size: 9px;
	color: #FFFF99;
	text-align: center;
}

.sm_cream a {
	font-size: 9px;
	color: #FFFF99;
	text-align: center;
	text-decoration: none;
}

.sm_cream a:hover {
	font-size: 9px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: underline;
}

.smallText a {
  color: #000000;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background-color: #917C21;
	font-weight: bold;
	text-align: right;
}

TD.fieldValue {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background-color: #917C21;
	text-align: left;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #FFFFFF;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background-color: #f1f9fe;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: default; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #BABA98; }

.checkoutBarFrom a , .checkoutBarFrom a:visited , .checkoutBarTo a , .checkoutBarTo a:visited {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #C8C8AC;
	text-decoration: none;
}
.checkoutBarFrom a:hover , .checkoutBarTo a:hover {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #364C28;
	text-decoration: underline;
}
.checkoutBarCurrent {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #364C28;
	text-decoration: none;
}
.checkoutBarCurrent a {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #364C28;
	text-decoration: underline;
}


/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 12px; color: #FFFFFF; }

A.categorie_top {
  color: #000000;
  font-weight : bold;
  text-decoration: none;
}

A.categorie_top_on {
  font-weight : bold;
  font-style: italic;
  color : #FFFFFF;
  text-decoration: none;
}

A.categorie_top_on li {
	list-style-type: none;
}

A.categorie_top {
	list-style-type: none;
	text-decoration: none;
	text-indent: 0px;
}

A.categorie {
	color: #000000;
	text-decoration: none;
}

A.categorie:hover {
  color: #FFFFFF;
  text-decoration: none;
}

A.categorie_on {
  font-style: italic;
  color: #0C14FA;
  text-decoration: none;
}

A.categorie_top:hover {
  font-weight : bold;
  color : #FFFFFF;
  text-decoration: none;
}


 .headerCategoriesItems { 
    white-space: nowrap; 
    padding-right: 16px; 
    color: #333333; 
    background-color: #cccccc;
  }

#topcat {
	font-size: 9px;
	color: #F4EED0; /*#352E0DF4EED0 */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}

.cat_lev_0 a {
	color: #352E0D; /* 71C1F2#352E0D*/
	text-decoration: none;
	font-size: 12px;
}

.cat_lev_0 a:hover {
	color: #F5F0D6;
	text-decoration: none;
	font-size: 12px;
}

.selected_cat_lev_0 a {
	color: #413810;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

.selected_cat_lev_1 a {
	color: #332D0D;
	text-decoration: none;
	text-indent: 4px;
	font-weight: bold;
	font-size: 10px;
}

.selected_cat_lev_2 a {
	color: #332D0D;
	text-decoration: none;
	text-indent: 8px;
	font-weight: bold;
	font-size: 9px;
}

.cat_lev_1 a {
	color: #FFFFFF;
	text-decoration: none;
	text-indent: 4px;
	font-size: 10px;
}

.cat_lev_1 a:hover {
	color: #332D0D;
	text-decoration: none;
	text-indent: 4px;
	font-size: 10px;
}

.cat_lev_2 a{
	color: #332D0D;
	text-decoration: none;
	text-indent: 8px;
	font-size: 9px;
}

.cat_lev_2 a:hover {
	color: #F8F2DC;
	text-decoration: none;
	text-indent: 8px;
	font-size: 9px;
}

h1 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #3A3A27;
	text-decoration: none;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}

h2 {
	font-size: 12px;
	font-family: "Century Gothic";
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	font-weight: normal;
}

.spacer {
	height: 14px;
	width: auto;
	clear: both;
}

.clearfloat {
	clear: left;
	height: 1px;
	width: auto;
}

a {
	font-size: 12px;
	color: #FFFFFF;
}

.catText {
	font-size: 14px;
	color: #342C0E;
	line-height: 1.4em;
	text-decoration: none;
	padding-top: 6px;
	padding-bottom: 6px;
	font-family: Arial, Helvetica, sans-serif;

}
.catText a {
	font-size: 14px;
	color: #342C0E;
	line-height: 1.4em;
	text-decoration: none;
	padding-top: 6px;
	padding-bottom: 6px;
	font-family: Arial, Helvetica, sans-serif;
}

.catText a:hover {
	font-size: 14px;
	color: #FFFF99;
	line-height: 1.4em;
	text-decoration: none;
	padding-top: 6px;
	padding-bottom: 6px;
}

.Smallcat {
	font-size: 12px;
	color: #342C0E;
	line-height: 1em;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.Smallcat a {
	font-size: 12px;
	color: #342C0E;
	line-height: 1.0em;
}

.Smallcat a:hover {
	font-size: 12px;
	color: #000000;
	line-height: 1.0em;
}

.maincatText {
	font-size: 12px;
	color: #E1E1FF;
	line-height: 1.4em;
	text-decoration: none;
	padding-bottom: 6px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 6px;
	text-align: center;
}
.maincatText a {
	font-size: 12px;
	color: #E1E1FF;
	line-height: 1.4em;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

.maincatText a:hover {
	font-size: 12px;
	color: #FFFFFF;
	line-height: 1.4em;
	text-decoration: none;
	padding-bottom: 6px;
}

.mainSmallcat {
	font-size: 10px;
	color: #FFFF66;
	line-height: 1em;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
}
.mainSmallcat a {
	font-size: 10px;
	color: #FFFF66;
	line-height: 1.0em;
}

.mainSmallcat a:hover {
	font-size: 10px;
	color: #000000;
	line-height: 1.0em;
}

.instruct {
	font-size: 12px;
	color: #544716;
	line-height: 1em;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#home {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/fly_fishing_cutthroat.jpg);
	background-repeat: no-repeat;
	height: 210px;
	width: 600px;
	background-position: left top;
	line-height: 10.5em; /*16em;*/
	color: #2D2D1E; /* #AAAA5E;*/
	text-decoration: none;
	text-align: left;
	text-indent: 330px; /*48px;*/
	letter-spacing: 0.11em;
}

#categories {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/bear_river.jpg);
	background-repeat: no-repeat;
	height: 100px;
	width: 600px;
	background-position: left top;
	/*line-height: 11em; 16em;*/
	color: #474730; /* #AAAA5E;*/
	text-decoration: none;
	text-align: center;
	vertical-align: bottom;
}

#flies {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/trophy_fish.jpg);
	background-repeat: no-repeat;
	height: 100px;
	width: 600px;
	background-position: left top; /*16em;*/
	color: #474730; /* #AAAA5E;*/
	text-decoration: none;
	text-align: center;

	vertical-align: middle;
}

#about {
	background-image: url(images/infobox/about.jpg);
	background-repeat: no-repeat;
	height: 104px;
	width: 500px;
	background-position: center;
}

#news {
	background-image: url(images/infobox/news.jpg);
	background-repeat: no-repeat;
	height: 104px;
	width: 500px;
	background-position: center;
}

#careers {
	background-image: url(images/infobox/careers.jpg);
	background-repeat: no-repeat;
	height: 104px;
	width: 500px;
	background-position: center;
}

#services {
	background-image: url(images/infobox/services.jpg);
	background-repeat: no-repeat;
	height: 104px;
	width: 500px;
	background-position: center;
}

#distributors {
	background-image: url(images/infobox/distributors.jpg);
	background-repeat: no-repeat;
	height: 104px;
	width: 500px;
	background-position: center;
}

#contact {
	background-image: url(images/infobox/contact.jpg);
	background-repeat: no-repeat;
	height: 104px;
	width: 500px;
	background-position: center;
}

.flytext {
	color: #3A3A27;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.flyinfo {
	color: #3A3A27;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

.revtex {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #3A3A27;
	text-align: center;
}

.cartadd{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FAFAF8;
	background-color: #82824A;
	border: thin solid #B3B38C;
	text-align: center;
}

.cartaddrt{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FAFAF8;
	background-color: #82824A;
	border: thin solid #B3B38C;
	text-align: right;
	padding: 2px;
}

.cartaddlt{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FAFAF8;
	background-color: #82824A;
	border: thin solid #B3B38C;
	text-align: left;
	padding: 3px;
}

.cartaddjf{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FAFAF8;
	background-color: #82824A;
	border: thin solid #B3B38C;
	text-align: justify;
	padding: 3px;
}

.bodjf{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FAFAF8;
	background-color: #82824A;
	border: thin solid #B3B38C;
	text-align: justify;
	padding: 8px;
}

table.footnav {
	font-size: 12px;
	color: #3A3A27;
	text-align: center;
}

.footnav a {
	color: #3A3A27;
	text-decoration: none;	
	font-size: 12px;
	text-align: center;
} 

.footnav a:hover {
	color: #13130D;
	text-decoration: underline;
	font-size: 12px;
}


.smlwhite {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.chkout {
	color: #352E0D;
	text-decoration: none;
	font-size: 12px;
}

.chkfix {
	background-color: #999966;
/*	border: 1px solid #979831; #7E826B;*/
}

.boxhead {
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}	
.allprods {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #FFFF66;
	text-align: center;
	text-decoration: none;
	background-position: center;
	padding-bottom: 4px;
}

.allprods a:link {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #FFFF66;

	text-align: center;
	text-decoration: none;
	background-position: center;
}

.allprods a:hover {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;

	text-align: center;
	text-decoration: underline;
}

.smallwdth {
	font-size: 13px;
	font-weight: bold;
}

.ctgytxt{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FAFAF8;
	background-color: #7A7A45;
	border: thin solid #B3B38C;
	text-align: left;
	padding: 6px;
}
