/* CSS Document */
body {
	background:#fff;
	color:#000;
	margin:0;
	padding:2px;
	font-size:small;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.button img, img, .line, #search, #logo, #column1, .side-text, .eg-bar, .iconspan, #top-button, #anchors, .captionL, .captionR, .date, .none {
	display: none;
}
ul {
	margin:1px 0 1px -10px;
}
 .line {
 	height:0;
	margin:0;
	padding:0;
 }
#head {
	background: url(../struc/logo-handheld.jpg) no-repeat top left;
	height: 20px;
	width:auto;
	margin:2px;
	border-bottom:#993300 solid 1px;
	padding-bottom:2px;
}
.parent, .sub {
	margin:0;
}
#body {
	margin:0;
	padding:2px;
}
#nav {
	font-size:smaller;
}
h1, h2, h3, .producer h1 {
	font-weight:bold;
	font-size:medium;
	color:#7a2a01;
}
#foot {
	border-top:#993300 solid 1px;
	display:block;
	padding-top:5px;
	margin-top:5px;
	font-size:smaller;
}
#clear {
    display: block;
    clear: both;
	height:1px;
}
a:link, a:visited, a:active {
	color: #D25927;
}
a:hover {
	color: #990000;
}
a {
	text-decoration:none;
}
sup {
	font-size:smaller;
	margin-top:0;
}
/*************** buttons ******************/
.button {
	white-space: nowrap;
	display: block;
	width: auto;
	height: auto;
	margin: 20px 0 0 0;
	padding: 0;
	float:left;
	border:0;
}
.button a {
	display: block;
	width:12px;
	height:13px;
	margin:3px;
}
.button img {
	width: 32px;
	height:32px;
	border: 0;
}
* html a:hover {
	visibility:visible
}
.button a:hover img {
	visibility:hidden
}
#forward {
	background: url(../struc/right-button-hh.jpg) no-repeat;
	float:left;
}
#up {
	background: url(../struc/top-button-hh.jpg) no-repeat;
	float:left;
}
#back {
	background: url(../struc/left-button-hh.jpg) no-repeat;
	float:left;
}
/*************** producers ******************/
.producer {
	font-weight:bold;
	font-size:small;
	color:#7a2a01;
	display:block;
}
.product {
	margin:0 0 3px 3px;
	font-size:smaller;
	display:block;
}
.captionL3 {
	width:auto;
	margin:0;
	height:auto;
}
#column2 {
	background:none;
	margin-top:0;
}