html{
      margin: 0px;
      padding: 0px;
}

body {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12px;
	color: #666666;
	background: url(../images/back/back.gif);
	margin: 0px;
	padding: 0px;
}

body.hartaMare {
	background: #fff;
	width: 780px;
	margin: auto;
}

h2 {
   font-family: Helvetica, Verdana, Sans-serif;
	font-size: 16px;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	border-bottom:1px solid #e5e5e5;
}

h3 {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px ;
}

p {
	margin: 0;
	padding: 0;
	padding-top: 5px;
}

li{
	padding-top: 5px;
	padding-bottom: 5px;
}

/* Container principal*/
#page-container{
	width: 780px;
	margin: auto;
}

/* Background container principal*/
.rbroundbox { }
.rbtop { background: url(../images/corners/susA.gif) no-repeat top center;}
.rbbot { background: url(../images/corners/josC.gif) no-repeat bottom center;}
.rbcontent { background: url(../images/corners/centruA.gif) repeat-y center;}

.rbtop, .rbbot {
     width: 100%;
     height: 24px;
     font-size: 1px;
}

.rbcontent { margin: 0;  }
.rbroundbox {  width: 100%;
               margin-top: 1em;
               margin-bottom: 0.3em; }

/* Meniu principal*/
#main-nav{
	float: left;
	height: 70px;
	padding-left: 69px;
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#main-nav dl { 
   margin: 0; 
	padding: 0; 
}

#main-nav dt { 
   float: left; 
}

#main-nav dt a {
	display: block;
	height: 0px !important;
	height /**/:70px; /* IE 5 hack */ 
	padding: 70px 0 0 0;
	overflow: hidden;
	background-repeat: no-repeat;
}

#main-nav dt a:hover {
	background-position: 0 -70px;
}

/* Modificare meniu*/
body.despre dt#despre,
body.despre dt#despre a,
body.training dt#training,
body.training dt#training a,
body.recrutari dt#recrutari,
body.recrutari dt#recrutari a,
body.design dt#design,
body.design dt#design a,
body.comanda dt#comanda,
body.comanda dt#comanda a,
body.contact dt#contact,
body.contact dt#contact a {
	background-position: 0 -140px;
}

body.despre h2{
	color: #B47FAE;
}

body.training h2{
	color: #7AB732;
}

body.recrutari h2{
	color: #DB2733;
}

body.design h2{
	color: #EE8615;
}

body.comanda h2{
	color: #00B4EB;
}

body.contact h2{
	color: #BCBCBC;
}

body.harta_site h2{
	color: #BCBCBC;
}

#space{
	clear:both;
	padding: 30px;
}

/* Logo */ 
#logo{
	float: left;
	width: 220px;
	height: 70px;
	padding-left: 40px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
        background: url(../images/headers/logo.gif) no-repeat center;
}

/*
body.despre #logo{
	background: url(../images/headers/logoDespre.jpg) no-repeat center;
}

body.training #logo{
	background: url(../images/headers/logoTraining.jpg) no-repeat center;
}

body.recrutari #logo{
	background: url(../images/headers/logoIndex.jpg) no-repeat center;
}

body.design #logo{
	background: url(../images/headers/logoDesign.jpg) no-repeat center;
}

body.comanda #logo{
	background: url(../images/headers/logoComanda.jpg) no-repeat center;
}

body.contact #logo{
	background: url(../images/headers/logoContact.jpg) no-repeat center;
}
*/

/* Imagine + slogan*/
#header-pic{
    float: left;
	width: 32%;
	height: 240px;
}

#header {
   float: left;
	width: 64%;
	height: 240px;
}


#blenddiv {
	width:723px;
	height:240px;
	overflow: hidden;
}

body.despre #blenddiv{
	background: #fff url('../images/loading_despre.gif') no-repeat;
}

body.training #blenddiv{
	background: #fff url('../images/loading_train.gif') no-repeat;
}

