@charset "utf-8";
/* CSS Document */

/* ~~ The header ~~ */
/* ~~ The header is not given a width. It will extend the full width of your layout. ~~ */

header {
	background-color: #646464;
	height: 40px;
}
.header-container {
	margin: 0 auto;
	width: 1000px;
	min-height: 40px;
}
.header-logo {
	width: 36px;
	height: 28px;
	float: left;
	margin-top: 6px;
	
}
.header-sitename {
	width: 150px;
	height: 20px;
	float: left;
	margin-top: 10px;
	color: #FFF;
	font-size: larger;
	margin-left: 10px;
}
.header-motto {
	width: 500px;
	height: 20px;
	float: left;
	margin-top: 12px;
	color: #eeeeee;
	font-size: small;
	margin-left: 10px;
	text-align: center;
}
.header-socialbox {
	width: 125px;
	height: 28px;
	float: right;
	margin-top: 6px;
}
.header-socialicon {
	width: 21px;
	height: 28px;
	float: left;
	margin-top: 6px;
	margin-left: 9px;
}
.header-socialhash {
	width: 150px;
	height: 20px;
	float: right;
	margin-top: 12px;
	margin-left: 9px;
	color: #f7ca39;
	font-size: small;
	text-align: center;
	font-weight: bold;
}
.header-menu {
	background-color: #EEEEEE;
	height: 40px;
}
.header-menu-container {
	margin: 0 auto;
	width: 1000px;
	min-height: 40px;
}
.header-menu-btn {
	width: 115px;
	height: 20px;
	float: left;
	text-align: center;
	margin-top: 10px;
	border-right-style: solid;
	border-right-width: thin;
	border-right-color: #3c3c3c;
	color: #3c3c3c;
	font-size: small;
}
.header-menu-btn-last {
	width: 115px;
	height: 20px;
	float: left;
	text-align: center;
	margin-top: 10px;
	color: #3c3c3c;
	font-size: small;
}

.header-menu-mutaredbtn {
	width: 135px;
	height: 40px;
	float: right;
	background-color: #f7ca39;
}
.header-menu-mutaredbtnlast {
	width: 130px;
	height: 40px;
	float: right;
	background-color: #f7ca39;
	border-right-style: solid;
	border-right-width: thin;
	border-right-color: #3c3c3c;
}
.header-menu-mutardbtn-text {
	width: 125px;
	height: 20px;
	float: right;
	color: #000;
	font-size: small;
	text-align: center;
	margin-top: 10px;
}

