



#wrap {
	margin-left:0px;
	width:740px;
		
}

#content {
	background:#fff url(images/slide/content_top.jpg) no-repeat;
	float:left;
	min-height:400px;	
	
	width:748px;
}


.ceva {
	width: 760px;
	height: 33px;
	background-image: url(images/slide/sus_.jpg);
	background-repeat: no-repeat;
	background-position: 0 -1px;
	float:left;

}


/*{{{ continut !!! */

#index #content {
	background:none;
	width:748px;
	margin:0px;
	padding:0px;
}

#demo {
	background:url(images/slide/bottom.png) no-repeat;
	position:relative;
	top:-1px;
	height:450px;
width:760px;	
float:left;
	
}

/* afecteaza slide-ul cu javascript */
#demo div.item {
	padding:10px 30px;
	width:710px; 
	float:left;
	color:white;
	display:none;

}
/* */

.text_slide {width:710px;   height:434px; }


/* tabs */
ul#tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0 !important; 
}

ul#tabs li { 
	float:left; 
	margin:0; 
	padding:0; 
	text-indent:0; 
	list-style-image:none;
}

#content ul#tabs li a { 
	display:block;
	height: 33px;  
	text-indent: 40px; 
	width: 190px; 
	background: url(images/slide/tabs.gif) no-repeat;
	padding:0px;
	margin:0px;
	font-size:17px;
	color:white;
	
}

#content #tabs li #t1 { background-position: 0 0; }
#content #tabs li #t2 { background-position: -191px 0; }
#content #tabs li #t3 { background-position: -382px 0; }
#content #tabs li #t4 { background-position: -573px 0; }

#content #tabs li #t1:hover { background-position:      0 -33px; }
#content #tabs li #t2:hover { background-position: -191px -33px; }
#content #tabs li #t3:hover { background-position: -382px -33px; }
#content #tabs li #t4:hover { background-position: -573px -33px; }

#content #tabs li.active a	  {cursor:default; }
#content #tabs li.active #t1 { background-position:      0 -66px !important; }
#content #tabs li.active #t2 { background-position: -191px -66px !important; }
#content #tabs li.active #t3 { background-position: -382px -66px !important; }
#content #tabs li.active #t4 { background-position: -573px -66px !important; }




