/*
General
*/
body 
{
			width:100%;
			height:100%;
			margin:0;
			padding:0;
			overflow:hidden;
			background-color:#FFF
}
#wrapper 
{
			position:absolute;
			width:100%;
			height:100%;
			top:0;
			left:0;			
			overflow-x: hidden;
			overflow-y: auto;
					
}
#mask 
{
			position:absolute;
			width: 19800px;
			height:100%;
}
.item 
{
			width:1320px;
			height:100%; 
			float:left;
			position:relative;
}	
.selected 
{
		    /* This background will be changed automatically on runtime.*/	
		    background-image: url("")	;	
}
.clear 
{
			clear:both;
}
/*
All the main content inside the scrolled content
*/	
.content_acasa 
{
			width:1320px;
			height:800px;
			top:0;
			margin:0;
			position:relative;
			background: url('../images/00-site-home.png') no-repeat top; 
}
.content_desprenoi_istoric
{
			width:1320px;
			height:800px;
			top:0;
			margin:0;
			position:relative;
			background: url('../images/01-site-istoric.png') no-repeat top; 
}
.content_desprenoi_principii
{
			width:1320px;
			height:800px;
			top:0;
			margin:0;
			position:relative;
			background: url('../images/02-site-pv.png') no-repeat top; 
}
.content_desprenoi_misiune
{
			width:1320px;
			height:800px;
			top:0;
			margin:0;
			position:relative;
			background: url('../images/03-site-misiune.png') no-repeat top; 
}
.content_desprenoi_viziune
{
			width:1320px;
			height:800px;
			top:0;
			margin:0;
			position:relative;
			background: url('../images/04-site-viziune.png') no-repeat top; 
}
.content_desprenoi_abordareeco
{
			width:1320px;
			height:800px;
			top:0;
			margin:0;
			position:relative;
			background: url('../images/05-site-eco.png') no-repeat top; 
}
.content_servicii
{
			width:1320px;
			height:800px;
			top:0;
			margin:0;
			position:relative;
			background: url('../images/06-site-servicii.png') no-repeat top; 
}
.content_servicii_pf
{
			width:1320px;
			height:800px;
			top:0;
			margin:0;
			position:relative;
			background: url('../images/07-site-procesul-de-fab.png') no-repeat top; 
}
.content_servicii_st
{
			width:1320px;
			height:800px;
			top:0;
			margin:0;
			position:relative;
			background: url('../images/08-site-spec-tehnice.png') no-repeat top; 
}
.content_servicii_ac
{
			width:1320px;
			height:800px;
			top:0;
			margin:0;
			position:relative;
			background: url('../images/09-site-atestate.png') no-repeat top; 
}
.content_produse
{
			width:1320px;
			height:800px;
			top:0;
			margin:0;
			position:relative;
			background: url('../images/10-site-produse.png') no-repeat top;
}
.content_galerie
{
			width:1320px;
			height:800px;
			top:0;
			margin:0;
			position:relative;
			background: url('../images/11-site-galerie.png') no-repeat top;
}
.content_contact
{
			width:1320px;
			height:800px;
			top:0;
			margin:0;
			position:relative;
			background: url('../images/12-site-contact.png') no-repeat top;
}
/*
This is for general pourpouses.
*/
.content_blank
{
			width:1320px;
			height:800px;
			top:0;
			margin:0;
			position:relative;
}
/*
This is sub menu section for despre noi. 
*/
#section-menu
{
			position:absolute;
			top:148px;
			left:149px;
			width:797px;
			height:30px;
			background-color: #FFF;	
			list-style-type: none;
			padding: 2px;
			font-size:22px;
}
#section-menu ul
{
			margin-left: 90px;
			padding:0;
}
#section-menu ul li
{
			display:inline;
}
#section-menu ul li a:hover
{
			padding:0.2em 1em;
			color:#bd0926;
			text-decoration:none;
			float:left;
}
.section-menu-selected
{
			padding:0.2em 1em;
			color:#bd0926;
			text-decoration:none;
			float:left;
}
.section-menu-deselected
{
			padding:0.2em 1em;
			color:#DDD;
			text-decoration:none;
			float:left;
}
/*
This is sub menu section for despre noi en. 
*/
#section-menu-en
{
			position:absolute;
			top:148px;
			left:149px;
			width:797px;
			height:30px;
			background-color: #FFF;	
			list-style-type: none;
			padding: 2px;
			font-size:20px;
}
#section-menu-en ul
{
			margin-left: 90px;
			padding:0;
}
#section-menu-en ul li
{
			display:inline;
}
#section-menu-en ul li a:hover
{
			padding:0.2em 1em;
			color:#bd0926;
			text-decoration:none;
			float:left;
}
.section-menu-en-selected
{
			padding:0.2em 1em;
			color:#bd0926;
			text-decoration:none;
			float:left;
}
.section-menu-en-deselected
{
			padding:0.2em 1em;
			color:#DDD;
			text-decoration:none;
			float:left;
}
/*
this is sub meniu for servici.
*/
#section-s-menu
{
			position:absolute;
			top:148px;
			left:200px;
			width:797px;
			height:30px;
			background-color: #FFF;	
			list-style-type: none;
			padding: 2px;
			font-size:22px;
}
#section-s-menu ul
{
			margin-left: 40px;
			padding:0;
}
#section-s-menu ul li
{
			display:inline;
}
#section-s-menu ul li a:hover
{
			padding:0.2em 1em;
			color:#bd0926;
			text-decoration:none;
			float:left;
}
.section-s-menu-selected
{
			padding:0.2em 1em;
			color:#bd0926;
			text-decoration:none;
			float:left;
}
.section-s-menu-deselected
{
			padding:0.2em 1em;
			color:#DDD;
			text-decoration:none;
			float:left;
}
/*
this is sub meniu for servici en.
*/
#section-s-menu-en
{
			position:absolute;
			top:148px;
			left:200px;
			width:797px;
			height:30px;
			background-color: #FFF;	
			list-style-type: none;
			padding: 2px;
			font-size:20px;
}
#section-s-menu-en ul
{
			margin-left: 40px;
			padding:0;
}
#section-s-menu-en ul li
{
			display:inline;
}
#section-s-menu-en ul li a:hover
{
			padding:0.2em 1em;
			color:#bd0926;
			text-decoration:none;
			float:left;
}
.section-s-menu-en-selected
{
			padding:0.2em 1em;
			color:#bd0926;
			text-decoration:none;
			float:left;
}
.section-s-menu-en-deselected
{
			padding:0.2em 1em;
			color:#DDD;
			text-decoration:none;
			float:left;
}
/*
Navigation system.
*/
#nav 
{
			position:absolute;
			top:0px;
			left:60px;
			width:  175px;
			height:  365px;
			z-index:1000;
			margin: 0;
			padding: 0;
			background-color:#FFFfff;
			border-left:#bd0926 2px solid;
			border-right:#bd0926 2px solid;
}
#nav ul 
{
			list-style-type: none;
			margin: 0;
			padding: 0;
}
#nav ul li 
{			
			padding: 0;
			float: left;
			width: 100%;
			margin: 0;
}
#nav img 
{
			margin: 0;
			padding: 0;
			border: none;
}
#nav a 
{
			display: block;
			padding: 0;
			margin: 0px;
			text-decoration: none;
			height: 31px;
}
.strip_nav_left
{
			position:relative;
			top:250px; 
			z-index: 0;
			padding:5px 5px;
			background-color:#bd0926; 
			color:#FFF;
			height:35px;
			width: 100px;   
}
#menu_buttonelimba
{
		padding-top:10px;
		width:  173px;
		list-style-type: none;
		font-size:14px;
		margin: 0px;
		color:#DDD;
}
#menu_buttonelimba a:hover
{
			color:#bd0926;
			text-decoration:none;
}
.menu_buttonelimba-selected
{
			color:#bd0926;
			text-decoration:none;
}
.menu_buttonelimba-deselected
{
			color:#DDD;
			text-decoration:none;
}

