
/* ============================== About company ========================== */

div.about_company{
	z-index:2;
	position:relative;
	padding-left:15px;
	margin-bottom:50px;
}

div.about_company h1{
	margin-top:0px;
}

div.about_company h2{
	font-size:0.9em;
	line-height:1.2em;
	font-weight:bold;
	margin-bottom:0.6em
}

div.about_company p{
	font-size:0.9em;
	margin:0.6em 0;
}

/* ============================== Eof about company ====================== */



/* ============================== Project preview ======================== */

table.project_preview{
	width:100%;
	margin-top:0px;
}

table.project_preview td{
	border-bottom:5px solid white;
}

table.project_preview td.image{
	height:200px;
	width:402px;
}

table.project_preview td.image div{
	display:none;
}

div#preview_image_1{
	display:block;
}

table.project_preview td.image img{
	position:absolute;
}

table.project_preview td.description_container{
	bbackground:url('/img/page_grad.png') repeat-x 0 -200px;
	background:url('/img/main/description_bg.jpg') left top no-repeat;
	border:5px solid white;
	border-top:0;
	padding:15px;
	padding-left:25px;
}

table.project_preview div.description{
	display:none;
	font-size:0.8em;
	line-height:1.2em;
	color:white;
	border-bottom:none;
	overflow:hidden;
}

div#preview_description_1{
	display:block;
}

div.seal{
	float:right;
	width:15%;
	height:65px;
	margin-top:-15px;
	background: url('/img/main/seal.gif') no-repeat 95% 5px;
}

table.project_preview div.description h1{
	color:white;
	line-height:1.1em;
}

table.project_preview p.more{
	margin-top:2em;
	text-align:right;
}

table.project_preview p.more a{
	color:white;
	background:#005b3a;
	padding:0.1em 0.8em;
	padding-bottom:0.4em;
}

/* ============================== Eof project preview ===================== */



/* ============================== Project links list ====================== */

td#projects_list{
	border:none;
	background:#ddad38;
}

td#projects_list table{
	float:left;
	width:60%;
}

td#projects_list td{
	color:white;
	border:none;
	padding-top:0.6em;
	padding-bottom:0.63em;
	padding-left:50px;
	padding-right:5px;
}

td#projects_list td.active{
	bbackground:white url('/img/project_separator.gif') repeat-x bottom left;
}

td#projects_list td.active a{
	color:#005b3a;
	text-decoration:none;
}

td#projects_list a{
	display:block;
	width:100%;
	min-height:18px;
	//height:34px;
	color:white;
}

td#projects_list a span.number{
	position:absolute;
	margin-left:-40px;
	font-size:20px;
	line-height:20px;
	font-weight:bold;
	margin-right:1em;
	text-decoration:none;
}


div#project_select{
	float:left;
	padding-left:25px;
	color:white;
	padding-bottom:0.8em;
}

div#project_select p{
	font-weight:bold;
	margin-bottom:0.5em;
}

div#project_select select{
	width:200px;
}

/* ============================== Eof project links list ================== */



/* =============================== News list ============================== */

div#news{
	padding-left:10px;
	margin-top:1.5em;
}

div#news h1{
	float:left;
	margin-right:35px;
}

div#news p.all_news{
	float:left;
	font-size:0.9em;
	padding-top:0.6em;
	padding-left:15px;
	background:url('/img/main/news_list.gif') no-repeat left bottom;
	
}

div#news table{
	width:100%;
	margin-bottom:2.5em;
}

div#news td{
	border-left:1px solid #d3cdba;
	height:50px;
	width:25%;
	padding:0 25px;
	font-size:0.9em;
}

div#news td.first{
	border:none;
	padding-left:0px;
}

div#news td p{
	margin:0.5em 0;
}

div#news td p.more{
	margin-top:0;
	font-weight:bold;
}

div#news div.date{
	float:left;
	color:white;
	background:#e3bb30;
	padding:0 0.2em;
	margin-bottom:0.5em;
	font-size:1.1em;
	line-height:1.2em;
}

/* =============================== Eof news list ========================== */