#wrapper { background: url(../images/backgrounds/background_picture.jpg) top center; background-size: 100% 100%;-webkit-background-size: cover;
  		-moz-background-size: cover;
  		-o-background-size: cover;
 	 	background-size: cover; }

a.btn, a.btn:visited { 
	border: solid 1px rgba(0, 0, 0, 0.8); 
	color:#fff;  	
	background-color: #e66d4c; 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e66d4c), to(#e30613));
	background-image: -webkit-linear-gradient(top, #e66d4c, #e30613);
	background-image: -moz-linear-gradient(top, #e66d4c, #e30613);
	background-image: -ms-linear-gradient(top, #e66d4c, #e30613);
	background-image: -o-linear-gradient(top, #e66d4c, #e30613);
	background-image: linear-gradient(to bottom, #e66d4c, #e30613);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#e66d4c, endColorstr=#e30613);		
}

a.btn:hover {
	background:#e30613;	
}

.form-row input.btn {  
	border: solid 1px #9b5045; 
	color:#fff;  
	background-color: #e66d4c; 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e66d4c), to(#e30613));
	background-image: -webkit-linear-gradient(top, #e66d4c, #e30613);
	background-image: -moz-linear-gradient(top, #e66d4c, #e30613);
	background-image: -ms-linear-gradient(top, #e66d4c, #e30613);
	background-image: -o-linear-gradient(top, #e66d4c, #e30613);
	background-image: linear-gradient(to bottom, #e66d4c, #e30613);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#e66d4c, endColorstr=#e30613);		
}

.form-row input.btn:hover, .form-row input.btn:focus {
	background:#e30613;
} 

.glyph-item { 
	color:#e30613
}

.pricing .blocks .inner ul li.price {
	background: #009640;	
	border-bottom: solid 5px #ffed00; 
	margin-top:-1px
}

.highlight h2 span {
	color:#e66d4c
}