@charset "utf-8";


/* 
	-----------------------------------------
	Reset Stylesheet - Based on Eric Meyer's.
	-----------------------------------------
*/

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, cite, code, font, img, dl, dt, dd, ol, ul, li,form, label, tr, th, td {
	margin: 0;
	padding: 0;
}

:focus {
	outline: 0;
}


a{
	text-decoration: none;
}

table {
	border-collapse:separate;
	border-spacing:0;
	empty-cells: show;
}
caption, th, td {
	font-weight:normal;
	text-align:left;
}
table, td, th {
	vertical-align:middle;
}

:focus{
outline: 0;
}

a img{
border: none;
}

ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
ul li{
	list-style: none;
	margin: 0px;
	padding: 0px;
	}



body{
	background-color: #fff;
	color: #444;
	font-size: 0.7em;
	font-family: Verdana, Arial, sans-serif;
	background: url(../images/bg.gif) left top repeat-x;
}

body.intro{
	background-color: #fff;
	color: #444;
	font-size: 0.7em;
	font-family: Verdana, Arial, sans-serif;
	background-image: none;
}
table{
	font-size: 1em;
}
a, a:visited; a:hover{
	color: #000;
}

#header-wrapper{
	border-top: 30px solid #000;

	}
	
	#header{
		margin: 0px auto;
		width: 985px;
		height: 124px;
		background-color: #fff;
		padding: 5px;
		margin-bottom: 18px;
		}
		
		#header a,
		#header a:visited, 
		#header a:hover, 
		#header img{
			float: left;
			}
			
		#banner{
			float: left;
			width: 677px;
			padding-left: 5px;
			}
	
#container-wrapper{
	}	
	
#container{
	width: 995px;
	margin: 0px auto;
	min-height:680px;
	height: auto;
	_height: 680px;
	background: url(../images/bg-container.gif) left top repeat-y;
	margin-top: 0px;

}


#menu{
	width: 237px;
	float: left;
	padding: 35px 35px 50px 35px;
}

	#menu ul{
		margin: 0px;
		padding: 0px;
		}
		
		#menu ul li{
			background: url(../images/navig-divider.gif) left bottom repeat-x;
			color: #000;
			padding-bottom: 2px;
			}
			
			#menu ul li a,
			#menu ul li a:visited,
			#menu ul li a:hover{
				color: #000;
				text-decoration: none;
				text-transform: uppercase;
				display:block;
				padding: 10px 0px 10px 10px;
				font-weight: bold;
			}
			
			#menu ul li a:hover{
			background-color: #666;
			color: #fff;
			}
			
				#menu ul li.sub{
					color: #555;
					background: none;
					font-size: 1.15em;
					}
					
					#menu ul li.sub a,
					#menu ul li.sub a:visited,
					#menu ul li.sub a:hover{
						color: #DD0229;
						text-transform:none;
						padding: 0px 0px 0px 35px;
						margin-left: 15px;
						background: url(../images/bullet-red.gif) 13px 13px no-repeat;
						font-size: 0.95em;
						border-bottom: 1px solid #fff;
						font-weight: normal;
						height: 27px;
						line-height: 27px;
					}
					
					
					#menu ul li.sub a:hover{
						background: url(../images/navig-bullet.gif) 0px 0px no-repeat #dd0229;

						color: #fff;
					}
			
			


#content{
	float: left;
	width: 663px;
	padding: 0px 0px 50px 25px;
}

	.bodytext{
		line-height: 160%;
		padding: 20px 70px 20px 0px;
		}
		
		.bodytext ul, .bodytext ol{
			padding: 15px 0px 15px 30px;
			}
			
		.bodytext ul li{
			padding: 3px 0px 3px 22px;
			background: url(../images/bullet-black.gif) 10px 10px no-repeat;
			}
			
		.bodycontent{
			line-height: 160%;
			padding: 20px 0px 20px 0px;
			}
			
			.leftcolumn{
				float: left;
				width:472px;
				_overflow: hidden;
				}
				
			.rightcolumn{
				width: 172px;
				font-size: 0.95em;
				float: left;
				padding-left: 10px;
				}
				

					
				.rightcolumn  a, .rightcolumn  a:visited, .rightcolumn a:hover{
					cursor: pointer;
					border-bottom: 1px solid #eee;
					padding: 0px;
					}
					
#preview{
	position:absolute;
	border:0px solid #ccc;
	background-color: none;
	padding:0px;
	display:none;
	color:#fff;
	text-align: right;
	display: block;
	width: 384px;
	}
	
#preview img{
	border:1px solid #999;
	}

					

			
#content a, 
#content a:visited, 
#content a:hover{
	border-bottom: 1px dotted #999;
	padding-bottom: 1px;
	color: #000;
	}
	
	#content a:hover{
		border-bottom: 1px solid #000;
		}
		
		#content .rightcolumn a,
		#content .rightcolumn a:visited,
		#content .rightcolumn a:hover{
			border-bottom: 0px solid #efefef;
			display: block;
			padding: 5px 0px;
			}
			
		#content .rightcolumn a:hover{
			background-color: #f7f7f7;
			}


