/************* culori folosite: ***************
	#4D4948 - 80% black
	#D6D6D6 - 20% black
	#DEDEDD = 10% black
	#E5626B - rosu spalacit
	#FA2A69 - rosu-violet (tema noua)
***********************************************/


/************* FORMAT BACKGROUND ****************/

html {
	margin: auto;
	background-color: #fff;
}

/*********************** BODY ****************************/
body {
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	text-align: center;
}

br.clear {
	clear:right;
}
 /************* ELIMINARE MARGINS SI PADDING **************/
 
body, div, h1, h2, h3, h4, h5, h6, p, span, a, ul, ol, li, input, select, form, fieldset , table, td, tr {
	margin: 0px;
	padding: 0px;
}

/************** MOTTO  *******************/

#motto {
	position: absolute;
	z-index:20;
	height: 150px;
	width: 400px;
	left:500px;
	top: 15px;
}
#motto p {
	font-size:1.2em;
}
#motto p, #motto h3 {
	font-weight:bold;
	text-align:right;
	color:#333;
}

/***************** LOGO SI GRAFICA DE SUS  *******************/

#logo {
	width: 900px;
	height: 250px;
	margin: auto;
	position:relative;
	z-index:10;
}

/****************** WRAPPER  *********************/

#wrapper {
	width: 900px;
	background-image:url(../_images/background_gradient.jpg);
	background-repeat:repeat-x;
	margin: auto;
	margin-top: -40px;
	text-align: left;
	margin-bottom:15px;
}

/******************** BANNER  ****************/

#header {
	border:3px solid #000;
	margin: auto;
	height: 135px;
	width: 896px;
}

/************** MENIUL DE DOMENII  *********************/

#domains {
	margin: auto;
	padding: 5px 0px;
	height: 40px;
	width: 900px;
	background:rgba(255,255,255,0.4);
}
#domains ul {
	margin: 0;
	padding: 0;
	list-style:none;
	
}
#domains li {
	float:left;
	
}
#domains li a {
	font-size:10px;
	padding: 0px 5px;
	display:block;
	text-decoration:none;
	line-height:30px;
}
#domains li a:link, #domains li a:visited {
	font-size:12px;
	border: 1px solid #000;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#domains li a:hover, #domains li a:active {
	background-color: #fff;
	border: 1px solid #000;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#domains li a.current, #domains li a.current:hover, #domains li a.current:active {
	cursor:default;
	background-color: #fff;
	border: 1px solid #000;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
/************************ MENIU PRINCIPAL  *******************/

#menubar {
	color: #000;
	background: #fff;
	margin: 0;
	padding:0;
	float: left;
	width: 150px;
}

#menubar.ul {
	margin: 0;
	padding: 0;
}
#menubar li {
	list-style:none;
}


#menubar a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000;
	width: 138px;
	display:block;
	text-decoration:none;
	padding: 5px;
	text-align:center;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}
#menubar a.current {
	color:#FA2A69;
	border-left:1px solid #000;
	border-right:1px solid #000;
}
#menubar a:hover, #menubar a:active {
	color:#FA2A69;	
	border-left:1px solid #000;
	border-right:1px solid #000;
}

/*************** MENUBAR LOGIN **********/
#menulogin a {
	margin-left:-5px;
}

form#menubarlogin {
	margin:0;
	padding: 5px;
}

#menubarlogin input {
	width: 128px;
	padding-left: 5px;
	margin-bottom: 5px;
	border: 1px solid #FA2A69;
}

#menubarlogin input.button {
	width: 70px;
}

/***************** STATISTICI ************************/
#statistici {
	float:right;
	background:#fff;
	width:150px;
	padding:0;

}

#statistici table {
	width: 140px;
	margin: 5px;
}

#statistici td.dreapta {
	text-align:right;
}

/********************** RECLAME ***************************/

#reclame {
	background:#fff;
	float: right;
	width: 150px;
}


#reclame a {

	line-height:1.5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color:#000;
	width: 148px;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	display:block;
	text-decoration:none;
	text-align:center;
}

#reclame a:hover, #reclame a:active {
	color:#FA2A69;	
	border-left:1px solid #000;
	border-right:1px solid #000;
}
#reclame img, #reclame object {
	margin-bottom: 5px;
	border:none;
}

/******************* SEARCHBAR ********************/

#searchbar {
	background-color:#000 ;
	margin: 0 151px 0 150px;
	width: 578px;
	padding: 5px;
	height: 20px;
	
}
#searchbar form {
	margin-left:90px;
}
#searchbar label {
	color: #fff;
	font-weight:bold;
}
#searchbar input.text {
	width: 150px;
	border: 1px solid #fff;
	padding-left: 7px;
	font-size:12px;
	color:#333;
}

