     a:link { color: #666666; text-decoration: none; }
     a:link:hover { color: #B4C1D4; text-decoration: none; }
     a:visited { color: #666666; text-decoration: none; }
     a:visited:hover { color: #B4C1D4; text-decoration: none; }


body { background-color: #888;
       width: 900px;
       margin: 0 auto; }
		 
*  { margin:0; padding:0; }

img { border: 0px; }

#top { height: 80px; 
       background-color: #F9F9F9; 
       border: 1px solid black; }

#menu { clear:both;
        height: 1.6em;
	background-color: #455132;
	color: #EEEEEE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
        border-width: 0px 1px;
        border-style: solid;
        border-color: black;
        padding-right: 5px; }

#menu ul { list-style-type: none; margin: 0px; padding: 0px; }
#menu li { width: 100px; float: left; }
#menu a { text-align: center; display: block; padding: 2px 0px; }

#menu a:link { color: #EEEEEE; text-decoration: none; }
#menu a:visited { color: #EEEEEE; text-decoration: none; }
#menu a:link:hover { color: #EEEEEE; text-decoration: none; background: #a3b570; }
#menu a:visited:hover { color: #EEEEEE; text-decoration: none; background: #a3b570;}


#main {  padding: 20px 10px 20px 20px;
         border: 1px;
         border-style: solid;
         border-color: black;
         background-color: #FFFFFF; }

#footer { text-align:right;
          margin-top: 5px;
          padding-bottom: 10px;
          color: #EEE; }

#title { text-align: right;
         font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 1em;
	 font-weight: bold;
         color: #a3b570;
         margin-top: 5px;
         margin-right: 10%; }
         
.left_t { width: 72%;
          vertical-align: top; }
          
.product_page_head { padding: 2px 2px 2px 20px; }

/*.product_page { background: #675832; }*/

.product_page td { padding: 2px 0px 2px 7px;
                   font-size: 1em; }

.product_page td a:link { color: #000; text-decoration: none; }
.product_page td a:visited { color: #000; text-decoration: none; }
/*.product_page td:hover { color: #fff; text-decoration: none; background: #7f6b3d; }*/
/*.product_page td:visited:hover { color: #fff; text-decoration: none; background: #7f6b3d;}*/
.product_page td:hover { color: #000; text-decoration: none; background: #ccc; }
.product_page td:visited:hover { color: #000; text-decoration: none; background: #ccc;}


.content {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
color: #666666;
padding: 20px 40px 20px 20px;
}

.content_bold {
font-weight: bold;
color: #999999;
}



.mini {
font-family: Arial, Helvetica, sans-serif;
font-size: 9px; 
font-weight: bold;
color: #666666;
}

.search { padding: 0px 5px 0px 0px;
	  margin: 0px;
	  height: 1.6em;
	  background-color: #414043;
	  text-align: center;
}

.search input {
	font-size: 1em;
	border:1px solid #eeeeee;
	padding: 0px;
}

.search .button {
        height: 1.4em;
        padding: 0px 5px; }
