div#all {
  width: 986px;
  margin-left: auto;
  margin-right: auto;
}

div#all {
  background: url(../images/shadow-top.png) top center no-repeat;
}

#header {
  background: url(../images/header-bg.jpg) center 14px repeat-x;
  width: 960px;
  height: 142px;
  margin-left: auto;
  margin-right: auto;
}


div#all div#footer {
    background: #ffffff url(../images/shadow-bottom.png) top center no-repeat;
}

#header a.logo {
  position: absolute;
  right: 13px;
  top: 22px;
}

.homelogo {
  position: relative;
  left: 10px;
  top: -5px;
}

#all ul.menu li {
  border-left: 0;
  padding-left: 15px;
  text-align:left;
  width:200px;
}

#all ul.menu li a {
    text-transform: uppercase;
    font-size: 1.1em;
} 

#all ul.menu {
  width: 220px;
  background: url(../images/menu-bg.png) right top no-repeat;
  left: 18px;
  top: 150px;
}

#all ul.menu li {
  position: relative;
  top: 20px;
}

#container {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  width: 402px;
  border: 1px solid #a9d8f7;
}

.copyright {
  position: absolute;
  left: 20px;
  bottom: 20px;
}

.developers {
  position: absolute;
  right: 30px;
  bottom: 56px;
  width: 200px;
  font-size: 0.8em;
}

@media all and (width) { .developers { bottom: 36px; } }

.developers small {
  vertical-align: top;
  float: right;
  width: 70px;  
}
    
.copyright img {
  position: relative;
  top: 5px;
}


span.title a {
  text-transform: uppercase;
  color: #333333;
  border-bottom: 0;
  font-size: 1.1em; 
}

span.link a {
  text-transform: none;
  border-bottom: 1px solid;
  border-color: #333333;
}

span.title a:hover {
  color: #5f95ce;
  border-bottom: 1px solid;
  border-color: #afcae6; 
}

span.date_news {
  float: left;
  margin-top: 0;
  color: #737373;
}

div.text {
  margin: 5px 0;
}

hr {
    border: none;
    color: #bdccda;
    background-color: #bdccda;
    height: 1px;
}

#sfContact_form_submit {
  border: 1px solid #d7e8fa;
  width: 198px;
  height: 23px;
  position: relative;
  margin: 10px 0 0 0;
}

#sfContact_form_submit input {
  border: 1px solid #b3ceeb;
  width: 200px;
  height: 25px;
  color: #333333;
  background-color: #ffffff;
  text-transform: uppercase;
  
  position: absolute;
  margin-top: -2px;
  margin-left: -2px;
}

#sfContact_form_msg textarea, #sfContact_form_address textarea {
  width: 350px;
}

#sfContact_form_name, #sfContact_form_email, #sfContact_form_msg, #sfContact_form_submit, #sfContact_form_birthdate, #sfContact_form_phone, #sfContact_form_address {
  margin-top: 10px;
}

.sfContact_form_label {
  width: 120px;
  float: left;
}

#sender_name, #sender_surname, #sender_email {
  width: 250px;
}

ul.photo_list {
  
}

ul.photo_list li {
  float: left;
  width: 200px;
  list-style: none;
}

img.photo_list_img {
  margin-left: 50px;
  margin-right: 50px;
}

hr.menuhr {
  width: 150px;
  margin-bottom: 10px;
}

