::-moz-selection { background: #ff2966; color: yellow; opacity:0.5; }


html {
	background-image:url('img/body_bg.gif');
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image:url('img/header_bg.gif');
	background-repeat:repeat-x;
	background-position:left top;
	margin: 0px;
	min-width:1000px;
	min-height:287px;
}

a {
	text-decoration: none;
	color: #FE0000;
}

a:hover {
	color: #800000;
}

#login2 {
	float:right;
	position:absolute;
	right:0px;
	top:0px;
	background-image:url('img/header_login.gif');
	background-position: right top;
	background-repeat:no-repeat;
	width:368px;
	height:40px;
	text-align:right;
	color: #FFFFFF;
}

#login a {
	color: #00FF00;
	text-decoration: none;
}

#login a:hover {
	color: #008000;
}

#header {
	height:165px;
	color: #00FF00;
}

#top_menu {
	height: 30px;
	float:left;
	/*background-image:url('img/top_menu_splitter.gif');*/
}


#content {
	background-image:url('img/content/bg.gif');
	width:1000px;
	text-align:left;
	margin-left: auto;
	margin-right: auto;
	clear:both;
}

#content_footer {
	background-image:url('img/content/footer.gif');
	background-repeat:repeat-x;
	width:996px;
	height:22px;
	vertical-align:middle;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	clear:both;
}

#copyright {
	color: #afafaf;
}

#left_container {
	margin-left:10px;
	float:left;
	width: 152px;
	clear:none;
}

#right_container {
	margin-right:10px;
	float: right;
	width: 215px;
}

#center_container{
	margin-left: 172px;
	margin-right: 10px;
	/*border:1px #ffffff solid;*/
}

#menu {
	list-style:none;
	margin:0px;
	padding:0px;
}

#menu li {
	background-image: url('meniu/nav_off.gif');
	width: 152px;
	height: 23px;
}

#menu li:hover {
	background-image: url('meniu/nav_on.gif');
	width: 152px;
	height: 23px;
}

#menu a {
	display:block;
	margin-left: 15px;
	padding-top: 5px;
	text-decoration:none;
	color: #000000;
	font-weight:bold;
}

#menu a:hover {
	display:block;
	margin-left: 20px;
	padding-top: 5px;
	text-decoration:none;
	color: #000000;
	font-weight:normal;
}


/*********************************************
**** FORMATARE BLOCURI PE STANGA
**********************************************/

.left_box {
	background-image:url('meniu/left_box_body.gif');
	width:152px;
	margin-left:auto;
	margin-right:auto;
}

.left_head {
	background-image: url('meniu/left_box_head.gif');
	width: 152px;
	height: 26px;
}

.left_title {
	display:block;
	padding-left:20px;
	padding-top:10px;
	height:26px;
	color: #FFFFFF;
}

.left_content {
	margin-left:auto;
	margin-right:auto;
	width:146px;
	overflow:hidden;
}

/*********************************************
**** FORMATARE BLOCURI PE DREAPTA
**********************************************/

.right_box {
	background-image:url('blocks/right_box_body.gif');
	width:215px;
	margin-left:auto;
	margin-right:auto;
}

.right_head {
	background-image: url('blocks/right_box_head.gif');
	width: 215px;
	height: 22px;
}

.right_title {
	display:block;
	padding-left:20px;
	padding-top:6px;
	height:22px;
	color: #FFFFFF;
}

.right_content {
	margin-left:auto;
	margin-right:auto;
	width:209px;
	overflow:hidden;
}

/*********************************************
**** FORMATARE BLOCURI CENTRALE
**********************************************/

.center_box {
	background-image:url('blocks/main_body.gif');
	width:593px;
	margin-left:auto;
	margin-right:auto;
}

.center_head {
	background-image: url('blocks/main_head.gif');
	width: 593px;
	height: 21px;
}

.center_title {
	display:block;
	padding-left:20px;
	padding-top:5px;
	height:21px;
	color: #FFFFFF;
}

.center_content {
	margin-left:auto;
	margin-right:auto;
	width:585px;
	overflow:hidden;
}