/* Reset styles */

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, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
}

a img, :link img, :visited img {
	border:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
	border-color: #eeeeeee;
}

ol, ul {
	list-style:none;
}

q:before, q:after, blockquote:before, blockquote:after {
	content:"";
}

/* Site styles */

body {
	font:0.8em Arial;
	color:#5E5E5E;
	background:#fff;
}

a {
	text-decoration:underline;
	color:#5e5e5e;
}

a:hover {
	text-decoration:none;
}

/* Titles */

h1 {
	font-weight:bold;
	font-size:1.3em;
	margin-bottom:5px;
}

h2 {
	font-weight:bold;
	font-size:1.1em;
	margin-bottom:10px;
}

h3 {
	font-size:1.1em;
	font-weight:bold;
	border-bottom:3px solid #C5C5C5;
	margin-bottom:3px;
}

h4 {
	overflow:hidden;
	margin-bottom:5px;
}

	h4 span {
		background:#BABABA url("/images/h4-bg.gif") no-repeat top right;
		padding-right:30px;
		float:left;
		line-height:16px;
		font-size:0.9em;
		color:#fff;
	}

h5 {
	font-weight:bold;
	margin-bottom:3px;
}

	h5 a {
		text-decoration:none;
	}
	
	h5 a:hover {
		text-decoration:underline;
	}
	
/* Form elements */
	
.textbox {
	background:#EAEAEA;
	border:1px solid #C6C6C6;
	font:1em Arial;
}

textarea {
	background:#EAEAEA;
	border:1px solid #C6C6C6;
	font:1em Arial;
}

form h1 {
	color:#f60;
}

/* Structure */

#wrapper {
	min-width:1000px;
}

#container {
	width:100%;
	float:left;
	margin-right:-202px;
}

#content {
	margin-right:202px;
}

/* Header */

#header {
	height:112px;
	position:relative;
}

	.logo {
		background:url("/images/logo.png") no-repeat;
		width:167px;
		height:104px;
		display:block;
		position:absolute;
		left:15px;
		top:3px;
	}
	
	.top-banner {
		position:absolute;
		left:50%;
		margin-left:-315px;
		top:5px;
	}
	
	.language {
		float:right;
		width:200px;
		padding-top:12px;
	}
	
		.language p {
			margin-bottom:3px;
		}
	
		.language ul {
			overflow:hidden;
			background:#E5E5E5;
			padding:2px 0 0;
			font-size:0.9em;
		}
		
			.language li {
				float:left;
				width:40px;
				text-align:center;
				background:url("/images/language-bg.gif") repeat-x bottom;
				padding:2px 0 2px;
				margin-bottom:-1px;
			}
			
				.language li a {
					text-decoration:none;
					color:#919090;
					line-height:1em;
					display:block;
				}
				
					.language li a span {
						display:block;
						width:24px;
						height:13px;
						margin:0 auto;
						border:2px solid #E5E5E5;
						font-size:0;
						cursor:pointer;
					}
				
					.language .current a {
						color:#f60;
					}
					
					.language .current span {
						border:2px solid #919090;
					}

/* Main menu */
					
.menu {
	background:#FF6600 url("/images/menu.gif") repeat-x bottom;
	overflow:hidden;
	padding-left:10px;
}

	.menu ul {
		float:left;
		overflow:hidden;
	}
	
		.menu li {
			float:left;
			background:url("/images/menu-bg.gif") no-repeat right 10px;
			margin-right:-2px;
		}
		
			.menu li a {
				color:#fff;
				font-weight:bold;
				text-decoration:none;
				display:block;
				padding:7px 30px 11px;
				position:relative;
			}
			
			.menu li a:hover {
				text-decoration:underline;
			}
			
			.menu .current a {
				background:url("/images/menu-current.gif") no-repeat bottom center;
			}
	
/* Submenu */	

.submenu {
	background:#C5C5C5;
	overflow:hidden;
	padding-left:20px;
/*	margin-bottom:15px;*/
}

	.submenu li {
		float:left;
	}
	
		.submenu a {
			color:#5E5E5E;
			text-decoration:none;
			padding:6px 20px 8px;
			display:block;
			
		}
		
		.submenu a:hover {
			text-decoration:underline;
		}
		
		.submenu .current a {
			font-weight:bold;
			background:#D5D5D5;
		}

