html {

	}
	
#bg_clouds {
	background-image: url(img/bg_1.gif);
	background-repeat: repeat-x;
	background-position:left top;
}

#clouds {
width:989px;
height:550px;
margin-left:auto;
margin-right:auto;
background-image:url(img/bg_main.jpg);
background-repeat:no-repeat;
background-position:center top;
}


#polivalenta_head {
width:100%;
height:85px;
float:left;
margin:0px;
padding:0px;
}


#polivalenta_show {
width:100%;
height:450px;
text-align:center;
float:left;
margin:0px;
padding:0px;
}


#polivalenta_meniu {
width:100%;
height:50px;
color:#f04e23;
font-weight:bold;
font-size:12px;
float:left;
}

#polivalenta_meniu a {
color:#001425;
text-decoration:none;
}

#polivalenta_meniu a:hover {
color:#f04e23;
text-decoration:none;}

#polivalenta_meniu ul {
float:left;
margin:0px;
padding:0px;
}

#polivalenta_meniu li {
padding-left:0px;
padding-right:35px;
list-style:none;
line-height:12px;
float:left;
}


.polivalenta_continut {
width:989px;
height:auto;
background-color:#f9f9f1;
margin-left:auto;
margin-right:auto;
}


.polivalenta_articole {
width:765px;
margin-right:10px;
background-color:#f9f9f1;
height:auto;
float:left;
}

h3 {
margin:0px;
padding-top:0px;
padding-bottom:0px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size:20px;
padding-left:100px;
}

.polivalenta_articole_main {
width:100%;
height:auto;
background-image:url(img/bg_articole.gif);
background-repeat: repeat-x;
background-position:top left;
padding-bottom:10px;
float:left;
}

.art_data {
padding-top:5px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:11px;
width:90px;
padding-left:10px;
height:auto;
float:left;
}

.art_data p {
margin:0px;
padding:0px;}

.art_titlu {
padding-top:5px;
padding-right:10px;
width:240px;
height:auto;
float:left;
}


.art_titlu a {
color:#f04e23;
text-decoration:none;
}

.art_titlu a:hover {
color:#001425;
text-decoration:none;}

.art_titlu p {
margin:0px;
padding:0px;}


h2 {
font-size:18px;
font-weight:normal;
margin:0px;
letter-spacing:-0.01em;
padding-top:0px;
padding-bottom:0px;
padding-left:0px;
padding-right:0px;
}

.art_continut {
padding-top:5px;
width:410px;
height:auto;
float:left;
}

.art_continut p {
margin:0px;
padding-top:0px;
padding-right:5px;
text-align:justify;
}


.polivalenta_second_list {
width:100%;
height:auto;
background-image:url(img/bg_articole.gif);
background-repeat: repeat-x;
background-position:top left;
padding-bottom:10px;
float:left;
}


.polivalenta_second_list ul {
float:left;
width:100%;
margin:0px;
padding:0px;
}

.polivalenta_second_list li {
padding-top:3px;
padding-bottom:3px;
list-style:none;
border-bottom:1px solid #e9e9de;}



.list_data {
width:90px;
padding-top:5px;
padding-left:10px;
padding-bottom:5px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:11px;
}


.list_titlu {
font-weight:bold;
padding-top:5px;
padding-left:10px;
padding-bottom:5px;
margin-left:10px;
background-image:url(img/list_orange_1.gif);
background-repeat:no-repeat;
background-position: center left;
}



.polivalenta_right {
width:210px;
height:auto;
float:left;}

h4 {
margin:0px;
font-size:18px;
padding-bottom:3px;
font-family:Georgia, "Times New Roman", Times, serif;
float:left;
}


.polivalenta_right_main {
width:100%;
height:auto;
background-image:url(img/bg_articole.gif);
background-repeat: repeat-x;
background-position:top left;
padding-bottom:10px;
float:left;
}

.polivalenta_right_main img {
float:left;
}

.polivalenta_right_main p {
font-size:11px;
padding-top:3px;
padding-left:5px;
margin:0px;
float:left;
width:60%;
line-height:12px;
}


.arrow {
background-image:url(img/list_orange_2.gif);
background-repeat: no-repeat;
background-position:center left;
padding-left:16px;
}







































/*
------------------------------------------------------------------------
MENUS - Main, Pages (currently not in use) & Sub Menu
------------------------------------------------------------------------
*/

#menu {
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	
	width: 100%;
	height: 30px;
}

.main_menu li {
	margin: 0px 20px 12px 0px;
	padding: 0px;

	font-size: 14px;
	
	float: left;
	list-style: none;
}

.page_item a, .page_item a:visited {
	margin: 0px;
	padding: 0px;

	color: #cc0000;
	text-decoration: none;
	
	display: block;
	border-bottom: 2px solid #ffffff;
}

.current_page_item, .page_item a:hover {
	border-bottom: 2px solid #cc0000;
}

.current_page_item a, .current_page_item a:visited, .current_page_item a:hover {
	border-bottom: none;
}

/* END Main Menu */

/* Sub Menu */

#submenu {
	margin: 0px auto;
	padding: 0px;
	
	width: 100%;
	height: 32px;
	background-color: #eeeeee;
	
	border-bottom: 1px solid #cccccc;	
}

.sub_menu li {
	margin: 7px 5px 7px 0px;
	padding: 0px;
	
	font-size: 11px;
	
	float: left;
	list-style: none;
}

.cat-item a, .cat-item a:visited {
	margin: 0px;
	padding: 3px 6px 3px 6px;

	color: #999999;
	text-decoration: none;
	
	display: block;
}

.cat-item a:hover {
	background-color: #999999;

	color: #ffffff;
	text-decoration: none;
}

.current-cat, .current-cat a, .current-cat a:visited {
	background-color: #999999;

	color: #ffffff;
	text-decoration: none;
}

.sub_menu li b {
	margin: 0px;
	padding: 3px 0px 3px 0px;

	color: #000000;
	text-decoration: none;
	
	display: block;
}

/* END Sub Menu */

/* Dropdown Menu, if there are some children categories in WordPress defined */

.children {
	margin: 0px;
	padding: 4px 0px 4px 0px;
	
	position: absolute;
	left: -9000px;
	
	background-color: #ffffff;
	border-right: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
	border-left: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
}

.sub_menu li:hover ul, .sub_menu li.iehover ul {
	left: auto;
}

.children li {
	margin: 1px 7px 1px 7px;
	padding: 1px 0px 1px 0px;
	
	float: none;
}

.children li a, .children li a:visited {
	background-color: #ffffff;

	color: #999999;
}

.children li a:hover {
	background-color: #999999;

	color: #ffffff;
}

.children .current-cat, .children .current-cat a, .children .current-cat a:visited {
	background-color: #999999;

	color: #ffffff;
	text-decoration: none;
}

/* END Dropdown Menu */