html {
    height: 100%;
    margin-bottom: 0px;

}

form {
    margin: 0;
    padding: 0;
    vertical-align:baseline;
}

img,table {
    border:none;
}

body {
    font-family: Verdana;                    
    background-attachment: none;
    background-position: center top;
    background-color: #FFF;  
    font-size: 12px;
    margin: 0px 0px 0px 0px;
    color: #000;   
}

a:link {
    color: #BF2352;
    text-decoration: underline;
}

a:visited {
    color: #BF2352;
    text-decoration: underline;
    }

a:hover {
    color: #BF2352;
    text-decoration: underline;
    }

a:active {
    color: #BF2352;
    text-decoration: underline;
}

input.button {
 cursor: pointer;
 background:none;
}

p {
  margin-top: 0;
  margin-bottom: 0px;
  text-align:justify;
}

form {
  margin-top: 0;
  margin-bottom: 0px;
} 



.clear {
    clear: both;
    width:100%;
    margin: 0;
    padding: 0;
}


h1 {
    color: #655E00;
    font-size:14px;
    margin:0px;
    padding-bottom:10px;
}

h2 {
    margin: 0px;
    padding: 0px;
    color: #655E00; 
    font-size: 12px;    
}

a.h2 {
    margin: 0px;
    padding: 0px;
    color: #655E00; 
    font-size: 12px; 
    text-decoration: none;   
}

h3 {
    margin: 0px;
    padding: 0px;
    font-size:13px;  
    font-size: 12px;
    display: inline;
    color: #655E00;
}

h5 {
    font-size: 10px;
}

div    {
    margin: 0px;
    padding: 0px;
}

hr {
    width: 75%;
    border:0;
    color: #BF2352;
    background-color: #BF2352;
    height: 1px;
}

.fwh {
    width:120px;
    height:15px;
    font-size:12px;
    padding-top:-2px;
}
  
#wrapper {
    width: 1100px;
    margin: 10px auto; 
    padding: 0px;
    background-image: url(img/bg.jpg); 
    background-repeat: repeat-y; 
    background-position: left top;
}

#header
{
    background-image: url(img/header_bg.jpg);
    width: 100%;    
    height: 125px;
    margin: 0px;
    padding: 0px;
}

#logo
{
    
    width: 800px;    
    height: 125px;
    float: left;
    background-position: 0% 55%;
    background-repeat: no-repeat;
    padding: 0px ;  
    margin: 0px;   
    font-weight: bold;   
    font-size: 18px;
    text-align: right;
    color: #FFF;
}

#logo_text
{
    position: relative;
    top: 80px;
    left: 200px;
    padding: 0px ;  
    margin: 0px;   
    font-weight: bold;   
    font-size: 18px;
    text-align: right;
    color: #FFF;
}

#header_img
{
    background-image: url(img/block.jpg);
    width: 300px;    
    height: 250px;
    float: right;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    padding: 0px;
    margin: 0px;
      
}
#menu
{         
    width: 100%;    
    height: 30px;
    clear:both;       
    padding: 0px ;
    margin: 0px;
    font-weight: bold;   
    font-size: 15px;
    text-align: center;
    vertical-align: middle;
    color: #650E12;           
    background-image: url(img/menu_bg.jpg);    
    padding-top: 3px;      
}

#menu ul {
    margin: 0px;
    padding: 0px; 
    display:block;
    padding: 5px;       
}

#menu ul li {
    margin: 0px;
    padding: 0px 10px 0px 15px ;            
    background-position:left;
    background-repeat:no-repeat;
    display: inline;
}



#menu ul li a:link, #menu ul li a:visited {
    text-decoration:none;
    font-size: 13px;
    color: #650E12;
}

#menu ul li a:hover {
    text-decoration:none;
    font-size: 13px;
    color: #000;
}

#left {
    width: 20%;
    float: left;
    height: 100%; 
    padding: 20px 5px;
    margin: 0px;

}

#page {
    width: 75%;
    float: right;
    height: 100%; 
    padding: 20px 10px;
    margin: 0px;

}
#bottom {
    width: 98.2%;
    clear:both;
    height: 100%; 
    background-color: #F0F1EC ;    
    margin: 0px;
    text-align: left; 
    padding: 10px;
}

.left_header {
    font-size: 15px;
    color: #BCB435;
    font-weight: bold;
    padding: 0 0 5px 10px;
}

.left_text {
    padding: 3px 0px 50px 5px;
}

.project_home {
    width: 130px;
    float: left;
    height: 170px;
    text-align: center;
    padding: 2px 5px; 
    padding: 2px 5px; 
}

.project_home a {
    text-decoration: none;
    color: #655E00; 
}

.project_home a:hover {
    text-decoration: none;
    color: #000; 
}

.project {
    width: 400px;
    float: left;
    height: 150px;
    text-align: left; 
    padding: 5px;
}

.project a {
    text-decoration: none;
    color: #FFF; 
}

.project a:hover {
    text-decoration: none;
    color: #CCC; 
}

.image {
    width: 110px;
    height: 150px; 
    float: left;
    text-align: center; 
    font-size: 10px;
    padding: 5px 0 0 0;
}

.image a {
    color: #CCC;
}


.details {
    width: 220px;
    height: 150px; 
    float: left;
    text-align: left;
    padding: 0 0 0 10px; 
}

h2.project_title  {
    margin: 0px;
    padding: 0px;
    color: #655E00;
    display: block;
    font-size: 13px
    
}

.detail_pictures {
    width: 400px;
    float: left;
}

.detail_title {
    width: 410px;
    float: left;
    overflow: none;
}

div.detail_title h2 {
    font-size: 17px;
    display: block;
    font-weight: bold;
    margin: 0;
    padding: 0;
    
}
div.detail_title h3 {
    font-size: 16px;
    display: block;
    font-weight: bold;
    margin: 0;
    padding: 0;
    color: #655E00;
}

div.detail_title h4, div.detail_text h4, div.detail_map h4 {
    font-size: 14px;
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 0;
    color: #655E00;
}

.detail_title ul {
    padding: 0;
    margin: 0 0 0 15px;
}

.detail_text {
    width: 47%;
    float: left;
    padding: 20px 5px ;
}

.detail_map {
    width: 50%;
    float: right;
    padding: 20px 0 ;
}

.developer a , .developer a:active , .developer a:visited  {
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
}

.developer a:hover   {
    color: #296184;
    text-decoration: none;
    font-weight: bold;
}

.picture_project {
    width:120px; 
    height: 120px;
    text-align:center; 
    vertical-align:middle; 
    float: left; 
    padding: 5px 5px 10px 5px;
}

.picture_project a, .picture_project a:visited {
    text-decoration: none;
    color: #FFF;
    font-size: 11px;
}

.picture_project a:hover {
    text-decoration: none;
    color: #296184
    font-size: 11px;
}

.price {
    color: #BF2352;
}
.y_map_project {
    color: #171F32;
}

.boxDetailsGradi, .boxContactGradi {
    color: #171F32;;    
}

.noBorderP {
    cursor: pointer;
}

.markers {
    float:left;
    padding: 1px;
    width: 77px;
    height: 20px;
}

.pageing {
    font-weight: bold;
    color:#655E00;
}
.pageing  .pageing a:visited, .pageing a:link, .pageing a:hover {
    border: #655E00 1px solid; 
    padding: 1px;                                    
    text-decoration:none;
    color: #655E00;
}
.pageing a:hover {b
    border: #655E00 1px solid;
}
.pageing b {
    border: #655E00  1px solid; 
    padding: 1px; 
    color: #192438;
    background-color: #FFF;
}