@charset "UTF-8";

.widebutton{
	display:block;
	width:162px;
	height:27px;
	overflow:hidden;
	margin:15px 0 10px 15px;
	padding:10px 0 0 0;
	text-align:center;
	color:#FFFFFF;
	text-decoration:none;
	background:url(../images/global/nav/widebuttonbg.jpg) 0 0;
}

.widebutton:hover{
	color:#FFFFFF;
	background:url(../images/global/nav/widebuttonbg.jpg) -162px 0;
}

.widebutton-purple{
	display:block;
	width:162px;
	height:27px;
	overflow:hidden;
	margin:15px 0 10px 15px;
	padding:10px 0 0 0;
	text-align:center;
	color:#FFFFFF;
	text-decoration:none;
	background:url(../images/global/nav/widebuttonbg-purple.jpg) 0 0;
}

.widebutton-purple:hover{
	color:#FFFFFF;
	background:url(../images/global/nav/widebuttonbg-purple.jpg) -162px 0;
}

.widebuttonlg{
	display:block;
	width:276px;
	height:37px;
	overflow:hidden;
	margin:15px 0 10px 15px;
	padding:12px 0 0 0;
	font-size:18px;
	text-align:center;
	color:#FFFFFF;
	text-decoration:none;
	background:url(../images/global/nav/widebuttonlgbg.jpg) 0 0;
	border:0;
}

.widebuttonlg:hover{
	color:#FFFFFF;
	background:url(../images/global/nav/widebuttonlgbg.jpg) -276px 0;
}

.orderbuttonlg{
	display:block;
	width:276px;
	height:49px;
	overflow:hidden;
	margin:15px 0 10px 15px;
	padding:0;
	font-size:18px;
	text-align:center;
	color:#FFFFFF;
	text-decoration:none;
	background:url(../images/global/nav/widebuttonlgbg.jpg) 0 0;
	border:0;
}

.orderbuttonlg:hover{
	color:#FFFFFF;
	background:url(../images/global/nav/widebuttonlgbg.jpg) -276px 0;
}

.standard{
	display:block;
	width:136px;
	height:33px;
	overflow:hidden;
	margin:0 0 0 30px;
	padding:2px;
	color:#FFFFFF;
	font-size:12px;
	text-align:center;
	text-decoration:none;
	background: url(../images/global/pricing/standard_button.jpg) 0 0;
}

.standard:hover{
	color:#FFFFFF;
	background:url(../images/global/pricing/standard_button.jpg) -140px 0;
}

.deluxe{
	display:block;
	width:136px;
	height:33px;
	overflow:hidden;
	margin:0 0 0 30px;
	padding:2px;
	color:#FFFFFF;
	font-size:12px;
	text-align:center;
	text-decoration:none;
	background: url(../images/global/pricing/deluxe_button.jpg) 0 0;
}

.deluxe:hover{
	color:#FFFFFF;
	background:url(../images/global/pricing/deluxe_button.jpg) -140px 0;
}