body {
	margin:0;
	padding:0;

	/**/
	background:url(images/body_bg_header.png) top center repeat-x;
	/**/
}
.force_exapand { /* forces the parrent element to strech over the float elements margin */
	clear:both;
	margin:0;
	width:99%;
	font-size:0;
	height:0px;
}

.pseudo_body {
	margin:0;
	padding:0;

	/**/
	background:url(images/body_bg_footer.png) bottom center repeat-x;
	/**/	
}

.header {
	padding:0;
	margin:0 auto;
	position:relative; /* for the logo and menu to have absolute position */
	
	width: 702px;
	height: 161px;
	background: url(images/bg_header.jpg) top center no-repeat;
}

.header .h_ext {
	position:absolute;
	top:0;
	
	background:transparent center center no-repeat;
	
	height:132px;
}

.header .logo_link {
	margin:0;
	padding:0;
	
	position:absolute;
	left: 65px;
	top:  35px;
}
.header .logo_link img { border:0; }

.header .menu_links {
	margin: 0;
	padding: 0;
	
	width: 97%;
	
	position: absolute;
	top: 70px;
	
	
	text-align:right;
}
.header .menu_links a img  { border: 0; margin:0 0 1px 0; }
.header .menu_links a:hover img { border: 0;}

.body_container { /* contains the text body and left menu body */
	margin:0 auto;
	padding:0;

	width: 702px;
	position:relative;
	
	background:url(images/body_container_bg.gif) top center repeat-y;
}

.body_container .text_body {
	margin:0;
	padding:0;
	padding-right:25px; 
	width:435px; /* 460 original - 25px (right-padding)*/

	
	float:left;
	margin-left:28px;
	text-align:justify;
	font-family:Verdana;
	font-size:12px;
	color:#555;
	background:url(images/text_body_bg.jpg) top right repeat-y;
}

.body_container .text_body h1 {
	margin:0;
	
	background:url(images/h1_bg.gif) 1px 1px no-repeat;
	
	font-family:Times New Roman;
	font-size:26px;
	color:#2D2D2D;
	font-weight:normal;
	text-indent: 25px;
}

.body_container .text_body h2 {
	margin:0 0 20px 25px;
	padding:0;
	
	font-family:Verdana;
	font-size:12px;
	font-weight:normal;
	color:#8E8D8D;
}


.menu_body {
	margin:0 3px 0 0;
	padding:0;
	
	float:right;
	width:210px;

	/** /
	border:1px solid red;
	background:red;
	z-index:1000;
	/**/
}


.menu_body .link_cedru_1 { float:left; }
.menu_body .link_cedru_1 img { border:0; }
.menu_body .cedru_title_1 { font-family: Trebuchet MS; font-size: 17px; color:#555;line-height:18px;}
.menu_body .cedru_detalii_1 { float:right; font-family:Verdana; font-size:11px;margin-right:20px; color:#333;}


.menu_body .sidebar_links { 
	border: 0;
	border-top:1px solid #d5d5d5;
	margin:0;
	margin-left:13px;
	margin-bottom:10px;
	padding:0;
	
	list-style:none;
	width:174px;
	float:left;
}
.menu_body .sidebar_links li { 
	margin:0;
	border: 1px solid #d5d5d5;
	border-top:0; 
	
	padding:0;
	background:#E1EDFF;
}
.menu_body .sidebar_links .pink { background:#FFF3E2;}

.menu_body .sidebar_links a {
	margin:0;
	padding: 6px 10px;
	
	display:block;

	
	font-family:Verdana;
	font-size: 12px;
	color:#3E3E3E;
	text-decoration:none;
}

.menu_body .sidebar_links .sub a { font-size: 11px;}

.menu_body .sidebar_links a:hover { background:transparent url(images/ok_shadow.png) center right no-repeat;color:#777; }

.search_box {
	margin:0;
	padding:0;
	width:210px;

	float:right;
	background: transparent url(images/search_box_input_bg.gif) no-repeat top left;
	
	/** /
	border:1px dashed red;
	/**/
}
.search_box .itxt { margin:0 0 20px 0;padding:0; background:tranparent;border:0; width: 140px; position:relative; top: 8px;left:20px; font-size:12px; color:#555; font-family:Verdana;}
.search_box .ibtn { float:right;margin-right:15px;}


.footer {
	clear:both;
	text-align:center;
	
	width: 702px;
	height: 101px;
	position:relative;
	background:transparent url(images/footer_bg.gif) bottom left repeat-x;
}
.footer img, .footer div {
	position:absolute;
	top:0;
	height:101px;
	background:center center no-repeat;
}
.footer span {
	position:relative;
	top:60px;
	
	color:#fff;
	font-family:Verdana,Times New Roman;
	font-size:12px;
}