body.recrutari #blenddiv{
	background: #fff url('../images/loading_mov.gif') no-repeat;
}

body.design #blenddiv{
	background: #fff url('../images/loading_design.gif') no-repeat;
}

body.comanda #blenddiv{
	background: #fff url('../images/loading_comanda.gif') no-repeat;
}

body.contact #blenddiv{
	background: #fff url('../images/loading_contact.gif') no-repeat;
}


#blendimage {
   width: 723px; 
   height: 240px; 
   border: 0 none;
   filter: alpha(opacity=0); 
   -moz-opacity: 0.0; 
   opacity: 0;
}


/* Submeniu*/
/* Elemente submeniu*/
#submenu {
	float: left;
	width: 200px;
	font-size:0.8em;
	display:inline;
	}
	
#submenu .padding{
	padding-left: 15px;
}	

#submenu ul{
}	

#submenu li{
	list-style: square;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size:1.2em;
	border-bottom:1px solid #e5e5e5;
	}

/* Submenu expandabil */
.treemenu {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  width: 242px;
  padding: 0px;
  margin: 5px 0px;
  list-style: none;
  line-height: 25px;
}

.treemenu ul {
   list-style: none;
   margin: 0px;
   padding: 0px;
   border: none;
}

.treemenu ul li {
   margin: 0px;
   padding: 0px;
   text-indent: 45px;
   background: url('../images/submenu/categorie.gif') left no-repeat;
}

.treemenu ul li a {
   font-size: 80%;
   display: block;
   padding: 2px 0px 2px 0px;
   text-decoration: none;
   color: #666666;
   width: 242px;
}

.treemenu ul li a:hover, .treemenu ul li a:focus {
   color: #fff;
}

.treemenu .treeopen {
	background: #fff url('../images/tree/open3.gif') left no-repeat;
}		
	
.treemenu .treeclosed {
	background: #fff url('../images/tree/closed3.gif') left no-repeat;
}

.treemenu ul li a {
   border-bottom: 1px dashed #EBEBEB;
} 


/* culori meniu*/
body.despre .treemenu ul li a:hover, .treemenu ul li a:focus {
   background: #B47FAE url('../images/submenu/categorieDespre.gif') left no-repeat;
}

body.recrutari .treemenu ul li a:hover, .treemenu ul li a:focus {
   background: #DB2733 url('../images/submenu/categorieRecrutari.gif') left no-repeat;
}

body.design .treemenu ul li a:hover, .treemenu ul li a:focus {
   background: #EE8615 url('../images/submenu/categorieDesign.gif') left no-repeat;
}

body.training .treemenu ul li a:hover, .treemenu ul li a:focus {
   background: #7AB732 url('../images/submenu/categorieInstruire.gif') left no-repeat;
}

body.comanda .treemenu ul li a:hover, .treemenu ul li a:focus {
   background: #00B4EB url('../images/submenu/categorieComanda.gif') left no-repeat;
}

body.contact .treemenu ul li a:hover, .treemenu ul li a:focus {
   background: #BCBCBC url('../images/submenu/categorieContact.gif') left no-repeat;
}

/* Sidebar + submeniu */
#sidebar-a {
   float: right;
	width: 272px;
	/*height: 400px;*/
	line-height: 18px;
	text-align: justify;
	border-left: 1px solid #e5e5e5;
}

#sidebar-a .padding {
	padding-top: 25px;
    padding-bottom: 5px;
	padding-right: 25px;
	padding-left: 10px;
	
}

p.listaCuvinteCheie {
display: none ;
}

/* Content*/
#content{
	margin-right: 272px;
	line-height: 18px;
   padding-top: 25px;
	margin-left: 25px;
}

#content2{
	margin-right: 272px;
	line-height: 18px;
   padding-top: 25px;
	margin-left: 25px;
	border-right:1px solid #e5e5e5;
}