/*
This is the style for the tables unde Servicii b
*/

#hor-minimalist-b
{
	color: #FFFFFF;
	text-decoration:none;
	font-size:9pt;
	text-align:left;
	font-family: verdana, sans-serif; 
	line-height:150%;
	margin-left: 100px;
	width: 550px;
	border-collapse: collapse;
}
#hor-minimalist-b td
{
	border-top: 2px solid #72091a;
	padding: 0px 8px;
}
/*
This is the style for the tables unde Servicii c
*/

#hor-minimalist-c
{
	color: #FFFFFF;
	text-decoration:none;
	font-size:9pt;
	text-align:left;
	font-family: verdana, sans-serif; 
	line-height:150%;
	margin-left: 100px;
	width: 550px;
	border-collapse: collapse;
}
#hor-minimalist-c th
{
	color: #FFFFFF;
	text-decoration:none;
	font-size:14pt;
	font-weight:100;
	text-align:left;
	font-family: "Times New Roman", Times, serif; 
	line-height:150%;
	font-style:italic;
	border-botom: 2px solid #72091a;
	border-right: 1px solid #72091a;
	padding: 0px 8px;
}
#hor-minimalist-c td
{
	border-top: 2px solid #72091a;
	border-right: 1px solid #72091a;
	padding: 0px 8px;
}


