/* CSS Document */
body {
	font-family:sans-serif;
}

/* Large */
.button-lg {
	width:402px;
	height:104px;
	position:absolute;
	background:url(../images/butbg-lg.png) center center no-repeat;
	color:#fff;
	
}
.button-lg:hover {
	width:402px;
	height:104px;
	position:absolute;
	background:url(../images/butbg-lg-h.png) center center no-repeat;
	color:#333;
}

.newbutton-lg {
	width:402px;
	height:104px;
	position:absolute;
	background:url(../images/newbutbg-lg.png) center center no-repeat;
	color:#0b0b0b;
	
}
.newbutton-lg:hover {
	width:402px;
	height:104px;
	position:absolute;
	background:url(../images/newbutbg-lg-h.png) center center no-repeat;
	color:#ffffff;
}


.icon-lg {
	margin-left:18px;
	float:left;
 }
.icon-lg img {
	width:70px;
	height:70px;
	margin-top:19px;
}
.title-lg {
    margin-left: 14px;
    font-size: 24px;
    top: 22px;
    position: absolute;
    font-family: 'Oswald', sans-serif;
}
.tagline-lg {
    margin-left: 17px;
    font-size: 15px;
    top: 58px;
    position: absolute;
    font-family: "Times New Roman", Times, serif;
}
/* medium */
.newbutton-md {
	width:300px;
	height:78px;
	position:absolute;
	background:url(../images/newbutbg-md.png) center center no-repeat;
	color:#0b0b0b;
	
}
.newbutton-md:hover {
	width:300px;
	height:78px;
	position:absolute;
	background:url(../images/newbutbg-md-h.png) center center no-repeat;
	color:#fff;
}

.button-md {
	width:300px;
	height:78px;
	position:absolute;
	background:url(../images/butbg-md.png) center center no-repeat;
	color:#fff;
	
}
.button-md:hover {
	width:300px;
	height:78px;
	position:absolute;
	background:url(../images/butbg-md-h.png) center center no-repeat;
	color:#333;
}

.icon-md {
    margin-left: 17px;
    float: left;
    margin-top: -2px;
}
.icon-md img {
	width:45px;
	height:45px;
	margin-top:20px;
}
.title-md {
	margin-left:12px;
	font-size:20px;
	top:15px;
	position:absolute;
	font-family:'Oswald', sans-serif;
}
.tagline-md {
	margin-left:14px;
	font-size:13px;
	top:45px;
	position:absolute;
	font-family:"Times New Roman", Times, serif;
}

/* small */
.button-sm {
	width:200px;
	height:52px;
	position:absolute;
	background:url(../images/butbg-sm.png) center center no-repeat;
	color:#fff;
	
}
.button-sm:hover {
	width:200px;
	height:52px;
	position:absolute;
	background:url(../images/butbg-sm-h.png) center center no-repeat;
	color:#333;
}

.newbutton-sm {
	width:200px;
	height:52px;
	position:absolute;
	background:url(../images/newbutbg-sm.png) center center no-repeat;
	color:#0b0b0b;
	
}
.newbutton-sm:hover {
	width:200px;
	height:52px;
	position:absolute;
	background:url(../images/newbutbg-sm-h.png) center center no-repeat;
	color:#fff;
}

.icon-sm {
	margin-left:12px;
	float:left;
	margin-top:-1px;
 }
.icon-sm img {
	width:30px;
	height:30px;
	margin-top:13px;
}
.title-sm {
	margin-left:8px;
	font-size:14px;
	top:10px;
	position:absolute;
	font-family:'Oswald', sans-serif;
}
.tagline-sm {
	margin-left:10px;
	font-size:11px;
	top:30px;
	position:absolute;
	font-family:"Times New Roman", Times, serif;
}

/* extra small */
.newbutton-xs {
	width:155px;
	height:39px;
	position:absolute;
	background:url(../images/newbutbg-xs.png) center center no-repeat;
	color:#0b0b0b;
	
}
.newbutton-xs:hover {
	position:absolute;
	background:url(../images/newbutbg-xs-h.png) center center no-repeat;
	color:#fff;
}

.button-xs {
	width:150px;
	height:39px;
	position:absolute;
	background:url(../images/butbg-xs.png) center center no-repeat;
	color:#fff;
	
}
.button-xs:hover {
	width:150px;
	height:39px;
	position:absolute;
	background:url(../images/butbg-xs-h.png) center center no-repeat;
	color:#333;
}
.icon-xs {
	margin-left:7px;
	float:left;
 }
.icon-xs img {
	width:25px;
	height:25px;
	margin-top:8px;
}
.title-xs {
	margin-left: 6px;
    font-size: 11px;
    top: 6px;
	position:absolute;
	font-family:'Oswald', sans-serif;
}
.tagline-xs {
	margin-left: 7px;
    font-size: 9px;
    top: 22px;
	position:absolute;
	font-family:"Times New Roman", Times, serif;
}



 
	
	