h2{
	height: 35px;
	line-height: 35px;
	background: url(../images/bg-title.gif) left bottom repeat-x;
	text-transform: uppercase;
	font-size: 1.1em;
	color: #dd0229;
}

h1{
	color: #dd0229;
	font-size: 1.1em;
	font-weight: bold;
	margin: 15px 0px;
}
h3{
	color: #000;
	font-size: 1em;
	margin: 10px 0px;
}

#footer-wrapper{
		background: url(../images/bg-footer.gif) left top repeat-x;

	}

#footer{
	height: 70px;
	line-height: 70px;
	color: #666;
	width: 995px;
	margin: 0px auto;
	border-top: 1px solid #f5f5f5;
	text-align: center;
}

#footer a,
#footer a:visited,
#footer a:hover{
	color: #444;
	border-bottom: 1px dotted #999;
	padding-bottom: 1px;
	}
	
	#footer a:hover{
		color: #000;
		border-bottom: 1px solid #000;
		padding-bottom: 1px;
	}

.red{
	color: #dd0229;
}

.clear{
	clear: both;
}

#ref_btn{
	border: 3px solid #dd0229;
	padding: 10px;
	color: #dd0229;
	font-weight: bold;
	text-align: center;
	margin-top: 25px;
}

#content #ref_btn a,
#content #ref_btn a:visited, 
#content #ref_btn a:hover{
	padding: 10px;
	color: #dd0229;
	font-weight: bold;
	border: 0px solid #fff;
}

#content .rightcolumn #ref_btn a:hover{
	background: none;
}
#info_descr{
	margin-top: 12px; margin-bottom: 20px;
	
}
#info_files{
	border-top: 1px solid #eee;
	padding-top: 5px;
	margin-bottom: 12px;
}

#vacature_files{
	margin: 12px 0px;
}

#vacature_files a,
#vacature_files a:visited,
#vacature_files a:hover{
	border-bottom: 0px solid #fff;
	}
	
table.vacature{
	table-layout: fixed;
	}
	
	table.vacature td{
		vertical-align: top;
		padding: 3px;
		}
		
	table.vacature label{
		font-weight: bold;
		}
		
	table.vacature input, table.vacature textarea {
		border: 1px solid #ddd;
		width: 250px;
		padding: 2px;
		}
		
		table.vacature button{
			border: 1px solid #000;
			padding: 3px 7px;
			background-color: #000;
			color: #fff;
			font-weight: bold;
			font-size: 0.95em;
			margin-top: 10px;
		}

#right_neighbours{
	width: 220px; float: left; padding-left: 15px;
}
#left_images_btns{
	position:absolute; 
	margin-left: 410px; 
	#margin-left: -55px; 
	width: 15px; 
	height: 264px; 
	padding-left: 5px;
}
#left_images_btns a,
#left_images_btns a:visited,
#left_images_btns a:hover{
	border-bottom: 0px solid #fff;
	background: url(../images/transp.png) left top repeat;
	display: block;
	width: 20px;
	height: 20px;
	text-align: center;
	}
	
#left_images_btns div{

	}

#left_images_small{
	width: 75px; float: left; height: 300px;
}
#left_images_big{
	width: 390px; float: left; height: 300px;
}
#left_div, #left_div_sml{
	float: left; width: 500px;
}
#left_div_sml{
	width: 480px;
}
#left_images, #left_images_sml{
	width: 485px; height: 288px;float: left;
}
#left_images_sml{
	width: 465px;
}
.small_img{
	margin-bottom: 2px;
}
#goUp{
	display: none;
}
#goDown{
	display: block;
}
#info_descr2{
	margin-top: 12px;
	margin-bottom: 20px;
	width: 300px;
	padding-right: 26px;
	border-right: 1px solid #eee;
	float: left;
}
#info_details{
	float: left;
	width: 140px;
	padding-left: 10px;
	margin-top: 12px;
}

p{
	margin-top: 0px;
	margin-bottom: 12px;
}
#contact_info{
	float: left; width: 200px; display: block; 
}
#contact_map{
	float: left; width: 500px; display: block;height: 400px; margin-right: 20px;
}
img{
	border: none;
}

#intro_container{
	background: url(../images/intro.jpg) left top no-repeat;
	width: 849px;
	height: 279px;
	line-height: 51px;
	margin: 200px auto;
}

#intro_container a, #intro_container a:visited, #intro_container a:hover{
	width: 273px;
	height: 51px;
	line-height: 51px;
	display: block;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	text-align: right;
	padding: 114px 33px 114px 540px;
}

/* CLEARFIX */

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

.clearfix {
    #display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/* END CLEARFIX */
