/* HH Stylesheet by Mihai Petre - DotWeb Software Systems */

/* Reset default browsers' stylesheet */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td
  {margin:0; padding:0;}
table {border-collapse:collapse; border-spacing:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal; font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%; font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym {border:0;}
a {outline: none;}

/* /Reset default browsers' stylesheet */

body {
  font-family: 'Trebuchet MS';
  font-size: 13px;
  background: #fff url(../images/body-bg.gif) repeat-x top;
}

br.clear {
  height: 0;
  line-height: 0;
  clear: both;
}

input, textarea {
  font-family: 'Trebuchet MS';
  font-size: 14px;
}

#wrapper {
  width: 990px;
  margin: 0 auto;
  overflow: hidden;
}

#wrapper #header {
  margin-bottom: 1px;
}

#wrapper #header h1 {
  float: left; display: inline;
  margin: 30px 0 0 10px;
}

#wrapper #header #meta {
  float: right; display: inline;
  height: 80px;
  margin: 30px 10px 0 0;
  padding-left: 75px;
  background: url(../images/header-contact.gif) no-repeat left;
}

#wrapper #header #meta select {
  display: inline-block;
  height: 20px;
  margin-right: 3px;
  vertical-align: middle;
}

#wrapper #header #meta .submit {
  display: inline-block; margin-right: 3px;
  height: 22px; line-height: 18px !important;
  vertical-align: middle;
  cursor: pointer;
}

#wrapper #header #meta ul li {
  margin-bottom: 7px;
  font-size: 10px;
  text-align: right;
}

#wrapper #header #menu {
  height: 26px;
  margin-top: 30px;
  border-bottom: 1px solid #D0D1CC;
}

#wrapper #header #menu ul {
  float: left;
  position: relative;
  left: 33%;
}

#wrapper #header #menu ul li {
  float: left; display: inline;
  margin: 0 15px 0 35px;
  position: relative;
  right: 30%;
}

#wrapper #header #menu ul li a {
  display: block;
  color: #777777;
  padding: 0 0 5px;
  border-bottom: 3px solid #FDFFF8;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}
#wrapper #header #menu ul li a:hover {
  border-bottom: 3px solid #000;
}
#wrapper #header #menu ul li a.active {
  border-bottom: 3px solid #000;
}

#wrapper #main {
  margin-top: 30px;
}

#wrapper #main #left-column {
  float: left; display: inline;
  margin-left: 25px;
  width: 270px;
}

#wrapper #main #left-column img {
  padding: 2px;
  border: 1px solid #D0D1CC;
}

#wrapper #main #left-column .box {
  width: 250px;
  margin-bottom: 50px;
}

#wrapper #main #left-column .box li {
  width: 200px;
  border-bottom: 1px solid #D0D1CC;
  margin-bottom: 10px; margin-left: 25px;
  padding-bottom: 2px;
}

#wrapper #main #left-column .box li a {
  color: #000;
  font-size: 13px;
  text-decoration: none;
}
#wrapper #main #left-column .box li a:hover {
  color: #727272;
}

#wrapper #main #left-column #stiri ul li {
  margin-bottom: 10px; margin-left: 25px;
  border: none;
  color: #989898;
  font-size: 12px;
}

#wrapper #main #left-column #stiri ul li span {
  color: #000;
}

#wrapper #main #left-column #stiri ul li a.more {
  width: auto;
  text-decoration: underline;
  border: none;
}
#wrapper #main #left-column #stiri ul li a.more:hover {
  color: #727272;
  text-decoration: none;
}

#wrapper #main #left-column #stiri p {
  color: #521c1a;
  font-size: 12px;
}

#wrapper #main #left-column #stiri p a {
  color: #521c1a;
}
#wrapper #main #left-column #stiri p a:hover {
  text-decoration: none;
}

h2 {
  margin-bottom: 25px;
  padding-left: 5px;
  border-bottom: 1px solid #D0D1CC;
  font-size: 21px;  
  background: url(../images/heading-bg1.gif) no-repeat 98% center;
}
h2 span {
  float: left;
  width: 10px; height: 21px;
  background: url(../images/heading-left-bg.gif) no-repeat 0px 10px;
}

#wrapper #main #content {
  float: right; display: inline;
  width: 620px;
  margin-right: 40px;
  color: #989898;
  font-size: 12px;
}

#wrapper #main #content h2 {
  font-size: 21px;
  color: #000;
}

#wrapper #main #content h3 {
  margin-bottom: 7px;
  font-size: 18px;
  color: #000;
}

#wrapper #main #content h4 {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}

#wrapper #main #content h5 {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
  color: #000;
}

#wrapper #main #content h6 {
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: bold;
  color: #000;
}

#wrapper #main #content p {
  margin-bottom: 5px;
  color: #989898;
  font-size: 12px;
}

#wrapper #main #content a {
  color: #5d2a28;
  text-decoration: underline;
}
#wrapper #main #content a:hover {
  text-decoration: none;
}

#wrapper #main #content li {
  margin: 0 0 5px 5px;
  list-style-type: square;
  list-style-position: inside;
}

#wrapper #main #content ul#personal li {
  list-style: none;
}

#wrapper #main #content ul#personal li label {
  float: left;
  width: 100px;
}

#wrapper #main #content ul#personal .submit {
  display: block;
}

#wrapper #main #content #puzzle {
  width: 500px; height: 283px;
  margin: 0 0 25px 0px;
  background: url(../images/poza2.jpg);
  position: relative;
}

#wrapper #main #content #puzzle h3 {
  width: 490px;
  padding-left: 13px;
  font-size: 19px;
  color: #000;
  position: absolute;
  bottom: 13px; left: 0px;
  background: #fff;
}

#wrapper #main #content form ul li {
  margin-bottom: 10px;
  list-style: none;
}

#wrapper #main #content form ul li label {
  display: inline-block;
  width: 80px;
  vertical-align: top;
}

#wrapper #main #content form .submit {
  display: inline-block;
  padding: 0 3px;
  background: #CDCDCD;
  border: 1px solid #A7A6AA;
  cursor: pointer;
}

#wrapper #footer {
  margin-top: 30px;
  margin-bottom: 15px;
}

#wrapper #footer #newsletter {
  float: left; display: inline;
  width: 270px;
  margin-left: 30px;
  border-bottom: 1px solid #D0D1CC;
}

#wrapper #footer #newsletter p {
  color: #5d2a28;
  margin-left: 40px;
  margin-bottom: 10px;
}

#wrapper #footer #newsletter form {
  color: #5d2a28;
  margin-left: 40px;
  margin-bottom: 10px;
}

#wrapper #footer #newsletter form label {
  float: left;
  width: 100px;
}

#wrapper #footer #newsletter form input {
  font-size: 11px;
}

#wrapper #footer #newsletter form a.submit {
  color: #5d2a28;
  font-size: 11px;
  text-decoration: underline;
}
#wrapper #footer #newsletter form a.submit:hover {
  text-decoration: none;
}

#wrapper #footer #btm-nav {
  float: right;
  width: 600px;
  padding-top: 33px;
  padding-bottom: 3px;
  border-bottom: 1px solid #D0D1CC;
  color: #818181;
}

#wrapper #footer #btm-nav a {
  color: #818181;
  font-size: 12px;
  text-decoration: none;
  text-transform: lowercase;
}
#wrapper #footer #btm-nav a:hover {
  color: #000;
}

#wrapper #footer p#dw {
  margin-top: 15px;
  margin-left: 70px;
  color: #521c1a;
  font-size: 11px;
}

#wrapper #footer p#dw a {
  color: #521c1a;
  text-decoration: underline;
}
