.header {
	background:#ffff33;
}

.header-left ul li a, 
.header-right ul li a{
    color: #000;
}

.header-right ul li {
	border-right: 1px solid rgba(0,0,0,0.2);
}

.header-right ul li a:hover,
.header-left ul li a:hover {
    color: #fff;
    transition: .2s all;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    -ms-transition: .2s all;
    -moz-transition: .2s all;
}

.logo h1 a span {
	color:#ffff33;
    text-shadow: 1px 1px 1px #000;
}

.service_content a {
    color: #ffcc00;
}

.service_content ul {
    list-style: url('../images/icons/key_yellow.png');
}

.contactform input[type="submit"], .contactform input[type="reset"] {
    font-weight: bold;
	color: #000;
	background:#ffff33;
	border-bottom:5px solid #ffcc33;
}	
.contactform input[type="submit"]:hover, .contactform input[type="reset"]:hover {
	background: #000000;
    color: #ffff33;
    transition: .2s all;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    -ms-transition: .2s all;
    -moz-transition: .2s 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: #ffff33;
}

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