/* Content */
		
#main {
	margin-top:15px;
	margin-left:200px;
	padding:0 5px 10px;
}

	.intro {
		width:585px;
		overflow:hidden;
		margin:0 auto 20px;
	}
	
		.intro-main {
	/*		background:url("/images/intro-bg.jpg"); */
			height:240px;
		}
		
		#main .intro-banner-changer {
			background:#f60;
			overflow:hidden;
			margin:0;
		}
		
			#main .intro-banner-changer li {
				float:left;
				background:none;
				padding:0;
				line-height:1.1em;
			}
			
				.intro-banner-changer li a {
					color:#DADADA;
					display:block;
					padding:10px 20px;
					float:left;
					font-weight:bold;
					text-decoration:none;
				}
				
				.intro-banner-changer li a:hover {
					background:#FF8400;
				}
	
	.three-column-block {
		overflow:hidden;
		margin-bottom:15px;
	}
		
		.bottom-row {
			font-size:0;
			height:0;
			border-bottom:3px solid #c5c5c5;
			width:96%;
			clear:both;
			padding-top:10px;
			margin-left:-6px;
		}
	
		.column {
			float:left;
			width:32%;
			text-align:center;
			margin-left:-2px;
			
		}
			
			.title {
				height:28px;
				display:block;
				border-bottom:3px solid #C5C5C5;
				padding:0 0 5px 0;
				margin:0 3px 0 2px;
				text-align:left;
			}
			
				.title img {
					margin-left:5px;
				}
			
			.service {
				background:url("/images/column-bg.gif") repeat-y left;
				padding:8px 10px 5px;
			}
			
				#main .service ul {
					text-align:left;
					padding-top:10px;
					margin:0;
				}
				
					#main .service li {
						padding:0 0 0 25px;
						background:url("/images/service-list.gif") no-repeat left 2px;
						margin-bottom:10px;
						line-height:14px;
					}
					
					.service li a {
						text-decoration:none;
					}
					
					.service li a:hover {
						text-decoration:underline;
					}
		
	#main p {
		margin-bottom:5px;
	}
	
	.navbar {
		background:#E2E2E2;
		padding:2px 15px;
		margin-bottom:15px;
	}
	
		.navbar a {
			background:url("/images/navbar-arrow.gif") no-repeat right;
			padding:0 30px 0 5px;
		}
	
		.navbar span {
			color:#f60;
			font-weight:bold;
			padding-left:5px;
		}
	
	.news-quote {
		border-bottom:1px dashed #CDCDCD;
		margin-bottom:10px;
		padding-bottom:5px;
	}
	
		#main .news-quote p {
			margin-bottom:0;
		}
	
	#main ul {
		margin-bottom:5px;
	}
	
		#main ul li {
			background:url("/images/unsort-list.gif") no-repeat left 4px;
			padding-left:30px;
			line-height:20px;
		}
	
	.content-table {
		width:100%;
		border-collapse:separate;
		background:#fff;
		border-spacing:2px;
		margin-bottom:15px;
	}
	
		.table-head {
			background:#ACACAC;
			color:#fff;
			font-weight:bold;
			text-align:center;
		}
		
		.content-table th, .content-table td {
			padding:5px 3px;
		}
		
		.odd td {
			background:#E9EBED;
			text-align:center;
		}
		
		.even td {
			background:#F8F9FA;
			text-align:center;
		}
		
	#main form {
		border-top:1px dashed #CCCCCC;
		padding-top:10px;
	}
	
		#main form label {
			float:left;
			width:100px;
			line-height:16px;
			font-weight:bold;
		}
		
		#main form div {
			margin-bottom:5px;
		}
		
		#main form textarea {
			width:460px;
			height:70px;
		}
		
		#main form p {
			display:table;
		}
	
/* Left column */

