*{
	padding: 0;
	margin: 0;
	border: 0;
}

body{
   min-width: 1000px;
	background: #fff;
	font-family: Arial Narrow;
	font-size: 14px;
}

select, input, textarea{
	border: 1px solid #ccc;
}

a {
     text-decoration: underline;
     color: #3399cc;
}
a:hover {
     text-decoration: none;
	  color: #007bcb;
}

table {
     border-collapse: collapse;
     border: none;
}
table td {

     vertical-align: top;
     padding: 5px;
     border: none;
}
table.visible td {
     border: 1px solid #7f7f7f;
}
p {
     padding-bottom: 5px;
}
ul {
     list-style: none;
	  font-size: 14px;
}

	ul ul{
     		list-style: none;
			padding-left: 15px;
	 		font-size: 12px;
	}
	
	.active{
		font-weight: bold;
		color: #007bcb
	}
	
ul, ol {
     list-style-position: outside;
	  padding-left: 15px;
     padding-bottom: 10px;
     padding-top: 5px;	 	
}
ul li, ol li {
     padding-bottom: 4px;
}


h1, h2, h3, h4{
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color:#000;
	padding-bottom:12px; 
}

h2{
	font-size: 22px;
}

h4{
	font-size: 16px;
}

.clear{
	clear: both;
}


#wrapper {
	width: 1000px;
	margin: 0 auto;	
	text-align: center;
}

#head{
	width: 880px;
	text-align: left;
	padding: 15px;	
}

	#logo{
		width: 325px;
		height: 60px;
		padding-left: 20px;
		float: left;
	}

	#mainmenu{
		margin-left: 346px;
		padding-left: 50px;
	}
	
		#mainmenu a{
			color: #000;
			font-size: 18px;
		}
	
		#mainmenu ul{
			list-style: none;
		}
		
		#mainmenu ul li{
			padding-top: 20px;
			padding-left: 25px;
			float: right;
		}
		
#conteiner{
	width: 880px;
	text-align: left;
	padding: 20px;	
}
		
	#banner{
		background-image: url(../img/bannerfon.jpg);
		background-position: top left;
		background-repeat: no-repeat;
		height: 254px;
	}	
	
	#sub-section{
		width: 240px;
		float: left;
		padding: 20px;
		padding-top: 40px;
		
	}
	
	#content{
		margin-left: 280px;
		padding: 10px 20px;
	}
	
	#content table, #content table td, select, textarea, input{
		border: 1px solid #ccc;
	}
	
	
	
		#status{
			font-size: 12px;
			padding-bottom: 15px;
		}
		
		#text{
			text-align: justify;
			padding-bottom: 20px;
		}
		
		#news h4{
			background: #f9f9f9;
			padding: 2px 5px;	
			
		}
		
									.news{
										padding: 2px 20px;
									}
									
									.date{
										float: left;
									}
									.box2{
										margin-left: 40px;
										float: left;
										padding-bottom: 10px;
										width: 420px;
									}
									
		#footer{
			width: 880px;
			margin: 0px auto;				
			height: 70px;
			border-top: 1px solid #f8f8f8;
			font-size: 12px; 
		}


#promo1, #promo2, #promo3, #promo5 {
	padding-top: 6px;
	padding-bottom: 14px;
}	


