* { 
    margin:0;
    padding:0;
    font-family: verdana;
    border:0;
    
}

a {
    text-decoration: none;
    
}

body {
    background-color: #fff;
    
    
}

.clear {
    clear:both;

}


/* meniu */
#menu {
    background-color: black;
    width: 100%;
    height: 70px;
} 

#menuc {
    margin: 0 auto;
    width:900px;
    color:#fff;
}



#menuc  li {  
  list-style: none; 
  height: 24px; 
  float: left;
  position: relative;
  /* padding-top:20px; */ 
  
}


#menuc li a {
  height: 60px;
  display: block;
  font-size: 12px;
  text-align: center;
  color: white; 
}

#menuc li a {
  width: 120px;
  height: 40px;
  padding-top:20px;
}
    
#menuc li a {
  background-image: url(/public/img/men-bg.png);
}

#menuc li a:hover { background-position: 0 -60px; }

       
/* end meniu */          
                          
#footer {
    background:url('/public/img/footer-bg.png') repeat-x #2d2d2d;
    width: 100%;
    height: 195px;
}

#footerc {
    /*forder:solid 1px #fff;*/
    width: 900px;
    margin: 0 auto;
}

.ftrimg, #footerc ul {
    float:left;
}

#footer h5 {
    padding-top: 40px;
    color:white;
    margin-left: 560px;
    
}

#footerc ul {
    color:white;
    margin: 5px 0 0 25px;
    font-size: 12px;
}

#footerc a {
    color:white;
}

#footerc a:hover {
    text-decoration: underline;
}

#footerc center{
    color: white;
    font-size: 12px;
    margin-top: 8px;
}

#footerc span img {
    vertical-align:middle;
}

#container {
    background: url('/public/img/body-bg_453x659.jpg') no-repeat left bottom;
    
    /*border:solid 1px rgb(0,0,255);*/
    width: 900px;
    /*min-height:800px;*/
    height:800px;
    /*overflow-y: auto;*/
    /*overflow:visible;*/
    margin: 0 auto;
}

.continut {
  padding:0 10px;
  overflow-y:scroll;
  height:478px;
}

#banner {
    float: left;
    /*border: 1px solid #000;*/
    margin: 20px 0 0 10px;
    width: 440px;
    height: 60px;
}

#ps {
    float: right;
    
    background: url('/public/img/ps-bg.png') repeat-y; 
    /*border:solid 1px #000;*/
    overflow: hidden;
    margin: 20px 10px 0 0;
    
}

#pstop {
    
    background: url('/public/img/ps-top.png') no-repeat top left; 
}

#psbott {
    width:405px;
    min-height:150px;
    background: url('/public/img/ps-bott.png') no-repeat bottom left; 
    padding: 10px;
    text-align: justify;
    text-indent: 10px;
    
}

#psbott h3 {
    font-size: 16px;
    color: rgb(103,176,84);
    margin-bottom: 20px;
}

#psbott p {
    font-size: 14px;
}    

#psbott a, #psbott img {
    border: 0;
}

#art {
    margin: 20px 10px 0 0;
    border-top: rgb(227,225,225) solid 1px;
    float:right;
    width:400px;
    padding: 10px;
    text-align: justify;
}

#art h1 {
    font-size:16px;
    margin-bottom: 15px;
}

#art span {
    font-size: 14px;
}

#art a {
    color: black;
}

#art a:hover {
    
    text-decoration: underline;
}

#art p {
    font-size:14px;
    text-indent: 10px;
}


#bravo {
	color:#060;
	font-weight:bold;
}

#eroare {
	color:#900;
	font-weight:bold;
}

#contact_spacer {
  height:250px;
}
