/*---css clear fix---*/
* html .clearfix {
	height: 1%;
}
html[xmlns] .clearfix {
	display: block;
}
.clearfix {
	display: inline-block;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/*---end css clearfix---*/

body{
	background:#3dbdff url(../images/bg.gif) repeat-x;
	margin:0px auto;
	width:100%;
	font:12px arial;
	color:#464646;
}
#header{
	margin-top:15px;
	margin-bottom:15px;
}
#header .logo{
	float:left;
	width:135px;
}
#header .ads{
	float:left;
	/*width:780px;*/
	width:640px;
	margin-left:25px;
	margin-top:10px;
}
#header h1{
	font:24px "Arial Black";
	margin:0px;
	padding:0px;
	display: inline-block;
	color:#fff;
}
#site{
	width:889px;
	margin:0px auto;
}
#meniu{

}
#meniu a{
	font:24px "Arial Black";
	color:#464646;
	text-decoration:none;
	margin-left:20px;
}
#meniu .left{
	background:url(../images/meniu_st.png);
	width:6px;
	height:34px;
	float:left;
}
#meniu .content{
	background:#fff;
	width:870px;
	height:34px;
	float:left;
}
#meniu .right{
	background:url(../images/meniu_dr.png);
	width:13px;
	height:34px;
	float:left;
}
#sidebar{
	float:left;
}
.sidebar_{
	color:#464646;
}
.sidebar_ ul{
	margin:0px;
	padding:0px;
}
.sidebar_ ul li{
	list-style:none;
	background:url(../images/arrow.jpg) no-repeat;
	font-size:15px;
}
.sidebar_ ul li a{
	text-decoration:none;
	font:12px arial;
	font-weight:bold;
	color:#464646;
	margin-left:15px;
}
#sidebar .nr_b{
	font:12px arial;
	font-weight:bold;
	color:#464646;
	margin-left:2px;
}
.sidebar_sus{
	background:url(../images/sidebar_sus.png) no-repeat;
	width:208px;
	height:8px;
}
.sidebar_content{
	width:208px;
	background:#fff;
}
.sidebar_content_{
	margin-left:10px;
}
.sidebar_jos{
	background:url(../images/sidebar_jos.png) no-repeat;
	width:208px;
	height:8px;
}

#content{
	margin-top:10px;
	width:889px;
}
#content h2 {
	border-bottom:1px dotted #D2D2D2;
	color:#222222;
	font-size:16px;
	margin:0px;
	padding-bottom:5px;
	color:#3c3c3c;
	width:645px;
}
#content_right{
	width:667px;
	float:right;
	
}
#content_right .sus{
	background:url(../images/content_sus.png) no-repeat;
	width:667px;
	height:8px;
}
#content_right .content{
	background-color:#fff;
	width:667px;
	overflow:hidden
}
#content_right .content_{
	margin-left:10px;
}
#content_right .jos{
	background:url(../images/content_jos.png) no-repeat;
	width:667px;
	height:9px;
}

#footer{
	margin-top:10px;
	width:889px;
	font:12px arial;
}
#footer .copyright{
	text-align:right;
	margin-right:5px;
}
#footer .sus{
	background:url(../images/footer_sus.png) no-repeat;
	width:889px;
	height:8px;
}
#footer .content{
	background-color:#fff;
	width:889px;
}
#footer .content_{
	margin-left:10px;
}
#footer .jos{
	background:url(../images/footer_jos.png) no-repeat;
	width:889px;
	height:9px;
}
.bancuri{
	margin-top:10px;
	margin-bottom:10px;
}
.top_list_banc{
	background:url(../images/navigation-on.gif) repeat-x;
	width:653px;
	height:27px;
}
.top_list_banc_{
	padding:6px;
	color:#fff;
	font:12px arial;
	font-weight:bold;
}
.list_banc{
	border:1px dotted #454545;
	width:635px;
	padding:8px;
	margin-bottom:10px;
	color:#000;
}
.list_banc_left{
	text-align:right;
	font-weight:bold;
}
.list_banc_left a{
	font:12px arial;
	font-weight:bold;
	color:#008df9;
	text-decoration:none;
}
.link_paginare{
	border:1px solid #464646;
	padding:4px;
	font:12px arial;
}
a.link_paginare{
	font-weight:bold;
	text-decoration:none;
	color:#0073f4;
}
#form input{
	padding:5px;
	font-size:12px;
	font-face:Tahoma;
	color:#919191;
	width:200px;
	border:1px solid #cecece;
	background:#fbfbfb;
}
#form select{
	padding:5px;
	font-size:12px;
	font-face:Tahoma;
	color:#000;
	width:200px;
	border:1px solid #cecece;
	background:#fbfbfb;
}
#form textarea{
	padding:5px;
	font-size:12px;
	font-face:Tahoma;
	color:#919191;
	border:1px solid #cecece;
	background:#fbfbfb;
}
#form label{
	color:#3f3e3e;
	font-weight:bold;
}
#form #submit{
	width:100px;
	color:#3f3e3e;
	font-weight:bold;
}
#error {
	clear: both;
	margin: 0 0 15px;
	padding: 0 10px;
	background: #ffebe8;
	border: 1px solid #f0baa2;
	line-height: 25px;
	color: #222;
}
#succeed {
	clear: both;
	margin: 0 0 15px;
	padding: 0 10px;
	background: #d1ecb8;
	border: 1px solid #81c445;
	line-height: 25px;
	color: #222;
}