@charset "utf-8";
/* CSS Document */

/************************
 * Resets default browser CSS. *
 ************************/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: inherit;
  font-size: 11px;
  font-family:Arial, Helvetica, sans-serif;
  vertical-align: baseline;
}

body {
  line-height: 12px;
}

div.clear{
    clear:both;
    height:0px;
    font-size:0px;
    line-height:0px;
}
:-moz-any-link:focus {
  outline: none;
}

p{
    line-height:17px;
    font-size:11px!important;
}
a{
    color:#9AC93F;
}
/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

div#breadcrumb{
	margin-bottom: 20px;
}
/* /reset */


/* HOMEPAGE*/
html body#homepage{
    background:url(../images/pic_home.jpg) no-repeat center 180px;
}
div#page{
    margin:40px auto 0 auto;
    width:900px;
}
div#page div.page{
    width:900px;
    margin:0 auto;
}

div#header{
   /* overflow:hidden;*/
   position:relative;
}

div#logo{
    float:left;
}
div#header-top{
   /* overflow:hidden;*/
}
div#header div#header-top div#logo a{
	/*float:left;*/
}

div#header div#header-top div#logo h1,
div#header div#header-top div#logo h2{
    visibility:hidden;
}

div#header-top div#top-left{
    position:absolute;
    width:180px;
	top:0px;
	right: 0px;
}
div#top-left p{
    float:left;
    margin-left:6px;
}
div#top-left div{
    overflow:hidden;
    margin-top:15px;
}
div#search{
    background:url(../images/input_search.jpg) no-repeat;
    width:181px;
    height:19px;
}
div#search a{
    background:url(../images/button_search.jpg) no-repeat;
    width:19px;
    height:15px;
    position:absolute;
	top:49px;
	right:0px;
}
div#search form input{
    border:0;
    height:12px;
    width:155px;
    font-size:11px;
	position:absolute;
	top:49px;
	right:20px;
}
div#menu{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:13px;
	
    border-bottom:5px solid #2B4748;
    height:40px;
    margin-top:14px;
    
    
}

div#menu ul li{
	vertical-align:middle;
}

div#menu ul li a{
    font-size:13px;
    font-weight:bold;
   	vertical-align:bottom;
}
div#menu ul li.row1 a{
    bottom:-25px;
}                  
div#menu ul li a{
    display:block;
    background:url(../images/menu_pic.jpg) no-repeat 5px 4px;
    width:107px;
    /*height:41px;*/
    text-decoration:none;
    color:#505153;
    padding-left:15px;
    margin-top:10px;  
}          
div#menu ul li a.selected,
div#menu ul li a:hover{
    background:url(../images/menu_pic2.jpg) no-repeat 3px 2px;
    color:#3E6A6B;
}
div#menu ul li{
    float:left;
    list-style:none;
    margin-left:5px;
}
div#menu ul li.first{
    margin-left:0;
}
body#homepage div#home-top{
    margin-top:2px;
    height:339px;
    *height:388px;
    _height:339px;
    border:0;
}
body#homepage div#home-top img{
    position:relative;
    margin-left:779px;
    *margin-left:780px;
    _margin-left:780px;
    margin-top:143px;
    _margin-top:120px;
    _top:3px;
    border:0;
}
div#content{
    overflow:hidden;
    background:url(../images/logo_footer.jpg) no-repeat center bottom #FFFFFF;
    border:0;
    padding-bottom:20px;
}

div#content div#flashContent{
	clear: both; 
	margin-top: 5px;
}

