
@import url('hmenu.css');
@import url('vmenu.css');
@import url('paginare.css');

body {
	margin: 0px;
	padding: 0px;
	color: #625e5e;
	/*font-family: Tahoma, Geneva, sans-serif;*/
	font-family: "lucida sans",arial, sans-serif;
	font-size: 12px;
	line-height: 1.5em; 
	background-color: #005500;
	background-position: top center;
/*
	background-repeat: repeat;
	background-attachment: fixed;
	background-image: url(images/body.jpg);
*/
}

a, a:link, a:visited { color: #02640c; text-decoration: underline; }
a:hover { color: #03d318; text-decoration: none; }

p { margin: 0px; padding: 0; }
img { border: none; }

ul { margin: 0; padding: 0; }
ul li { margin: 0; padding: 0; }

h1 { font-size: 24px; font-weight: normal; margin: 0 0 10px 0; padding: 5px 0; color: #004100; }
h2 { font-size: 20px; font-weight: normal; margin: 0 0 10px 0; padding: 5px 0; color: #000; }
h3 { font-size: 18px; font-weight: normal; margin: 0 0 10px 0; padding: 0; color: #000;}
h4 { font-size: 16px; font-weight: normal; margin: 0 0 10px 0; padding: 0 0 10px 0;  }
h5 { font-size: 14px; font-weight: normal; margin: 0 0 5px 0; padding: 0; }
h6 { font-size: 12px; font-weight: normal; margin: 0 0 5px 0; padding: 0; }

input[type="image"]{
	border: none;
}

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }
.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }
.cleaner_h50 { clear: both; width:100%; height: 50px; }
.cleaner_h60 { clear: both; width:100%; height: 60px; }

.hr_divider { background: url(images/hr_divider.jpg) bottom repeat-x; }

.float_l { float: left; }
.float_r { float: right; }

.image_wrapper {
	position: relative;
	display: block;
	width: 218px;
	height: 128px;
	padding: 9px;
}
.image_wrapper span {
	position: absolute;
	left: 0;
	top: 0;
	width: 236px;
	height: 144px;
	background: url(images/image_frame.png) no-repeat;
}
.pics {
	float: left;
	margin-top: 0px;
	margin-right: 3px;
	margin-left: 3px;
	margin-bottom: 3px;
	border: 0px solid #ccc;
}

.picd {
	float: right;
	margin-top: 0px;
	margin-right: 3px;
	margin-left: 3px;
	margin-bottom: 3px;
	border: 0px solid #ccc;
}

.float_l { float: left; }
.float_r { float: right; }



/*slide show*/
#banner{
	height:350px;
	margin:0;
	padding: 0;
	width:835px;
	display:block;
	text-align: center;
	border:0px solid #ccc;
	background-color: #797979;
}
/* slide show*/

#esti_aici {height:20px;border-bottom: 1px solid #eee; font:normal 12px georgia,times,serif; padding: 5px 0 0 5px;width:auto; margin-bottom: 15px;}
#esti_aici a:link, #esti_aici a:visited {color:#004100;text-decoration:none;}
#esti_aici a:hover {color:#ff0000;}


.image_wrapper {
	position: relative;
	display: block;
	width: 218px;
	height: 128px;
	padding: 9px;
}
.image_wrapper span {
	position: absolute;
	left: 0;
	top: 0;
	width: 236px;
	height: 144px;
	background: url(images/image_frame.png) no-repeat;
}
.image_fl { float: left; margin: 3px 20px 0 0; }
.image_fr { float: right; margin: 3px 0 0 20px; }

blockquote { font-style: italic; margin-left: 10px;}
cite { font-weight: bold; color:#3b3823; }
cite span { color: #696443; }
em { color: #e55822; }

.tmo_list { margin: 20px 0; padding: 0; list-style: none; }
.tmo_list li { background: url(images/list.png) no-repeat scroll 0 0px; margin: 0 0 20px; padding: 3px 0 3px 25px; 	line-height: 1em; }
.tmo_list li a { color: #333; text-decoration: none; }
.tmo_list li a:hover { color: #d06802; text-decoration: none; }

.btn_more a {
	display: block;
	width: 85px;
	height: 27px;
	color: #5c460e;
	padding: 5px 3px 0 27px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background: url(images/btn.png) no-repeat;
}

.btn_more a:hover, .btn_more a span:hover {
	color: #dca822;
	background: url(images/btn_hover.png) no-repeat; 
}

#wrapper {
	width: 900px;
	padding: 20px 20px 0;
	margin: 0 auto;
}

#header {
	width: 860px;
	height: 115px;
	padding: 0 30px;
	background: url(images/header.png) no-repeat;
}

#site_title {
	float: left;
	width: 350px;
	margin: 35px 0 0 0;
	text-align: center;
}

#site_title a {
	margin: 0px;
	padding: 0px;
	font-size: 36px;
	color: #252b2d;
	font-weight: bold;
	text-decoration: none;
}

#site_title a span {
	display: block;
	font-size: 14px;
	color: #333;
	font-weight: normal;
	margin-top: 5px;
	letter-spacing: 5px;
}

/* main */

#main {
	clear: both;
	width: 840px;
	padding: 10px 30px;
	background: #fff url(images/main.png) no-repeat top;
}

#content {
	float: left;
	width: 550px;
}

