/* Round corners */

.round {
  -moz-border-radius:    5px;
  -webkit-border-radius: 5px;
  border-radius:         5px;
}

#butterfly_left {
  position: absolute;
  left: 150px;
  top: 200px;
  display: none;
}

#butterfly_right {
  position: absolute;
  left: 1300px;
  top: 200px;  
  display: none;
}

body{
  font-family: Verdana, Arial, sans-serif;
  color: #6f7174;
}

#wrapper {
  width: 942px;
  margin: 0 auto;
  background: #ffffff;
  /*  background: #FFFFE0;  */
}

#header {
  height: 80px;
  position: relative;
}

#logo {
  float: left;
}


#limba {
  font-size: 11px;
  float: right;
}


a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#limba a img {
  vertical-align: text-bottom;
}

#menu {
  padding-left: 2em;
  font-size: 1.1em;
  /*  color: #6f7174; */
  color: #fff;
  word-spacing: 0.5em;
  letter-spacing: 0em;
  text-shadow: #999 0px 1px  0px;
  /*  background: url("../img/line.png") repeat-x top; */
}

.gradient {
  background: #ccc; 
  /* Mozilla: */
  background: -moz-linear-gradient(top, #ccc, #000000);
  /* Chrome, Safari:*/
  background: -webkit-gradient(linear,
    left top, left bottom, from(#ccc), to(#000000));
  /* MSIE */
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#cccccc', EndColorStr='#000000', GradientType=0, Enabled=true);
}

.menu, .menuselectat {
  word-spacing: 0em;
}

.bara {
  margin-left: 0.5em;
  background: url("../img/line_vertical.png") no-repeat;
}

a:hover {
  text-decoration: none;
  color: #FF8C00;
}

.menuselectat, .link_li {
  color: #FF8C00;
}


/****** content */

#content_home {
  width: 100%;
  height: 200px;
  padding-top: 2em;
}

#content {
  width: 100%;
  padding-top: 1em;
}

.no_display {
  display: none;
}

li {
  list-style-type: none;
}

.desfasurat {
  background-color: #e1e1e1;
  background-color: #E8D9A0;
}

.link_li_detaliu {
  text-align: justify;
  font-size: 1em;
  padding: 1em 2em;
}

.link_li_detaliu > a, #detalii p > a {
  color: cornflowerblue;
}

.link_li_detaliu > a:hover, #detalii p > a:hover {
  color: lightskyblue;
}


/*
.link_li:hover {
  background-color: #FF8C00;
  cursor: pointer;
}
*/

/****** footer */

#footer {
  font-size: 11px;
  text-align: center;
  width: 100%;
}

#bottommenu {
  padding: 10px;
  background: url("../img/footer_background.png") repeat-x;
  background-position: 100%;
}

#copyright {
  margin-top: 1em;
}

/****** General */
img {
  border: none;
}



#popupdiv {
  display: none;
  background: url("../img/dialog.png") no-repeat;
  border: none;
  position: absolute;
  text-align: left;
  width: 245px;
  height: 85px;
  top: 633px;
  left: 395px;
  padding: .5em 0 0 2.5em;
  margin: 0;
  font: normal 11px Tahoma, sans-serif;
}

#dialog_titlu {
  color: #39488a;
  font-weight: bold;
}

#dialog_text {
  padding-left: .5em;
  color: black;
}



#textnavigator {
  font-size: 12px;
  padding: 1em 0;
}

.textnavigator_last {
  font-weight: bold;
}



#leftmenu {
  font-size: 1em;
  width: 250px;
  padding-top: 2em;
}

#leftmenu .selectat {
  color: #FF8C00;
}

#leftmenu table {
  padding-left: .5em;
}

.leftmenu_titlu {
  color: #FF8C00;
}


#detalii {
  width: 900px;   /* 650px; */
  padding-left: 30px;
  background: url("../img/dotted_vertical.png") no-repeat left;
  background: url("../img/line2.png") repeat-y left;
}

.detalii_titlu {
  font: normal 18px Georgia, serif;
  color: #FF8C00;
  padding: 2em 0 1em 0.2em;
  background: url("../img/cerc011.png") no-repeat;
  background-position: -2% 50%;
}

.col_titlu {
  margin: 2em 0 0 2em;
}

#detalii p {
  padding: 1em 1em 1em 0.5em;
  text-align: justify;
}

.social_plugins {
  padding: 2em 1.5em 0 .5em;
  background: url("../img/dotted_horizontal.png") no-repeat;
}



.contactInfo {
  background: url("../img/michael_contact2.jpg") no-repeat center;
  width: 300px;
  height: 416px;
  border: 2px solid #709C8F;
  color: #000;
  display: block;
  line-height: 22px;
  margin-left: 500px;
  padding: 0;
}

.contactInfo p {
  margin: 10px 0 0 -500px;
}


#imageSet {
  padding-left: 150px; 
}

#imageSet > img {
  padding-left: 30px; 
}

.teleImg {
  margin-left: 0px;
  width: 900px;
  height: 250px;
  border: 2px solid #709C8F;  
}

.teleImg > img {
  padding: 25px 0 25px 20px; 
}

.lista_parteneri_titlu {
  font-weight: bold;
}

.partener {
  background-color: #E8D9A0;
  margin-top: 1em;
  padding: 0.5em 1em;
}

/**** Clear */

.clear {
  clear: both;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.bold {
  font-weight: bold;
}