body#homepage div#content{
    background:url(../images/logo_footer2.jpg) no-repeat center bottom #FFFFFF;
}
div#content-left{
    width:660px;
    overflow:hidden;
    float:left;
}
div#content-right{
    width:240px;
    overflow:hidden;
    float:left;
    margin-bottom:1px;
}
div#content-right div.col{
    width:60px;
    height:60px;
    float:left;
}
p.selected{
    color:#999999;
}
div#content-right div.blue{
    background-color:#7E9DC9;
}
div#content-right div.green{
    background-color:#9CCC3C;
}
div#content-right div.grey{
    background-color:#DBDBDB;
}
div#content-right div.orange{
    background-color:#FFB549;
}
div#content-right div.white{
    background-color:#FFFFFF;
}
div#content-right div.blue_dark{
    background-color:#0072BB;
}
div#content-right div.orange_dark{
    background-color:#CC4D18;
}
div#content-right div.pink{
    background-color:#BC157B;
}
div#content-right div.green_dark{
    background-color:#006D57;
}
div#content-right div.mov{
    background-color:#912479;
}
div#content-right div.copou{
    background-color:#fff;
}
div#content-right div.img-blue{
    background:url(../images/evo_blue.jpg) no-repeat left bottom #FFFFFF;
}
div#content-right div.img-copou{
    background:url(../images/copou_up.jpg) no-repeat left bottom #FFFFFF;
}
div#content-right div.img-mov{
    background:url(../images/evo_mov.jpg) no-repeat left bottom #FFFFFF;
}
div#content-right div.img-green-dark{
    background:url(../images/evo_green_dark.jpg) no-repeat left bottom #FFFFFF;
}
div#content-right div.img-pink{
    background:url(../images/evo_pink.jpg) no-repeat left bottom #FFFFFF;
}
div#content-right div.img-orange-dark{
    background:url(../images/evo_orange_dark.jpg) no-repeat left bottom #FFFFFF;
}
div#content-right div.img-green{
    background:url(../images/evo_green.jpg) no-repeat left bottom #FFFFFF;
}
div#content-right div.img-grey{
    background:url(../images/evo_grey.jpg) no-repeat left bottom #FFFFFF;
}
div#content-right div.img-orange{
    background:url(../images/evo_orange.jpg) no-repeat left bottom #FFFFFF;
}
div#content-right div.img-blue-dark{
    background:url(../images/evo_blue_dark.jpg) no-repeat left bottom #FFFFFF;
}
div#content-right div.blue a{
    background:url(../images/cub_blue.jpg) no-repeat 23px top #8FB1CA;
}
div#content-right div.copou a{
    background:url(../images/copou.jpg) no-repeat 23px top #8FB1CA;
}
div#content-right div.mov a{
    background:url(../images/cub_blue.jpg) no-repeat 23px top #912479;
}
div#content-right div.green_dark a{
    background:url(../images/cub_green_dark.jpg) no-repeat 23px top #006D57;
}
div#content-right div.pink a{
    background:url(../images/cub_pink.jpg) no-repeat 23px top #E987C2;
}
div#content-right div.orange_dark a{
    background:url(../images/cub_orange_dark.jpg) no-repeat 23px top #CC4D18;
}
div#content-right div.green a{
    background:url(../images/cub_green.jpg) no-repeat 23px top #9CCC3C;
}
div#content-right div.orange a{
    background:url(../images/cub_orange.jpg) no-repeat 23px top #F9A61A;
}
div#content-right div.blue_dark a{
    background:url(../images/cub_blue_dark.jpg) no-repeat 23px top #0072BB;
}
div#content div.col a{
    position:relative;
    /*top:22px;*/
    display:block;
    height:3px;
    text-transform:uppercase;
    color:#003E49;
    text-decoration:none;
}
div#content div.col a p{
    font-size:10px;
    float:left;
    line-height:10px;
}
div#footer{
    height:80px;
    overflow:hidden;
}
div#footer div{
    float:left;
    overflow:hidden;
    color:#505153;
    margin-top:10px;
}
div#footer div#footer-left p{
    line-height:14px;
}
div#footer div#footer-right{
    margin-left:428px;
    _margin-left:390px;
}
div#footer div#footer-right a{
    background:url(../images/infinit-solutions.png) no-repeat;
    width:110px;
    height:40px;
    text-indent:-1000px;
    display:block;
}
div#footer div#footer-right a:hover{
    background:url(../images/infinit-solutions-hover.png) no-repeat;
}
div#content-left div.col1{
    width:315px;
    overflow:hidden;
    float:left;
    padding-right:15px;
}
div#content-left div.col1 div.title{
    text-transform:uppercase;
    color:#9BCD3A;
    width:315px;
    border-bottom:1px solid #3F686C;
    font-size:14px;
    line-height:16px;
    font-weight:bold;
}
div#content-left div.col1 div.col1-content{
    width:315px;
    border-top:1px solid #C5D5D4;
    padding-top:10px;
}
div#content-left div.col1 div.col1-content div.row{
    margin-bottom:10px;
    overflow:hidden;
    clear:both;
    width:300px;
}
div#content-left div.col1 div.col1-content div.row div{
    float:left;
    width:210px;
}
div#content-left div.col1 div.col1-content div.row div.row-col1{
    width:90px;
    overflow:hidden;
    color:#999999;
}
div#content-left div.col1 div.col1-content div.row div.row-col2 a{
    color:#3F6968;
    width:225px;
    text-decoration:none;
}
body#homepage div#home-top div{
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    width:430px;
    overflow:hidden;
    margin-top:50px;
}
body#homepage div#home-top p{
    display:block;
    clear:both;
    font-weight:bold;
}
body#homepage div#home-top div p.p1{
    font-size:42px !important;
    line-height:42px;
    color:#40696B;
	margin-bottom:5px;
}
body#homepage div#home-top div p.p2{
    font-size:22px !important;
    line-height:22px;
    color:#333335;
}
body#homepage div#home-top div span.p3{
	font-size:16px !important;
    line-height:16px;
    color:#505050;
}

