.banner_left {
	width: 33%;
	height: 200px;
	background: url(images/wide_format_print1.jpg) 0% 0% no-repeat;
}
.banner_right {
	width: 33%;
	height: 200px;
	background: url(images/wide_format_print2.jpg) 100% 0% no-repeat;
}
.banner_center {
	width: 33%;
    text-align: center;
	vertical-align: middle;
}
.meniu a:link, .meniu a:visited, .meniu a:active, .meniu a:hover {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: medium;
}
.meniu a:link, .meniu a:visited, .meniu a:active {
	color: #003366;
}
.meniu a:hover {
	color: #0099CC;
}
.servicii {
	width: 100%;
	margin: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	cursor: pointer;
	padding-bottom: 10px;
}
.servicii a:link, .servicii a:visited, .servicii a:active, .servicii a:hover {
	text-decoration: none;
}
.servicii a:link, .servicii a:visited {
	color: black;
}
.servicii a:active {
	color: #3366CC;
}
.servicii a:hover {
	color: #006699;
}
