* {
  margin:0;
  padding:0;
}

body {
	background: url(images/bgd.png) repeat-x #717A88;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #323941;
}

a {
	color: #323941;
	text-decoration: none;
	}
  a:hover {
	  color: #990000;
	  text-decoration: none;
	  }

#container {
	 width: 100%; 
}	
	
#main {
	width: 945px;
	margin: 0 auto;
	text-align: left;
}
	
#navbar { 
	height: 45px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #AEBBC8;
  }
	#navbar ul {
		margin: 0;
		padding: 14px 0 0 15px;
	  }
		#navbar ul li {
			display: inline;
			background: url(images/li.png) no-repeat;
			background-position: 10px 5px;
			padding: 0 5px 0 20px;
			line-height: 20px;
		  }
			#navbar ul li a {
				color: #AEBBC8;
				text-decoration: none;
				border-bottom: 2px solid #000000;
			  }
				#navbar ul li a:hover {
					color: #990000;
					border-bottom: 2px solid #AEBBC8;
				  }
							
#header {
	height: 210px;
	background: url(images/head_bckg.png) no-repeat #ECEFF2;
  clear: both;
	}
  #header #rzetelna-firma {
    float: right;
    width: 150px;
    padding-top: 138px;
    margin: 0;  
  }	
  #header #rzetelna-firma img {
    border: none;
    text-decoration: none;
  }	

#adres_gora {
  height: 30px;
  line-height: 30px;
  width: 100%;
  background-color: #ECEFF2;
	font-weight: bold;
	font-size: 9px;
  text-transform: uppercase;
  text-align: center;
  color: #0F2E5B;
  clear: both;
  }	

#content{
	width: 100%;
	background-color: #ECEFF2;
	padding: 20px 0 40px 0;
  float: left;
	}
	#content h1{
		color: #990000;
		font-size: 20px;
		font-weight: normal;
		padding-left: 15px;
    margin: 0 0 15px 0;
		border-left: 4px solid #323941; 
		}
		#content h1 a {
		  color: #990000;
			text-decoration: none;
		}
		#content p.home {
		  font-size: 11px;
		}
		
#first_column_3 {
	width:27%;
	float:left;
	padding:0 20px 0 10px;
	margin: 0 10px 0 20px;
	}

#second_column_3 {
	width:27%;
	float:left;
	padding:0 10px 0 10px;
	margin: 0 10px 0 10px;
	}

#third_column_3 {
	width:27%;
	float:left;
	padding:0 10px 0 20px;	
	margin: 0 10px 0 10px;
	}
	
#first_column_2 {
	width: 430px;
	float: left;
	padding: 0 0 0 10px;
	margin: 0 0 0 20px;
  }
  #first_column_2 p {
    line-height: 16px;
	}
  #first_column_2 ul {
    padding: 2px 0 5px 20px;
  }
  #first_column_2 ul li {
    padding: 2px 0 0 5px;
  }
  #first_column_2 p {
    padding-top: 5px;
  }

#second_column_2 {
  width: 350px;
	float: left;
  text-align: center;
  margin: 0 0 0 70px;
	}	
	#second_column_2 img {
	  padding: 6px 6px 6px 6px;
	  margin: 4px;
	  }
	  #second_column_2 img.ramka {
	    border: solid 1px #323941;
	    }
      #second_column_2 img.ramka_2 {
        border:solid 1px #BC0000;
        } 
	
.gallery {
  width: 673px;
  float: left; 
  text-align: center;
  padding-top: 30px;
  padding-left: 136px;
  }
  .gallery img {
    border: none;
  }
  .gallery .picture {
    float: left;
    margin: 5px; 
    width: 156px; 
    border: solid 1px #323941;
    background: url(images/bgd_pic.png) repeat-x; 
  }
  .gallery .picture_2{
    float: left; 
    margin: 5px; 
    width:156px; 
    text-align:center; 
    border:solid 1px #BC0000;
    background: url(images/bgd_pic.png) repeat-x;   
    }
    .gallery .picture .image {
      width:150px; 
      height:150px; 
      margin:3px;
    }
    .gallery .picture_2 .image {
      width:150px; 
      height:150px; 
      margin:3px;
    }
  .gallery .footer {
    text-align:center;
    width: 156px; 
    border-top:solid 1px #323941; 
    color: #620D8A; 
    font-weight:normal; 
    padding-top: 7px; 
    padding-bottom:7px; 
    margin-top: 10px;
    }
    .gallery .footer a {
      color: #990000; 
      font-weight: bold; 
    }
    .gallery .footer a:hover {
      color: #354455; 
    }   
    .gallery .disclaim {
    font-size: 8px;
    clear: both;
  } 
	
#footer{
	width: 100%;
	float: left;	
  text-align: center;
	padding: 10px 0 10px 0;
	border-top: 10px solid #870101;
	background-color: #ECEFF2;
	}
	#footer a {
		color: #620D8A;
		text-decoration:none;
		}
		#footer a:hover {
			color:#f73602;
			text-decoration:none;
	  }

