
*{
	margin: 0px;
	padding: 0px;
}

html{
	margin: 0px;
	padding: 0px;
}

body {
	background:#333 url("../images/bg_html.jpg") top center repeat-x;
	font: normal 12px Trebuchet MS, Arial, Helvetica;
	color: #fff;
	line-height: 140%;
}

.clearFloat{
	clear: both;
}

ul li{
	list-style: none;
}

img{
	border: none;
}

a{
	text-decoration: none;
	color: #fff;
}


h1{
	font-size: 16px;
	margin: 10px 0px;
}

h2{
	font-size: 13px;
	margin: 5px 0px;
}

h3{
	font-size: 12px;
	margin: 5px 0px;
}




#wrapper{

	width: 960px;
	margin: 0px auto;
}

#header{
	height: 351px;
}

#search{
	background: url("../images/search.jpg") bottom right no-repeat;
	width: 227px;
	height: 42px;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

#logo{
	width: 200px;
	float: left;
	padding-left: 30px;
}


#menu{

	float: right;
	width: 560px;
	margin-top: 34px;
}

.tab_menu_left{
	background: url("../images/bg_menu_left.jpg") top right no-repeat;
	display: inline;
	height: 36px;
	width: 5px;
	line-height: 36px;
	padding: 10px 2px;
}

.tab_menu_right{
	background: url("../images/bg_menu_right.jpg") top left no-repeat;
	display: inline;
	height: 36px;
	width: 5px;
	line-height: 36px;
	padding: 10px 2px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	text-align: right;
	padding-right: 50px;
}

#menu ul li{
	display: inline;
	margin: 0px;
	padding: 0px;
}

#menu ul li .tree_selected{
	display: inline;
}


#menu ul li a{

	height: 36px;
	line-height: 36px;
	padding: 10px 10px;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	color: #000;
	background: url("../images/bg_menu.jpg") top center repeat-x;
}

#menu ul li .tree_selected a{

}

#menu ul li a:hover{

}

#slogan{
	color: #333;
	width: 250px;
	font-size: 16px;
	padding: 10px;
	margin-left: 15px;
}


#content_bg{
	background: url("../images/content_bg.jpg") left repeat-y;

}

#content_top{
	background: url("../images/content_top.jpg") left top no-repeat;

}

#content_bottom{
	background: url("../images/content_bottom.jpg") left bottom no-repeat;
	border-bottom: 1px solid #333;
}


#main{
	float: left;
	width: 590px;
	margin: 0px 20px;
	padding-top: 10px;
}

#main h1{
	color: #fff;

}


#main h1,#main h2,#main h3
{
	color:#0387EA;
	padding: 4px 0px 0px 0px;
}
#main h1
{
	font-size:1.6em;
}
#main h2
{
	font-size:1.4em;
}
#main h3
{
	font-size:1.1em;
}

#main a
{
	color:#0387EA;
	padding:2px;
}
#main a:hover
{
	color:#fff;
	background-color:#0387EA;
}

#main a:hover img
{
	background-color:none;
}


#main p
{
	/*text-align:justify;*/
}

#main img{
	padding: 14px;
}





#left{
	float: left;
	width: 273px;
	margin: 10px 10px 10px 0px;
	color: #333;
	padding-left: 20px;
}

.tab_left a{
	color: #333;
}

.tab_left{

	margin: 0px 0px;
	padding-bottom: 10px;
}

.tab_left h1{

	color: #fff;
	padding: 9px 5px 10px 30px;
	background: url("../images/h1.jpg") left no-repeat;
}

.tab_left ul{
	padding: 0px;

}

.tab_left ul li{

}


.tab_left ul li a{
	color: #333;
	display: block;
	padding: 4px 2px 4px 15px;
	border-bottom: 1px dashed #ccc;


}

.tab_left ul li a:hover{
	font-weight: bold;
}

.tab_left ul li .tree_selected a{
	font-weight: bold;
}

.tab_left .tab_left_second{
	padding: 0px 10px;
}

.tab_left .tab_left_second p{
	border-bottom: 1px dashed #ccc;
	padding-bottom: 5px;
	margin-bottom: 5px;
}


#footer{
	background: url("../images/footer.jpg") top center repeat-x;
}

#footer ul{
	padding-left: 0px;
}
#footer ul li{
	display: inline;
}

#footer ul li .tree_selected{
	display: inline;
}

#footer ul li a {
	color: #aaa;
	padding: 10px 20px 10px 0px;
	font-size: 11px;
}

#footer ul li .tree_selected a{
	color: #fff;
}

#footer ul li a:hover{
	color: #fff;
}

#footer_inner{

	width: 960px;
	margin: 0px auto;
	padding: 0px;
}

.footer_menu{
	float: left;
	width: 750px;
	padding: 20px 20px 15px 30px;
}

.logo_footer{
	float: right;
	width: 100px;
}

.continut_contact{
	float:right;
	width: 240px;
}

.div_contact_form{
	float:left;
	width: 320px;
}

.lista_articole
{
	border-bottom: 1px dotted #cccccc;
	padding: 2px 0;
}

.lista_stiri
{
	border-bottom: 1px dotted #cccccc;
	padding: 2px 0;
}

.ul_bread li
{
	display:inline;
	padding: 0 3px;
}

#sigla {
	text-align: center;
	padding: 20px 0 10px 0;
}

#sigla a {
	color: #666;
}

#sigla a:hover {
	text-decoration: underline;
}

#sigla a img {
	border: none;
}