/*<![CDATA[*/
<!--
* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%; /* Required */
  font-size: 100%;
}

body {
  color: #333;
  font: 11px Verdana, sans-serif;
  text-align: center;
  background-image:url(images/pagebg.gif);
  background-position: top center;
  background-repeat: repeat-y;
}

h2 {
  padding: 1em 0 .2em 0;
  font: normal 18px/1.0em Georgia, serif;
}

img {
	border: 0px;
}

a {
  color: #666;
  text-decoration: none;
}

a:hover {
  color: #999;
  text-decoration: underline overline;
}

#page {
	margin: 0 auto;
	width: 960px;
	background: #fff;
	text-align: left;
	position: relative;
	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 100%; /* For IE */

}

/* -- header start */

#header {
	height:130px;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	background-color: #dadada;
	background-position: 0px 10px;
	line-height:1.125em; /* 16×1.125=18 */
	font-size:0.875em; /* 16×0.875=14 */
}

#metrotec {
	position: absolute;
	top: 3px;
	left: 25px;
	width: 225px;
	height: 105px;
	background: url(images/logo.jpg) no-repeat 0 0;
}

#mainmenu {
	position:absolute;
	left: 280px;
	top: 110px;
	color: #dadada;
	padding-bottom: 1em;
}

#mainmenu a {
	font-family: arial;
	font-size: 1.5em;
	padding: 1em;
	color:#0B4E75;
	text-decoration: none;
}

#mainmenu a:hover {
	color:#fff;
}

#langmenu {
	position:absolute;
	left: 800px;
	top:20px;
	width:140px;
	color: #808080;
	padding-bottom: 2px;
}

#langmenu a {
	color: #fff;
	text-decoration: none;
}

#langmenu a:hover {
	background-color: #808080;
}

/* login form start */

#login{
	position: absolute;
	left: 700px;
	top: 50px;
	width: 240px;
}

	#login select.service{
		border: 1px solid #E2E2E4;
		font-size: 11px;
	}

	#login input.user{
		padding:0px 0px 0px 4px;
		width: 70px;
		border: 1px solid #E2E2E4;
	}

	#login input.password{
		padding:0px 0px 0px 4px;
		width: 70px;
		border: 1px solid #E2E2E4;
	}

	#login input.nupp{
		background: url(images/nupp.gif) 0 0 no-repeat;
		height: 20px;
		width: 20px;
		border: 0;
		cursor: pointer; /* hand-shaped cursor */
		border:none;
		float:right;
	}

	#login label{
		display: block;
		color: #808080;
		font-size: 10px;
		font-family: arial;
	}
	
	#login input:focus{
		background-color: #F6F5F4;
	}
/* login form end */


/*-- header end */

/*-- content start */

#content {
  padding: 0 2em 40px 2em;
  background-image: url(images/mainbg.gif);
  background-repeat: repeat-x;
}

#content:after {
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

#content-main {
  width: 75%;
  float: right;
  padding-bottom:26px;
}

#content-main p{
  margin: 2em 0;
  line-height: 1.5em;
  text-align: justify;
}

#content-main h1 {
  padding: 1em 0 .2em 0;
  font: normal 24px/1.3em Georgia, serif;
}

/* side content start */


#content-side {
	padding: 1em 0;
	width: 25%;
	float: left;
}

#content-side ul,#content-side ul li {
  list-style: none none;
}

#navmenu {
	padding: 0;
	margin: 0;
}

#navmenu a {
	font-size: 9px;
}
#sidemenu {
	position:absolute;
	margin-top: 50px;
	left: 50px;
	width: 100px;
}

#sidemenu-list a {
	display: block;
	color:#0B4E75;
	width: 100%;
	padding: 0px 12px 0px 20px;
	text-decoration: none;
	font: 12px/1.5em Verdana, sans-serif;
	font-weight: bold;
}

#sidemenu-list a:hover{
	border-left: 4px solid green;
	background-color: #F2F2F2;
}


/* side content end */

/*-- footer start */

#footer {
	width: 100%;
	background: #CCC;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px; /* For Certain IE widths */
	height: 26px;
	background-image: url(images/ftbg.gif);
	background-repeat: repeat-x;
	color:#fff;
	text-align: center;
}

#footer p {
	padding-top: 0.5em;

}

/* -- footer end */

-->
/*]]>*/