@CHARSET "UTF-8";

/* менюшки */

.main-menu, .main-menu ul {
	margin: 0; padding: 0;
	list-style: none;
}

.main-menu {
	width: 72%;
	padding: 0 1% 0 3%;
	position: absolute;
	left: 23%; bottom: -70px;
	z-index: 30;
	background: url(/themes/default/images/main-menu-bgr.gif) no-repeat top right
}

.main-menu li {
	width: 16%;
	float: left;
	margin: 8px 2% 0 0;
	padding-left: 2%;
}

.main-menu li.last {
	margin-right: 0
}
.megamenu li.impo {
	text-transform: uppercase;
	font-weight: bold;
	text-align: right;
}
.megamenu .small-text {
	margin: 0;
	padding: 10px;
	font-weight: 10px;
	color: #999999;
}

.main-menu a {
	font-size: 1.1em;
	font-weight: bold;
	color: #552d22;
	white-space: nowrap;
}


.main-menu ul a {
	font-size: 0.9em;
	font-weight: normal;
	color: #00999a
}

.main-menu ul li {
	width: 100%;
	padding: 0;
	margin: 18px 0 11px;
	background: none
}

.megamenu div.left-side {
	background: url("/themes/default/images/footer1.gif") no-repeat scroll left top transparent;
    height: 37px;
    left: -10px;
    position: absolute;
    top: 0;
    width: 10px;
    z-index: 25;
}

.megamenu div.right-side {
	background: url("/themes/default/images/footer3.gif") no-repeat scroll left top transparent;
    height: 37px;
    position: absolute;
    right: -10px;
    top: 0;
    width: 10px;
    z-index: 25;
}