#hor-minimalist-d
{
	text-decoration:none;
	font-size:9pt;
	text-align:left;
	margin-top:0px;
	font-family: verdana, sans-serif; 
	margin-left: 100px;
	width: 550px;
	border-collapse: collapse;
}

#hor-minimalist-d td
{
	border-top: 0px ;
	padding: 0px 8px;
}

/*
Vertical Accordion
*/
		
		.accordion_toggle {
			display: block;
			height: 96px;
			width: 600px;
			padding: 0 10px 0 10px;
			line-height: 30px;
			color: #ffffff;
			font-weight: normal;
			text-decoration: none;
			outline: none;
			font-size: 12px;
			color: #000000;
			cursor: pointer;
			margin: 0 0 0 0;
		}
		
		.accordion_toggle_active {
			color: #ffffff;
		}
		
		.accordion_content {
			background-color: #ffffff;
			color: #444444;
			overflow: hidden;
		}
			
			.accordion_content h2 {
				color: #0099FF;
			}
			
			.accordion_content p {
				line-height: 150%;
			}

					
					
/* Container styling*/
    #horizontal_container {
      width: 500px;
      height: AUTO;

    }
	
    #vertical_container {
      align:center;
	  width: 600px;
      height: AUTO;

    }
	
	
	/* tabel*/
	#table_produse
{
	color: #000000;
	text-decoration:none;
	font-size:9pt;
	text-align:left;
	font-family: verdana, sans-serif; 
	line-height:80%;
	width: 600px;
	border-collapse: collapse;
	/* margin-left: 25px;*/

}
#table_produse th
{
	color: #333333;
	text-decoration:none;
	font-size:12pt;
	text-align:left;
  	vertical-align:middle;
	font-weight:100;
	font-family: "Times New Roman", Times, serif; 
	line-height:150%;
	border-bottom: 2px solid #999999;
	border-right:thin solid #CCCCCC;
	border-left:thin solid #CCCCCC;
	padding: 0px 8px;
	height:45px;
}
#table_produse td
{
	color: #666666;
	text-decoration:none;
	font-size:8pt;
	vertical-align:text-top;
	font-family: verdana, sans-serif; 
	padding: 0px 8px;
	border-right:thin solid #CCCCCC;
	border-left:thin solid #CCCCCC;
	border-top:thin solid #CCCCCC;
}