#contentspecial{
	margin-right: 272px;
	line-height: 18px;
   padding-top: 25px;
	margin-left: 25px;
	height: 560px;
	border-right:1px solid #e5e5e5;
}

#content3{
	margin-right: 272px;
	line-height: 18px;
   padding-top: 25px;
	margin-left: 25px;
	border-right:1px solid #e5e5e5;
}

#content4{
	margin-right: 272px;
	line-height: 18px;
   padding-top: 25px;
	margin-left: 25px;
	border-right:1px solid #e5e5e5;
}

#content5{
	margin-right: 272px;
	line-height: 18px;
   padding-top: 25px;
	margin-left: 25px;
	border-right:1px solid #e5e5e5;
}

#content6{
	margin-right: 272px;
	line-height: 18px;
   padding-top: 25px;
	margin-left: 25px;
	border-right:1px solid #e5e5e5;
}

#comandadesign{
	margin-right: 272px;
	line-height: 18px;
   padding-top: 25px;
	margin-left: 25px;
	border-right:1px solid #e5e5e5;
}

#content .padding {
	padding-left: 0px;
	padding-bottom: 25px;
	padding-right: 25px;
	padding-top: 25px;
}

#content2 .padding {
	padding-left: 0px;
	padding-bottom: 25px;
	padding-right: 25px;
	padding-top: 25px;
}

#content3 .padding {
	padding-left: 0px;
	padding-bottom: 25px;
	padding-right: 25px;
	padding-top: 25px;
}

#content4 .padding {
	padding-left: 0px;
	padding-bottom: 25px;
	padding-right: 25px;
	padding-top: 25px;
}

#content5 .padding {
	padding-left: 0px;
	padding-bottom: 25px;
	padding-right: 25px;
	padding-top: 25px;
}

#content6 .padding {
	padding-left: 0px;
	padding-bottom: 25px;
	padding-right: 25px;
	padding-top: 25px;
}

#comandadesign .padding {
	padding-left: 0px;
	padding-bottom: 25px;
	padding-right: 25px;
	padding-top: 25px;
}

#contentspecial .padding {
	padding-left: 0px;
	padding-bottom: 25px;
	padding-right: 25px;
	padding-top: 25px;
}


.coloana{
   float: left;
	width: 200px;
	padding-left: 0px;
	padding-bottom: 25px;
	padding-right: 0px;
	padding-top: 25px;
}

.coloanamid{
	float: left;
	width: 40px;
	padding-left: 0px;
	padding-bottom: 25px;
	padding-top: 25px;
}

.icons{
   
}


/* Elemente meniu icons*/
body.despre .icons a{
	color:#B47FAE;
	text-decoration:none;
	border-bottom:1px dotted #B47FAE;
}

body.despre .icons a:hover {
   color:#fff;
	text-decoration:none;
	background:#B47FAE;
}	

body.recrutari .icons a{
	color:#DB2733;
	text-decoration:none;
	border-bottom:1px dotted #DB2733;
}

body.recrutari .icons a:hover {
   color:#fff;
	text-decoration:none;
	background:#DB2733;
}	

body.training .icons a{
	color:#7AB732;
	text-decoration:none;
	border-bottom:1px dotted #7AB732;
}

body.training .icons a:hover {
   color:#fff;
	text-decoration:none;
	background:#7AB732;
}	

body.design .icons a{
	color:#EE8615;
	text-decoration:none;
	border-bottom:1px dotted #EE8615;
}

body.design .icons a:hover {
   color:#fff;
	text-decoration:none;
	background:#EE8615;
}	

body.comanda .icons a{
	color:#00B4EB;
	text-decoration:none;
	border-bottom:1px dotted #00B4EB;
}

body.comanda .icons a:hover {
   color:#fff;
	text-decoration:none;
	background:#00B4EB;
}	

body.contact .icons a{
	color:#8F8E8E;
	text-decoration:none;
	border-bottom:1px dotted #8F8E8E;
}

body.contact .icons a:hover {
    color:#fff;
	text-decoration:none;
	background:#8F8E8E;
}	


