@charset "utf-8";
/* CSS Document */
html,body {color: #262935; background-color: #fff; }
body {
	margin: 0px;
	/*background: #fff url(../img/body-bgr.jpg) repeat-x center top;*/
	/*background:#FFFFFF url(../pic/body_bg.jpg) repeat scroll left top;*/
	background:#FFFFFF url(../pic/bg-all.jpg) repeat-y scroll center top;
	padding: 0px;
	height:100%;
	color: #262935;
}
hr {
	margin-top:10px;
}
h1 {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	padding:0px;
}
h2 {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	padding:0px;
}

.clear {
	clear:both;
}
#table_container{
	
}
#left_shadow{
	background:transparent url(../pic/left_shadow.png) repeat-y scroll left top;
	width:38px;
}

#right_shadow{
	background:transparent url(../pic/right_shadow.png) repeat-y scroll left top;
	width:38px;
}

.container {
	width:1002px;
	_width:1002px;
	margin:0px auto;
	/*background: #848A96 url(../img/bg_zapitvane.jpg) no-repeat scroll left bottom;*/
	background:#848A96 url(../pic/bg-contact-form.jpg) repeat scroll left top;
}


/* LEFT PART */
#left_part{
	float: left;
	width: 242px;
	/*height: 1000px;*/
	/*color:#545864;*/
	font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
}
/******Menu******/
div#logo{
	background:transparent url(../img/logo.jpg) no-repeat scroll left top;
	border-bottom:4px solid #D4D5D8;
	height:97px;
	width:242px;
}
div.menu {
	height:240px;
	padding:0px;
	/*background:transparent url(../img/menu_bgr.jpg) no-repeat scroll left top;*/
	background:transparent url(../pic/bg-menu.jpg) no-repeat scroll left top;
	color:#FFFFFF;
	text-transform:uppercase;
	font-family:times New Roman;
}
div.menu ul {list-style:none;margin:0;padding:0;}
div.menu ul li {font-weight:bold;border-top:1px solid #606676; border-bottom:1px solid #212531;margin-left:10px;margin-right:10px;padding-top:1px}
div.menu ul li.top{border-top:none;padding-top:0px}
div.menu ul li.bottom{border-bottom:none;padding-top:0px}
div.menu ul li a{
	display:block;
	width:200px;
	height:37px;
	line-height:37px;
	padding-left:20px;
	text-decoration:none;
	color:#fff;
	background:none;
}
div.menu ul li a:hover{
	background:#787d8d;
	text-decoration:none;
}
/******News******/
#news_conteiner{
	padding-top: 10px;
	padding-bottom: 10px;
	/*background:#E9E8ED url(../img/news_content_bgr.jpg) no-repeat scroll right bottom;*/
	background:#E9E8ED url(../pic/bg-news.jpg) no-repeat scroll left top;
}
h2.news_title{
	height: 51px;
	line-height: 51px;
	padding-left: 25px;
	
	background:#000000 url(../pic/bg-head-news.jpg) repeat-x scroll left top;
	font-size: 18px;
	color:#FFFFFF;
	font-family:times New Roman;
	text-transform:uppercase;
}
#news{
	
	height:179px;
	overflow:hidden;
	padding:15px;
	width:212px;
	
}

/******On Line Chat ****/
#online_chat_holder{
	text-align: center;
	margin-top: 10px;
}
#online_chat_holder a{
	display: block;
	width: 213px;
	margin: 10px auto;
}
#online_chat_holder a img{
	border: 2px solid #b0b3ba;
}
/**** CONTACT FORM *****/
#aplication_form_holder{
	padding: 15px;
	color: #b0b3ba;
	font-weight: bold;
	width:205px;
}
#aplication_form_holder span.error{color: red;}
#aplication_form_holder span.successful{color: green;}
.aplication_form_line{
	margin-top: 5px;
	border-top:2px solid #262a35;
	border-bottom:2px solid #606676;
}
#aplication_form_holder input, 
#aplication_form_holder textarea{
	/*width: 210px;*/
	width: 100%;
	border: 1px solid #b0b3ba;
	margin-bottom: 5px;
}
#aplication_form_holder textarea{height:150px}
input#aplication_form_submit{
	float:right;
	clear:both;
	width:85px;
	/*height:25px;
	line-height: 25px;*/
	margin-top: 5px;
	background-color: #11141e;
	color: #b0b3ba;
	font-weight: bold;
	cursor: pointer;
}

