html{overflow:hidden;}
strong{font-weight:bold;}
em{font-style:italic;}
div#x-body{
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  overflow:auto;
  text-align:center;
  background:#000 url(../images/paws.png) repeat-y;
}

div#x-wrapper{
  width:800px;
  margin:60px auto 20px auto;
  text-align:left;
  background-color:#ffe9a5;
  -moz-border-radius:4px 4px 4px 4px;
  -webkit-border-radius:4px 4px 4px 4px;
  border-radius:4px 4px 4px 4px;  
}

div#x-header{
  text-align:center;
}

ul#x-menu{
  margin:10px auto 10px auto;
  width:640px;
}

div#x-topbar{
  height:30px;
  line-height:30px;
  border-top:1px solid #000;
  border-bottom:1px solid #000;
  position:relative;
  bottom:20px;
  z-index:4;
}

div#x-topbar p{
  margin:2px 0px 2px 0px;
  background-color:#7d9f43;
  line-height:26px;
  color:#fff;
  font-size:16px;
}
div#x-topbar p span{
  font-size:13px;
}

div.hr{
  border:none;
  background:none;
  border-bottom:1px solid #000;
  margin:0px 0px 0px 0px;
}

ul#x-menu li{
  display:block;
  float:left;
  margin-right:10px;
  margin-top:10px;
  margin-bottom:10px;
}

ul#x-menu li a{
  display:block;
  width:116px;
  padding-top:108px;
  height:20px !important;
  height:128px;
  border:1px solid #000;
  text-align:center;
  color:#555;
  text-decoration:none;
  font-size:15px;
  line-height:20px;
  opacity:0.8;
  filter:alpha(opacity=80); 
  background-color:#fff;
}

ul#x-menu li a:hover{
  opacity:1;
  filter:alpha(opacity=100);
  background-color:#fff;
  
}

a#despre_noi{ background:url(../images/menu/despre_noi-h.jpg) no-repeat;}
a#despre_noi:hover{background:url(../images/menu/despre_noi.jpg) no-repeat;}

a#servicii{ background:url(../images/menu/servicii-h.jpg) no-repeat;}
a#servicii:hover{background:url(../images/menu/servicii.jpg) no-repeat;}

a#galerie{ background:url(../images/menu/galerie-h.jpg) no-repeat;}
a#galerie:hover{background:url(../images/menu/galerie.jpg) no-repeat;}

a#parerea_ta{ background:url(../images/menu/parerea_ta-h.jpg) no-repeat;}
a#parerea_ta:hover{background:url(../images/menu/parerea_ta.jpg) no-repeat;}

a#contact{ background:url(../images/menu/contact-h.jpg) no-repeat;}
a#contact:hover{background:url(../images/menu/contact.jpg) no-repeat;}

div#x-content{
  margin:0px 90px 20px 90px;
  font-size:110%;
}
div#x-content p{
  margin-bottom:7px;
  text-align:justify;
}

div#x-footer{
  height:25px;
  background-color:#333;
  line-height:25px;
  border:2px solid #ffe9a5;
  color:#fff;
  padding:0px 5px 0px 5px;
  font-size:12px;
  border-radius:0px 0px 4px 4px;  
  -moz-border-radius:0px 0px 4px 4px;
  -webkit-border-radius:0px 0px 4px 4px;
}
div#x-footer a{
  color:#fff;
  text-decoration:none;
}
div#x-footer a:hover{
  text-decoration:underline;
}

div#x-footer p{
  float:right;
}

.clearer{
  line-height:0px;
  height:0px;
  clear:both;
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
}
img.hiddenPic{
  display:none;
}


br.h10{line-height:10px;}
br.h20{line-height:20px;}
br.h30{line-height:30px;}


h1{
  font-size:1.6em;
  margin:10px 0px 25px 0px;
  font-weight:bold;
}

h2{
  font-size:1.4em;
  margin:0px 0px 5px 0px;
  text-decoration:underline;
}

p{
  padding:0px 10px 0px 10px;
}

img.picleft{
  float:left;
  border:2px solid #fff;
  margin:0px 15px 0px 0px;
}

img.picright{
  float:right;
  border:2px solid #fff;
  margin:0px 0px 0px 15px;
}

label{
  width:120px;
  float:left;
  clear:left;
  background-color:#fff;
  padding-left:5px;
  margin-right:10px;
  margin-bottom:20px;
  -moz-border-radius:4px 4px 4px 4px;
  -webkit-border-radius:4px 4px 4px 4px;
  border-radius:4px 4px 4px 4px;
}
span.pret{
  color:#333;
  margin-right:5px;
  font-weight:bold;
  text-decoration:underline;
}

#x-content div.hr{
  border-bottom:none;
  margin:30px 70px 30px 70px;
}

p.gallery{
  text-align:center !important;
}


p.gallery img{
  margin-right:5px;
  border:2px solid #fff;
  margin-bottom:5px;
}

table.form {
}

table.form td, table.form th {
  padding: 2px 5px 2px 5px;
}

table.form th{
  vertical-align:top;
}

table.form input.text, table.form textarea{
  width:300px;
  border:1px solid #333;
  padding:2px 2px 2px 2px;
}

a{
  text-decoration:none;
}
a:hover{
  text-decoration:underline;
}
a img{ position:relative; top:3px;}