/* Footer*/
#footer {
	padding: 0px;
	padding-bottom: -30px;
	padding-top: 10px;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size:0.80em;
	line-height: 18px;
	margin:0px;
	width:100%;
	clear: both;
	text-align: center;
}

#footer a {
color:#009900;
}

#footer a:hover {
   color:#fff;
	text-decoration:none;
	background:#009900;
}

#footer #altnav {
	text-align: center;
}

/*Language selector*/
#lang{
	float: left;
	font-size: 0.90em;
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12px;
	}
	
#lang .padding {
	padding-left: 25px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}	

#lang a {
   color:#009900;
	text-decoration:none;
	border-bottom:1px dotted #009900;
}

#lang a:hover {
   color:#fff;
	text-decoration:none;
	background:#009900;
}	

#lang a:active { 
   color: #fff;
	background:#C4DF5E;
	text-decoration: none;
	border-bottom:1px dotted #C4DF5E;
}

#lang a:visited{ 
}

/* elemente galerie*/
.container {
	width: 423px; 
	height: 50px;
}
 
.textleft {
    float: left;
	position: relative;
	display: block;
	width: 190px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 20px;
	border-top: 1px dotted #EBEBEB;
	background: #FFF;
}

.textleft2 {
    float: left;
	position: relative;
	display: block;
	width: 190px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 20px;
	background: #FFF;
}

.cleardiv {
	clear: both;
}

p.titluri{
	font-family: tahoma,verdana,sans-serif;
	font-size: 85%;
}

/* tabel */
table {
  background-color: #FFF;
  border: none;
  border-collapse:collapse;
  
}

td.ContentRow {
  width: 50%;
  background-color:#FFF;
  font-size: 0.9em;
}

td.ContentRow li{
  padding:0px;
}

td.ContentRow ul{ 
  list-style: url(../images/submenu/arrow.jpg);
}

td.FirstRow {
  color: #fff;
  width: auto;
  background-color:#DB2733;
  font-weight: bold;
  padding:2px;
  text-align: center;
}

td.RowTraining {
  color: #fff;
  background-color:#7AB732;
  font-weight: bold;
  padding:2px;
  text-align: center;
}

td.ContentTrainingEven {
  background: #E5F5D1;;
  font-size: 0.8em;
}

td.ContentTrainingCenterEven {
  background: #E5F5D1;
  font-size: 0.8em;
  text-align: center;
}

td.ContentTrainingOdd {
  background-color: #FFF; 
  font-size: 0.8em;
}

td.ContentTrainingCenterOdd {
  background-color: #FFF; 
  font-size: 0.8em;
  text-align: center;
}
	
td {
  padding:0px;
}

/* Alinieri speciale*/
.hidden {
	display: none;
}

.aliniere {
	padding-left: 25px;
}

.aliniereRecr {
	padding-left: 25px;
	height: 240px;
}

.aliniereDr {
	padding-right: 25px;
}

.forms{
}


#inapoi {
	float: right;
	padding-right: 100px;
}

#inapoi a {
   color:#000;
	font-weight: bold;
	text-decoration:none;
}

#inapoi a:hover {
    color:#fff;
	text-decoration:none;
	background:#000;
}

#hartaMare {
    margin-right: 86px;
	margin-left: 25px;
	padding: 5px;
	border: 1px solid #e5e5e5;
}

#harta{
	height: 312px;
	width: 440px;
}

#harta a {
   color:#000;
	font-weight: bold;
	text-decoration:none;
	border:1px solid #000;
}

#harta a:hover {
   color:#fff;
	text-decoration:none;
	background:#000;
}

#printare{
	position:absolute;
	margin-top: -30px;
	margin-left: 370px;
}

#printare a {
   color:#000;
	border: none;
}

#printare a:hover {
	border: none;
}

#printare img {
   padding: 2px;
   border: none;
   overflow: hidden;
}