/******Contacts******/
#contacts {
	background-color:#262834;
	background-image:url(../pic/bg-contact.jpg);
	/*border-top:2px solid #C9CBCD;*/
	color:#C5C7CA;
	font-size:10px;
	height:59px;
	padding-top:5px;
}

.contact-span {
	padding-top:5px;
	padding-bottom:20px;
	margin:10px 0px 0px 25px;
	background:url(../img/contacts-bgr.gif) no-repeat left bottom;
}
.contact-span a{
	text-decoration:none;
	color:#C5C7CA;
}
.contact-span a:hover{
	text-decoration:none;
	color:#CCCCCC;
}
.span-tel{
	margin-left:30px;
	margin-bottom:30px;
}

/* RIGHT PART */
#right_part{
	position: relative;
	float: left;
	width: 760px;
	/*height: 1000px;*/
	/*background:#878C95 url(../img/right-col-bgr.gif) repeat-x scroll left bottom;*/
}
/******lang******/
.lang {
	position:absolute;
	top:75px;
	right:50px;
	z-index: 10;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #262935;
	text-transform:uppercase;
	font-weight:bold;
}
.lang a {
	color: #262935;
	text-decoration:none;
}
.lang a:hover, .lang a.active{
	color: #878D99;
	text-decoration:none;
	/*border-bottom:3px solid #545864;*/
}
/******flash head******/
#flashcontent,#home_banner {
	width: 760px;
	height:406px;
	padding:0px;
	margin:0px;
	border:0px;
}
#home_banner {
	margin-top: -1px;
	height:184px;
}

/******footer******/
#footer{
	width:1002px;
	margin: 0px auto;
	height:40px;
	/*padding-top:3px;*/
	/*border-top: 2px solid #DDDDE7;*/
	/*background:#545864 url(../img/footer.jpg) repeat-x left bottom;*/
	background:#545864 url(../pic/bg-footer.jpg) repeat-x scroll left bottom;
	text-align:center;
	font-size:10px;
}
#footer a{text-decoration:none;color:#FFFFFF;}
#footer a:hover{text-decoration:none;color:#CCCCCC;}

/* CONTENT */
#content{
	background-image:url(../pic/bg-content.jpg);
	background-color:#FFFFFF;
	border:none;
	border-right:1px solid #A4A8B3;
	border-left:5px solid #B0B3BA;
	color: #262935;
	font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	padding:2px;
	padding-left:0px;
	width:752px;
	/*margin-left:1px;*/
	margin-top:-1px;
}
#content a{color:#262935;text-decoration:none;}
#content a:hover{color:#262935;text-decoration:underline;}

#inner_conteiner{
	color: #262935; 
	padding-left: 30px; 
	padding-right: 20px;
	min-height: 850px;
}
#page_title{
	color:#FFFFFF;
	font-family:times New Roman;
	height:52px;
	margin-left:1px;
	margin-top:-1px;
	position:absolute;
	text-transform:uppercase;
	top:350px;
}
#page_title h1
{
	margin-left: 30px;
	height: 52px;
	line-height: 52px;
	font-family:times New Roman;
	font-size: 18px;
}
div#content_header{
	background:#FFFFFF url(../pic/bg-content_up.jpg) repeat-x scroll left top;
	height:24px;
}
div#content_footer{
	background:#FFFFFF url(../pic/bg-content_down.jpg) repeat-x scroll left top;
	height:24px;
}

