F@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background-color: #f0f0f0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
a:link, a:visited, a:active {
	color: #4b8d00;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
p {
	margin: 0px;
}
 a img {
	border: 0;
}
.img { border: solid 1px #d6d6d6;}
hr {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.container {
	background-color: #FFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #DDD;
	border-left-color: #DDD;
}
.black13 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #000;
}
.green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #4b8d00;
}
.lista {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #444444;
	background-image: url(images/arrow-2.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	text-align: left;
	padding-left: 15px;
}
.lista2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #444444;
	background-image: url(images/arrow-3.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	text-align: left;
	padding-left: 25px;
	font-weight: bold;
}
.lista2 a:link, .lista2 a:visited {
	color: #444444;
	text-decoration: none;
}
.lista2 a:hover {
	color: #4b8d00;
	text-decoration: none;
}
.lista3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #4b8d00;
	background-image: url(images/arrow-3.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	text-align: left;
	padding-left: 25px;
	font-weight: bold;
}
.lista3 a:link, .lista3 a:visited {
	color: #4b8d00;
	font-size: 14px;
	text-decoration: none;
}
.lista3 a:hover {
	color: #444444;
	text-decoration: none;
}

.footer {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #458000;
}
.footer-grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	text-transform: uppercase;
	color: #626262;
}
.footer-grey a:link, .footer-grey a:visited {
	font-size:10px;
	color: #626262;
	text-decoration: none;
}
.footer-grey a:hover {
	color: #4b8d00;
	text-decoration: none;
}
.footer-green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	text-transform: uppercase;
	color: #4b8d00;
}
.ttl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #000;
	background-image: url(images/arrow.png);
	background-repeat: no-repeat;
	background-position: right 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #7a7a7a;
	text-align: left;
}
.bg-box {
	background-color: #f5f5f5;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #dfdfdf;
	border-left-color: #dfdfdf;
}
.form {
	padding: 3px;
	margin-top: 2px;
	margin-bottom: 2px;
	border: 1px solid #CCC;
}
.form:focus {
	background-color: #F5F5F5;
}
.btn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #3b3b3b;
	padding: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
	border: 0px;
	cursor: pointer;
}
.btn:hover {
	background-color: #538701;
}
:focus {
	outline: 0px;
}
.padding20 {
	padding: 20px 0
}
.padding10 {
	padding: 10px 0
}
.left {
	float: left;
	width: auto;
}
.right {
	float: right;
	width: auto;
}
#logo {
	float: left;
	width: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
#telefoane {
	float: right;
	width: auto;
	margin-top: 14px;
}
.sus {
	width:auto;
	float:right;
	}

/*** set the width and height to match your images **/

#slideshow {
    position:relative;
    height:194px;
	width:506px;
	float:left;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

