/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* our styles */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font: 12px Arial, sans-serif;
}

small {
	font-size: 85%;
}

#container {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

#header {
	height: 145px;
	background: #525463 url(/images/bg_header_4.jpg) no-repeat;
	position: relative;
}

#logo {
	position: absolute;
	top: 0;
	left: 10px;
}

#logo img {
	width: 103px;
	height: 103px;
}

#columns {
	background: url(/images/bg_left.gif) repeat-y 10px 0;
}

#left {
	background: url(/images/bg_menu.gif) repeat-x;
	width: 230px;
	float: left;
	display: inline;
}

#left .inner {
	padding: 0 10px 10px;
	margin: 0 0 10px 10px;
	color: #eee;
	background: #525463;
}

#left .inner a {
	color: #eee;
}

#left .inner a:hover {
	color: #fff;
}

#left .header {
	color: #000;
	margin: 0 -10px 10px;
	background: url(/images/bg_lh0.png) no-repeat -11px 0;
}

#left .header div {
	background: url(/images/bg_lh0.png) no-repeat 209px 0;
	height: 27px;
	line-height: 27px;
	padding: 0 10px;
}

#left .header h4 {
	background: url(/images/h_contacts.gif) no-repeat 1px 50%;
	padding: 0 0 0 20px;
	font-weight: normal;
	font-size: 13px;
}

#left .contacts {
	font-size: 14px;
}

#left .mt10c {
	margin: 10px 0;
	text-align: center;
}

#left p {
	margin-bottom: 1em;
	font-weight: bolder;
}

#menu {
	background: url(/images/bg_menu.gif) repeat-x;
	height: 31px;
	line-height: 31px;
	overflow: hidden;
}

#menu ul {
	list-style: none;
	margin: 0 20px;
	font-weight: bolder;
}

#menu ul li {
	display: -moz-inline-stack;
	display: inline-block;
	padding: 0 10px 0 15px;
	background: url(/images/bullet.gif) no-repeat 3px 50%;
}

* html #menu ul li {
	display: inline;
	zoom: 1;
}

*+html #menu ul li {
	display: inline;
	zoom: 1;
}

#menu a {
	color: #720000;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}

#right {
	width: 750px;
	float: left;
	display: inline;
}

#intro {
	background: #d5d5d5 url(/images/bg_monitor.jpg) no-repeat top right;
	padding: 10px 10px 10px 20px;
	line-height: 1.4;
	min-height: 130px;
}

#content {
	line-height: 1.4;
}

#content .inner {
	margin: 10px 20px;
	color: #333;
	font-size: 14px;
}

#content a {
	color: #445367;
}

#content h2 {
	color: #525463;
	font-size: 30px;
	font-weight: normal;
	margin: 0 0 10px;
}

#content h2 span {
	font-size: 18px;
}

#footer {
	margin: 10px 0;
	clear: both;
	text-align: center;
	color: #7d7d7d;
	font-size: 11px;
}

#footer a {
	color: #7d7d7d;
}

#bmenu {
	background: url(/images/bg_menu.gif) repeat-x;
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
	line-height: 31px;
	height: 31px;
	overflow: hidden;
	margin: 0 0 5px;
}

#bmenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#bmenu ul li {
	display: -moz-inline-stack;
	display: inline-block;
}

#bmenu ul li a {
	color: #333;
	text-decoration: none;
}

#bmenu ul li.x a {
	border-left: 1px solid;
	padding-left: .5em;
	margin-left: .5em;
}

* html #bmenu ul li {
	display: inline;
	zoom: 1;
}

*+html #bmenu ul li {
	display: inline;
	zoom: 1;
}

