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

.contactform input[type="submit"], .contactform input[type="reset"] {
	background:#ffcc00;
	border-bottom:5px solid #ff9900;
}	
.contactform input[type="submit"]:hover, .contactform input[type="reset"]:hover {
	background: #000000;
    color: #ffcc00;
    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_yellow.png") no-repeat 0px 0px;
}

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

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

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