/* Header */
#header {
	height: 130px;
	position: relative;
	width: 100%;
	z-index: -9;
	background-color: #667782;
	background-image: url(../img/texture_7545.png);
}
#header h1 img .logo {
/* #header h1 { */
	/* background: url("../img/logo.png") no-repeat scroll 0 0 transparent; */
	height: 31px;
	left: 0px;
	line-height: 100px;
	overflow: hidden;
	position: relative;
	top: 44px;
	width: 250px;
}
#header h1 a {
	display: block;
}
#header h2 {
	background: url("../img/sidebar_navicon.png") no-repeat scroll 0 0 transparent;
	height: 89px;
	left: 0px;
	overflow: hidden;
	position: relative;
	top: 35px;
	width: 250px;
	cursor:pointer;
}

/* Header logo */
.logo {
	/* background: url("../img/logo.png") no-repeat scroll 0 0 transparent; */
	height: 31px;
	width: 250px;
	left: 0px;
	top: 7px;
	overflow: hidden;
	position: relative;
	z-index: 100;
	display: block;
	float: left;
}
