/* RESET CSS*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}


table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
background:#f3f2e1;
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
color:#666666;
margin:0 auto;
height:100%;
}
html {
	height:100%
}

a {
outline:0;
text-decoration:none;
color:#8BBC08;
}
a:hover {
	text-decoration:underline;
}


/* GENERAL CSS */
.clear {
	clear:both;
}
.mar1 {
	margin-left:20px;
}
.pad1 {
	padding-left:10px;
}
.green {
	color:#8BBC08;
}

#wrapper {
	width:780px;
	margin:0 auto;
}

/* HEADER
#header {
	position:relative;
}

#slideshow {
    position:relative;
    height:350px;
}
	#slideshow IMG {
	    position:absolute;
	    z-index:1; 
	}
	.zindex{
		z-index:2;
	}

#meniu {
	background:url(../images/meniubg.gif) no-repeat #fff;
	width:186px;
	position:absolute;
	top:0;
	left:34px;
	z-index:1000;
	padding:117px 30px 20px 30px;
}
	#meniu ul {
		float:left;
	}
	#meniu a {
		display:block;
		line-height:16px;
		font-size:11px;
	}
	#meniu a:hover {
		text-decoration:none;
		color:#000;
	}


#slidetitle {
	background:url(../images/titlebg.png) repeat-x;
	width:760px;
	height:97px;
	position:absolute;	
	bottom:0;
	left:0;
	z-index:1000;
	color:#fff;
	line-height:70px;
	font-size:20px;
	text-align:right;
	padding-right:20px;
}
*/


#up1{
	width:100%;
	height:410px;
	background:url(../images/main-header.jpg) no-repeat #77a107;
}

	.header{
		width:1070px;
		height:392px;
		margin:0 auto;
		padding:17px 0 0 130px;
	}

	#logo{
		width:310px;
		height:81px;
		background:url(../images/logo.jpg) no-repeat;
		float:left;
		text-indent:-9999px;
	}
	
	.trbg1{
		width:961px;
		height:264px;
		float:left;
		position:relative;
	}
	
		ul.menu{
			width:258px;
			height:242px;
			background:url(../images/trbg1.png) repeat;
			padding:22px 0 0 62px;
			list-style:none;
			margin:0;
			float:left;
		}
		
			ul.menu li{
				padding-bottom:6px;
			}
				
				ul.menu li a{
					font-size:10px;
					text-transform: uppercase;
					color:#fff;
					text-decoration:none;
					font-weight:bold;
				}
				
				ul.menu li a:hover{
					color:#000;
				}
				
				
		.flashdiv{
			width:631px;
			height:302px;
			position:absolute;
			right:10px;
			top:0;
		}
		
		.lang{
			width:268px;
			padding:16px 0 0 52px;
			text-align:center;
		}
		
			.lang a{
				display:block;
				font-size:10px;
				color:#fff;
				text-decoration:none;
				width:66px;
				height:11px;
				font-weight:bold;
				float:left;
			}
			.lang a:hover{
				color:#000;
			}
		




/* CONTAIN */
#container {
	width:1070px;
	margin:0 auto;
	margin-top:10px;
	padding-left:130px;
}
/*
.lang {
	float:right;
}
.lang a {
	color:#A4B0B8;
	font-size:11px;
}
*/

	/* CONTAIN LEFT */
.left {
	float:left;
	margin-right:10px;
	width:310px;
}
h3 {
	background:#000;
	font-weight:normal;	
	padding:10px 8px;
	font-size:18px;
	color:#fff;
	font-family:Arial;
	margin:10px 0 0 0;
}
.newsform {
	margin-top:10px;
}

.newsform label{
	display:block;
	width:100px;
	height:24px;
	float:left;
	line-height:24px;
	margin-bottom:8px;
}

	 	.newsform input.inp1{
			width:145px;
			height:24px;
			border:1px solid #aaaaaa;
			line-height:24px;
			padding:0 3px;
			float:left;
			color:#666666;
		}
		
		.newsform input.but1{
			width:128px;
			height:18px;
			background:url(../images/but1.gif) no-repeat;
			border:0;
			margin:14px 0 14px 2px;
		}


	/* CONTAIN MAIN */
#main {
	float:left;
	width:630px;
	margin-top:10px;
	background:#DADADA;
	padding-bottom:10px;
	min-height:347px;
	line-height:17px;
}
	.main1 {
		width:363px;
		float:left;		
		
	}
	.main2 {
		width:267px;
		float:left;
	}
	
		.main1text {
			border-right:1px dashed #666666;
			padding:10px;
		}	
		.main2text {			
			padding:10px 22px;
		}			
 .title1 {
 	color:#000;
	padding-bottom:10px;
	font-size:14px;
	font-family:Verdana;
 }
 a.link1 {
 	color:#666666;
 }
 a.link2 {
 	color:#474D50;
	font-size:12px;
	display:block;
 }
  a.link2:hover {
 	color:#000;
	text-decoration:none;
 }
  
#footer {
	line-height:22px;
	margin-top:15px;
	background:#666666;
	padding:10px;
	color:#fff;
	font-size:10px;
	width:930px;
}
#footer a {
	color:#fff;
	font-size:10px;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}

.bread {
	background:#000;
	font-weight:normal;	
	font-size:18px;
	padding:10px 8px;
	color:#fff;
	font-family:Arial;
	margin:0 0 10px 0;	
}
.imgbd {
	/*background:url(../images/hbg.gif) bottom repeat-x;*/
	padding:0 0 14px 30px;	
}
#main p {
	margin:12px 0;
}
#main h2 {
	font-size:14px;
	font-weight:normal;
	color:#474D50;
}
.tablespec {
	border-collapse:collapse;
}
.tablespec td{
	border:1px solid #C1C1C1;
}
.tablespec td{
	border:1px solid #C1C1C1;
	padding:2px 5px;
	text-align:center;
}
td.td1 {
	background:#E2E2DB;
	text-align:left;
	color:#474D50;
}

.graybg1{
	padding:16px;
	background:#DADADA;
	
}

#main h3{
	margin-top:0 !important;
}

#main p{
	padding:0 12px;
}

#main ul{
	padding:0 10px;
}

.cert{
	margin:0 4px;
}


.titlebg4{
	background:#000000;
	color:#FFFFFF;
	display:block;
	ont-family:Arial;
	font-size:18px;
	height:34px;
	line-height:34px;
	padding-left:8px;
	width:942px;
}

	.noutatibg{
		width:930px;
		height:74px;
		background:url(../images/noutatibg.gif) no-repeat;
		margin-bottom:10px;
		padding:5px 10px;
	}

	.noutate{
		width:425px;
		float:left;
		line-height:15px;
		
	}
	
		.noutate span{
			font-size:14px;
			color:#000;
			font-family:Verdana;
			
		}
		
		.noutate p{
			margin:0;
			padding:0;
			font-size:12px;
			color:#666666;
			text-align:justify;
		}
		
			.noutate a.citeste{
				display:block;
				width:104px;
				height:18px;
				background:url(../images/cmmbut.gif) no-repeat;
				padding-left:24px;
				font-family:Verdana;
				color:#fff;
				text-decoration:none;
				line-height:18px;
				font-size:10px;
				float:right;
				margin-top:7px;
				
			}
			
			.noutate a.citeste:hover{
				text-decoration:underline;
				
			}