/* /HOMEPAGE*/

/* DESPRE ADAMA */
body#despre-adama div#home-top{
    background:url(../images/pic_despre_adama.jpg) no-repeat left top;
    width:900px;
    height:94px;
}
body#despre-adama div#content{
    background:url(../images/logo_footer.jpg) no-repeat center bottom #FFFFFF;
    margin-top:15px;
    padding-bottom:150px;
}
div#content div.content-margin{
    width:215px;
}
body#despre-adama div#content div#content-center{
    width:435px;
    padding:0 10px;
    padding-right:20px;
}
body#despre-adama div#content div#content-center img{
	margin-top:30px;
}

div#content div.box{
    width:131px;
}

div#content div.box h2 a{
	font-size:14px;
	text-decoration:none;
}

div#content div#content-center{
	float:right;
	margin-right:220px;
}

div#content div#content-center h1{
    font-size:32px;
    color:#3f696b;
    line-height:32px;
}
div#content div#content-center h2{
    font-size:18px;
	line-height:20px;
    color:#3f696b;
    margin-top:15px;
    margin-bottom:20px;
}
div#content div#content-center p{
    color:#555555;
    line-height:17px !important;
    clear:both;
    font-size:14px !important;
	margin-top:20px;
}

div#content div#content-center .description h2{
	margin: 25px 0 20px 0;
}

div#content div.content-margin{
	float:left;	
}
div#content div.content-margin div.title{
    font-size:16px;
    color:#999999;
    line-height:18px;
}
div#content div.content-margin ul{
    clear:both;
    margin-top:30px;
}
div#content div.content-margin ul li,
body.sitemap div#content div#content-center ul li{
    margin-top:9px;
    list-style:none;
	line-height:15px;
    /*overflow:hidden;
    height:13px;*/
}


div#content div.content-margin ul.left a,
div#content div#content-center ul li a,
body.sitemap div#content div#content-center ul li a{
    text-decoration:none;
    color:#999999;
    font-size:12px;
    background:url(../images/link_unselected.jpg) no-repeat left center;
    padding-left:10px;
}
body.sitemap div#content div#content-center ul li.step1{
    margin-left:30px;
}
body.sitemap div#content div#content-center ul li.step2{
    margin-left:60px;
}
body.sitemap div#content div#content-center ul li.step3{
    margin-left:90px;
}
body.sitemap div#content div#content-center ul li.step4{
    margin-left:120px;
}
div#content div.content-margin ul.left a.selected,
div#content div.content-margin ul.left a:hover,
div#content div.content-margin ul.right li a:hover,
div#content div#content-center ul li a:hover,
body.sitemap div#content div#content-center ul li a:hover,
body.sitemap div#content div#content-center ul li a.selected{
    background:url(../images/link_selected.jpg) no-repeat left center;
    color:#3f696b;
}
div#content div.content-margin div.title-right{
    text-transform:uppercase;
    font-weight:bold;
    color:#999999;
    margin-top:30px;
    margin-bottom:10px;
}
div#content div.content-margin ul.right li{
    list-style:none;
}
div#content div.content-margin ul.right li a{
    color:#999999;
    background:url(../images/link_selected.jpg) no-repeat left center;
    padding-left:10px;
}
div#top-left p{
    cursor:pointer;
}

