/***********/
/* GENERAL */
/***********/

div,body,form,span,li,ul,h1,h2 {
	margin: 0px;
	padding: 0px;
}

li {
	list-style: none;
}

h1 span, h2 span {
	display: none;
}

body {
	margin-top: 4px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #FFFFFF;
	background:url(/images/body_bg.gif) top repeat-x #747474;
}

.wrapper {
	width: 890px;
	margin: 0 auto;
}

.clear {
	clear: both;
}

/***********/
/* HEADER  */
/***********/

.header {
	height: 116px;
	background:url(/images/logo_metric.gif) top right no-repeat;
}

.home {
	float: right;
}

.home a {
	height: 75px;
	width: 245px;
	display: block;
}

.language {
	color: #9a9a9a;
	font-size: 11px;
}

.language li {
	width: 96px;
	border-bottom: 1px solid #787878;
}

.language li a {
	padding: 3px 0px 3px 3px;
	color: #9a9a9a;
	display: block;
	text-decoration: none;
}

.language li a:hover {
	color: #FFF;
	background: #787878;
	text-decoration: none;
}

.menu {
	color: #9a9a9a;
	font-size: 12px;
	margin-top: 10px;
}

.menu li.long {
	width: 132px;
}

.menu li.longEng {
	width: 205px;
}

.menu li {
	width: 96px;
	border-bottom: 1px solid #9fd20d;
	float: left;
	margin-right: 17px;
}

.menu li a {
	padding: 1px 0px 3px 3px;
	color: #FFF;
	display: block;
	text-decoration: none;
}

.menu li a:hover {
	color: #FFF;
	background: #9fd20d;
	text-decoration: none;
}

.menu li a.active {
	color: #FFF;
	background: #9fd20d;
	text-decoration: none;
}

.submenu {
	clear: both;
	height: 96px;
}

/***********/
/* FOOTER  */
/***********/

.footer {
	clear: both;
	background: #999999;
	width: 100%;
	height: 28px;
	font-size: 11px;
	margin-top: 3px;
}

.footer p {
	margin: 0px;
	padding: 7px 0px 0px 21px;
}

.footer span {
	float: right;
	position: relative;
	bottom: 13px;
	right: 9px;
}

.footer a {
	color: #FFF;
	text-decoration: none;
}

.footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #787878;
}
