/* CSS Document */

* 
{
	margin:0px;
	padding:0px;
}

body
{
	background:url(../images_fundal/harta_site.jpg) no-repeat left top;
	background-color:#eaeaec; 
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#000000;
	text-align:left;
}

h1
{
	font-style:normal;
	font-family:"Trebuchet MS";
	font-size:18px;
	color:#000000;
	margin-left:10px;
}

a
{
	text-decoration:none;
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#0033FF;
	font-weight:600;
}
a:hover
{
	color:#000;
}

#content
{
	width:500px;
	height:590px;
	margin:20px;
	margin-left:260px;
	text-align:left;
	background:#e9e8e4;   /*#e9e8e4;  */ 
	/* for IE */
	filter:alpha(opacity=80);
	opacity:0.8;
}

/* *************************** START sitemap *************************** */

#sm_ul
{
	list-style:none;
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:10px;
}	

#sm_ul li
{
	display:block;
}

#sm_ul li a
{
	display:block;
	margin:0px;
	color:#0033FF;
	padding:2px;
}

#sm_ul li a:hover
{
	color:#000;
}

#sm_ul li #categorii
{
	margin:2px;
	margin-left:20px;
}

#sm_ul li #categorii div
{
	display:block;
	background:url(../images_fundal/sm_submenu.gif) no-repeat;
	border-left:1px dotted #000;
	padding:0px;
	margin:0px;
	padding-left:15px;
	padding-top:0px;
}

#sm_ul li #categorii div.last
{
	background:url(../images_fundal/sm_submenu_last.gif) no-repeat;
	border-left:none;
}



/* *************************** STOP sitemap *************************** */

/* *************************** Start  FOOTER *************************** */
div.footer
{
	text-align:left;
	position:absolute;
	left:270px;
	top:710px;

}

div.footer a
{
	text-decoration:none;
	margin:0px;
	padding-left:0px;
	font-size:12px;
	color:#0033FF;
	font-weight:normal;
}

div.footer a:hover
{
	color:#000;
	font-weight:normal;
}
/* *************************** Stop  FOOTER *************************** */
