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

body{
   min-width: 1000px;
	background: #f2f1ed;
	background-image: url(../img/pagefon.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	font-family:	Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #2c1a1b;
}

a {
     text-decoration: underline;
     color: #a21b22;
}
a:hover {
     text-decoration: none;
	  color: #2c1a1b;
}
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: square;
}
ul, ol {
     list-style-position: outside;
     padding-bottom: 10px;
     padding-top: 5px;
}
ul li, ol li {
     padding-bottom: 4px;
}


h1, h2, h3, h4, h5, h6{
	font-weight: bold;
	padding-bottom: 10px;
}

h3{
	font-size: 24px;
}

.clear{
	clear: both;
}

input, select, textarea{
	background: #fff;
	border: 1px solid #999;
}


#page {
	min-height:100%;
	height:auto !important;
	height:100%;
	padding-bottom: 0px;
}

.news, #status{
	padding-bottom: 10px;
}

/*----------------------------------------------------*/

#head{
	background-image: url(../img/headfon.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	height: 240px; 
	padding: 60px 40px;
}

	#logo{
		float: left;
		width: 170px;
	}
	
	#slogan{
		float: left;
		width: 340px;
		font-size: 24px;
	}
	
	#slogan p{
		text-indent: 0px;
	}

/*----------------------------------------------------*/

#conteiner{
	padding: 40px;
}

	#leftpart{
		float: left;
		width: 300px;
	}
	
		#mainmenu ul{
			list-style: none;
			list-style-position: outside;			
		}
		
			#mainmenu h3{
				padding-left: 25px;
			}
		
			#mainmenu a{
				text-decoration: none;
				color: #2c1a1b;
				padding-left: 10px;
			}
			
				#mainmenu li.active{
					color: #a21b22;
					padding-left: 10px;
					background-image: url(../img/ahover.jpg);
					background-position: 0px 8px;
					background-repeat: no-repeat; 
					font-weight: bold;
				}
			
			#mainmenu a:hover{
				color: #a21b22;
				background-image: url(../img/ahover.jpg);
				background-position: 0px 0px;
				background-repeat: no-repeat; 
			}
			
			#mainmenu li li a, #mainmenu li li a:hover{
				background: none;
				padding-left: 0px;
			}
		
		#mainmenu ul li{
			padding: 10px 0px;
			padding-bottom: 5px;
			background-image: url(../img/fonli.jpg);
			background-position:	bottom left;
			background-repeat: no-repeat;
		}
		
			#mainmenu ul ul{
				list-style-position: outside;
				padding-left: 25px;
			}
		
			#mainmenu ul ul li{
				background: none;
			}
			
	#rightpart{
		margin-left: 301px;
		padding-left: 30px;
	}
	
	#rightpart ul{
		list-style-position: inside;
	}
	
#footer{
	background: #715458;
	background-image: url(../img/footer.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	height: 100px;
	padding: 20px 40px;
	font-size: 12px;
	color: #fff;
}

	#footer a{
		color: #fff;
	}
	
	#promo3{
		margin: 10px 0px;
	}
	
.boxtext{
	padding: 20px;
	font-size: 12px;
}
.boxtext h4{
	font-size: 14px;
	font-weight: bold;
}
