* html ul a {
	display: block;
}
body {
	margin: 0px;
  	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #FFFFFF;
	background: #1F1E1E;
	font-size: 12px;
}

td, th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
}
a {
	color: #FFFF00;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 14px;
	color: #FFFF00;
}
input {
	font-size: 10px;
	background-image: url(images/bg_input.gif);
	border: 1px solid #000000;
}
div#buttons {
	width: 770px;
	height: 30px; 
	font-size: 10px;
}
div#buttons ul {
	margin: 0;
	padding: 0;
	text-align: left;
}
div#buttons li {
	float: left;
	position: relative;
	list-style-type: none;
	cursor: pointer;
}
div#buttons li ul li:hover {
	background-color: #004080;
}
div#buttons li ul a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #800000;
	padding: 5px 10px;
	cursor: pointer; 
}
div#buttons a:hover {
	color: #FFFF00;
	background-color: #000000;
}
div#buttons ul li ul {
	display: none;
	margin: 0;
	position: absolute;
	width: 150px;
	border: 1px solid #000000;
}
div#buttons ul li:hover ul, div#buttons ul li ul:hover {
	display: block;
}
div#buttons ul li ul li {
	width: 100%;
	border: 0 1px 1px 1px solid #FFFFFF;
	background-color: #800000;
}
.breadcrumb {
	font-size: 10px;
}
.name {
	color: #FFFF00;
	font-weight: bold;
	padding: 0 0 9px 10px;
	vertical-align: bottom;
}
.size {
	color: #FFFF00;
	font-size: 10px;
	text-align: right;
	padding: 0 0 9px 0;
	vertical-align: bottom;
}
.product {
	font-size: 10px;
	padding: 5px 25px 0 10px;
	height: 140px;
	vertical-align: top;
}
.disclaimer {
	text-align: center;
	font-size: 10px;
}
.footer {
	font-size: 10px;
}
.size10 {
	font-size: 10px;
}
.productBG {
	background-image: url(images/bg_product.gif);
	background-position: top right;
	background-repeat: no-repeat;
}