@charset "utf-8";
/* HEADER SLIDER STUFF */


.on { z-index: 2; }
.off { z-index: 1; }

.idle { background:none; }
.active { background:#FFF url(../images/menu_hover.gif) bottom left repeat-x; }

#header-menu {
	position: relative;
	float: left;
	width: 950px;
}
#slider {
	position: relative;
	margin: 0;
	width: 950px;
	height: 350px;
}

#slider > #img1, #slider > #img2, #slider > #img3, #slider > #img4, #slider > #img5, #slider > #img6, #slider > #img7, #slider > #img8  {
	position: absolute;
	top: 0;
	left: 0;
	width: 950px;
	height: 350px;
}

#slider > #img1 {
	background: url(../images/despre.jpg) top left no-repeat;
}
#slider > #img2 { background: url(../images/uleiuri-lubrifianti.jpg) top left no-repeat; padding-left:20px; }
#slider > #img3 { background: url(../images/doc.jpg) top left no-repeat; padding-left:20px; }
#slider > #img4 { background: url(../images/promo.jpg) top left no-repeat; }
#slider > #img5 { background: url(../images/download.jpg) top left no-repeat; }
#slider > #img6 { background: url(../images/contact.jpg) top left no-repeat; }
#slider > #img7 { background: url(../images/retea.jpg) top left no-repeat; }
#slider > #img8 { background: url(../images/auto_lubristore.jpg) top left no-repeat; }

/* MENU */
.menus {
	position: absolute;
	float: left;
	height: 49px;
	width: 100%;
	padding:1px 0 0 0;
	margin: 10px 0;
	background:url(../images/gradient.png) repeat;
	bottom: -10px;
	display:block;
	z-index: 1000;
}
.menus li {	
	float: left;
	list-style: none;
	background:url(../images/menu_divider.gif) top right no-repeat;
	max-width:180px;
}
.ismall { float:left; width:54px; height:100%; position:relative; display:block; margin:0; padding:0 6px 0 0; }
.menus li span {
	float:left;
	font: 12px verdana;
	text-decoration: none;
	color: #000;
	outline: none;
	text-align: left;
	z-index: 10;
	display: block;
	float: left;
	position: relative;
	margin:0 6px 0 0;
	width: 65px;
} 
.menus li a {
	float:left;
	display: block;
	padding:6px 18px 6px 6px;
	position: relative;
	margin:0;
}   
.menus li a:hover, .menus li a:active, .menus li a:visited {
	padding:3px 18px 6px 6px;
	border-top:3px solid #F00;
	cursor: pointer;
	background:#FFF url(../images/menu_hover.gif) bottom left repeat-x;
	text-decoration:none;
} 



.caption {
	overflow:hidden;	
	position:relative;
	z-index:20;
	background:transparent url(../images/captionBg.png);
	background:rgba(0,0,0,0.6);
}

#cap1 { float:left; margin-top:140px; padding:5px 5px 5px 5px; width:400px; }
#cap2 { float:left; margin-top:20px; padding:5px 5px 5px 5px; width:400px; }
#cap3 { float:left; margin-top:20px; padding:5px 5px 5px 5px; width:400px; }
#cap4 { float:right; margin-top:50px; padding:5px 5px 5px 5px; width:345px; }
#cap5 { float:right; margin-top:50px; padding:5px 5px 5px 5px; width:345px; }
#cap6 { float:right; margin-top:140px; padding:5px 5px 5px 5px; width:345px; }

.caption p {
	color:#FFF;
	margin:0px;
	line-height:14px;
	padding:10px 0 18px 8px;
}

.caption h3 {
	color: #F3F3F3;
	padding-left:8px;
}

.caption a { color:#FFF; padding:0 8px; font-weight:bold; }
.caption a .lastone { color:#FFF; padding:0 0 0 8px; }
.caption a:hover { text-decoration:none; color:#F00; }
