#inventory {
	display: block;
}
#inventory h1 {
	text-align: center;
}
#inventory h5 {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #666;
	text-align: center;
	margin-bottom: 15px;
}
#inventory h6 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-align: center;
	margin-bottom: 25px;
}
#inventory #logo {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	margin-top: 15px;
}
#inventory table {
	color: #FFF;
	display: block;
	margin-bottom: 20px;
	border: 1px solid #000;
}
#inventory .inv_Rl {
	width: 175px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	font-size: 12px;
	color: #000;
	text-align: center;
}
#inventory .inv_Rl img {
	display: block;
	height: auto;
	width: 175px;
	margin-bottom: 5px;
}
#inventory table tr .inv_Rl a #gal{
	display: block;
	height: auto;
	width: 110px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#inventory td h2 {
	color: #FFF;
	background-color: #900;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	line-height: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
}
#inventory .inv_bl {
	padding: 10px;
	text-align: center;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.inv_bl h3 {
	font-size: 13px;
	color: #000;
	line-height: 15px;
}
.inv_bl h3 a {
	text-decoration: none;
	display: block;
}
.inv_bl h3 a:hover {
	color: #666;
}
.inv_bl h3 a img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}
.inv_bl h4 {
	color: #921D00;
	text-align: left;
}
#inventory table strong {
	font-weight: bold;
	color: #921D00;
}
#inventory table td p {
	font-size: 14px;
	line-height: 17px;
	color: #000;
	margin: 10px;
}
