body, html {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	background:url(../images/body_bg.jpg) no-repeat top center #181818;
	text-align:center;
	margin:0;
	padding:0;
}

img {
	border:0px;
}

#bodyWrapper
{
	width:100%;
	text-align:center;
}

#menuWrapper
{
	height:51px;
	background:url(../images/bg_top_menu.jpg) top left repeat-x ;
	margin:0;
	padding:0;
	margin-right: 3px;
}
#menuWrapper ul
{
	margin:0 auto;
	padding:0;

	list-style-type:none;
}
#menuWrapper ul li
{
	list-style:none;
	display:inline;
}
#menuWrapper ul li a
{
	color:#FFFFFF;
	display:block;
	width:auto;
	padding:5px 15px 0 15px;
	float:left;
	text-decoration:none;
	font-size:1.2em;
	font-weight:bold;
	letter-spacing:1px;
	height:41px;
}
#menuWrapper ul li a:hover, .menu_selected
{
	background:url(../images/menu_selected.jpg) no-repeat top center;
}

#mainContent
{
	margin: 0px auto;
	padding: 0px;
	width:871px;
	background:url(../images/bg_main.jpg) repeat-y top center #181818;
}
#mainContentTop
{
	background:url(../images/top_main.jpg) no-repeat top center;
}
#mainContentBottom
{
	text-align:left;
	padding:20px 20px;
	background:url(../images/bottom_main.jpg) no-repeat bottom center;
}

#headerFlash
{
	height:210px;
	/*background:url(../images/dummy_flash.jpg) top center no-repeat #999999;*/
	background:url(../images/dummy_flash.jpg) top center no-repeat #181818;
	margin:0 0 5px 0;
}




#leftCol
{
	width: 182px;
	float: left;
	padding: 2px;
}
#mainCol
{
	width:446px;
	float: left;
	padding:2px 6px;
}
#rightCol
{
	width:182px;
	float: left;
	padding:2px;
}

#mainCol h1
{
	background:url(../images/h1_main.jpg) no-repeat top center;
	line-height:43px;
	font-size:1.4em;
	color:#FFFFFF;
	padding:5px 0 0 15px;
	margin:0;
}

.tab
{

	padding: 0 0 5px 0;
	color: #666666;
}
.tab h2
{
	background: url(../images/tab_header.jpg) no-repeat top left;
	line-height: 43px;
	padding: 5px 0 0 13px;
	margin: 0px;
	color: #FFFFFF;
	font-size:1.1em;
	letter-spacing:1px;
}

.tab .portocaliu
{
	background: url(../images/tab_header_.jpg) no-repeat top left;
	line-height: 43px;
	padding: 5px 0 0 13px;
	margin: 0px;
	color: #FFFFFF;
	font-size:1.1em;
	letter-spacing:1px;
}

.tab ul
{
	margin: 0px;
	padding: 0 0 0 15px;
	list-style-type: none;
}
.tab ul li
{
	line-height: 170%;
	list-style: circle;
	border-bottom: 1px solid #CCCCCC;
}

.tab ul li a
{
	display:block;
	text-decoration:none;
	color:#981A1B;
	padding:0 0 0 4px;
}
.tab ul li .tree_selected
{
	font-weight:bold;
}
.tab ul li a:hover
{
	background-color:#981A1B;
	color:#fff;
	text-decoration:none;
}

.tab h3
{
	color:#8c0000;
	font-weight:bold;
	padding:4px 0;
	margin:0;
	letter-spacing:1px;
	font-size:1.1em
}

.tab h3 a
{
	color:#8c0000;
	text-decoration:none;
}
.tab h3 a:hover
{
	text-decoration:underline;
}

.mai_mult
{
	text-decoration:none;
	display:block;
	text-align:right;
	margin:3px 0;
}
.mai_mult img
{
	border:0;
}




#footerContent
{
	margin:0 auto;
	padding:0;
	width:871px;
	background:url(../images/bg_main.jpg) repeat-y top center #181818;
}
#footerContent ul li
{
	list-style:none;
	display:inline;
	padding-right:10px;
}
#footerContent ul {
	padding:0px 0px 5px 0px;
	margin:0;
}
#footerContentTop
{
	background:url(../images/top_main.jpg) no-repeat top center;
}
#footerContentBottom
{
	height:30px;
	text-align:center;
	padding:25px 20px 10px 20px;
	background:url(../images/bottom_main.jpg) no-repeat bottom center;
	color:#666666;
}

#subFooter
{
	margin:0 auto;
	width:871px;
	text-align:center;
	color:#666666;
	font-size:10px;
	line-height:120%;
	padding:5px 20px;
}


.clearboth
{
	clear:both;
}

