﻿.top {
	background-image: url(../images/top_bg4.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 70px;
	width: 100%;
	background-color: #3566a1;
	line-height: 25px;
	color: #FFF;
	padding: 10px;
	background: -webkit-linear-gradient(top,#196eac 0,#7fb4d9 100%);
	background: -moz-linear-gradient(top,#196eac 0,#7fb4d9 100%);
	background: -ms-linear-gradient(top,#196eac 0,#7fb4d9 100%);
	background: -o-linear-gradient(top,#196eac 0,#7fb4d9 100%);
	background: linear-gradient(top,#196eac 0,#7fb4d9 100%);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #069;
}
.logo {	
	float: left;
	height: 100%;
	width: 600px;
	vertical-align:middle;
	display:block;
}
.logo .icon{
	background-image: url(../images/mwcc_logo.png);
	background-repeat: no-repeat;
	background-position:center;
	width: 200px;
	height:60px;
	display: block;
	float: left;
}
.logo h3{
	float:left;
	height:50px;
	font-size:24px;
	font-weight:900;
	color: #FFF;
}
.tool_right{
	float: right;
	height:100%;
}
