body {
/*	background: #FDFDFD url('images/body.gif') repeat-x center top; */
	background: url('images/body.gif'); 
	color: #333333;
	font: normal 70% Trebuchet MS, Tahoma, sans-serif;
	line-height: 20px;	
	margin: 0;
	padding: 0;
}

/* structure -------------------------------------------------------- */
.inner-container {
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 0px solid #fff;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0px;
	width: 980px;
	background: #fff url('images/im_footer.jpg') no-repeat center bottom;
}

.outer-container {
	background: url('images/im_page.jpg') no-repeat center top;
	padding-bottom: 0px;
	padding-top: 0px;
}


/* standard elements --------------------------------------------- */

html {min-height: 100%;}

/*
* {
	margin: 0;
	padding: 0;
}
*/

a {
	color: #96b53c;
}

a:hover {
	color: #267521;
	text-decoration: underline;
}

p,code,ul,ol {
	padding-bottom: 1.2em;
}

li {
	list-style: none;
}

h1 {font: normal 2.1em Tahoma,sans-serif; font-style: normal; color: #267521; padding-top: 0px; margin-bottom: 0px;}

h2 {font: normal 1.7em Tahoma,sans-serif; font-style: normal; color: #96b53c; padding-top: 0px; margin-bottom: 8px;}

h3 {font: normal 1.4em Tahoma,sans-serif; font-style: normal; color: #919543; padding-top: 10px; margin-bottom: 6px;}

h4 {font: normal 1.2em Tahoma,sans-serif; font-style: normal; color: #267521; padding-top: 5px; margin-bottom: 4px;}

.clearer {
	clear: both; font-size: 0;
}

/* header banner --------------------------------------- */

.header {
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0px;
	width: 980px;
}

.header-banner-home {
	background: url('images/im_header_home.jpg') no-repeat;
	height: 330px;
	width: 980px;
	margin-bottom: 0px;
	text-align: center;
}
.header-banner-inside {
	background: url('images/im_header_inside.jpg') no-repeat;
	height: 282px;
	width: 980px;
	margin-bottom: 0px;
	text-align: center;
}

.header-banner-links {
	margin-bottom: 20px;
	margin-left: 30px;
	margin-top: 30px;
	float: left;
	color: #6c783f;
	font: normal 10px Verdana;
}

.header-banner-links a {
	color: #6c783f;
	text-decoration: none;
}

.header-banner-links a:hover {
	PADDING-BOTTOM: 3px; 
	PADDING-right: 3px; 
	PADDING-left: 3px; 
	COLOR: #ffffff; 
	PADDING-TOP: 1px;
	BACKGROUND-COLOR: #6c783f;
	TEXT-DECORATION: none;
}


/* path ------------------------------------------------ */
.path {
	background: #fff;
	color: #09579e;
	font: normal 11px Verdana,sans-serif;
	padding: 15px 0px;
}
.path a {
	color: #09579e;
	text-decoration: none;
}
.path a:hover {
	PADDING-BOTTOM: 3px; 
	PADDING-right: 3px; 
	PADDING-left: 3px; 
	COLOR: #ffffff; 
	PADDING-TOP: 1px; 
	BACKGROUND-COLOR: #bd2026;
	TEXT-DECORATION: none;
}

/* main ------------------------------------------------ 
.main {
	border-top: 1px solid #ddd;;
	padding: 8px 12px 0 0;
}
*/
/* content --------------------------------------------- */
.content {
	float: right;
	width: 700px;
}
.content .info {  /* .descr */
	width: 650px;
	text-align: justify;
	margin-bottom: 6px;
}
.content ul li {
	list-style: url('images/li.gif');
	margin-left: 18px;
	line-height: 20px;		
}
.content ol li {
	list-style: decimal;
	margin-left: 18px;
}

.content .comment-form-body {
	width: 700px;
}


/* footer --------------------------------------------------------- */

.footer {
	margin-bottom: 0px;
/*	background: #ffffff; */
	color: #333;
	font: normal 10px Verdana;
	margin-top: 10px;
	padding: 10px 10px;
	clear: both;
	border-top: 0px solid #c7e7eb;
	position: relative;
}

.footer a {
	color: #6c783f;
	text-decoration: none;
}

.footer a:hover {
	PADDING-BOTTOM: 3px;
	PADDING-right: 3px; 
	PADDING-left: 3px; 
	COLOR: #ffffff; 
	PADDING-TOP: 1px;
	BACKGROUND-COLOR: #6c783f;
	TEXT-DECORATION: none;
}

.footerLeft {
	float: left;
	margin-left: 270px;
} /* changed names to prevent conflict with admin css */

.footerRight {
	float: right;
	margin-right: 10px;	
} /* original here is simply ".left" and ".right" */

 /* START MENIU ---------------------------------------------------- */
.menu {
	margin-left: 0px;
	padding: 20px 0px 0px 30px;
/*	SUS-STANGA-DREAPTA-JOS	*/	
} 

.suckerdiv ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 200px; /* Width of Menu Items */
}
  
.suckerdiv ul li{
	position: relative;
}
  
/* Sub level menu items ---------------------------------------------- */

.suckerdiv ul li ul{
	position: absolute;
	width: 200px; 
	top: 0;
	visibility: hidden;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: -1px;	
	margin-top: -1px;
	border: 1px solid #fff;
	color: #fff;
} 

/* Sub level menu links style ----------------------------------------- */

.suckerdiv ul li a{
	font-size: 13px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333;
	padding: 4px 0px 4px 20px;
	text-transform: uppercase;
	text-decoration: none;
	background: url("images/im_arrow_menu_off.gif") 4px 50% no-repeat;
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	line-height: 30px;
	height: 30px;
    margin-right: 0px;
	border-bottom: #ccc 1px solid;
	border-left: #fff 0px solid;
	border-right: #fff 0px solid;
} 
	
.suckerdiv ul li a:visited{
/*        background-color: #414141; */
}  

.suckerdiv ul li a:hover{
	color: #ADD340;
	background: #414141 url("images/im_arrow_menu_on.gif") 4px 50% no-repeat;
}
  
.suckerdiv .subfolderstyle{
/*        background-color: #414141; */

}
.suckertreesecond ul{
    background: #eee;
}
   
  /* Holly Hack for IE \*/
  * html .suckerdiv ul li { float: left; height: 1%; }
  * html .suckerdiv ul li a { height: 1%; }
  /* End */  



#sidebar {
    float: center;
    width: 100%;
    padding: 0;
}


/* General ---------------------------------------------------------------- */

#general {
	/* font: normal 11px/15px Georgia, serif; */
    clear: both;
    border-top: 1px solid #ddd;
    padding: 0;	
	font: normal 11px/15px Geneva, Arial, Helvetica, sans-serif;
}
#general .box1 {
	float: left;
	padding: 10px;
	width: 30%;
}
#general .box2 {
	float: left;
	padding: 10px;
	width: 30%;
	border-left: 1px solid #ddd;
}
#general .box3 {
	float: left;
	padding: 10px;
	width: 30%;
	border-left: 1px solid #ddd;
}
#general h3 { margin-bottom: 8px; }
#general a { text-decoration: none; }
#general #latest-news ul { margin: 0; list-style: none; }
#general #latest-news li { margin: 0; padding: 4px 0; list-style: none; }
#general #latest-news .date {
	float: left;
	display: block;
	padding-right: 5px;
	width: 45px;
	color: #666;
	text-align: right;
	font-size: .9em;
}


