body {
	margin: 0px;
	padding: 0px;
	color: #000;
	background-color: #fff;
	font-family: "Myriad Pro", "Arian AMU", "Arial Unicode"
}

.fix {
	margin: 0px auto;
	width: 960px
}

.cleared { clear: both }

#fix_menu {
	z-index: 10;
	width: 100%;
	height: 47px;
	background-color: #4e5256
}
#fix_menu .main_logo {
	float: left;
	cursor: pointer
}
#fix_menu .top_secs {
	float: left
}
#fix_menu .top_secs a {
	float: left;
	text-decoration: none;
	width: 80px;
	height: 38px;
	margin: 4px 10px
}
#fix_menu .top_secs a img {
	float: left;
	width: 80px;
	height: 38px
}
#fix_menu #manes {
	float: right;
	margin: 11px 0px
}

#fix_bottom {
	position: fixed;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 10px;
	background-color: #2a3239
}

#fix_menu .top_secs a .selected {
	float: left;
	width: 100%;
	border-bottom: 5px solid #b00
}

.wrapper {
	z-index: 9;
	position: relative;
	width: 960px;
	min-height: 700px;
	margin: 0px auto;
	background-image: url('../pics/main_bg_op.png');
	background-repeat: no-repeat
}

.big_logo_area {
	float: left;
	width: 960px;
	margin: 100px 0
}
.big_logo_area .item {
	float: left;
	width: 478px;
	height: 200px;
	text-align: center;
}
.big_logo_area .item .photo {
	
	width: 478px;
	height: inherit;
	display: table-cell;
	vertical-align: bottom;
}
.big_logo_area .item .text {
	margin-top: 20px;
	width: 100%;
	text-align: center
}
.big_logo_area .line {
	float: left;
	width: 1px;
	height: 226px;
	margin: 0px 1px;
	background-color: #ccc
}
.big_logo_area .item .text a {
	color: #000;
	font-size: 15px;
	text-transform: uppercase;
	text-decoration: none
}