/* Reset*/

*{padding: 0; margin:0; ;}
html {height: 100.01%; font-size: 62.5%;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,
blockquote,th,td {margin:0; padding:0; }
fieldset,img { border:0; }
ol,ul,li { list-style:none; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
a {cursor:pointer; color:#000000; text-decoration:none;}
a img {border:0;}
body {
	background-color:#edf9d7;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	color:#000;
	}
#all {
	width:911px;
	margin:0 auto;
	display:block;
	}
p {color:#7a7a7a;}	
/* End Reset*/


#website-wraper {
	width:900px;
	margin:30px auto 0px auto;
}

/* ===== WEBSITE HEADER ===== */

#website-header {
	clear:both;
	margin-bottom:20px;
}

#website-header .logo-ro {
	float:left;
	background: url('images/ecoterm-logo-ro.jpg') no-repeat left top;
	width:203px;
	height:64px;
}

#website-header .logo-en {
	float:left;
	background: url('images/ecoterm-logo-en.jpg') no-repeat left top;
	width:203px;
	height:64px;
}

#website-header .logo-en a, .logo-ro a {
	display:block;
	width:203px;
	height:64px;
}

#website-header .language {
	float:right;
	background: url('images/language-bg.jpg') no-repeat right top;
	width:150px;
	height:23px;
	font-family:Tahoma;
	font-size:8pt;
	color:#b9b9b9;
	padding:6px 6px 0px 0px;
}

#website-header .language a {
	display:block;
	float:right;
	width:16px;
	height:11px;
	margin-left:6px;
}

#website-header .language a.ro {
	background: url('images/ro.jpg') no-repeat left top;
}

#website-header .language a.en {
	background: url('images/en.jpg') no-repeat left top;
}

#website-header .search {
	clear:both;
	float:right;
	background: url('images/search-bg.jpg') no-repeat left top;
	width:180px;
	height:32px;
}

#website-header .search .text-input {
	float:left;
	background: #f4f4f4;
	width:130px;
	height:13px;
	font-family:Tahoma;
	font-size:9pt;
	color:#c0c0c0;
	border:1px solid #b9b9b9;
	padding:3px 3px;
	margin:7px 3px 0px 6px;
	.margin:7px 3px 0px 7px;
}

#website-header .search .button-input {
	float:left;
	background: url('images/search-button-bg.jpg') repeat-x;
	height:19px;
	font-family:Tahoma;
	font-size:8pt;
	color:#fff;
	font-weight:bold;
	border:0px;
	padding:0px 2px;
	margin:8px 0px 0px 2px;
}


#website-content{
	background-color:#fff;
	padding:5px;
}

/* ===== WEBSITE LEFT ===== */

#website-left {
	float:left;
	width:200px;
	margin-right:20px;
}

#website-left h2 {
	background: #eeeeee;
	font-family:Tahoma;
	font-size:9pt;
	color:#585858;
	font-weight:bold;
	padding:7px 15px;
}

#website-left .contact {
	font-size:8pt;
	color:#585858;
	line-height:18px;
	padding:10px;
}

#website-left .menu {
	list-style:none;
	font-size:0px;
	margin-bottom:15px;
}

#website-left .menu li {
	.margin-top:-2px;
}

#website-left .menu li a {
	display:block;
	background: #70b84e ;
	font-family:Tahoma;
	font-size:9pt;
	color:#fff;
	padding:7px 10px;
}

#website-left .menu li a:hover {
	background: #339a03 ;
}

#website-left .menu li a.selected {
	display:block;
	background: #339a03 ;
	font-family:Tahoma;
	font-size:9pt;
	color:#fff;
	padding:7px 10px;
}

#website-left .menu li a.expand,
#website-left .menu li a.expand:hover,
#website-left .categories li a.expand,
#website-left .categories li a.expand:hover{
	background-image: url('images/expand-bg.png');
	.background-image: url('images/expand-bg.gif');
	background-repeat:no-repeat;
	background-position:95% center;
}

#website-left .menu li a.collapse,
#website-left .menu li a.collapse:hover,
#website-left .categories li a.collapse,
#website-left .categories li a.collapse:hover{
	background-image: url('images/collapse-bg.png');
	.background-image: url('images/collapse-bg.gif');
	background-repeat:no-repeat;
	background-position:95% center;
}