#leftside {
	margin-top:15px;
	width:200px;
	float:left;
}

	#leftside h3, #rightside h3 {
		padding:0 15px;
	}

	.special {
		background:#434343 url("/images/special-top.gif") repeat-x top;
		width:174px;
		margin:0 auto;
		margin-bottom:10px;
	}
	
		.special dd {
			background:url("/images/special-bottom.gif") no-repeat bottom;
			padding:10px 0 20px;
			text-align:center;
		}
		
			.special a {
				color:#fff;
				font-weight:bold;
				font-size:1.2em;
			}
	
	.news-block {
		padding:0 5px 15px 15px;
		background:url("/images/news-block-bg.gif") repeat-x bottom;
		margin-bottom:10px;
	}
	
	.service-nav {
		background:url("/images/s-n-top.gif") no-repeat top;
		padding-top:5px;
		width:160px;
		margin:0 auto;
	}
	
	.service-nav .inside {
		background:url("/images/s-n-bottom.gif") no-repeat bottom;
		padding-bottom:5px;
	}
		
		.service-nav ul {
			border-left:1px solid #C5C5C5;
			border-right:1px solid #C5C5C5;
			overflow:hidden;
		}
		
			.service-nav li {
				background:url("/images/service-list-bg.gif") repeat-x bottom;
				padding:5px 0;
				margin-bottom:-1px;
			}
	
				.title-small {
					height:24px;
					display:block;
					margin-left:6px;
				}
				
				.service-nav ul ul {
					border:0;
					padding:5px 0;
				}
				
					.service-nav li li {
						padding:0;
						background:none;
						vertical-align:top;
					}
					
						.service-nav li li a {
							background:url("/images/service-list.gif") no-repeat 25px 3px;
							display:block;
							padding:2px 0 2px 50px;
							text-decoration:none;
						}
						
						.service-nav li li a:hover {
							background:#C5C5C5 url("/images/service-list-hover.gif") no-repeat 25px 3px;
						}

/* Right column */

#rightside {
	width:200px;
	padding-left:2px;
	float:right;
	background:url("/images/rightside-bg.gif") no-repeat right 59px;
}

	.searchbox {
		background:url("/images/search-bg.jpg") no-repeat;
		height:25px;
		padding:7px 0 0 25px;
		margin-bottom:40px;
	}
	
		.searchbox .textbox {
			background:#BFBFBF;
			border:1px solid #909090;
			font:1em Arial;
			padding:1px 3px;
			width:100px;
			color:#5E5E5E;
		}
		
		.searchbox .button {
			border:0;
			background:url("/images/search-button.gif") repeat-x;
			font:1em Arial;
			font-weight:bold;
			color:#fff;
			cursor:pointer;
		}
	
		.right {
			text-align:right;
		}
		
			.right a {
				background:url("/images/orange-arrow.gif") no-repeat left;
				padding-left:15px;
				color:#f60;
				font-size:0.9em;
				text-decoration:none;
			}
	
	.tag-cloud {
		padding:0 10px 10px;
	}
	
		.tag-title {
			background:url("/images/tag-title.gif") no-repeat left top;
			padding-left:50px;
			padding-top:7px;
			line-height:14px;
			font-weight:bold;
			margin-bottom:10px;
		}
		
		.font1 {font-size:0.9em;}
		.font2 {font-size:1.0em;}
		.font3 {font-size:1.1em;}
		.font4 {font-size:1.2em;}
		.font5 {font-size:1.3em;}
		.font6 {font-size:1.4em;}
		.font7 {font-size:1.5em;}

/* Footer */

#footer {
	background:url("/images/footer-bg.gif") repeat-x top;
	padding:7px 0 10px;
	line-height:13px;
	text-align:center;
	color:#525050;
}

.bottom-banner {
	padding:10px 0;
	text-align:center;
}

.clearing {
	height:0;
	clear:both;
	font-size:0;
}


/*  additional modx styles */

.ajaxSearch_result {
 	padding:0 0 0 25px;
 	background:url("/images/service-list.gif") no-repeat;
        margin-bottom:15px;
        line-height:1.2em;
}

/*
.ajaxSearch_highlight1 {
 background-color:#BABABA;
}
*/


.answer {
	font-weight:bold;
}

.anketa td {
        padding:10px 10px;
	text-align: top;
	}