/* /DESPRE ADAMA */

/* NEWS */
body#news div#home-top{
    background:url(../images/pic_news.jpg) no-repeat left top;
    width:900px;
    height:94px;
	
	
}

body#news div#content{
    background:url(../images/logo_footer.jpg) no-repeat center bottom #FFFFFF;
    margin-top:55px;
    padding-bottom:150px;
}

body#news div#page div#content.page div.content-margin{
	width:150px;
	float:left;
	clear:none;
}

body#news div#page div#content.page div#content-center{
    width:720px;
	float:right;
	clear:none;
	margin:0px;
}

body#news div#content div#content-center h2{
	margin-top:30px;
    width:465px;
}

body#news div#content div#content-center table#news-list {
	width:100%;
	border-collapse:collapse;
}

body#news div#content div#content-center table#news-list td{	
	vertical-align:middle;
}

body#news div#content div#content-center table#news-list tr:hover{
	background-color:#F9FCF3;
}

body#news div#content div#content-center table#news-list tr.row td.left,
body#news div#content div#content-center table#news-list tr.row td.right{
	border-bottom:1px dashed #CBCBCB;
    cursor:pointer;
    padding:10px;
	
}

body#news div#content div#content-center table#news-list tr.row td.left{
     width:445px;	
}

body#news div#content div#content-center #news-list .row td.right{
    width:155px;
    padding-left:60px;
		
}

body#news div#content div#content-center #news-list .row-selected{
    background-color:#F9FCF3;
}
body#news div#content div#content-center #news-list tr.row-first{
    border-top:1px dashed #CBCBCB;
 }

body#news div#content div#content-center #news-list .row p.url{
	display:none;
}

body#news div#content div#content-center #news-list .row h3.title{
	font-size:16px;
    line-height:18px;
    color:#63ae57;
    margin-bottom:10px;
}

body#news div#content div#content-center #news-list p,
body#news div#content div#content-center #news-list h3{
	margin-bottom:5px;
}

body#news div#content div#content-center #news-list p.date{
}

body#news div#content div#content-center #news-list p.author{
}

body#news div#content div#content-center #news-list p.source{
}

/* SPECIALS */

body#news.specials ul{
	list-style:none;
}

body#news.specials li{
	font-size:14px;
	line-height:16px;
}

body#news.specials li p.title{
	font-weight:bold;
	font-size:15px;
	color:#63ae57 !important;
	cursor:pointer;
}

body#news.specials div#page div#content-center.description{
	margin-top:30px;
}

body#news.specials div#page div#content-center.description h1{
	font-size:20px;
	color: #3F696B;
	margin-bottom:30px;
}

body#news.specials div#page div#content-center.description h2{
	font-size:16px;
	margin-bottom:15px;
}


/* INTERNATIONAL */

body#news.international div#page div#content.page div#content-center{
	margin-right:230px;
	width:445px;
}

/* /NEWS */

