@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
}

a{
	text-decoration:none;
	color:#3f3708;
}

/*a:hover {
	text-decoration:underline;
}*/

body {
	font-family:Times New Roman, Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#3f3708;
	line-height:15px;
	background-color:#2a2a2a;
}

#wrapper {
	background:url('../images/header.jpg') top center no-repeat #ffffff;
	width:966px;
	margin:0 auto;
}

#header {
	width:984px;
	margin:0 auto;
	height:207px;
}

#menu {
	width:100%;
	height:126px;
	background:url('../images/menu_bg.jpg') bottom left repeat-x;
}

#menu table {
	width:963px;
	height:126px;
	margin:0 auto;
}

#leftMenus {
	width:227px;
	height:318px;
	background:url('../images/documente_bg.jpg') top left no-repeat;
}

#submenu {
	float:right;
	padding-top:5px;
	padding-right:25px;
}

#submenu a {
	display:block;
	width:92px;
	height:21px;
	background:url('../images/bg_submenu.jpg') top center no-repeat;
	text-align:center;
	line-height:21px;
	color:#3f3708;
	text-decoration:none;
	font-weight:bold;
	margin-right:20px;
	margin-top:30px;
}

#cauta_div{
	position:absolute;
	width:970px;
	height:65px;
	padding-right:14px;
	background:url('../images/cautare_bg.jpg') 566px top no-repeat transparent;
}

#cauta_div * {
	position:absolute;
	right:0px;
}

#cauta {
	font-size:12px;
	background:url('../images/bg_cauta.jpg') top left no-repeat;
	border:none;
	color:#ffffff;
	width:80px;
	right:150px;
	top:15px;
}

.submenus {
	list-style-type:none;
	margin-left:25px;
	width:80%;
}

.submenus li {
	padding:5px;
	padding-left:25px;
	background:url('../images/bullet.gif') left no-repeat;
}

.submenus li a {
	color:#3f3708;
}

.submenus li a:hover {
	color:#b45340;
	text-decoration:underline;
}


/***************clase text*******************/
.data {
	font-size:12px;
	color:#98782f;
}

h1.titlu {
	font-size:30px;
	line-height:40px;
	color:#933712;
	padding-left:30px;
	margin-left:10px;
	background:url('../images/bullet.gif') left 5px no-repeat;
}

p.titlu {
	font-size:16px;
	line-height:40px;
	color:#933712;
	margin-left:10px;
	font-weight:bold;
}

h1.titluMic {
	font-size:25px;
	line-height:30px;
	color:#933712;
	padding-left:30px;
	margin-left:10px;
	background:url('../images/bullet.gif') left 2px no-repeat;
}

.bleu {
	color:#98782f;
}

.quotes {
	font-size:25px;
	line-height:30px;
	text-align:center;
	color:#3f3708;
}

.text_mic {
	font-size:14px;
	text-align:justify;
	line-height:17px;
}

.lista {
	list-style-type:none;
	padding-left:30px;
}

.lista li {
	list-style-type:none;
	margin-bottom:10px;
	margin-left:20px;
}

.lista li a {
	text-decoration:none;
	color:#98782f;
	font-style:italic;
}

.lista li a:hover {
	text-decoration:underline;
}

#content {
	padding-top:30px;
}

#content p {
	line-height:18px;
	margin-bottom:10px;
	text-align:justify;
}


/*****************************footer************************************/
#footer {
	height:57px;
	padding-left:40px;
}

#footer table {
	height:57px;
}

#footer a {
	color:#005c70;
	text-decoration:none;
	line-height:57px;
}

#footer a:hover {
	color:#8f8f8f;
	text-decoration:underline;
}







