body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #b11a3b;
}

#container {
	width: 745px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
}

#header {
	height: 36px;
	width: 745px;
	float:right;
	margin: 0px;
	padding: 0px;
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
}

#main {
	width:745px;
	background-color: #fbf81e;
}

#footer{
	width:745px;
	height:18px;
	background-image: url(images/dwn_bg.jpg);
}
#footer .span{
	padding-left:20px;
	font-size: 11px;
	color: #010101;
	float:left;
}
#footer .span2{
	padding-right:20px;
	font-size: 11px;
	color: #010101;
	float:right;
}
#footer .span2 a{
	font-size: 11px;
	color: #010101;
}

h1{
	color: #b11a3b;
	font-size:12px;
	margin-left:10px;
	padding-bottom: 5px;
}
h3{
	color: #b11a3b;
	font-size:11px;
}


.p{
	font-size:11px;
	color:#010101;
	text-align: justify;
}

.img {
	border-color:#b11a3b;
	border-style:solid;
	border-width:1px;
}

#maintop {
	width:745px;
	height: 109px;
	background-image: url(images/top_main.jpg);
	background-repeat:no-repeat;
	margin-right: auto;
	margin-left: auto;
	text-align:center;
	padding-bottom: 15px;
}

.navlist{
	margin: 0;
	padding: 0;
	border: 0;
	float:right;
	margin-top: 10px;
}
.navlist li{
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
	display:inline;
}
img { border:0 }
a span { display:none }

#about a {
	width:107px; height:16px;
	margin:0; padding:0;
	background: url(images/despre_noi.jpg) top left no-repeat;
	text-decoration: none;
	float:left;
	margin-right: 15px;
}
#about a:hover {background-position: 100% 0;}
#about .active {background-position: 100% 0;}

#localizare a {
	width:113px; height:16px;
	margin:0; padding:0;
	background: url(images/localizare.jpg) top left no-repeat;
	text-decoration: none;
	float:left;
	margin-right: 15px;
}
#localizare a:hover {background-position: 100% 0;}
#localizare .active {background-position: 100% 0;}

#contact a {
	width:91px; height:16px;
	margin:0; padding:0;
	background: url(images/contact.jpg) top left no-repeat;
	text-decoration: none;
	float:left;
	margin-right: 10px;
}
#contact a:hover {background-position: 100% 0;}
#contact .active {background-position: 100% 0;}

.a{
	color: #ea2227;
	font-weight: bold;
	text-decoration: none;
	padding-left:19px;
	text-align:left;	
}
.a:hover{
	color: #000;	
}

.clear {
	clear:both;
}

