/* SWIM2.0 :: Simple website menu
****************************************************************
* DOM scripting by brothercake -- http://www.brothercake.com/
* Licensed under GPL -- http://www.gnu.org/copyleft/gpl.html
****************************************************************
* For professional menu solutions visit -- http://www.udm4.com/ 
****************************************************************
*/

body {
	text-align:center;
	background:#fff url("bg.gif") 50% 0 repeat-y;
	margin:0;
	padding:0;
	border:0;
	position:relative;
}


#wrapper {
	position:relative;
	margin:0px auto;
	padding:0;
	width:671px;
	background:#fff;
	height:100%; 
}

html>#wrapper {
	width:671px;
	}


ul.horizontal, ul.horizontal li {
	margin:0;
	padding:0;
	list-style-type:none;
	font-size:100%;
	}

ul.horizontal {
	width:100%;
	position:absolute;
	cursor:default;
	z-index:2000;
	top:110px;
	left:-168px
	}

ul.horizontal li {
	width:10.5em;
	float:left;
	position:relative;
	cursor:pointer;
	cursor:hand;
	text-align:left;
	left:2em;
	margin:0 0 0 -1px;
	}
	
* html ul.horizontal li {
	margin:0 -10.55em 0 10.5em;
	}

ul[class^="horizontal"] li {
	margin:0 -10.55em 0 10.45em;
	left:0.05em;
	}

ul.horizontal ul {
	z-index:2020;
	padding:0;
	cursor:default;
	position:absolute;
	top:auto;
	width:8.2em;
	margin:0 0 0 0;
	left:-10000px;
	}
	
ul.horizontal ul li {
	width:8.2em;
	left:auto;
	margin:-1px 0 0 20px;
	}

ul.horizontal ul.wider, ul.horizontal ul.wider li {
	width:12.2em;
	}

ul.horizontal ul ul {
	margin:-0.45em 0 0 7.65em;
	}

@media Screen, Projection { 
	ul.horizontal li:hover > ul { left:0em; }
	ul.horizontal ul li:hover > ul { top:0; }
	}

ul.horizontal a, ul.horizontal a:visited {
	display:block;
	cursor:hand;
	cursor:hand;
	background:#003399 center;
	border:1px solid #FFFF00;
	padding:5px 7px;
	font:bold normal 0.8em Arial, Helvetica, sans-serif;
	color:#FFFF99;
	text-decoration:none;
	letter-spacing:1px;
	text-align: center;
	}
	
ul.horizontal a:hover, ul.horizontal a:focus, ul.horizontal a.rollover, ul.horizontal a.rollover:visited {
	background:#EAEA00;
	color:#002299;
	border:1px solid #FFFFFF;
	}



ul.horizontal a { float:left; }
@media Screen, Projection { ul.horizontal a { float:none; } }
ul.horizontal a:not(:nth-child(n)) { float:left; }
ul.horizontal ul a { float:none !important; }
@media screen, projection {
	* html ul.horizontal li {
		display:inline; 
		f\loat:left; 
		background:#ffffff; 
		}
	}
* html ul.horizontal li { position:static; }
* html ul.horizontal a { position:relative; }
ul[class^="horizontal"] ul { display:none; }
ul[class^="horizontal"] ul { displa\y:block; }

/*menu poze*/
ul.poze, ul.poze li {
	margin:0;
	padding:0;
	list-style-type:none;
	font-size:100%; /* fix for win/ie's "non-linear text scaling" bug */
	}


/* navbar list */
ul.poze {
	position:absolute;
	left:-165px;
	width:100%;
	cursor:default;
	
	z-index:1000;
	
	/* navbar top position 
	   this DOES NOT already include 1px compensation 
	   on TOP, for list-item border collapse 
	   (1px defaults to around 0.05em) */
	top:138px;
	}


/* navbar list-items */
ul.poze li {
	width:auto;
	float:left;
	position:relative;
	cursor:pointer;
	cursor:default;
	border:1px solid #FFFF00;
	
	text-align:left;
	
	/* navbar items' left position relative to the container
	   this DOES NOT already include 1px compensation 
	   on LEFT, for list-item border collapse 
	   (1px defaults to around 0.05em) */
	left:10.45em;
	
	/* shift list-items to collapse borders horizontally */
	margin:0 0 0 -2px;
	}



.mainpage-td {
	height:450px;
}


#gradfooter {
	clear:both;
	width:671px;
	height:23px;
	background:transparent url(img/horizontal.grad.bg.gif) repeat-x;
}

#bottom {
	
	text-align: left;
	background:#fff;
	
}
#bottom #home {
	text-align: left;
	background:#fff;
	float:left;
	height: auto;
	width: 500px;
}


#bottom #flags {
	text-align: right;
	background:#fff;
	float: left;
	position:relative;
	text-decoration: none;
	top: 5px;
}


.style2 {
	color: #134B98;
	text-indent: 2em;
	font-family:Verdana, Tahoma, Arial;
	font-size: 10pt;
}

img.x
{
position:absolute;
left:0px;
top:0px;
z-index:-1
}


.style3 {
	color: #666666;
	text-decoration: none;
	font-size:12pt
}




/*header si logouri*/
#header {
	margin:0;
	padding:0;
	width:671px;
	height:110px;
	background:#fff;
	text-align:left;
}
	html>#header {
	width:671px;}

a#logo {
	position:absolute;
	margin:16px 0px 0px 35px;
	padding:0;
	width:150px;
	height:100px;
	background:url(img/animatedlogomic.gif) no-repeat;
	text-decoration:none;
}



#tagline {
	position:absolute;
	margin:16px 0px 0px 210px;
	width:216px;
	height:105px;
	background:url(img/cap.jpg) no-repeat;
	left: 230px;
	top: -10px;
	
}
