body {
	background-image:url("images/body_bg.jpg");
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
}


h1{
	font-size:17px;
}

#h1index {color:red;}

#all {
	margin:0px auto;
	width:970px;
	background-color:white;
	border-right:1px solid #C0C0C0;
	border-bottom:1px solid #C0C0C0;
	border-left:1px solid #C0C0C0;
	z-index:10px;
	position:relative;
}

#top_stanga {
	width:241px;
	float:left;
	height:79px;
}

#top_dreapta {
	width:720px;
	float:left;
	height:79px;
}

#stanga {
	float:left;
	width:241px;
}

	#meniu {
	width:241px;
	height:251px;
	background-image:url("images/bg_meniu.jpg");
	background-repeat:no-repeat;
	padding-top:5px;
	}

	#meniu ul {
		margin:0px;
		padding:0px;
	}
	
	#meniu ul li {
		list-style-type:none;
	}
	
	
	#meniu ul li a {
		margin-left:10px;
		padding:3px;
		width:210px;
		display:block;
		height:16px;
		border-bottom:1px solid white;
		color:white;
		font-family:Arial;
		font-size:12px;
		font-weight:bold;
		text-decoration:none;
	}
	
	#meniu ul li .alt a {
		margin-left:10px;
		padding:10px 3px 3px 3px;
		width:210px;
		display:block;
		height:22px;
		border-bottom:1px solid white;
		color:white;
		font-family:Arial;
		font-size:12px;
		font-weight:bold;
		text-decoration:none;
	}
	
	#meniu ul li a:hover {
		color:#F7E072;
	}

#dreapta {
	float:left;
	width:729px;
	font-family:Arial;
	font-size:13px;
	color:black;
}

	#col1 {
		width:390px;
		float:left;
		font-family:"trebuchet MS";
	}
	
	#col2 {
		float:left;
		width:280px;
	}
	#site_map a {
		font-family:Arial;
		font-size:12px;
		color:#013B7A;
		text-decoration:none;
	}
	
	#site_map a:hover {
		text-decoration:underline;
	}

	
		#rotitor {
			width:280px;
			height:171px;
			border:1px solid #D1D1D1;
			text-align:center;
			overflow:hidden;
		}
		
		#sub300 {
			width:280px;
			height:171px;
			border:1px solid black;
			text-align:center;
			overflow:hidden;
		}
		
		#copii {
			width:280px;
			height:171px;
			border:1px solid black;
			text-align:center;
			overflow:hidden;
		}
		
		.slide { float:left; width:280px; height:171px; }
		#content { width:280px; }

#footer {
	width:964px;
	height:25px;
	background-image:url("images/bg_footer.jpg");
	background-repeat:no-repeat;
	margin:3px auto;
	text-align:right;
	padding-right:5px;
	padding-top:3px;
}

	#footer a {
		font-family:Arial;
		font-size:12px;
		color:#013B7A;
		text-decoration:none;
	}
	
	#footer a:hover {
		text-decoration:underline;
	}
	
	#news{
	font-family:Arial;
	font-size:14px;
	color:#013B7A;
	text-decoration:none;
	float: none;
	border: 1px;
	}	
	#nw_mail{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	font-weight:bold;
	margin-left:8px;
	padding-bottom:40px;
	padding-left:5px;
	padding-right:16px;
	padding-top:16px;
	}	
	
/* CSS for menu */	

.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 235px; /* Width of Menu Items */
border-bottom: 0px;
}
	
.suckerdiv ul li{
position: relative;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
top: 0;
background-color:#003F8E;
visibility: hidden;
width: 210px;
}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
color: black;
text-decoration: none;
padding: 1px 5px;
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */


#controale {
	float:right;
	margin-top:5px;
}

/* CAROUSEL */ 

.scroller {
	width: 280px;
	height: 171px;
	overflow: hidden;
	border: 1px solid #D1D1D1;
}

#content {
	width: 280px;
	}

.slide {
	width: 280px;
	height: 171px;
	float: left;
	background-color: #FFF;
	/*padding: 10px; */
}

