body {
	margin:0 auto;
	font-size:12px;
	font-family:Arial;
}
img {
	border:0px;
}
.mainContent {
	width:994px;
	margin:0 auto;
}
.headder {
	position:relative;
	width:994px;
	height:188px;
	background-image:url(images/banner.png);
}
.meniu {
	position:absolute;
	bottom:6px;
	right:4px;
}
.sideLeft {
	float:left;
	background-image:url(images/side_left.png);
	width:42px;
	height:511px;	
}
.sideRight {
	float:left;
	background-image:url(images/side_right.png);
	width:37px;
	height:511px;
}
.sideContent {
	float:left;
	width:914px;
	min-height:511px;
	background-image:url(images/f1.jpg);
	height:auto !important;
	height:511px;
	}
.titlePage {
	background-image:url(images/fundal_titlu.png);
	width:994px;
	height:51px;
	background-repeat:no-repeat;
	
}
.footer {
	background-image:url(images/footer_bg.png);
	width:994px;
	height:55px;
}
/* Stiluri butoane submeniu */
.menu_sub {
	background:#3F3F3F none repeat scroll 0% 0%;
	border:1px solid #ffffff;
	position:absolute;
	left:0;top:0;
	overflow:hidden;
	visibility:hidden;
	z-index:200;
	text-align:left;
	overflow:hidden;
}
.menu_sub a,.menu_sub a:hover,.menu_sub a:visited {
	font-size:12px;
	line-height:20px;
	font-weight:bold;
	margin:0;
	padding-left:5px;
	border:none;
	display:block;
	background:#3F3F3F;
	color:#ffffff;
	text-decoration:none;
}
.menu_sub a:hover {
	background:#ED1818;
	color:white;
}
.button {
	border:1px solid #ffffff;
	color:#ffffff;
	background-color:#3F3F3F;
	cursor:pointer;
}
.button:hover {
	border:1px solid #ffffff;
	color:red;
	background-color:#3F3F3F;
	cursor:pointer;
}

