/*   All Things Horsey - LAYOUT - This CSS is strictly for the main page components - header, left menu, body and footer  */

.maindiv {
 	background: #FFFFFF url('/images/ath_proposal5.jpg') no-repeat;
	overflow: visible;
	height: auto;
	width: 1024px;
	clear: both;
}

.leftmenu {
	position: absolute;
	top: 110px;
	left: 0;
	background: #fff;
	margin-left: 20px;
	width: 175px;
	z-index: 3;
}

.pageheader {
	width: auto;
	position: fixed;
	margin-top: 0px;
	margin-left: 0px;
	float: left;
	height: 120px;
	z-index: 5000;
	clear: right;
}


#searchspot {
	position: absolute;
	background: transparent;
	top: 125px;
	left: 600px;
	z-index: 1000;
}

.contentarea {
	margin-top: 165px;
	background: transparent;
	width: 100%;
	color: #333333;
	height: 80%;
}

.central {
	margin: 0px 10px 0 225px;
	background: transparent;
	color: #333333;
	z-index: 5;
}

.footer {
	height: auto; 
	margin: 20px 0px 20px 225px;
	border-top: 1px solid #ccc;
	float:  left;
}

div.grid225 div.pspsMain {
position: relative;
height: 225px;
}
div.grid225 div.pspsMain img {
position: relative;
top: 12px;
}
div.grid225 div.pspsMain button.buy_button {
position: absolute;
bottom: 0px;
left: 50%;
margin-left: -50% !important;
}
div.grid div.pspsMain {
position: relative;
height: 225px;
}
div.grid div.pspsMain img {
position: relative;
top: 12px;
}
div.grid div.pspsMain button.buy_button {
position: absolute;
bottom: 0px;
left: 50%;
margin-left: -50% !important;
}