@charset "UTF-8";
/* CSS Document */

/*----- R O T A T O R   S T Y L E S -----*/

#promo_rotator {
	height: 200px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
.rotator_image {
	float: left;
	height: 200px;
	width: 300px;
}
.rotator_text {
	float: right;
	height: 200px;
	width: 300px;
	background-image: url(../images/rotator_text_background.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#rotator_text_label {
	width: 280px;
	margin-top: 25px;
	margin-left: 10px;
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}
#rotator_text_label a {
	color: #FFFFFF;
	text-decoration: none;
}
#rotator_text_date {
	width: 280px;
	margin-left: 10px;
	margin-top: 5px;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}	
#rotator_text_date a {
	color: #FFFFFF;
	text-decoration: none;
}
#rotator_text_caption {
	width: 280px;
	margin-left: 10px;
	margin-top: 10px;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
#rotator_text_caption a {
	color: #FFFFFF;
	text-decoration: none;
}

/*----- B U T T O N   S T Y L E S -----*/

#promo_buttons {
	height: 130px;
	width: 600px;
}
#promo_button_1 {
	float: left;
	height: 130px;
	width: 190px;
}
#promo_button_2 {
	float: left;
	height: 130px;
	width: 190px;
	margin-left: 15px;
}
#promo_button_3 {
	float: right;
	height: 130px;
	width: 190px;
}
.button_image {
	height: 90px;
	width: 190px;
}
.button_text {
	height: 27px;
	width: 170px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 10px;
	background-image: url(../images/button_text_background.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.button_image a {
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}
.button_text a {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
#button_1_image a {
	display: block;
	width: 170px;
	height: 20px;
	padding-top: 65px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: url(../images/buttons/button_1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border: 0px;
	text-decoration: none;
}
#button_1_image a:hover {
	background-image: url(../images/buttons/button_1.jpg);
	background-repeat: no-repeat;
	background-position: left -90px;
}
#button_2_image a {
	display: block;
	width: 170px;
	height: 20px;
	padding-top: 65px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: url(../images/buttons/button_2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border: 0px;
	text-decoration: none;
}
#button_2_image a:hover {
	background-image: url(../images/buttons/button_2.jpg);
	background-repeat: no-repeat;
	background-position: left -90px;
}
#button_3_image a {
	display: block;
	width: 170px;
	height: 20px;
	padding-top: 65px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: url(../images/buttons/button_3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border: 0px;
	text-decoration: none;
}
#button_3_image a:hover {
	background-image: url(../images/buttons/button_3.jpg);
	background-repeat: no-repeat;
	background-position: left -90px;
}
	
