@charset "utf-8";
/* CSS Document */
/* Copyright inotec.ro */
/* written by Botirla Sorin for Inotec.ro */
/*=============================
	colors used:
	-------------
    #0b669a = Albastru inchis (headinguri)
    #6f6f6f = gri linkuri meniu principal + text CTA
    #aaaaaa = gri deschis meniu header + text input
    #ffffff = alb text bannere
    #b2c6db = albastru pal deschis text ceas digital
    #ff6600 = oranj link
    #333333 = gri inchis link citeste mai mult + subtitlu heading
    #838383 = gri mediu data noutati
    #b1b1b1 = gri deschis text footer

==============================*/
/*==================== resets*/
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */




/* continut */


.content-wrapper .content .content-area {
  position: relative;
  width: 340px;
  float: left;
}
.content-wrapper .content h2 {
   font: normal 16px/20px 'GothamRegular', Arial;
   color: #0b669a;
}
.content-wrapper .content h3 {
   font: normal 12px/14px 'GothamRegular', Arial;
   color: #414141;
}
.content-wrapper .content h3 span {
   font: normal 12px/14px 'GothamRegular', Arial;
   color: #414141;
   display: block;
   color: #5f5f5f;
}
.content-wrapper .content a.citeste-mai-mult, .content-wrapper .content span.partener-testimonial  {
  position: relative;
  display: block;
   font: normal 12px/18px 'GothamRegular', Arial;
   color: #212121;
  text-decoration: none;
  margin: 10px 0 0;
}
.content-wrapper .content a.citeste-mai-mult {
  background: url(../images/sageata_cta2.jpg) 0 6px no-repeat;
  padding: 2px 0 2px 14px;
  width: 100px;
}
.content-wrapper .content a.citeste-mai-mult:hover {
  color: #ff6600;
}

.content-wrapper .content span.partener-testimonial {
  padding: 2px 0 2px 20px;
  background: url(../images/ico_testimonial.jpg) 0 6px no-repeat;
}
.content-wrapper .content p {
   font: normal 12px/18px 'GothamRegular', Arial;
   color: #6f6f6f;
}
