/** WRAPPER */

#wrapper {
	margin: 0px;
	padding: 0px;
	background: url(https://www.alzex.com/assets/templates/new/images/bg2_04.png) repeat-x left top;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #636363;
}

.container {
	margin: 0 20px;
}

.clearfix {
	clear: both;
}

/** TOP MENU */

#lang-header {
	height: 28px;
	padding: 1px 0px 0px 0px;
}

#lang-menu {
	height: 28px;
    position: relative; 
	font-size: 12px;
	margin: -5px 0 0 0;
}

#lang-menu li {
	float: right;
	display: inline;
	margin: 0 0 0 20px;
}

#lang-menu li a {
    text-decoration:none;
}

/** HEADER */

#header {
	height: 56px;
	padding: 4px 0px 0px 0px;
	margin: 0 20px;
}

#logo-image {
	position: relative;
	float: left;
    top: 0px;
	width: 70px;
	height: 56px;
}

#logo-title {
	position: relative;
    vertical-align: middle;
    display: table-cell;
	height: 56px;
}

#logo-title p {
	font-size: 14px;
	font-weight: normal;
}

/** MENU */
#menu-container {
	margin: 0 20px;
}

#menu {
	height: 54px;
	padding-top: 23px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	margin-right: 15px;
}

#menu span {
	display: inline-block;
	margin: 0px;
	font-weight: normal;
}

#menu a {
	display: block;
	float: left;
	height: 29px;
	padding: 4px 14px 0px 14px;
	text-decoration: none;
	text-shadow: #152839 -1px 2px 3px;
	font-family: Verdana, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: none;
    background: url(https://www.alzex.com/assets/templates/new/images/homepage05.jpg) repeat-x left top;
}

#menu li.active {
	background: url(https://www.alzex.com/assets/templates/new/images/homepage05.jpg) repeat-x left top;
}

#menu li.active a {
	background: url(https://www.alzex.com/assets/templates/new/images/homepage03.jpg) no-repeat  left top;
	text-shadow: #013D6F -1px 2px 3px;
}

#menu li.active span {
	display: inline-block;
	background: url(https://www.alzex.com/assets/templates/new/images/homepage04.jpg) no-repeat right top;
	color: #FFFFFF;
}