.clearfix {
	display: inline-block;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html .clearfix {
	zoom: 1;
	display: block;
}

.br {
	display: block;
	clear: both;
	overflow: hidden;
}

.nobr {
	white-space: nowrap;
}

.hidden {
	display: none;
}

.bordered {
	border: 1px solid;
}

.sub-menu { margin: 0 0 2em; }
.sub-menu dt { line-height: 31px; height: 31px; font-weight: normal; font-size: 16px; }
.sub-menu dd { background: url(/images/bullet.gif) no-repeat 5px 5px; padding-left: 20px; margin: 0 0 .5em; }
.sub-menu .active, .sub-menu .active a { color: #fff !important; }

.top-news { margin: 0 0 2em; }
.top-news dt { line-height: 31px; height: 31px; font-weight: bold; }
.top-news dd { margin: 0 0 1em; }

.text {
}

.text h1,
.text h2,
.text h3,
.text h4 {
	margin: 0 0 .5em;
	line-height: 1;
}

.text p,
.text dl,
.text hr,
.text table {
	margin: 0 0 .5em;
}

.text ul,
.text ol {
	margin: 0 0 .5em 40px;
}

.text ul {
	list-style: disc outside;
}

.text ul ul {
	list-style: circle outside;
}

.text ul ul {
	list-style: square outside;
}

.text ol {
	list-style: decimal outside;
}

.text blockquote {
	margin: 0 0 .5em 40px;
}

.files {
	list-style: none;
	margin: 0;
	padding: 0;
}

.files dt {
	margin: 5px;
}

.files li,
.files dd {
	padding: 2px 0 2px 20px;
	background: url(/images/ico_file.gif) no-repeat 0 2px;
}

.files .pdf {
	background: url(/images/ico_pdf.gif) no-repeat;
}

.groups {
}

.groups li {
	display: inline;
	float: left;
	margin: 0 20px 20px 0;
	width: 200px;
	min-height: 150px;
}

.groups h4 {
	height: 3em;
	font-weight: normal;
}

.groups .image {
	width: 200px;
	height: 150px;
	border: 1px solid #777;
	overflow: hidden;
	text-align: center;
}

.groups .image div {
	margin: 0 -1000px;
}

/* List style: items */

.items {
	margin: 20px 0;
}

.items li {
	position: relative;
	width: 230px;
	margin: 0 20px 20px 100px;
	display: inline;
	float: left;
	min-height: 80px;
	zoom: 1;
}

* html .items li {
	height: auto !important;
	height: 80px;
}

.items h4 {
	font-weight: normal;
	margin: 0 0 .5em;
}

.items .image {
	position: absolute;
	top: 0;
	left: -100px;
	width: 80px;
	height: 80px;
	overflow: hidden;
	text-align: center;
/*	border: 1px solid #777; */
}

.items .image div {
	display: block;
	margin: 0 -1000px;
}

/* Catalogue item */

.c-item dl {
	display: block;
}

.c-item dl dt {
	width: 180px;
	float: left;
	display: inline;
	clear: left;
	margin-right: 10px;
}

.c-item dl dd {
	width: 220px;
	float: left;
	display: inline;
	color: #000;
}

.c-item .image {
	width: 250px;
	float: left;
	font-size: 80%;
	overflow: hidden;
	margin: 0 20px 20px 0;
}

.c-item .image .template {
	margin-top: 20px;
}

.c-item .description {
	float: left;
	width: 440px;
/*	margin-left: 270px; */
	zoom: 1;
}

.c-item .description .tech {
	font-size: 90%;
	padding: 10px;
	background: #eee;
}

/* Articles */

.articles dt {
	font-weight: bold;
	clear: left;
	margin: 0 0 0.5em;
}

.articles dd {
	margin-left: 222px;
}

.articles .date {
	font-size: 80%;
	color: #777;
}

.articles .image {
	width: 200px;
	float: left;
	margin: 0 0 0.5em;
}

.articles .description {
	margin-bottom: .5em;
}

.form {
	margin: 20px 0;
}

.form dt {
	margin: 0 0 5px;
}

.form dd {
	margin: 0 0 .5em;
}

.form dl input {
	width: 250px;
}

.form dl textarea {
	width: 400px;
	height: 150px;
}

.gallery { margin: 20px 0; }
.gallery .active { display: inline; float: left; width: 402px; margin: 0 20px 20px 0; }
.gallery .active .image { width: 400px; height: 300px; border: 1px solid #fff; background: #efefef; overflow: hidden; text-align: center; }
.gallery .active .image div { margin: 0 -1000px; }
.gallery .active span { font-size: 80%; }
.gallery .photos { display: inline; width: 250px; float: left; }
.gallery .photos li { display: block; width: 106px; height: 80px; overflow: hidden; text-align: center; margin: 0 10px 10px 0; float: left; border: 1px solid #fff; background: #efefef; }
.gallery .photos li div { margin: 0 -1000px; }

.cert { list-style: none !important; margin-left: 0 !important; }
.cert li { display: inline; float: left; margin: 0 10px 0 0; padding: 0 0 10px; text-align: center; width: 170px; overflow: hidden; }
.cert li span { font-size: 80%; }

/*
.logotypes { margin: 1.5em 0; text-align: center; }
.logotypes dt { margin: 15px 0 5px; font-size: 20px; }
*/

.logotypes { clear: left; padding: 0 0 10px; position: relative; }
.logotypes dt { width: 50px; float: left; display: inline; overflow: hidden; padding: 0 0 10px; text-align: center; }
.logotypes dd { margin-left: 60px; }
.logotypes .size { font-size: x-small; color: #ccc; }

#map .a { float:right; width: 230px; text-align: right; }
#map .b { margin-right:250px; }

#map .a img {
	border: 1px solid #ccc;
}
