@charset "utf-8";
/* CSS Document */
* {
	margin:0;
}
a {
	color:#989898;
}
body {
	margin:0px;
	background:#E8E8E8 URL("/images/leaves.gif") top center no-repeat;
	font-family:Verdana, sans-serif;
	font-size:70%;
	color:#989898;
}
h1, h2 {
	font-size:100%;
	color:#3B3B3B;
}
img {
	border:0;
}
img.png {behavior: url("/js/png.htc")}

p, ul, ol {
	padding-bottom:1em;
}
#flag {
	position:absolute;
	right:220px;
	top:10px;
}
#flag img {
	position:relative;
	top:2px;
}
#content {
	margin:0px auto;
	width:760px;
	overflow:hidden;
	padding:2px 0;
}
#bMenu {
	padding-top:1em;
	text-align:center;
}

#bMenu .bullet {
	padding:0 .5em;
}
#bMenu a.activeItem {
	text-decoration:none;
	font-weight:bold;
}
#bMenu a {
	color:#ef2d10;
}

#copyright {
	text-align:center;
	clear:both;
	margin:2em;
}

#endorsament {
	position:absolute;
	right:0px;
	top:0px;
}

#h {
	background:#ff6d03 url("/images/news_and_press/bg.png") bottom;
	height:180px;
	position:relative;
}

#h .left {
	padding-left:10px;
	color:#333333;
	width:50%;
}

#home {
	position:absolute;
	left:-25px;
	top:100px;
	z-index:1;
}
#quickContacts {
	z-index:5;
}
#tooltip {
	background-color: #F4DE54;
	opacity: 0.85;
	padding: 10px;
	max-width:200px;
	display:none;
}
#tooltip h3, #tooltip p {
	margin: 0;
	font-size:90%;
	font-weight:500;
	color:#000;
}
.center {
	text-align: center;
}
.hinted {
	color:#989898;
}
.home {
	display:block;
	padding:12px;
	padding-left: 10px;
	margin-left:10px;
	text-transform:uppercase;
	background:url("/images/bars/a.gif") left center no-repeat;
	position:relative;
}

#layout {
	margin:0 auto;
	width:786px;
	position:relative;
}
#layout .top {
	background:url(/images/bg_top.png) !important;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/bg_top.png", sizingMethod="crop");
	height:18px;
	overflow:hidden;
}
#layout .mid {
	background:url(/images/bd_mid.png) !important;
	height:100%;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/bd_mid.png", sizingMethod="crop");
	
}
#layout .bottom {
	background:url(/images/bg_bottom.png) !important;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/bg_bottom.png", sizingMethod="crop");
	height:18px;
	overflow:hidden;
}
#logo {
	padding-top:15px;
	padding-bottom:0px;
	padding-left:30px;
}
#menu {
	margin-bottom:-10px;
	/* display:none; */
}
#menu div {
	position:relative;
}
#menu table {
	margin:0px auto;
}
#menu .activeItem {
	background:#fff;
	margin:0px 10px;
}
#menu .tl {
	background:url(/images/tl.gif) no-repeat;
}
#menu .tr {
	background:url(/images/tr.gif) no-repeat top right;
}
#menu .stripe, #menu .hover {
	background:url(/images/mi_bg.gif) repeat-x bottom;
	margin:0 8px;
}

.nobr {
	white-space: nowrap;
}

#searchForm {
	width:242px;
	margin:20px auto;
}

#searchForm .bg {
	height:26px;
	width:207px;
	vertical-align:top;
	background:url(/images/search_bg.png) !important;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/search_bg.png", sizingMethod="crop");
}
#searchForm input {
	border:0;
	background:#fff;
	padding-top:3px;
	height:18px;
	width:204px;
	margin:0;
	margin-left:3px;
}
.black {
	color:#333333;
}
.bold {
	font-weight:bold;
}
.both {
	clear:both;
}
.h {
	padding:15px 10px;
}

.left {
	float:left;
}
.link {
	text-decoration:underline;
	cursor:pointer;
	cursor:hand;
}
.mb {
	border-bottom:1px solid #fff;
}

.mr10 {
	margin-right:10px;
}

.nl {
	list-style-type: upper-alpha;
}
.none {
	display:none;
}

.red, .red * {
	color:#ef2d10;
}
.right {
	float:right;
}
.p10 {
	padding:10px;
}
.p20 {
	padding:20px;
}
.relative {
	position:relative;
}
.textblock {
	padding:20px 0;
	margin-right:25%;
	padding-left:10px;
}
.yellow {
	background:#FFEE87;
}
.white, .white * {
	color:#fff;
}