@charset "UTF-8";
/* CSS Document */

#CATALOG {
	text-align: center;
	display: block;
	min-width: 740px; width: 97%;
	font-family: Arial, Helvetica, sans-serif;
	height: 910px;
	float: left;
	margin-bottom: 5px;
}
#CATALOG a img, #Products img{
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	height: 150px;
	width: 220px;
	border: 1px solid #BCAB80;
	display: block;clear:both;
}

#CATALOG a:hover img, #Products img{
	border: 1px solid #4F5F7D;
}
#CATALOG td {
	text-align: center;
}
#CATALOG a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #903;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	display: block;
	background-color: #FFF;
	line-height: 20px;
	width: 32%;
	height: 217px;
	float: left;
	margin-bottom: 7px;
	border-top-width: 5px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #D5D2C8;
	border-right-color: #D5D2C8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D5D2C8;
	border-left:solid 1px #D5D2C8;
}
#CATALOG a div {
	color: #FFF;
	background-color: #900;
	font-size: 12px;
	letter-spacing: 1px;
}
#CATALOG  a:hover {
	color: #003366;
	background-color: #F3F1E5;
}

#Products a strong{
	color: #300;
	height: 20px;
	line-height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#CATALOG a:hover strong{
	color: #003366;
}
#CATALOG a p  {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #67553A;
	line-height: 14px;
	display: block;
	margin-top: 5px;
	margin-right: 7px;
	margin-bottom: 5px;
	margin-left: 7px;
	text-align: center;
}


#CATALOG a:hover p  {
	color: #003366;
}

#CATALOG h1 {
	display: block;
	width: 655px;
	color: #930;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
	font-variant: normal;
	letter-spacing: 1px;
	margin-top: 7px;
	margin-bottom: 7px;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#CATALOG h2 {
	display: block;
	color: #8692B0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: capitalize;
	font-variant: normal;
	letter-spacing: 1px;
	margin-top: 7px;
	margin-bottom: 7px;
}

#BuyNow {
	display: block;
	width: 200px;
}
