body{
padding:0px;
margin:0px;
background-color:#FFFFFF;
}
.top {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	color: #B5A1A1;
}
.menu {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	color: #877070;
	text-decoration: none;
}
.copy {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	color: #9F9781;
	text-decoration: none;
}
.text_1 {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 13px;
	color: #4B4B4B;
}
.text_2 {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 13px;
	color: #A28B01;
}
.date {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 13px;
	color: #87A002;
}
.text_3 {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	color: #F96335;
}
.text_4 {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	color: #928080;
}
.text_5 {
	font-family: Tahoma;
	font-size: 12px;
	line-height: 12px;
	color: #5E4747;
}
.text_6 {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	color: #5E4747;
}
.form_1 {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	background-color: #FFFFFF;
	height: 18px;
	width: 191px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #D4D0C8;
	border-bottom-color: #D4D0C8;
}
a:visited {  font-family: Tahoma; font-size: 12px; font-weight: bold; color: #666666; text-decoration: none}
.text_bold { font-family: Tahoma; font-size: 12px; line-height: normal; color: #9F8F68; ; font-weight: bold}
a:link {  font-family: Tahoma; font-size: 12px; font-weight: bold; color: #999999; text-decoration: none}
.text12verdana {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px}
.text14verdana { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* suckerfish */

#nav li:hover, #nav li:hover {
	position:static;
}

#nav, #nav ul { /* all lists */
	z-index:3;
	float:left;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 40px;
	margin-top:2px;
}

#nav a {
	padding-left:13px;
	display: block;
	width: 200px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
	color:#8C8366;
	margin:0px;
	line-height:30px;
	text-align:left;
	vertical-align:middle;
}

#nav a:hover{
	background:#F6F9E6;
	width:188px;
}


#nav li { /* all list items */
	margin:0px;
	float: left;
	width: 200px; /* width needed or else Opera goes nuts */
	vertical-align:middle;
	height:60px;
	line-height:90px;
	
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 200px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin-left:200px;
	margin-top:-100px;
	border:#333333 1px groove;
}

#nav li ul li { /* second-level lists */
	font-size:14px;
	width:200px;
	height:60px;
	line-height:24px;
	margin-top:-1px;
	background:#EAE6D7;
}

#nav li ul li a {
	padding-top:10px;
	padding-left:10px;
	font-size:14px;
	width:200px;
	height:60px;
	line-height:24px;
	background:#EAE6D7;
}

#nav li ul li a:hover {
	padding-left:10px;
	font-size:14px;
	width:200px;
	height:60px;
	line-height:24px;
	background:#F6F9E6;
}

* html #nav li ul li.firstproduct {
	border-top:1px solid #333333;
}

* html #nav li ul {
	margin-top:-50px;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -24px 0 0 160px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

.border{
	border-bottom:1px solid #CC6600;
	}