.header {
	background:#ff0000;
}
.logo h1 a span {
	color:#ff0000;
}

.contactform input[type="submit"], .contactform input[type="reset"] {
	background:#ff0000;
	border-bottom:5px solid #cc0000;
}	
.contactform input[type="submit"]:hover, .contactform input[type="reset"]:hover {
	background: #000000;
    color: #ff0000;
    transition: .5s all;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    -moz-transition: .5s all;
}

#showTel {
	background: url("../images/icons/telephone_red.png") no-repeat 0px 0px;
}

#toTop {
	background: url("../images/arr_red.png") no-repeat 0px 0px;
}

.footer-right p a {
	color: #ff0000;
}

.footer-left ul li a:hover {
    color: #ff0000;
}