body {
        font-family: 'Times New Roman';
        font-size: 10px;
        background-image: url('images/bg.jpg');
        background-repeat: repeat-x;
     }

.mnu { font: 10pt/10pt Arial; color: #000000; text-decoration: none; line-height: 125%; indent 3px}
.mnu A:link { color: #000000; Arial text-decoration: none; }
.mnu A:visited { color: #000000; Arial text-decoration: none; }
.mnu A:hover { font: bold; color: #000000; Arial text-decoration: none; }

.thumb {
	width: 31%;
	he/ight: 160px;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

table.product {
    font-family: Veranda, Arial, Helvetica;}

table.product td {
    font-size: 13px;
    color: black;}

table.sample {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid none none solid;
	border-color: silver silver silver silver;
	border-collapse: separate;
	background-color: white;
}

table.sample td {
	border-width: 0px 1px 1px 0px;
	padding: 7px 7px 7px 7px;
	border-style: solid solid solid solid;
	border-color: silver silver silver silver;
	background-color: white;
}

.readmore {font-size: 11px;}
.readmore a { color: #ad1c1c;}
.readmore a:hover { color: #ad1c1c;}

table.none {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: white;
}

table.none td {
	border-width: 0px 0px 0px 0px;
	padding: 7px 7px 7px 7px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	background-color: white;
}

table.box {
	background-color: white;
      font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

}

table.box td {
	border-width: 1px 1px 1px 1px;
	padding: 7px 7px 7px 7px;
	border-style: solid solid solid solid;
	border-color: silver silver silver silver;
	background-color: white;
}

hr.a {border: none 0;
border-top: 1px solid #990000;
width: 98%;
height: 1px;
text-align: center;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.arrowgreen{
	width: 180px; /*width of menu*/
	border-style: solid solid none solid;
	border-color: #94AA74;
	border-size: 1px;
	border-width: 1px;
}

.arrowgreen ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
.arrowgreen li a{
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	background: transparent url(images/arrowgreen.gif) 100% 0;
  height: 24px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 10px;
	line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
}	
	
.arrowgreen li a:link, .arrowgreen li a:visited {
	color: #000;
}

.arrowgreen li a:hover{
	color: #526531;
	background-position: 100% -32px;
}

	
.arrowgreen li a.selected{
	color: #26370A;
	background-position: 100% -64px;
}