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

body,html {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 100%;
	width: 100%;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	background-image: url(img/bg_header.gif);
	background-repeat: repeat-x;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}


.container {
	width: 1000px;
	margin-top:0;
	padding: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.top {
	height: 129px;
}
.top .spacer {
	height: 67px;
}

.top .logo {
	height: 62px;
	width: 287px;
	float: left;
}
.top .home {
	height: 39px;
	width: 74px;
	float: left;
	padding-top: 8px;
}
.top .menu {
	float: left;
	background-color: #888;
	margin-top: 15px;
	height: 32px;
	color: #FFF;
	
}
.servicii {
	margin-top:12px;
	width:370px;
	text-align:right;
	margin-right:50px;
	line-height:220%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#707070;
	font-weight: bold;
}
.servicii a {
	color:#707070;
	text-decoration: none;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-image: url(img/bull_orange.gif);
	background-position: right;
	background-repeat: no-repeat;
	margin-right: 53px;
	margin-left: 15px;
	padding-left: 13px;
	padding-right: 33px;
}
.servicii a:hover {
	color: #000;
	text-decoration: none;
	background-image: url(img/bull_grey.gif);
}
.top .menu li{
	margin: 0px;
	text-align: center;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}
.top .menu a {
	color: #FFF;
	text-decoration: none;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-image: url(img/bull_grey.gif);
	background-position: left;
	background-repeat: no-repeat;
	margin-right: 15px;
	margin-left: 15px;
	padding-left: 13px;
	padding-right: 7px;
}

.top .menu a:hover {
	color: #FFF;
	text-decoration: none;
	background-image: url(img/bull_orange.gif);
}
.top  .menu .final{
	background-color: #666;
	width: 5px;
	height: 23px;
}
.header {
	text-align: center;
	padding-top: 10px;
}
.content {
	padding: 40px;
}
.content .left {
	font-family: Georgia, Times New Roman, Times, serif;
	color:#666;
	float: left;
	width: 220px;
	margin-right: 100px;
}
.content .right {
	float: right;
	width: 190px;
	margin-left: 90px;
}
.content .center {
	font-family: Georgia, Times New Roman, Times, serif;
	color:#666;
	float: left;
	width: 550px;
}

.content .bodytext {
	font-family: Georgia, Times New Roman, Times, serif;
	color:#666;
	float: left;
	width: 920px;
	font-size:14px;
}
.content .text {
	font-family: Georgia, Times New Roman, Times, serif;
	color:#666;
	float: left;
	width: 920px;
	font-size:12px;
}

.content .h1 {
	font-family: Georgia, Times New Roman, Times, serif;
	color:#666;
	float: left;
	width: 920px;
	font-size:14px;
}

.content .contact {
	font-family: Georgia, Times New Roman, Times, serif;
	color:#666;
	float: left;
	width: 920px;
	font-size:14px;
}
.footer {
	padding-top: 10px;
	padding-bottom: 40px;
	padding-right: 40px;
	padding-left: 40px;

}
.footer .copy {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #888;
	float: left;
}
.footer .menu {
	float: right;
}
.footer .menu a {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	color: #FE891F;
	font-weight: bold;
}
.footer .menu a:hover {
	color: #888;
	text-decoration: none;
}
