#subMenu {
	width: 540px;
	height: 40px;
	margin: 0 0 10px;
	padding: 7px 0 0 10px;
	background:url(../images/background/sub_menu.jpg) no-repeat;
}

#subMenu ul.linkBtn {
	list-style:none;
	margin: 0;
}

#subMenu ul.linkBtn li {
	list-style:none;
	float:left;
}

#subMenu2 {
	margin: 10px 0;
	padding: 10px 0;
	/*border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;*/
}

#subMenu2:after {
	display: block;
	content: "";
	clear: both;
}


#subMenu2 p{
	float: left;
	margin: 0 15px 0 0;
}

.productList {
	width: 100%;
	border-collapse: collapse;
	margin: 10px 0;
}
.productList td {
	padding:5px;
	border: 1px solid #663300;
}
.productList td.name {
	width: 12em;
	text-align: center;
	font-weight: bold;
	background: #fed480;
}

.productList td.image {
	width: 100px;
}

.productList th {
	background: #885522;
	padding: 2px;
	text-align: center;
	color: #ffffff;
	font-size: 120%;
	font-weight: bold;
	border: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: 2px solid #333;
}

.caution {
	color: #663300;
	margin: 1em 0 0;
}

.otherLink {
	position: absolute;
	right: 10px;
	bottom: 10px;
}


h3.smallHeading {
	width: 340px;
	margin: 0 0 5px;
	padding: 5px 0 5px 27px;
	font-size: 120%;
	background: url(../images/background/small_heading.jpg) no-repeat;
	text-align: left;
}

h3 a:hover {
	color: #333333;
}

h4 {
	font-size: 115%;
	font-weight: bold;
	color: #003399;
}
.vab {
	vertical-align: bottom;
}




