@charset "utf-8";
* {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#tot {
	width:745px;
	margin:0px auto;
	position:relative;
}

#meniu {
	background-image:url(images/meniu.gif);
	height:48px;
	overflow:hidden;
}
	a.despre_noi:link, a.despre_noi:visited, a.produse_oferite:link, a.produse_oferite:visited, a.distributie:link, a.distributie:visited, a.contact:link, a.contact:visited, a.noutati:link, a.noutati:visited{
		float:left;
		display:block;
		width:149px;
		height:48px;
		text-align:center;
		line-height:48px;
		background:none;
		color:#808080;
		text-decoration:none;
	}
	a.despre_noi:hover, a.produse_oferite:hover, a.distributie:hover, a.contact:hover, a.noutati:hover{
		background-image:url(images/meniu.gif);
		color:white;
	}
	a.despre_noi:hover {
		background-position:0 -48px;
	}
	a.produse_oferite:hover, a.distributie:hover, a.contact:hover{
		background-position:-149px -48px;
	}
	a.noutati:hover{
		background-position:-596px -48px;
	}
#top {
	width:745px;
	height:155px;
	background-image:url(images/top.jpg);
}
#content {
	width:745px;
	min-height:173px;
	background-image:url(images/content_back.gif);
	background-position:left;
	background-repeat:repeat-y;
	border-style:solid;
	border-color:#999;
	border-width:1px 1px 1px 0px;
}
#texte {
	width:500px;
	padding-top:20px;
	margin-left:230px;
}

#text_content {
	margin-top:-20px;
	width:350px;
}
table {
	margin:10px 0px;
	display:in-line;
	border-collapse:collapse;
}
th {
	border:1px solid #999;
	background-color:#F2F2F2;
	vertical-align:middle;
	text-align:center;
	}
td {
	background-color:white;
	border:1px solid #999;
	vertical-align:middle;
	text-align:center;
}
#texte h1 {
	font-size:19px;
	font-weight:bold;
	color:#0095DA;
}
#texte p {
	font-size:12px;
	color:#666;
	padding:10px 30px 10px 0px;
}
#noutati_l {
	float:left;
	width:202px;
}
	#noutati_titlu{
		float:left;
		width:29px;
		height:173px;
		background-image:url(images/noutati_txt.jpg);
		background-repeat:no-repeat;
	}
	#noutati_text{
		margin-left:29px;
		padding-left:10px;
		padding-bottom:20px;
		border-bottom:1px solid #999;
		}
	#noutati_l h2{
		color:#00A651;
		padding-top:25px;
		}
	#noutati_l a {
		text-decoration:none;
		color:#666;		
	}
	#noutati_l a:hover {
		color:#0095DA;
	}
#texte .lista {
	margin:0px 23px 0px 0px;
	padding:20px 0px;
	background-color:#F2F2F2;
}
.lista li {
	list-style:none;
	margin-bottom:10px;
}
#texte .lista li h1 {
	font-size:12px;
	color:#000000;
	margin:0px 0px 0px 20px;
}

#texte .lista li h2 {
	color:#00A651;
}

.lista a:link, .lista a:visited{
	display:block;
	height:25px;
	padding-left:20px;
	text-decoration:none;
	line-height:25px;
	background-image:url(images/lista_out.gif);
	background-position:top left;
	background-repeat:no-repeat;
	color:#000000;
	}
.lista a:hover, .lista a:active {
	background-image:url(images/lista_ovr.gif);
	color:#00A651;
}
#formular_contact {
	float:right;
	width:200px;
	height:300px;
	padding:0px 20px;
}
.with_back {
	background-image:url(images/input_back.gif);
	background-repeat:repeat-x;
	background-position:top;
	border:1px solid #999999;
}
#limbi {
	position:absolute;
	left:630px;
	top:185px;
}
#but_ro, #but_en, #but_hu {
	width:30px;
	height:29px;
	margin:2px;
	float:left;
	cursor:pointer;
}


#but_ro {
	background-image:url(images/but_ro.png);
	}
*html #but_ro{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/but_ro.png', sizingMethod='crop');
}


#but_en {
	background-image:url(images/but_en.png);
	}
*html #but_en{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/but_en.png', sizingMethod='crop');
}


#but_hu {
	background-image:url(images/but_hu.png);
	}
*html #but_hu{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/but_hu.png', sizingMethod='crop');
}
