html, body {
  margin: 0;
  padding: 0;
  height: 100%; /* Required */
}

body {
  background: url(images/pagina.jpg) repeat-x;
  font-size: 12px;
  font-family:Arial, Helvetica, sans-serif;
}
img{
	border: none;
}
h1{
	margin: 0;
	padding: 0;
	display: none;
}
object{
	margin: 20px;
}
#container-page {
  background: url(images/fundal.jpg);
  background-repeat: repeat-y;
  position: relative;
  min-height: 100%; /* For Modern Browsers */
  height: auto !important; /* For Modern Browsers */
  height: 100%; /* For IE */
  min-width: 800px;
}

#container-head {
	height: 190px;
	width: 800px;
	background: url(images/header.jpg);
  background-repeat: repeat-y;
}


#container-content {
  padding: 0 0 80px 0;
}

#container-foot {
  width: 100%;
  background: #d90;
  position: absolute;
  bottom: 0 !important;
  bottom: -1px; /* For Certain IE widths */
  height: 80px;
  text-align: center;
}
#container-foot img{
	margin: 10px 4px;
}

.mainNavigation{
	padding: 154px 0 0 300px;
	list-style: none;
	margin: 0;
}

.mainNavigation li{
	padding: 0;
	margin: 0 16px 0 0;
	float: left;
}
.mainNavigation span{
	display: none;
}
.mainNavigation a{
	display: block;
	height: 35px;
	float: left;
	overflow: hidden;
	background-position: top;
}
.mainNavigation a:hover{
	background-position: bottom;
}
#b_despre{
	width: 70px;
	background-image: url(images/buton_despre.jpg);
}
#b_parteneri{
	width: 60px;
	background-image: url(images/buton_parteneri.jpg);
}
#b_produse{
	width: 60px;
	background-image: url(images/buton_produse.jpg);
}
#b_management{
	width: 140px;
	background-image: url(images/buton_management.jpg);
}
#b_contact{
	width: 50px;
	background-image: url(images/buton_contact.jpg);
}
.left_side{
	width: 260px;
	padding: 0;
	float: left;
}
.left_side h2{
	margin: 0 30px 0 10px;
	padding: 0;
	background: url(images/eticheta_noutati.jpg);
	height: 30px;
}
.left_side h2 span{
	display: none;
}
.left_side dl{
	margin: 0 30px 0 20px;
	padding: 0;
}
.left_side dt,
.left_side dd{
	padding: 10px 0 0 0;
	margin: 0;
	clear: both;
	overflow: auto;
}
.left_side dl img{
	float: right;
}
.left_side h3{
	margin: 0;
	padding: 0;
	color: #0066CC;
	font-size: 12px;
}
.left_side p{
	text-align: center;
}
.separator{
	height: 10px;
	background-image: url(images/separator.jpg);
	overflow: hidden;
	font-size: 1px;
	line-height: 1px;
	clear: both;
	margin: 10px 0;
}
.right_side{
	margin-left: 270px;
	padding: 1px;
	font-size: 14px;
}
.right_side h2{
	margin: 20px 0;
	padding: 4px 0;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3366CC;
	border-bottom: 1px dashed #999;
}
.clearer{
	height: 1px;
	overflow: hidden;
	font-size: 1px;
	line-height: 1px;
	clear: both;
}

.tabs{
	height: 23px;
	line-height: 23px;
	padding: ;
	margin: 20px 0;
	border-bottom: 1px solid #666;
	list-style: none;
}
.tabs li{
	margin: 0;
	padding: 0;
	float: left;
}
.tabs a{
	display: block;
	line-height: 22px;
	border: 1px solid #666;
	border-bottom: none;
	text-decoration: none;
	color: #000;
	background: #ccc;
	margin: 0 2px;
	padding: 0 6px;
}
.tabs a.activeTab{
  background: #fff;
  border-bottom: 1px solid #fff;
}
.tabs a:hover{
	background: #d90;
	color: #fff;
}
.fisaTehnica{
	font-size: 12px;
}
.fisaTehinca caption{
	color: #3366CC;
	font-weight: bold;
	font-family:Georgia, "Times New Roman", Times, serif; 
	margin: 4px;
}
.stil1{
	background-color: #e1ebf4;		
}
.stil2{
	background-color: #eeecec;		
}
.stil3{
	background-color: #ff9966;	
	font-weight: bold;
}