/* content */
.proj-box {
	width:140px;
	float:left;
	border:1px solid #A9ACB1;
	padding:5px;
	margin-right:25px;
}
.cv-box {
	width:325px;
	margin-top:10px;
	float:left;
}
.cv-box.second{
	margin-left:25px;
}
.team-box {
	width:140px;
	float:left;
	border:1px solid #A9ACB1;
	padding:5px;
	margin-right:10px;
	margin-bottom:10px;
}
.images-gallery {
	width:200px;
	height:160px;
	padding:5px;
	margin:5px;
	border:1px solid #A9ACB1;
	float:left;
}

/* FLORE PLANS */
#flore_plans{
	font-weight:bold;
	height:300px;
	left:250px;
	position:absolute;
	top:45px;
	width:210px;
}
#flore_plans_header{
	color:#FFFFFF;
	line-height:33px;
	text-align:center;
	font-family:verdana;
	font-size: 15px;
}
#flore_plans div.flore_plans_item a{
	display: block;
	line-height:25px;
	color: #262935;
	text-decoration: none;
	font-family:verdana;
	font-size: 15px;
	font-weight: bold;
	padding-left: 20px;
}
#flore_plans div.flore_plans_item a:hover{
	background:#fff url(../pic/arrow.gif) no-repeat scroll right center;
	color: #1132b6;
	text-decoration: none;	
}


/* PROJECT LIST */
#project_list{}
#project_list h2{
	font-family:times New Roman;
	font-size: 17px;
	color: #1d3181;
	padding-top: 20px;
}
#project_list h2.top{color: #1d3181;}
#project_list .project_separator{
	line-height: 0px;
	margin: 10px 0px;
	border-bottom:2px solid #D9D9D9;
	border-top:2px solid #B2B4BC;
}

#project_list .project_conteiner{
	padding: 5px;
	margin-bottom: 20px;
	background-image: url(../pic/bg-projects.jpg);
}


#project_list .project_conteiner .project_conteiner_img_holder{
	float: left;
	background-color:#C6C9D5;
	border:1px solid #43485F;
	padding: 1px;
}

#project_list .project_conteiner a .project_conteiner_img{
	width: 257px;
	height: 254px;
	border:1px solid #62677d;
}

#project_list .project_conteiner .project_conteiner_text_holder{
	float: right;
	width: 415px;
	height: 256px;
	background-color:#C6C9D5;
	border:1px solid #43485F;
	padding: 1px;
	
}
.project_conteiner_text{
	background:#b6b8c0 url(../pic/head-projects.jpg) repeat-x scroll left top;
	height: 244px;
	padding: 5px 15px;
	border:1px solid #62677d;
}
.project_conteiner_text h3{
	color: #262a35;
	font-family:times New Roman;
	font-size: 20px;
	margin: 0px;
}
.project_conteiner_text h3 big{
	font-size: 24px;
}
/*.project_conteiner_text em{
	color:#DDDDDD;
	font-size:12px;
	margin-left:10px;
}*/

.project_conteiner_text_separator{
	line-height: 0px;

	margin: 10px 0px 5px;
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #62677d;
}

.project_conteiner_text_link_holder{
	text-align: right;
}

#project_list a.project_conteiner_text_link{
	color: #8D0334;
	font-weight: bold;
}


.white_grey_border{
	padding: 3px;
	border: 2px solid #868c98;
	background-color: #fff;
}


#company_links{
	
}
#company_links a#company_link_cci, 
#company_links a#company_link_cd,
#company_links a#company_link_cc{
	float: left;
	display: block;
	width: 200px;
	text-align:center;
	font-weight: bold;
	font-family:times New Roman;
	font-size: 18px;
	color: #24306b;
}

#company_links a#company_link_cci{
	width:250px;
}
#company_links a#company_link_cd{
	padding-right:20px;
	width:210px;
}
#company_links a#company_link_cc{}


.campany_title{
	font-family:times New Roman;
	font-size:16px;
	padding-top: 50px;
}

#gallery_table{
	background-image:url(../pic/bg-projects.jpg);
	width: 100%;
}

#gallery_table td{
	text-align: center;
	vertical-align: middle;
	padding: 5px;
}
#gallery_table td a img{
	border: 3px solid #fff;
}






