﻿/*header containing logo, gradient*/
#header {
	float: left;
	width: 955px;
	height: auto;
	margin:0px;
	padding:0px;
	/*background: #369 url("../../header_bg.jpg") top right;*/

	background: #369 url("../../img/header_bg.jpg") no-repeat right;

overflow:visible;

}
#header .logo {
	float: left;
	width: 483px;
	height: 137px;
	background: #369 ;
}

#header #menu {
z-index:300;
	float: right;
	padding: 0;
	margin: 0;
	width: 472px;
	height: auto;
	background:    url("../../img/mainnav_off.jpg")  repeat-x;
	

	
}

/*oit buttoin*/
/*mit bt in navigation*/
#mit_bt{
z-index:500;
float:right;
background:   url("img/mit_bt.jpg") bottom no-repeat;
width:140px;
height:25px;
padding:0;
margin-top:77px;
text-align:center;
}
#mit_bt a{
	position:relative;
color:#fff;

left:25px;
top:5px;
}
#mit_bt a:hover, a:active{
color:#fff;
font-weight:bold;
}

