@charset "UTF-8";
/* CSS Document */
/* Styles for the home page text fader */

#fadertext { 
	text-align: center;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; 
	position: relative; 
	left:20px; 
	padding: 10px 5px; 
	font-size:16px;
	font-weight: bold;
/*	text-transform: uppercase;*/
	line-height: 135%;
	}
#fadebox { 
	float: left; 
	background-color:fcb953; 
	width:360px; 
	height: 120px; 
	background-image:url(../specials_images/ppButtons_04.png);
	margin-bottom: 20px;
	}
#fadebox a {
	color: #158daf !important; 
	text-decoration: none; 
	font-weight: bold;
		}
#fadertext a:hover { 
	color: #402f1a !important; 
	background-color: #c93; 
	}
#leftBtn {
	float: left; 
	width: 120px;
	height: 160px; 
	margin:0; 
	padding:0;}
#centerBtn {
	float: left; 
	width: 120px;
	height: 160px; 
	margin:0; 
	padding:0;
	}
#rightBtn {
	margin:0; 
	padding:0;
	}
#rightBtn a:hover, #leftBtn a:hover, #centerBtn a:hover {
	background-color: #fff !important; 
	}