#content ul {
	list-style:none;
}

#content ul li{
	list-style:none;
	padding-left: 15px;
	background: url('images/li.gif') no-repeat left 2px;
}

#content h4 {
	padding: 6px 0 0 30px;
	background: #ffffff url(images/news-green-bullet.png) no-repeat left top;	
	height: 30px;
}	
.news-bullet{
	background: #ffffff url(images/news-green-bullet.png) no-repeat left top;		
}
#content h4 a, #content h4 a:hover{
	text-decoration: none;
}
#content p {
	margin: 10px 0 5px 0;
}

.content_box {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ccc;
}

.cb_last {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

#cool_link_list { 
	margin: 0 0 0 20px;
	padding: 0;
	list-style: none;
}

#cool_link_list li {
	float: left;
	width: 160px;
	margin: 0 15px 15px 0;
	padding: 0;
	display: inline-block;
}

#cool_link_list li a {
	display: block;
	width: 140px;
	padding: 0 0 0 20px;
	color: #666;
	text-decoration: none;
	line-height: 1em;
	background: url(images/list.png) no-repeat center left;
}

#sidebar {
	float: right;
	width: 260px;
}

.icon_link { display: block; float: left; margin-left: 30px; width: 48px; }

.sidebar_box_woframe {
	margin-bottom: 20px;
}

.sidebar_box {
	width: 260px;
	padding: 0;
	background: url(images/sidebar_box.png) left repeat-y;
}

.sidebar_box_top {
	width: 260px;
	height: 20px;
	background: url(images/sidebar_box_top.png) no-repeat;
}

.sidebar_box_bottom {
	width: 260px;
	height: 20px;
	margin-bottom: 30px;
	background: url(images/sidebar_box_bottom.png) no-repeat;
}

.sidebar_box_content {
	padding: 0 20px;
}

.sidebar_box_content p {
	margin-bottom: 10px;
}

#sidebar h3 {
	padding-bottom: 5px;
	margin-bottom: 0px;
	border-bottom: 1px solid #ccc;
}
#sidebar p {
	margin:0;
}

.sidebar_box ul {
	list-style:none;
}

.sidebar_box ul li{
	list-style:none;
	padding-left: 15px;
	background: url('images/list.png') no-repeat left 3px;
}

/* end of main */

/* footer */

#footer  {
	width: 840px;
	height: 136px;
	padding: 30px;
	text-align: center;
	color: #161616;
/*	text-shadow: 0px 1px 1px #FFFFFF; */
	background: url(images/footer.png) no-repeat;
}

#footer a {
	text-decoration: none;
	color: #161616;
}

#footer a:hover {
	color: #990000;
}

/* end of footer */

/* text box prima pagina-anunturi importante*/
.textbox {
	float: left;
	width: 550px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
}
.textbox img { 
}
.textbox h3{
/*	background: url(images/news-green-bullet-1.png) no-repeat; */
	background: none;
	color: #4F8C00;
	margin-bottom: 5px;
/*	padding: 2px 0 0 25px; */
	padding: 0;
	font-size: 18px;
}
.textbox h3 a, .textbox h3 a:hover{
	text-decoration: none;
}
.textbox p{
	text-align: justify;
	margin-bottom: 5px; 
}


/* main box homepage*/
.mainbox {
	float: left;
	width: 250px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.mainbox img { 
}
.mainbox h3{
/*	background: url(images/news-green-bullet-1.png) no-repeat; */
	background: none;
	color: #4F8C00;
	margin-bottom: 5px;
/*	padding: 2px 0 0 25px; */
	padding: 0;
	font-size: 18px;
}
.mainbox h3 a, .mainbox h3 a:hover{
	text-decoration: none;
}
.mainbox p{
	text-align: justify;
	margin-bottom: 5px; 
}

 
.box-last {
	float: right;
	margin-right: 0;
}
.spacer {
	clear: both;
	display: block;
	padding-bottom: 10px;
}
/*end main box*/