/* STILURILE IMPLICITE */

p {
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}

h1 {
  color: #0235b6;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 20pt;
}

h2 {
  color: #0084ff;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 18pt;
}

h3 {
  color: #0084ff;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-size: 16pt;
}

li {
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

/* GATA CU STILURILE IMPLICITE */


/* SECTIUNILE MARI ALE PAGINII */

#header {
  width: 1000px;
  height: 300px;
  background-image: url(header.jpg);
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: -500px;
}

#page {
  position: absolute;
  top: 305px;
  left: 50%;
  margin-left: -500px;
  width: 1000px;
  background-color: #ffffff;
}

#footer {
  text-align: center;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -500px;
  margin-bottom: -100px;
  width: 1000px;
  height: 100px;
  background-color: #e2e2e2;
}

#mainContent {
  color: #000000;
  text-align: justify;
  width: 910px;
  background-color: #ffffff;
  position: absolute;
  top: 20px;
  left: 20px;
  border:solid 1px #0084ff;
  padding: 25px;
}

#footer a:link, #footer a:visited, #footer a:active {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #0084ff;
}

#footer a:hover {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #0000ff;
}

/* GATA CU SECTIUNILE MARI ALE PAGINII */


/* ELEMENTELE DIN MENIU */

  /* 1. POZITIONARE */

  #acasa {
    position: absolute;
    bottom: 0px;
    left: 20px;
  }
  
  #servicii {
    position: absolute;
    bottom: 0px;
    left: 120px;
  }
  
  #preturi {
    position: absolute;
    bottom: 0px;
    left: 220px;
  }
  
  #echipa {
    position: absolute;
    bottom: 0px;
    left: 320px;
  }
  
  #portofoliu {
    position: absolute;
    bottom: 0px;
    left: 420px;
  }
  
  #sfaturi {
    position: absolute;
    bottom: 0px;
    left: 520px;
  }
  
  #dictionar {
    position: absolute;
    bottom: 0px;
    left: 620px;
  }
  
  #contact {
    position: absolute;
    bottom: 0px;
    left: 720px;
  }
  
  /* 2. STILURI */
  
  .menuItem {
    color: #ffffff;
    background-color: #0084ff;
    text-align: center;
    font-size: 12px;
    line-height: 50px;
    width: 100px;
    height: 50px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    border:solid 1px #ffffff;
    margin-left: -1px;
    float: left;
  }
  
  .menuItemActivePage {
    color: #ffffff;
    background-color: #0000ff;
    text-align: center;
    font-size: 12px;
    line-height: 50px;
    width: 100px;
    height: 50px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    border:solid 1px #ffffff;
    margin-left: -1px;
    float: left;
  }
  
  .menuItem a:link, .menuItem a:visited, .menuItem a:active {
    display:block;
    width:100%;
    color: #ffffff;
    background-color: #0084ff;
    width: 100px;
    height: 50px;
  }
  
  .menuItem a:hover {
    display:block;
    width:100%;
    color: #ffffff;
    background-color: #0000ff;
    width: 100px;
    height: 50px;
  }

/* GATA CU ELEMENTELE DIN MENIU */


/* STILURI DE IMAGINE */

.bordered {
  border: solid 1px #0084ff;
  float: left;
  margin: 0 20px 20px 0;
  clear: left;
}

.borderedRightFreeSize {
  border: solid 1px #0084ff;
  float: right;
  margin: 0 0 20px 20px;
  clear: right;
}

.borderedRight {
  width: 200px;
  border: solid 1px #0084ff;
  float: right;
  margin: 0 0 20px 20px;
  clear: right;
}

.borderedRightCaption {
  width: 200px;
  float: right;
  margin: 0 0 0 20px;
}

.withCaption {
  border: solid 1px #0084ff;
}

.imgCaptionFloat {
  width: 300px;
  float: left;
  margin: 0 77px 0 77px;
}

.imgCaptionClear {
  width: 300px;
  float: left;
  margin: 0 77px 0 77px;
}

.clearAll {
  clear: all;
}

.portofoliu {
  text-align: center;
}

/* GATA CU STILURILE DE IMAGINE */


/* STILURI DE TEXT */

.first {
  margin-top: 0;
}

.copyright {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  color: #808080;
}

.semnatura {
  text-align: right;
  font-variant: small-caps;
}

.dictionar {
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

#vixel {
  color: #808080;
  text-align: right;
  font-family: Verdana, Arial, sans-serif;
  font-size: 8pt;
  margin-right: 20px;
}

.caption {
  color: #000000;
  text-align: left;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10pt;
  margin: 0;
}

.nota {
  color: #000000;
  text-align: left;
  font-weight: bold;
  font-family: Verdana, Arial, sans-serif;
  font-size: 9pt;
}

.nume {
  color: #f37021;
  font-weight: bold;
  margin-top: 25px;
}

.nume, .functie {
  margin-left: 40px;
  line-height: 6pt;  
}

.question {
  font-weight: bold;
}

#listaPreturi {
  witdh: 910px;
}

.preturiLeft {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  float: left;
}

.preturiRight {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  float: right;
}

.retras {
  margin-left: 20px;
}

.imgCaptionText {
  color: #000099;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  text-align: center;
}

.serviciu {
  font-weight: bold;
}

p a:link, p a:visited, p a:active {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #0084ff;
}

p a:hover {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #0000ff;
}

.caz {
  font-weight: bold;
  margin-top: 50px;
}

/* GATA CU STILURILE DE TEXT */

