#head_main {
	width: 100%;
	min-width: 1024px;
	height: 190px;
}
#head_strike_first {
	width: 100%;
	height: 24px;
	margin-bottom: 2px;
	background: #333;
}
#head_strike_second {
	width: 100%;
	height: 10px;
	background: #DDD;
}
.head_strike_line {
	width: 100%;
	height: 1px;
	margin-bottom: 1px;
	background: #CCC;
}
#head_strike_third {
	width: 100%;
	height: 110px;
	background: #F5F5F5;
}
#head_logo {
	float: left;
	margin-top: 22px;
	margin-left: 60px;
}
#head_contacts {
	float: right;
	margin-top: 25px;
	margin-right: 40px;
	text-align: right;
	font-family: century gothic;
	font-weight: bold;
	color: #999;
}
#head_contacts_phone {
	font-size: 18px;
}
#head_contacts_adress {
	margin-top: 2px;
	font-size: 12px;
}
#head_strike_forth {
	width: 100%;
	height: 30px;
	background: url("/resources/images/interface/head_line_01.gif") repeat-x;
}
#head_strike_shadow {
	width: 100%;
	height: 10px;
	background: url("/resources/images/interface/head_line_02.gif") repeat-x;
}
#head_strike_last {
	width: 100%;
	height: 1px;
	background: #CCC;
}
#head_menu_table {
	width: 100%;
	padding-top: 7px;
}
.head_menu_container {
	text-align: center;
	font-family: tahoma;
	font-size: 11px;
	color: #CCC;
}
.head_menu_name {
	color: #369;
	text-decoration: none;
}
.head_menu_name:hover {
	color: #999;
}