/* PROIECTE */
body#projects div#content{
    background:url(../images/logo_footer.jpg) no-repeat center bottom #FFFFFF;
    margin-top:15px;
    padding-bottom:150px;
}
body#projects div#content div#content-center{
    width:280px;
}
div#content div.content-margin ul li.step1{
    margin-left:20px;
}
div#content div.content-margin ul li.step2{
    margin-left:30px;
}
div#content div.content-margin ul li.step3{
    margin-left:50px;
}
div#content div.content-margin ul li.step1 a{
    font-weight:bold;
    background-image:none;
}
div#content div.content-margin ul li.step2 a,
div#content div.content-margin ul li.step3 a,
div#content div#content-center ul li a{
    font-weight:normal;
    background-image:none;
}
div#content div.content-margin ul li.step1 a.selected,
div#content div.content-margin ul li.step1 a:hover,
div#content div.content-margin ul li.step2 a.selected,
div#content div.content-margin ul li.step3 a.selected,
div#content div.content-margin ul li.step2 a:hover,
div#content div.content-margin ul li.step3 a:hover,
div#content div#content-center ul li a:hover{
    background-image:none;
}
div#content div#content-center ul{
    margin-top:15px;
}
div#content div#content-center ul li a{
    font-weight:bold;
}
body#pag-proiect div#home-top{
    background:url(../images/proiecte.jpg) no-repeat left top;
    width:900px;
    height:94px;
}
body#pag-proiect div#content{
    background:url(../images/logo_footer.jpg) no-repeat center bottom #FFFFFF;
    margin-top:55px;
    padding-bottom:1px;
}
body#pag-proiect div#content2{
    padding-bottom:150px;
}
body#pag-proiect div#content div#content-center{
    width:445px;
    padding:0 10px;
}
body#pag-proiect div.content-margin div.logo{
    overflow:hidden;
    margin-bottom:10px;
    margin-top:20px;
}
body#pag-proiect div.content-margin div.link{
    clear:both;
    width:210px;
}
body#pag-proiect div.content-margin div.link a{
    color:#3f696b;
    font-weight:bold;
    text-decoration:none;
    background:url(../images/link2.jpg) no-repeat right top;
    padding-right:7px;
}
div#content-center div.gallery{
    margin-top:10px;
}
 div#content-center div.gallery div{
    margin:3px;
    width:100px;
    height:75px;
    overflow: hidden;
}
div#content-center div.gallery a{
  display: block;
  height: 100%;
  text-indent: -9999em;
}
div#content-center div.gallery img{
    border:0;
    padding:2px;
}
div#content-center table{
    width:100%;
    margin-top:20px;
    border-spacing:5px!important;
}
div#content-center table tr td input,
div#content-center table tr td textarea
{
    float:left;
    border:1px solid #ccc;
}
div#content-center table tr td p.error{
    margin-left:5px;
    color:red !important;
    clear:none !important;
}
table#contact-table td{vertical-align:top;}

div#content-center p.succes{
    font-size:14px;
    margin-top:20px;
}
/* /PROIECTE */

/* OTHERS */
div.content-margin ul li.kids{
    margin-left:15px;
}
div.map{
background:url(../images/map_0.jpg) no-repeat 0 0;
height:300px;
}
div.map ul{
position:relative;
left:90px;
top:40px;
list-style-position:inside;
list-style:url(../images/bullet_map.jpg);
}
div.map ul li a{
color:#999;
text-decoration:none;
line-height:20px;
}
div.map ul li a:hover{
text-decoration:underline;
}
div.map div.map-text p{
font-weight:bold;
font-size:1.1em;
color:#3c6869;
position:relative;
left:80px;
top:30px;
}
div.map div.map-area div{
width:12px;
height:12px;
cursor:pointer;
position:relative;
}

