* { padding: 0; margin: 0 }

body {
	background: #2B2B2B;
	line-height: 125%;
	font-family: "Lucida Grande", Tahoma, Helvetica, sans-serif;
	font-size:12px;
	color: #969696;
	margin: 10px 0;
}
/*--------------------------------------------
Elemente tipografice
---------------------------------------------*/
p {
	font-weight:normal;
	padding-top: 5px;
  	margin-bottom: 5px;
}
bold {
	color: #3562b7;
	font-weight: bold;
	line-height: 1.25em;
	font-style: normal;
	font-size: 14px;
}
img { 
	border: 0 
}

li { 
	list-style:none;
}

a {
	color: #3562b7;
}

a:hover {
	color: #898989;
	text-decoration: none;
}

a:link, a:visited {
	text-decoration: none;
}


h2 {
	background-color:#3B3B3B;
	color: #078BCC;
	font-size: 2em;
	font-weight: normal;
	margin-right: 0pt;
	margin-left: 0pt;
	margin-top: 0.2em;
	line-height: 1em;
	padding:2px;
	margin-bottom: 0.2em;
	border-bottom:#252525 solid 1px;
}


/*-------------------------------------------------
Banner
--------------------------------------------------*/
.nume { 
	width:900px;
	height:90px;
	margin-bottom:10px;
	}
.nume h1{ 
	text-align:right;
	color:#078BCC;
	font-size: 2.8em;
	font-weight:lighter;
	margin-right: 0pt;
	line-height:2.5em;


}
	
#banner {
	background:url(tema/imagini/banner.jpg) no-repeat;
	width: auto;
	height: 400px;
	position:relative;
}

#banner_sp {
	background:url(tema/imagini/banner_sp.jpg) no-repeat;
	width: auto;
	height: 357px;
	position:relative;
}

/*-------------------------------------------------
Meniu
--------------------------------------------------*/
.nav { 
	height:52px;
	
}
.nav ul{
	list-style-type:none;
	border-top:#252525 solid 1px;

}
.nav li{
	display:inline;
}
.nav a{
	float:left;
	text-decoration:none;
	color:#666666;
	font-size:16px;
	background: #3B3B3B;
	padding-right:14px;
	padding-top:14px;
	padding-bottom:14px;
	padding-left:14px;
	border-right:1px solid #252525;
}
.nav a:hover{
	background:#898989;;
	color:#FFFFFF;
	border-right:1px solid #252525;
}
.inactiv a{ 
	border-right:#252525 1px solid;
}
.inactiv a:hover{ 
	background-color:#3B3B3B;

}
.activ a{ 	
	background:#898989;
	color:#FFFFFF;
	border-right: #252525 1px solid; 
}
#ultim a{ 
	border-right:#252525 1px solid;
}  
/*--------------------------------------------------
Continut
--------------------------------------------------*/

#content { 
	margin: 20px 35px 0; 
}
.img_b {
	border:#CCCCCC solid 3px;
	margin:4px;
}

#con_m {
	width: 900px;
	text-align: left;
	margin: 0 auto;
	position: relative
}
.but{ color:#999999; border:none;}
/*-------------------------------------------------
continut_coloane
--------------------------------------------------*/

#continut_cl {
	width: 900px;
	float: right;
}
#continut_cl h1 {
	color:#FF9900;
	font-size: 2em;
	font-weight: normal;
	margin-right: 0pt;
	margin-left: 0pt;
	margin-top: 0.2em;
	line-height: 1em;
	margin-bottom: 0.2em;
	border-bottom:#363636 solid 2px;
}
#stanga_cl {
	width:420px;
	padding-right:10px;
	float:left;

}

#dreapta_cl {
	width:420px;
	padding-left:10px;
	float:right;
	}
#stanga_cl_ps {
	width:300px;
	float:left;s
	padding-right:10px;
}

#dreapta_cl_ps {
	width:540px;
	float:right;
	padding-left:15px;
}
/*--------------------------------------------------
Footer
--------------------------------------------------*/

.footer {
	margin:auto;
	width: 900px;
	position: relative;
	clear: both;
	background-color:#3B3B3B;
	height:20px;
	color:#999999;
	padding-top:5px;
	border-top: #252525 solid 1px;
	
}
.footer p {
	padding:0px;
	text-align:center;
}
.footer a {
  color: #fff;
 }

.footer a:hover {
	color:#0099FF;
}

/*-------------------------------------------------
Clearfix
--------------------------------------------------*/

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}
	
* html .clearfix {
/* Hides from IE-mac \*/
	height: 1%;
/* End hide from IE-mac */
}
