@charset "utf-8";
/* Stylesheet for "products" main page */

/* begin main menu page-state:on */
.onM2 a {
	color:#FFF;
	background-position:left bottom;
	background-image:url(image/menuButtonLeftRed.png); /* left red */
}

.onM2 a span {
	background-position:right bottom;
	background-image:url(image/menuButtonRightRed.png); /* right red */
}

.select .onA {
	display:block;
	position:absolute;
	width:640px;
	padding-top:8px;
	top:103px;
	left:220px;
}
/* end main menu page-state:on */

.meatImg1, .meatImg2, .meatImg3, .meatImg4 {
	height:160px;
	margin-top:10px;
	margin-bottom:30px;
}

.meatImg1 {
	margin-left:30px;
}

.caHeader {
	width:720px;
	margin-left:190px;
}

.caText {
	width:600px;
	margin-left:210px;
	font-size:0.85em;
	line-height:1.4em;
	color:#000;
}

.caText p {
	padding-bottom:1.2em;
	font-weight:bold;
}

.productRow {
	margin:35px 0px 0px 100px;
}

.prodRow2 {
	display:none;
	margin-left:220px;
}

.productItem {
	position:relative;
	display:inline;
	float:left;
	width:170px;
	height:71px;
	margin-left:7px;
}

.productItem img {
	width:70px;
	height:70px;
}

.productDesc {
}

.productDesc a span{
	position:absolute;
	bottom:0px;
	right:-2px;
	width:100px;
}

.productDesc a {
	text-decoration:none;
	color:#81BD9F;
}

.productDesc a:hover {
	color:#B02A30;
}

.caFooter {
	display:none;
}