#searchbar #cauta {
	background-color:#000;
	border: 1px solid #fff;
	color: #fff;
	font-weight:bold;
	padding: 0 5px; 
	cursor:pointer;
}

#searchbar #cauta:active {
	position: relative;
	top: 1px;
	background-color:#000;
	border: 1px solid #fff; 
	color: #fff; 
	font-weight:bold;
	padding: 0 5px; 
	cursor:pointer;
}

/***************** ARANJARE MAIN CONTENT *********************/

#maincontent {
	margin: 0px 151px;
	width: 558px;
	line-height:140%;
	padding: 20px 15px;
}

hr {
	border: 1px solid #000;
	
}

/********* MESAJE DE LA FORMULARE: OK SI NOTOK ***********/
#maincontent p.ok {
	color:#0C0;
	font-weight:bold;
	font-size:80%;
	padding: 0;
	margin:0;
}
#maincontent p.notok {
	color:#C00;
	font-weight:bold;
	font-size:80%;
	padding: 0;
	margin:0;
}

/*************** MAIN CONTENT: TEXTE GENERALE SI LINKS ****************/
#maincontent h1 {
	margin-bottom:10px;
	padding-top:10px;
	margin-left:10px;
	font-size:15px;
}
#maincontent h2 {
	margin-left:10px;
	margin-bottom: 5px;
	font-size:13px;
}

#maincontent span.req {
	color:#900;
	vertical-align:top;
}

#maincontent p {
	margin-bottom: 10px;
	text-align:justify;
}


#maincontent ul {
	width:490px;
	margin: 0px auto;
	list-style:square;
	padding-left: 20px;
	
}

#maincontent a:link, #maincontent a:visited {
	text-decoration: underline;
	color:#000;
}

#maincontent h1 a:link, #maincontent h1 a:visited {
	text-decoration: none;
	
}
#maincontent a:hover, #maincontent a:active {
	text-decoration:none;
	color:#FA2A69;
}


/***************************** INTREBARI FRECVENTE *********************/

#intrebari ul {
	list-style: none;
}

/******************************************************** STIRI *********/
#stiri ul {
	list-style: none;
}
#stiri a.buton_contact:link, #stiri a.buton_contact:visited {
	
	display: block;
	padding: 5px 7px;
	font-size:15px;
	color: #fff;
	background: #000;
	width: 150px;
	text-decoration:none;
	text-align: center;
	font-weight:bold;
}

#stiri a.buton_contact:hover, #stiri a.buton_contact:active {
	background:#FA2A69;
	text-align: center;
}

/************************** TABEL PENTRU DOMENII *************/
#domenii p {
	font-size:90%;
	line-height:100%;
	margin-top:5px;
}
#domenii h3 {
	color:#FA2A69;
	font-size:18px;
}

#domenii h2.dreapta, #domenii h3.dreapta, #domenii p.dreapta {
	text-align: right;
}

#domenii td {
	padding: 0px 2px;
	border: 1px solid #000;
	height: 100px;
	width: 248px;
}
#domenii td.top {
	border-top: none;
}
#domenii td.bottom {
	border-bottom:none;
}
#domenii td.left {
	border-left:none;
}
#domenii td.right {
	border-right:none;
}

/******************* FORMULAR CONTACTEAZA USER ******************/

#contacteaza_user fieldset {
	border:none;
}

#contacteaza_user td {
	border:none;
	padding:2px;
	margin:0;
	width: 300px;
	height:auto;
	vertical-align:baseline;
}
#contacteaza_user td.label {
	text-align: right;
	vertical-align: top;
}
#contacteaza_user input, #contacteaza_user textarea {
	border:1px solid #FA2A69;
	width: 340px;
	padding-left: 7px;
}

#contacteaza_user textarea {
	margin-bottom:4px;
}
	

#contacteaza_user input.button {
	width:auto;
	padding: 0px 8px;
}

/**************** FORMULAR DE INREGISTRARE ***********/

#formular_inregistrare td {
	border:none;
	padding:0 2px;
	margin:0;
	width: 150px;
	vertical-align:baseline;
}

#formular_inregistrare td.dreapta {
	text-align:right;
}

#formular_inregistrare input {
	border:1px solid #FA2A69;
	width: 238px;
	padding-left: 7px;
}


#formular_inregistrare input.button {
	border: 1px solid #FA2A69;
	width:auto;
	padding: 0px 8px;
	cursor:pointer;
}

/************** FORMULARUL DE CONTACT **************************/

