@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	}
	
header .logo a {
	background-image: url(../assets/logo.png);
	background-position: left center;
	height: 49px;
	width: 240px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	position: absolute;
	right: -12px;	
}

header .calltoaction {
	background-image: url("../assets/headerback3.jpg")!important;
    background-repeat: repeat-x!important;
    color: #000000;
    display: block;
    float: right;
    font-size: 24px;
    font-weight: bold;
    height: 49px;
    line-height: 49px;
	padding-left: 30px;
    padding-right: 20px;
	right: 0;
    text-decoration: none
}