body{
	margin: 0;
	padding: 0;
}
#header{
	background: #eee8d8 url(../images/type_three_image/bg.jpg) no-repeat top center;
	min-width: 1000px;
}	#header .content{
		width: 1000px;
		height: 330px;
		margin: 0 auto;
	}	#header .content .logo1{
			display: block;
			background: url(../images/type_three_image/logo.png) no-repeat;
			width: 268px;
			height: 55px;
		}	#header .content .logo1 span{
				display: none;
			}
		#header .content .menu1{
			float: right;
			margin: 0;
			padding: 16px 16px 0 0;
			list-style: none;
			font: 12px/14px Tahoma, Geneva, sans-serif;
			overflow: hidden;
			overflow: inherit;
			_height: 1%;
		}	#header .content .menu1 li{
				float: left;
				background: url(../images/type_three_image/keys.gif) no-repeat center bottom;
				margin: 0 0 0 48px;
				padding: 0 0 8px 0;
			}
			#header .content .menu1 li a{
				color: #fff;
				text-decoration: none;
			}
			#header .content .menu1 a:hover, #header .content .menu1 a:focus, #header .content .menu1 a:active{
				text-decoration: underline;
			}
		#header .content .sert1{
			float: left;
			clear: both;
			padding: 82px 0 0 12px;
		}	#header .content .sert1 a{
				margin: 0 4px 0 0;
			}	#header .content .sert1 a img{
					border: 0;
				}
		#header .content .contacts1{
			clear: both;
			padding: 104px 0 0 0;
			text-align: center;
			font: 16px/20px "Times New Roman", Times, serif;
			color: #433b37;
		}	#header .content .contacts1 .phone{
				padding: 0 22px;
			}	#header .content .contacts1 span span{
					color: #9f948e;
				}
			#header .content .contacts1 a{
				color: #9f2029;
			}
		