div.map div.map-area div.map_0{
top:14px;
left:24px;
}
div.map div.map-area div.map_1{
top:36px;
left:3px;
}
div.map div.map-area div.map_2{
top:56px;
left:-8px;
}
div.map div.map-area div.map_3{
top:1px;
left:70px;
}
div.map div.map-area div.map_4{
top:18px;
left:70px;
}
div.map div.map-area div.map_5{
top:39px;
left:43px;
}
div.map div.map-area div.map_6{
top:50px;
left:13px;
}
div.map div.map-area div.map_7{
top:64px;
left:16px;
}
div.map div.map-area div.map_8{
top:77px;
left:11px;
}
div.pagination a, a.inapoi{
    display:block;
    width:20px;
    height:20px;
    line-height:20px;
    text-align:center;
    border:1px solid #ddd;
    text-decoration:none;
}
a.inapoi{
    width:50px;
}
div.pagination a:hover,
a.inapoi:hover{
    background:#ddd;
}
div#content div#content-center .pagination table table,
div#content div#content-center .pagination table tr,
div#content div#content-center .pagination table td{
	vertical-align:bottom;
}
div#content div#content-center td.pagination-sel,
td.pagination-sel{
    background:#ddd;
    width:20px;
    line-height:20px!important;
    text-align:center;
    height:20px;
    border:1px solid #ddd;
    font-weight:bold;
	
}
div.box{
    overflow:hidden;
    float:left;
    padding:5px;
}
div#content-center h2{
    clear:both;
}
div#content div#extra-center{
    width:660px;
    padding:10px;
    position:relative;
    left:215px;
    float:left;
}
div#content div#extra-center div.evo-box{
    width:190px;
    padding:0px 10px;
}
div#content div#extra-center div.evo-box p{
    color:#545454;
    overflow:hidden;
}
div#content div#extra-center p.text{
    color:#545454;
    padding-top:10px;
    clear:both;
}
div#content-center div.description h2{
    color:#9AC93F !important;
}
div#content-center img.om{
    display:block;
    float:right;
    margin:0 0 5px 5px;
}
body.specials div#home-top{
    background:url(../images/oferte-speciale.jpg) no-repeat left top !important;
    width:900px;
    height:94px;
}
body#projects div#home-top{
    background:url(../images/proiecte-meniu-tari.jpg) no-repeat left top !important;
    width:900px;
    height:94px;
}
body.career div#home-top{
    background:url(../images/oportunitati-de-cariera.jpg) no-repeat left top !important;
    width:900px;
    height:94px;
}
div.pagination table {
    width:auto !important;
}
div#content-center div.description{
    margin-bottom:30px;
}
body.contact table tr td label{
    color:#555555;
}
div.description ul li{
    color:#555555;
}
div.description ul{
    margin-left:15px;
}
div.international_45{
    background:url(../images/adama-international1.jpg) no-repeat left top !important;
}
div.international_50{
    background:url(../images/adama-international2.jpg) no-repeat left top !important;
}
div.international_51{
    background:url(../images/adama-international3.jpg) no-repeat left top !important;
}
div.international_52{
    background:url(../images/adama-international4.jpg) no-repeat left top !important;
}
div.tara_1{
    background:url(../images/proiecte-meniu-tari1.jpg) no-repeat left top !important;
}
div.tara_2{
    background:url(../images/proiecte-meniu-tari2.jpg) no-repeat left top !important;
}
div.tara_15{
    background:url(../images/proiecte-meniu-tari3.jpg) no-repeat left top !important;
}
div.tara_17{
    background:url(../images/proiecte-meniu-tari4.jpg) no-repeat left top !important;
}
div.viz_brand_evo{
    background:url(../images/Despre-adama1.jpg) no-repeat left top !important;
}
div.viz_management{
    background:url(../images/Despre-adama2.jpg) no-repeat left top !important;
}
div.viz_standards{
    background:url(../images/Despre-adama3.jpg) no-repeat left top !important;
}
div.top-stiri{
    background:url(../images/stiri-normal.jpg) no-repeat left top !important;
}
div.top-comunicat{
    background:url(../images/Stiri.jpg) no-repeat left top !important;
}
div.top-contact{
    background:url(../images/contact.jpg) no-repeat left top !important;
}
/* /OTHERS */

/*galeries*/
ul.gallery {margin:20px 0;}

ul.gallery li {
float:left;
width:180px;
height:135px;
overflow:hidden;
margin-bottom:10px;
margin-right:10px;
text-align:center;

}

ul.gallery li.last {margin-right:0px;}


/* PROIECTE - SIDE MENU*/


div.content-margin ul#projects_menu{
	padding-bottom:50px;	
}

div.content-margin ul#projects_menu,
div.content-margin ul#projects_menu ul{
	margin:0px;
	list-style:none;
	line-height:12px;
}

div.content-margin ul#projects_menu .nume_stadiu{
		
}

div.content-margin ul#projects_menu li a{
	text-decoration:none;
	font-size:12px;
	color:#999;
}

div.content-margin ul#projects_menu li a:hover{
	color:#3F696B;
}

div.content-margin ul#projects_menu li a.selected{
	font-weight:bold;
	color:#3F696B;
}

div.content-margin ul#projects_menu ul li{
	text-indent:15px;
}

div.content-margin ul#projects_menu li.tari a{
	font-weight:bold;
}


div.content-margin ul#projects_menu ul.proiecte_1 li{
	text-indent:30px;
}

div.content-margin ul#projects_menu ul.proiecte_2 li{
	text-indent:45px;
}

ul.stadiu{display: none;}
.proiecte_1{display: none;}
                         

/*end of style.css*/