#website-left .categories li a {
	background:#85c765;
	font-size:8pt;
	padding-left:20px;
}

#website-left .subcategories li a {
	background:#a5d98c;
	font-size:8pt;
	padding-left:40px;
}

/* ===== WEBSITE RIGHT ===== */

#website-right {
	float:left;
	width:670px;
	font-family:Tahoma;
	font-size:10pt;
	color:#585858;
	background-color:#fff;
}

#website-right h2 {
	font-family:Tahoma;
	font-size:13pt;
	color:#339a03;
}

#website-right .more {
	float:right;
	font-family:Tahoma;
	font-size:10pt;
	color:#339a03;
	padding-right:10px;
}

#website-right .more:hover {
	text-decoration:underline;
}

#website-right .box {
	float:left;
	background: #eee ;
	width:330px;
	margin-right:10px;
}

#website-right .box h3 {
	background: url('images/box-top-bg.jpg') no-repeat top;
	height:24px;
	font-family:Tahoma;
	font-size:11pt;
	color:#5e5e5e;
	font-weight:bold;
	padding:6px 0px 3px 10px;
}

#website-right .box .content {
	padding:5px;
}

#website-right .box .bottom {
	clear:both;
	background: url('images/box-bottom-bg.jpg') no-repeat top;
	width:330px;
	height:29px;
}

.portofoliu-item {
	float:left;
	width:67px;
	height:80px;
	font-family:Tahoma;
	font-size:7pt;
	color:#585858;
	text-align:center;
	margin:0px 5px 15px 0px;
}

.portofoliu-item img {
	margin-bottom:3px;
	width:67px;
}


.portofoliu-item a {
	font-family:Tahoma;
	font-size:7pt;
	color:#585858;
}

.portofoliu-item a:hover {
	background:#585858;
	color:#eee;
}

.noutati-item {
	font-family:Tahoma;
	font-size:8pt;
	color:#5e5e5e;
	margin:0px 0px 10px 0px;
}

.noutati-item img {
	float:left;
	width:67px;
	margin-right:5px;
}

.noutati-item h4 a {
	font-family:Tahoma;
	font-size:9pt;
	color:#339a03;
	font-weight:bold;
}

.portfolio-thumb {
	float:left;
	width:160px;
	height:160px;
	text-align:center;
}
.portfolio-thumb a {
	display:block;
	width:140px;
	margin:10px 10px 3px 10px;
}

.portfolio-thumb a:hover {
	background:#d1d1d1;
}

.display-item-row {
	clear:both;
	margin-bottom:40px;
}

.display-item-row h3 a {
	color:#339a03;
	font-weight:bold;
}

.display-item-row img {
	float:left;
	margin:0px 10px 10px 0px;
}


.map-box {
	background: #caecba url('images/map-box-bg.jpg') no-repeat top left;
	position:absolute;
	top:0px;
	left:0px;
	width:200px;
	display:none;
	font-size:8pt;
	padding:5px 5px 5px 20px;
}


/* ===== WEBSITE FOOTER ===== */

#website-footer {
	clear:both;
	width:100%;
	padding-bottom:20px;
}

#website-footer .top {
	float:right;
	margin:30px 0px 5px 0px;
	color:585858;
}

#website-footer .top a:hover {
	text-decoration:underline;
}

#website-footer .bottom {
	clear:both;
	background: url('images/footer-left-bg.jpg') no-repeat top left;
	height:27px;
}

#website-footer .bottom .left {
	float:left;
	font-family:Tahoma;
	font-size:8pt;
	color:#585858;
}

#website-footer .bottom .left .prologue {
	float:left;
}


#website-footer .bottom .right {
	float:right;
	background: url('images/footer-right-bg.jpg') no-repeat top right;
	width:100px;
	height:27px;
}


/* ===== PAGE NAVIGATOR ===== */

.navigator, .navigator a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-variant: normal;
	color: #585858;
	text-decoration: none;
	text-align: center;
	cursor:pointer;
}

.navigator_current, .navigator_current a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-variant: normal;
	color:#fff;
	text-decoration: none;
	background:#70b84e ;
	text-align: center;
}

.navigator_more, .navigator_more a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-variant: normal;
	color: #0a51a1;
	text-decoration: none;
	text-align: center;
	cursor:pointer;