#formular_contact td {
	border:none;
	padding:2px;
	margin:0;
	width: 300px;
	height:auto;
	vertical-align:baseline;
}
#formular_contact td.label {
	text-align: right;
	vertical-align: top;
}
#formular_contact input, #formular_contact textarea {
	width: 338px;
	padding-left: 7px;
	border: 1px solid #FA2A69;
}

#formular_contact textarea {
	margin-bottom:4px;
}
	

#formular_contact input.button {
	width:auto;
	padding: 0px 8px;
}

/******************** FORMULARUL DE INSCRIERE PAGINA ******************/

#formular_inscriere p {
	padding_top: 5px;
	vertical-align:middle;
}
	

#formular_inscriere fieldset {
	border: 1px solid #000;
	padding: 15px 10px;
	margin-bottom:10px;
}

#formular_inscriere legend {
	padding: 0px 5px;
	font-weight:bold;
	font-size: 14px;
}

#formular_inscriere td {
	vertical-align:baseline;
}
#formular_inscriere td.middle {
	vertical-align:middle;
}


#formular_inscriere input  {
	width:248px;
	padding-left:5px;
	border: 1px solid #FA2A69;
}

#formular_inscriere select {
	width:256px;
	padding: 0px 5px;
	border: 1px solid #FA2A69;
}


#formular_inscriere textarea, #formular_inscriere #imagine {
	margin-bottom:5px;
	border: 1px solid #FA2A69;
}
	
#formular_inscriere input.button {
	width:auto;
	padding: 0px 5px;
	margin-top:20px;
}

#formular_inscriere input.checkbox {
	width: auto;
	padding: 5px;
}
	
/******************* PAGINA DE PREZENTARE ***********************/
#paginapersonala {
	width: 538px;
	padding: 5px;
	margin: auto;
	margin-bottom:15px;
	border: 2px solid #000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#paginapersonala .subliniat {
	color:#FA2A69;
	font-weight:bold;
}

#poza {
	text-align:center;
	float: left;
	margin: 10px;
	padding:10px;
	width: 160px;
	height: 160px;
	border: 1px solid #4D4948; 
}



#pagina_prezentare {
	position:relative;
	width: 538px;
	padding: 5px;
	margin: auto;
	border: 2px solid #000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}


#pagina_prezentare a.buton_contact:link, #pagina_prezentare a.buton_contact:visited {
	
	display: block;
	padding: 5px 7px;
	font-size:15px;
	color: #fff;
	background: #000;
	width:150px;
	text-decoration:none;
	text-align: center;
	font-weight:bold;
}

#pagina_prezentare a.buton_contact:hover, #pagina_prezentare a.buton_contact:active {
	background:#FA2A69;
	text-align: center;
}

/******************** LISTELE DE FIRME *******************/
#lista_firme {
	font-size:11px;
	line-height:100%;
	margin-bottom:10px;
	background:#DEDEDD;
	
}
lista_firme td {
	vertical-align:center;
}

lista_firme p {
	padding:2px 0px;
	margin: 0;
}

/************** FORMULAR JUDETE ****************/

form#formular_judet {
	border: 1px solid #333;
	text-align: center;
	width: 200px;
	margin: 10px auto;
	padding: 5px 0px;
}

form#formular_judet input, form#formular_judet select {
	padding: 0px 5px;
	border: 1px solid #333;
}
form#formular_judet input {
	cursor:pointer;
}

form$formular_judet input.buton:active {
	position:relative;
	top:1px;
}


/********************* BANNERE DE PREZENTARE  ************************/
#banners td {
	text-align:center;
	
}

#banners textarea {
	width:350px;
	height:100px;
	border: 1px solid #999;
}

 /************ FOOTER  ***********************/
 
#footer {
	background-image:url(../_images/footer_gradient.jpg);
	background-repeat:repeat-x;
	padding:10px;
	margin-top:20px;
	clear:both;
	font-size:14px;
	text-align:left;
	min-height:100px;
}

#footer a:link, a:visited {
	text-decoration:none;
	color:#000;
}
#footer a:hover, a:active {
	text-decoration:underline;
}

#real_footer {
	width:900px;
	margin:auto;
	padding:0px 10px;
}
#real_footer table {
	width:800px;
}
$real_footer td {
	width:200px;
}
#real_footer ul {
	list-style:none;
}

#last {
	
	width:900px;
	margin:auto;
	margin-bottom:10px;

}
#last a {
	text-decoration:none;
	color:#000;
}
#last a:hover, #last a:active {
	color:#FA2A69;
}


/************************ THE END ***********************/
