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

#button1, button1fr{
	width: 250px;
	float: left;
	height: 50px;
	background-image: url(images/button1swap.png);
	background-repeat: no-repeat;
	
}
#button1active,#button1fractive{
	width: 250px;
	float: left;
	height: 50px;
	background-image: url(images/button1swap.png);
	background-repeat: no-repeat;
	background-position: 0px -60px;
}
#button1 a,#button1active a {
	padding-top: 15px;
	margin-bottom: 0;
	padding-left: 120px;
	display:block
}
#button1fr a,#button1fractive a {
	padding-top: 15px;
	margin-bottom: 0;
	padding-left: 60px;
	display:block
}

#button2{
	width: 207px;
	float: left;
	height: 50px;
	background-image: url(images/button2swap.png);
	background-repeat: no-repeat;
}
#button2active{
	width: 207px;
	float: left;
	height: 50px;
	background-image: url(images/button2swap.png);
	background-repeat: no-repeat;
	background-position: 0px -60px;
}
#button2 a,#button2active a {
	padding-top: 15px;
	margin-bottom: 0;
	padding-left: 30px;
	display:block
}
#button3{
	width: 208px;
	float: left;
	height: 50px;
	background-image: url(images/button3swap.png);
	background-repeat: no-repeat;
}
#button3active {
	width: 208px;
	float: left;
	height: 50px;
	background-image: url(images/button3swap.png);
	background-repeat: no-repeat;
	background-position: 0px -60px;
}

#button3 a,#button3active a {
	padding-top: 15px;
	margin-bottom: 0;
	padding-left: 45px;
	display:block
}

#button4{
	width: 235px;
	height: 50px;
	float: left;
	background-image: url(images/button4swap.png);
	background-repeat: no-repeat;
}
#button4active{
	width: 235px;
	height: 50px;
	float: left;
	background-image: url(images/button4swap.png);
	background-repeat: no-repeat;
	background-position: 0px -60px;
}
#button4 a,#button4active a {
	padding-top: 15px;
	margin-bottom: 0;
	padding-left: 70px;
	display:block
}


