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

#button{background-position:0 -70px;}
#button:hover,#button.hover{background-position:0 0;}

.orangebutton a{
	width:200px;
	height:70px;
	margin:5px;
	margin-right:35px;
	padding-top:10px;
	float:left;
	background:url(../images/icons/orange-button.png);
	background-repeat:no-repeat;
	cursor:pointer;
	color: #fff;
	text-shadow: 1px 1px 2px #000;
	text-align: center;
	font-size: 15px;
	float: right;
	text-indent: 0px;
	letter-spacing: 0px;
	font-weight: bold;
}
.orangebutton b{
	font-family: 'VAGRoundedBTRegular', arial, serif;
	font-size: 24px;
	line-height: 28px;
}
	
.bluebutton a{
	width:200px;
	height:70px;
	margin:5px;
	padding-top:10px;
	float:left;
	background:url(../images/icons/blue-button.png);
	background-repeat:no-repeat;
	cursor:pointer;
	color: #fff;
	text-shadow: 1px 1px 2px #000;
	text-align: center;
	font-size: 15px;
	float: right;
	text-indent: 0px;
	margin-right:35px;
	font-weight: bold;
}
.bluebutton b{
	font-family: 'VAGRoundedBTRegular', arial, serif;
	font-size: 24px;
	line-height: 22px;
	}
	
.graybutton a{
	font-family: 'VAGRoundedBTRegular', arial, serif;
	width:140px;
	height:58px;
	margin:5px;
	margin-right: 20px;
	padding-top:12px;
	float:left;
	background:url(../images/icons/gray-button.png);
	background-repeat:no-repeat;
	cursor:pointer;
	color: #fff;
	text-shadow: 1px 1px 2px #000;
	text-align: center;
	font-size: 15px;
	float: right;
	text-indent: 0px;}

.graybutton b{
	font-family: 'VAGRoundedBTRegular', arial, serif;
	font-size: 24px;
	line-height: 22px;
	}
