/*******************************************
Title: SAV website sales page styles
Last Updated: January 29, 2008
Author: James Sherman
********************************************/

#logos {
	padding: 0;
	margin: 5px -20px 5px 5px;
	position: relative;
	left: 0px;
	width: 646px;
	height: 500px;
}
#logos img {
	margin-right: auto;
	margin-left: auto;
	padding-top: 8px;
	padding-bottom: 8px;
}
#note {
	font-size: small;
}

#leftCol {
	width: 290px;
	position: absolute;
	left: 0px;
	top: 0px;
	
}

#centerCol {
	position: absolute;
	width: 202px;
	left: 290px;
	top: 0px;

}

#rightCol {
	position: absolute;
	left: 500px;
	top: 0px;
	width: 132px;
}

#leftList {
	float: left;
	width: 45%;
}

#rightList {
	float: left;
	width: 55%;
}

#catagories {
	clear: both;
}

#catagories img {
	padding: 7px 5px 5px;
}
