﻿/*@charset "utf-8";*/
.siteheader{
    width: 100%;
    background-color: #CA0714;
    z-index: 99;
}
.siteheaderWrapper{
	width:950px;
	margin:0 auto;
}
.siteheaderWrapper a{
    display: inline-block;
}
.sitelogo {
    margin: 5px 20px;}
@media screen and (max-width: 769px) {
	.siteheaderWrapper {
		width: 100%;
	}
}