body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	margin:0 auto;
	padding:0;
	background:#333333;
}

#container {
	width:780px;
	font-size:12px;
	margin:10px auto 10px auto;
}

#header {
	width:100%;
	height:150px;
	display:block;
	background:url(resources/header.jpg);
	}
#headerEN {
	width:100%;
	height:150px;
	display:block;
	background:url(resources/header_en.jpg);
	}

#content {
	width:760px;
	height:610px;
	padding:5px 5px 20px 15px;
	background:url(resources/microscop_moded.jpg) bottom right no-repeat;
	background-color:#242623;
	}
	#content .yellow {
		color:#ffdd33;
		}
	#flags {
		text-align:right;
		}
		#flags a {
			margin:0 5px 0 5px;
			}
		#flags img {
			border:1px solid #ffffff;
			}
		#flags img:hover {
			border:1px solid #ffdd33;
			}
	#textbox {
		width:360px;
		padding:15px;
		float:left;
		margin:10px 0 0;
		background-color:#454644;
		}
		#textbox img {
			border:3px solid #ffdd33;
			float:left;
			margin:0 10px 0 0;
			}
		#textbox h1 {
			font-size:16px;
			color:#ffdd33;
			text-decoration:underline;
			margin:0;
			padding-bottom: 20px;
			}
		#textbox ul {
			list-style-image:url(resources/bullet.gif);
			margin:0 0 10px 0;
			padding:0 0 0 10px;
			float:left;
			}
		#textbox ul li{
			margin-left:10px;
			padding:0;
			}
		#textbox a, ul li a {
			color:#ffffff;
			text-decoration:none;
			padding:0;
			margin:0;
			}
		#textbox a:hover, ul li a:hover {
			text-decoration:underline;
			}
		#textbox p {
			float:right;
			margin:0;
			padding-top:13px;
			}
		#textbox p a{
			color:#ffdd33;
			font-size:11px;
			text-decoration:none;
			}
		#textbox p a:hover{
			color:#ffffff;
			}
		
		#analize_textbox {
			height:170px;
			margin:0 0 10px 0;
			border-bottom:1px dotted #242623;
			}
			
		/**************** menu coding *****************/
	/* Containerul butoanelor */
	#menu {
		width: 305px;
		background: url(resources/navBar.jpg) top no-repeat;
		height:130px;
		float: left;
		margin:10px 0 0 40px;
		
		}
		/*end C.b*/
	/* Obiectul Buton */
	#menu ul {
		list-style: none;
		margin:0 10px 10px 0;
		padding:0;
		width:140px;
		float: left;
		height:33px;
		border:#454644 1px solid;
		background:url(resources/off.gif) left top no-repeat;
		}
	#menu ul li:hover {
		background:url(resources/selected.gif) left top no-repeat;
		}
		
		
		/* end O.B. */
	/* Continut buton fara dropdown */
	#menu p {
		margin:0;
		display:block;
		}
	#menu ul p a {
		background:none;
		color:#454644;
		font-size:14px;
		font-weight:bold;
		border:0;
		padding:9px 0 0 40px;
		background:url(resources/off.gif) left top no-repeat;
		}
	#menu ul p a:hover{
		border:0;
		background:url(resources/selected.gif) left top no-repeat;
		}
		/*end C.b.f.d */
	/* Continut buton cu dropdown */
		/* Titlu buton principal */
	#menu h2 {
		font-size:14px;
		font-weight:bold;
		color:#454644;
		margin:0;
		height:23px;
		width:100px;
		padding:10px 0 0 40px;
		cursor:pointer;
		}

	#menu h2:hover{
		color: #ffdd33;
		background:url(resources/selected.gif) left top no-repeat;
		}
			/* end T.b.p */
		/* Element submeniu */
	#menu a {
		text-decoration: none;
		font-size:12px;
		display: block;
		padding:7px 0 0 5px;
		height:28px;
		color: #ffffff;
		background: #454644;
		border-bottom:1px #242623 solid;
		}
	#menu a:hover {
		color:#ffdd33;
		border-left:3px #ffdd33 solid;
		border-right:3px #ffdd33 solid;
	}
		/* end E.s */
	/* Comportament submeniu */
	#menu li {
		position: relative;
	}

	#menu ul ul {
		position: absolute;
		z-index: 500;
	}
	
	div#menu ul ul,
	div#menu ul li:hover ul ul,
	div#menu ul ul li:hover ul ul
	{display: none;
	}

	div#menu ul li:hover ul,
	div#menu ul ul li:hover ul,
	div#menu ul ul ul li:hover ul
	{display: block;}
		/*end C.s */
	/* end C.b.c.d */
/******end navigation menu*******/ 	
	
#footer {
	background:#ffffff;
	text-align:center;
	font-size:11px;
	clear:both;
	width:100%;
	padding:5px 0 5px 0;
	color:#242623;
	}
	#footer p {
		margin:0 5px 0 5px;
		display:inline;
		}
	#footer a {
		color:#242623;
		text-decoration:none;
		}
	#footer a:hover {
		color:#454644;
		}
#copy {
	font-size:11px;
	float:left;
	}		
/* icandy tag */
#icandy_tag {
	float:right;
	padding-top:5px;
	}
	#icandy_tag img {
		border:none;
		}
