@CHARSET "UTF-8";
@import url('prompt.css');
@import url('lightbox.css');
@import url('tree.css');
*{
	margin:0;
	padding:0;
}

body{
	color:#2d2758;
	background: url(../img/bg.gif);
	text-align:center;
	font-family:tahoma;
	font-size:12px;
}

h2{
	font-weight:bold;
	font-size: 12px;
	color:#5066a7;	
}

ul{
	list-style-type: circle;
	padding-left: 20px;
}

ol{
	padding-left: 20px;
}

li{
	line-height:20px;
}

table{
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	text-align:left;
	color:#000;
	font-size: 11px;
	width:480px;
}

td{
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	padding:3px;
}

td.coloured{
	background:#eee;
}


#container{
	width: 950px;
	margin:5px auto;	
	position: relative;
}

#top{
	width:950px;
	height:50px;
	float:left;
	background:url(../img/top_bg.gif) 0 0 repeat-x ;
	border-bottom:1px solid #eee;
	position: relative;
	overflow: visible;
}

a#logo{
	width:183px;
	height:37px;
	background:url(../img/logo3.gif) 0 0 no-repeat;
	display:block;
	position:absolute;
	top:3px;
	left:0;
}

#menu{
	position: absolute;
	top: 40px;;
	left: 151px;
	border:1px solid #eee;
	z-index:10;
	float: left;
}

#menu a{
	text-decoration:none;
	padding: 5px 10px 5px 10px;
	border-left:1px solid #eee;	
	margin-left:-1px;
	color:#fff;	
	float:left;
	background:#999;
}

#menu a:hover{
	color:#000;
	background: #D4D9E0;
}
#menu a.sel{
	color:#000;
	background: #D4D9E0;
}

#content{
	width: 950px;
	float: left;
	background: url(../img/cont_bg.gif) 0 0 repeat-y;
	min-height: 500px;	
}

#left{
	width:150px;
	float:left;
	min-height:100px;
	position:relative;
}

#links_container{
	width:144px;
	padding:10px 3px 10px 3px;	
}

#links_container a{
	display:block;
	text-decoration:none;
	color:#333399;
	font-size:10px;
	text-align:left;
	padding:0px 0px 5px 20px;
	border-bottom:1px solid #ddd;
	margin-bottom:5px;
	background: url(../img/snowflake.gif) 0 center no-repeat;
}

#links_container ul{
	list-style-type:none;	
}
#links_container ul li a{
	background:none;
	border-bottom:none;
	padding:2px;
	line-height: 13px;
	color:#000;
}
#links_container a:hover{
	text-decoration:underline;
}

#middle{
	width:610px;
	float:left;
	min-height:300px;
	background: url(../img/middle_bg.gif) 0 0 repeat-x;
	padding-top:30px;
	text-align:justify;
	padding:40px 20px 10px 20px;
	line-height:15px;
	overflow:hidden;
}

#middle img{
	border:3px double #D6DAE1;
}

#right{
	width:150px;
	float:right;
}

#footer{
	height:15px;
	width: 950px;
	float:left;
	background:#999;
	border-top:1px solid #eee;
	text-align:center;
	color:#fff;
	padding-top:6px;
	font-size:10px;
}

/*Начална страница*/
.home_text{
	width:360px;
	float:left;
}

.video_embed{
	display:none;
}

#body_overlay{
	width: 100%;
	height: 100%;
}

#video_player{
	width: 500px;
	height: 420px;
}

.videos{
	width:150px;
	text-align:center;
	color:#333399;
	padding:10px 0 10px 0;
}

.videos img{
	border:3px double #999;
	width:120px;
	margin-top:5px;
}

#projects_pic_cont{
	width:130px;
	height:200px;
	float:right;
	text-align:center;
}

#projects_pic_cont img{
	width:120px;
	border: 1px solid #ededed;
	padding:1px;
	float:right;
	margin-bottom: 10px;	
}

.images_container_h{
	width:605px;
	padding-top:20px;
	padding-left:5px;
}

.images_container_h img{
	float:left;
	margin:4px;
	width:135px;
}

#isolations img{
	border: none;
	width: 160px;
}

.baners{
	
}

.baners img{
	border: none;
}
