@charset "utf-8";
/* Stylesheet for Overhill Farms "home" page; May also be applied to pages with similar layout */

/* begin main menu page-state:on */
.onM1 a {
	color:#FFF;
	background-position:left bottom;
	background-image:url(image/menuButtonLeftRed.png); /* left red */
}

.onM1 a span {
	background-position:right bottom;
	background-image:url(image/menuButtonRightRed.png); /* right red */
}
/* end main menu page-state:on */

#contentA1 {
	position:relative;
	float:left;
	width:546px;
	height:406px;
	margin-right:30px;
}

.image1 {
	width:100%;
	height:100%;
}

.floatingText {
	position:absolute;
	bottom:0px;
	right:0px;
	font-size:0.8em;
/*  color:#81BD9F; old color */
	color:#B9DECB;
	background:url(image/roundedWhite.gif) top left no-repeat;
	padding:6px 8px 0px 4px;
}

.floatingText img {
	float:left;
	padding-right:5px;
}

.floatingText a {
	text-decoration:none;
	color:#81BD9F;
}

.floatingText a:hover {
	color:#B02A30;
}

#contentA2 {
	float:left;
	font-size:1em;
	width:420px;
}

.caText {
	margin-right:30px;
	width:390px;
	font-size:0.85em;
	font-weight:bold;
	line-height:1.3em;
	color:#000;
}

.caText p {
	padding-left:0px;
	padding-bottom:1em;
}

.sqv {
	position:relative;
	z-index:5;
	margin-top:0px;
}

.sqv h3 {
	font-size:0.95em;
}

.sqv ul {
	list-style-type:none;
	padding:0px;
	margin:0px;
	color:#666;
	line-height:1.8em;
	margin:5px 0px 0px 20px;
}

.sqv li {
	background-image:url(image/arrow.gif);
	background-repeat:no-repeat;
	background-position:0px 9px;
	padding-left:18px;
}

.sqv img {
	float:right;
	position:relative;
	width:137px; /* actual width:183px */
	height:199px; /* actual height:265px */
	top:0px;
	left:-90px;
}

#contentB {
	z-index:4;
}

.red {
	font-size:1.2em;
}