@charset "UTF-8";
/* CSS Document */


.button1 {
	position: relative;
	font-family: 'Open Sans Condensed', 'Arial Narrow', Arial, Helvetica, sans-serif;
	background-image: url(images/button_bg.jpg);
	background-repeat: no-repeat;
	white-space: nowrap;
	display: block;
	height: 31px;
	width: 170px;
	margin: 0px;
	overflow: hidden;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 21px;
	color: #FFF;
}
.button2 {
	position: relative;
	font-family: 'Open Sans Condensed', 'Arial Narrow', Arial, Helvetica, sans-serif;
	background-image: url(images/redbutton_over.jpg);
	background-repeat: no-repeat; 
	white-space: nowrap;
	display: block;
	height: 35px;
	width: 180px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	
}
.button2 a {
	display: block;
	color: #000;
	height: 35px;
	width: 180px;
	float: left;
	text-decoration: none;
}
.button2 a:hover {color: #fff;}

.button2 img {width: 180px; height: 35px; border: 0; }
.button2 a:hover img{visibility:hidden}
.button2 span a:visited {color: #000;}

.button2 span {
	position: absolute;
	left: 35px;
	top: 6px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	text-align: left;
	text-align: left;
	width: 137px;
	colour: #fff;
}


.button3 {
	position: relative;
	font-family: 'Open Sans Condensed', 'Arial Narrow', Arial, Helvetica, sans-serif;
	background-image: url(images/redbutton_over.jpg);
	background-repeat: no-repeat; 
	white-space: nowrap;
	display: block;
	height: 35px;
	width: 180px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.button3 a {
	display: block;
	color: #fff;
	font-size: 18px;
	height: 35px;
	width: 180px;
	float: left;
	text-decoration: none;
}
.button3 a:hover {
	color: #fff;
	background-image: url(images/blackbutton_up.jpg);
}

.button3 img {width: 180px; height: 35px; border: 0; }
.button3 a:hover img{visibility:hidden}

.button3 span {
	position: absolute;
	left: 35px;
	top: 6px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	text-align: left;
	width: 145px;
	text-align: left;
}
.underpillow  {
	margin: 0px;
	padding: 0px;
	text-align: left;
	color: #020202;
	text-decoration: none;
	font-weight: normal;
	text-transform: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

