@charset "utf-8";
body  {
	font: 100% Tahoma, Trebuchet MS, Verdana, Helvetica, sans-serif !important;
	font-size:10pt;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000;
	background:#fff url(../images/body_bk.png) repeat-x;
}

.layout a {
    color: #0071ae;
	text-decoration:none;
}

.layout a:hover {
    color: #000;
}

.layout #container {
	width: 1000px;  
	margin: 0 auto; 
	text-align: left; 
} 
.layout #header {
	height:230px;
    clear:both;
    width:100%;
	background: url(../images/header_bk.jpg) no-repeat;
} 

.layout #content{
	width:1000px;
	float:left;
	background:#fff url(../images/content_bk.png) repeat-y;
}

.layout #sidebar1 {
	float: right; 
	width: 360px;
	margin:20px 30px 0 0;
	padding: 10px;
    text-align:justify;
    font-size:8pt;
}

.layout #mainContent {
	margin: 0 400px 0 40px; 
	padding: 20px 10px 0 10px;
	text-align:justify;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.layout #header #lang {
    float:right;
    padding:0;
    margin:8px 0 0 50px;
    position:relative;
    width:230px;
    z-index:12;
}

.layout #header #lang .lang_item {
    float:left;
    margin:0 4px 0 0;
    padding-top:0;
    position:relative;
	_width:50px;
}

.layout #header #lang .lang_item a {
    color:#0071ae;
    float:left;
    font-size:10px;
	font-weight:bold;
    margin:0;
    position:relative;
	padding:5px;
    text-align:center;
    text-decoration:none;
    z-index:99999;
    _position:relative;
    display: table;
    overflow: hidden;
}

.layout #header #lang .lang_item a:hover,
.layout #header #lang .lang_item a.selected
{
    background-color: #0071ae;
	color:#fff;
}


.layout #header #navigator {
    float:left;
    padding:0;
    margin:190px 0 0 50px;
	_margin:190px 0 0 30px;
    position:relative;
    width:600px;
    z-index:12;
}

.layout #header #navigator .menu_item {
    float:left;
    margin:0 4px 0 0;
    padding-top:0;
    position:relative;
	_width:130px;
}

.layout #header #navigator .menu_item a {
    color:#0071ae;
    float:left;
    font-size:16px;
	font-weight:bold;
    margin:0;
    position:relative;
	padding:7px;
    text-align:center;
    text-decoration:none;
    z-index:99999;
    _position:relative;
    display: table;
    overflow: hidden;
}

.layout #header #navigator .menu_item a:hover,
.layout #header #navigator .menu_item a.selected
{
    background-color: #0071ae;
	color:#fff;
}

/* setari articole */

.layout .articol{
    font-size:12px;
	text-align:justify;
}

.layout .articol a{
	color:#2c4573;
}
.layout .articol p{
	padding:5px 10px;
	margin:0;
}
.layout .articol a:hover{
	color:#000;
}

.layout .articol h1{
	color:#0071AE;
	font-size:14pt;
}

.layout #gallery{
	clear:both;
	width:1000px;
	margin:0;
	position:relative;
}

.layout #gallery .container{
	padding:15px 20px;
	width:860px;
	height:180px;
	margin:0 50px 0 50px;
    overflow:hidden;
	position:absolute;
	top:5px;
	left:0px;
}

.layout #gallery .prev-photo{
	position:absolute;
	background:transparent url(../images/arrows.png) no-repeat 0px 0px; 
	width:50px;
	height:50px;
	top:85px;
	left:30px;
	z-index:900;
	
}

.layout #gallery .prev-photo:hover{
		background:transparent url(../images/arrows.png) no-repeat 0px -50px; 
}

.layout #gallery .next-photo{
	position:absolute;
	background:transparent url(../images/arrows.png) no-repeat -50px 0px; 
	width:50px;
	height:50px;
	top:85px;
	left:920px;
	z-index:901;
}

.layout #gallery .next-photo:hover
{
	background:transparent url(../images/arrows.png) no-repeat -50px -50px; 
	cursor:pointer;
	}
	

.layout #gallery ul{
	width:10000px;
	margin:0;
	list-style-type:none;
}
.layout  #gallery ul li{
	float:left;
	background-color:#0071AE;
	margin:20px 10px;
	padding: 5px;
}
.layout  #gallery ul li img{
	border:0;
}

.layout #content_footer{
	width: 100%;  
	float:left;
	margin:0;
	padding:0;
	background: #eee url(../images/footer_content_bk.jpg) repeat-x; 	
}

.layout #content_footer #footer{
	width:1000px;
	height:375px;
	margin: 0 auto; 
	background: #eee url(../images/footer_bk.jpg) no-repeat; 	
}

.layout #content_footer #footer #menu_down{
	margin-left:50px;
	margin-top:230px;
	width:800px;
	float:left;
}

.layout #content_footer #footer #menu_down a{
	color:#5070a1;
	padding-top:10px;
	margin:10px 10px;
	float:left;
	font-size:8pt;
	font-weight:bold;	
}

.layout #content_footer #footer #menu_down a:hover{
	color:#fff;
	background-image: url(../images/menu_bullet.png);
	background-repeat:no-repeat;
	background-position: center top;
}

.layout #content_footer #footer #menu_down a.selected{
	color:#fff;
	background-image: url(../images/menu_bullet.png);
	background-repeat:no-repeat;
	background-position: center top;
}

.layout #content_footer #footer #copyright{
	clear:left;
	margin-left:60px;
	margin-top:50px;
	color:#5070a1;
	width:300px;
	float:left;
	text-align:left;
	font-size:10px;
}
.layout #content_footer #footer #designby{
	margin-right:60px;
	margin-top:50px;
	color:#5070a1;
	width:200px;
	float:right;
	text-align:right;
		font-size:10px;
}