/* rollover banner ----------------------------------------- */
.rollover1 a {
	height: 90px;
	width: 210px;
	margin-left: -5px;
	padding: 0px 0px 0px 00px;
	display: block;
	background: #fff url("images/im_banners_pe_off.gif") 0 0 no-repeat;	
}
.rollover1 a:hover { 
	background: #fff url("images/im_banners_pe_on.gif") 0 0 no-repeat;
}
.rollover1 a:active {
	background: #fff url("images/im_banners_pe_off.gif") 0 0 no-repeat;
}

.rollover2 a {
	height: 90px;
	width: 210px;
	margin-left: 0px;
	padding: 0px 0px 0px 00px;
	display: block;
	background: #fff url("images/im_banners_ar_off.gif") 0 0 no-repeat;
}
.rollover2 a:hover { 
	background: #fff url("images/im_banners_ar_on.gif") 0 0 no-repeat;
}
.rollover2 a:active {
	background: #fff url("images/im_banners_ar_off.gif") 0 0 no-repeat;
}



div.hr {
	margin: 1em 0.25em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}

.img_block_right {
  float: right;
  padding: 0 0 10px 10px;
  }
  
.img_block_left {
  float: left;
  padding: 10px 10px 10px 10px;
  }

input {
  border: 1px solid #ccc;
  padding: 3px;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 14px;
  background: white;
  color: black;
}

input:hover {
  border: 1px solid #000;
  background: #F5F5F5;
}
	
.form-button {
	BORDER-RIGHT: #adcfe8 3px double; 
	BORDER-TOP: #3282ab 3px double; 
	FONT-WEIGHT: bold; FONT-SIZE: 11px; 
	BACKGROUND: url(/images/form-button.gif) #ffffff; 
	BORDER-LEFT: #adcfe8 3px double; 
	COLOR: #666666; 
	BORDER-BOTTOM: #d3e7f6 3px double; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

.form-button:hover {
  background: #F5F5F5;
}

.mandatory {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 10px; 
	COLOR: #cc6600; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	TEXT-DECORATION: none;
	line-height:28px;	
}

.text_gray {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 10px; 
	COLOR: #999999; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	TEXT-DECORATION: none;
	line-height: 15px;	
}
