* {
	margin:0px;
	padding:0px;
	font-family:Arial;
	outline:none;
}

html,body {
	color:black;
	line-height:14px;
	height:100%;
	letter-spacing:0px;
	font-size:12px;
	background:#f0eded;
}

img {
	border:none;
}

ol,ul {
	list-style:none outside;
}

p {
	margin-bottom:5px;
}

table {
	border-collapse:collapse;
	width:100%;
}

a {
	color:#a10707;
	text-decoration: none;
}

a:hover {
	color:#8e0000;
	text-decoration:underline;
}

fieldset {
	border:none;
}

input, select, textarea, button {
	
}

#outerWrap {
	width:770px;
	margin: 50px auto;
}

#head {
	background:url('/images/backgrounds/head_bg.gif') repeat-x;	
	border-bottom:1px solid #FFFFFF;
}

#head,
#head #logo{
	height:83px;	
	overflow:hidden;
}

#head #topMenu {
	border-left:2px solid #C9D4DB;
	border-right:2px solid #C9D4DB;
	width:350px;
}

#head #langMenu {
	padding:0 !important;
	width:141px;
}

#head #langMenu ul {
	text-align: center;	
}

#head #langMenu ul li {
	display: inline;
	margin: 0px 10px;
	color: #3b6790;
}

#head #langMenu ul li a {
	color:#718db4;
	font-size: 12px;
	line-height: 48px;
}

#head #langMenu,
#head #topMenu {
	height: 47px;
	float:left;
}

#head #topMenu ul {
	overflow: hidden;
}

#head #topMenu ul li {
	float:left;
}

#head #topMenu  a {
	font-weight:bold;
	font-size: 12px;
	color:#4b7ca5;
	text-decoration: none;
}

#head #topMenu td {
	height:48px;
}

#head #topMenu td.selected a {
	color:#3b6790;
}

#head #rightPart {
	float:left;
	padding:18px 0;
	width:525px;
}

#head #rightPart div {
	padding:0px 15px;
}

#head #logo {
	margin-left:81px;	
	width:164px;
	float: left;
	_margin-left:40px;
}

#moduleIcon {
	display:block;
	padding:5px 10px;
	border:solid 1px #eee;
	text-align:center;
	color:#990000;
	margin:10px 0;
}

#mainMenu {
	height:300px;
	border-bottom:solid 1px #fff;
	background-repeat: no-repeat;
	background-position: center;
	padding-left: 47px;
}

#mainMenu,
#mainMenu a {
	font-weight: bold;	
	font-size: 12px;
	color: #fff;
}

#mainMenu div.bg {
	height:300px;
}

#mainMenu div.bg {
	background:transparent url('/images/backgrounds/spacer.png');
}

#mainMenu ul,
#mainMenu div.bg {
	width:200px;
}

#mainMenu ul {
	position: relative; 
}

#mainMenu ul li ul p,
#mainMenu ul li {
  padding:4px 20px;	
}

#mainMenu ul li img {
	display:none;
	margin-left:-13px;
	margin-top: 2px;
	float: left;
}

#mainMenu ul li ul li img {
	margin-left: -11px;
}

#mainMenu ul li ul div {
	float:left;
	width:160px;
	padding:6px 5px 7px 15px !important;
	height: 288px;
	background:transparent  url('/images/backgrounds/spacer2.png') repeat;
}

#mainMenu ul li ul div.first {
	border-right: solid 1px #d9dbdd;
}

#mainMenu ul li {
  border-bottom : solid 1px #FFF;
  cursor: pointer;
}

#mainMenu ul li.top:hover,
#mainMenu ul li.active {
	background:transparent url('/images/backgrounds/spacer2.png') repeat;
}

#mainMenu ul li ul p:hover img,
#mainMenu ul li ul p.active img,
#mainMenu ul li.top:hover img.topimg,
#mainMenu ul li.active img.topimg {
	display:inline;
}

#mainMenu ul li ul {
	display:none;
	height:300px;
	left:200px;
	position:absolute;
	top:-1px;
	width:380px;
	border: none;
}

#mainMenu ul li ul.open {
	display:block;
}

#mainMenu .disabled ul {
	display:none !important;
}

#mainMenu ul li ul li {
	padding:0;
	border:none;
	overflow: hidden;
}

#mainMenu ul li ul p {
	display:block;
	margin:0;
	padding:2px 0;
}

#mainMenu ul li ul p.active a {
	color:#ccc;
}


#mainMenu li > ul {
	top: auto;
	left: auto;
}

#mainMenu li.hover ul,
#mainMenu li:hover ul {
	display: block; 
}

#body {
	overflow: hidden;
	border-bottom: solid 20px #3b6790;
	background: white;
	height: 1%;
}

#leftCol {
	float: left;
	width: 526px;
}

#rightCol {
	float: left;
	width: 176px;
	background: #e1e5ec;;
}

#leftCol,
#rightCol {
	padding:11px 17px;
}

div.h1 {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: solid 1px #9db9c8;
}

#leftCol div.h1 {
	color: #9fbaca;
}

#rightCol div.h1 {
	color:#4b7ca5;
}
