body{
  font-family: Garamond,Freeserif,'Times new roman',serif;
  font-size: 14px;
  background-image: url(images/bg-paper.png);
  background-repeat: repeat;
}

a{
  text-decoration: none;
}

ol, ul {
    list-style: none;
}

.center{
    width:940px;
    margin:0 auto;
    overflow: hidden;
}
    
.system-messages{
    color: #ff0000;
    float:left;
    height:15px;
    width:300px;
}

.errorExplanation p,.errorExplanation ul li{
    color: #ff0000;
    font-size: 10px;
}

.errorExplanation{padding-top: 20px;}

.errorExplanation h2{
    color: #ff0000;
    font-size: 12px;
    padding-top:10px;
   }

.fieldWithErrors label{
     color: #ff0000;
        }

.requests_input{
    border-style:solid;
    border-width:thin;
    border-color:#917979;
    margin:1px;
}

#background{
    width:940px;
    margin:0 auto;
    background-color: #ffffff;
}


#header{

}

#header .center{
    height:70px;
    background-image: url(images/top-bg.png);
    background-repeat:no-repeat;
    margin-top:8px;
}

#first-content{

}

#first-content .center{
    height: 240px;
}

#first-content .request{
    background-image: url(images/contacts_bg.png);
    background-repeat:no-repeat;    
}

#first-content .products{
    height: 120px;
}

#second-content{
    margin-top: 20px;
}

#second-content .center{
    background-color: #ffffff;
}

#second-content .center .left{    
    width:590px;
    float:left;
    padding-right: 15px;
    padding-left: 10px;
    border-right: solid;
    border-right-width: 1px;
    border-right-color: #000000;
    min-height:350px;
    font-size: 1.2em;
    text-align: justify;
}

#second-content .center .left h1{
    font-size: 1.3em;
    margin-bottom: 20px;
}

#second-content .center .right h2{
    font-size: 1.2em;
    text-align: center;
}

#second-content .center .right{
    width: 300px;
    float: right;
    min-height:350px;
    font-size: 0.9em;
    padding: 5px !important;
}

#second-content .center .right h1{
	font-size: 1.4em;
}

#drop-menu {
    width:620px;
    margin-left: 350px;
    height: 60px;
    clear:both;
}

#drop-menu li {
    float:left;
    padding-left:12px;
    padding-right:12px;
    text-align: center;
}

#drop-menu li a {
    color: #000000;
}

#drop-menu .standard  {
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #000000;
}

#drop-menu .selected a {
    text-decoration:underline;
}

#drop-menu li a:hover {
    text-decoration:underline;
}

#drop-menu li ul{
    position: absolute;
    visibility: hidden;
    top: 65px;
    left: 710px;
}

#drop-menu li ul li{
    display: inline;
    background-color: #000000;
}

#drop-menu li ul li a{
    width: auto;
    min-width:90px;
    color: #ffffff;
}

#drop-menu li ul li a:hover{
    text-decoration:underline;
}

#footer{    
    clear:both;
      background-image: url(images/bg-paper.png);
  background-repeat: repeat;

}

#footer .center{
    background-image: url(images/bottom-bg.png);
    background-repeat:no-repeat;
    height: 70px;
    
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #000000;
}

#footer .center .left{
    float:left;
    height:70px;
    width:150px;

}

#footer .center .right{
    float: right;
    height:70px;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #000000;
    width:770px;
    padding-left: 10px;
}

#footer .center .right ul li a{
    font-size:0.9em;
}

#footer .center .right ul li a:hover{
    color:#000000;
}

#footer .center .right ul li {
    float:left;
    min-width:50px;
    text-align: center;
}

#footer-menu{
    clear:both;
    padding-left:100px;
    font-size: 0.9em;
}

#footer-menu li {
    float:left;
	padding-left:10px;
	padding-right:10px;
    text-align: center;    
}

#footer-menu li a {
     color:#000000;
}

#footer-menu .standard  {
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #222222;
}

#footer-menu li a:hover {
    text-decoration:underline;
}

#copyright{
    clear:both;
    padding-top:7px;
    font-size: 0.9em;
}

#copyright .first{
    padding-left:80px;
}
#copyright .second{
    padding-top:7px;
    padding-left:175px;
}
#copyright .second a{
    color:#222222;
    font-weight: bold;
}
#copyright .second a:hover{
    text-decoration:underline;
}

#login-form{
    margin-left:100px;
}

#request_message{
    width:493px;
    height:110px;
}

#requests_label_message{
   
}

#requests_send{
    width: 60px;
}

#requests_table{
    padding-top:16px;
}

#request-view{
    margin:30px;
    list-style-type:none;
}

#request-view li{
    margin:5px;
}

#requests_privacy {
    width:500px;
    font-size: 0.7em;
}

#select-locale{
    height:15px;
    font-size:0.8em;
    margin-top: 5px;
    margin-bottom: 25px;
    float:right;
    width:180px;
}

#select-locale>p{
    width:55px;
    float:left;
}


#locale li{
    float: left;
    padding-left: 20px;
    color:#999999;
}

#locale li a{
    color:#999999;
}
#locale li a:hover{
    color:#222222;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

#map_canvas{ 
	margin-top:15px;
	width: 570px; 
	height: 350px;
	border: 1px;
	border-style: solid;
	border-color:#000000;	
}


#categories li a{
    display: block;
}

#categories li{
    margin-top: 30px;
    margin-bottom: 30px;
}