body {
	font-family: arial;
	font-size: 10pt
	}

/* шрифты */
@font-face {
    font-family: "Arno Pro";
    src: url("../ttf/ArnoPro-Regular.otf")
}

.clearfix:after{content:".";display:block;clear:both;visibility:hidden;line-height: 0;height: 0;} 
.clearfix{display: inline-block;}
 html[xmlns] .clearfix {display: block;}
* html .clearfix {height: 1%;}
#page {
	margin: 0 auto;
	width: 1000px;
	background-image: url(../images/background_main.png);
	overflow: hidden;
	
}
	
/* колонки */
	
#header	{
	background:#F8F8F8;
	height:90px;
	margin:0 0 20px;
}
	
	.logo{
		background:url(../images/logo.png) no-repeat;
		display:inline;
		float:left;
		height:60px;
		margin:15px 0 0 20px;
		width:190px;		
	}
	
	#header form{
		float:right;
		margin:30px 40px 0 0;
	}
	
	#header form input{
		border:none;
		height:10px;
		font-size:10px;
		width:140px;
	}
	
	#header form input.submit_button{
		background:url(../images/ok_button.png);
		border:none;
		cursor:pointer;
		height:30px;
		position:relative;
		top:8px;
		width:26px;
		right:0;
	}
#left {
	float: left;
	width: 227px;
	overflow: hidden;
}

	.side_a{
		background:#ccc; 
		height:600px;
		margin:0 auto;
		width:150px;
	}
	
#center {
	float: left;
	width: 544px;
	overflow: hidden;
	background: url(../images/background_center.png) repeat;
	height: auto;
	padding:20px 0 20px 0;
}
	
#right {
	float: right;
	width: 229px;
	overflow: hidden;
}	
	.rss{
		background:url(../images/rss.jpg) left center no-repeat;
		height:28px;
		margin:10px 0 0 15px;
		width:28px;
	}

/* Меню */
#title {
	font-family: "Arno Pro";
	font-size: 18pt;
	margin-left: 12px;
	margin-bottom: -16px;
}

#title.nomarginbottom {margin-bottom: 0;}
#title.letter-spacing {letter-spacing: 5px;}

#list {font-size: 10pt;}
#list.li linospace {margin-bottom: -3px; margin-top: -1px;}

#description-text {
	margin-left: 42px;
	font-size: 10pt;
	color: #666;
	text-decoration: underline;
}

#description-text.nounderline {text-decoration: none; margin: 0}
#description-text a {color: #666;}

/* Контент */
#a_center{
	background:#fff;
	height:100px;
	margin:0 auto;
	width:500px;
}

#content {
	margin: 0 auto;
	width: 500px;
}

#a_center_2 {
	margin:0 auto;
	width:500px;
}

#footer {
	margin: 0 auto;
	width: 1000px;
	overflow: hidden;
	text-align: center;
}


.slider{background:url(../images/border_regular.jpg) repeat-x 0 bottom; margin-bottom:20px;padding:0 5px 0 30px; position:relative;}
	.slider ul{margin-bottom:0; padding:0 ;position:relative;}
		.slider ul li{float:left; padding-bottom:10px; text-align:center; width:49px;}
			/*.slider ul li a{background:black no-repeat;display:block;}*/
		.slider span{background:url(../images/border.jpg) no-repeat; bottom:0; display:block; height:3px; position:absolute;width:49px;}
/* Теги, ссылки */

p {text-align: justify; margin-top: -mm;}
ul {list-style: none;}

a:link {text-decoration: underline; color: #000;}
a:visited {color: #000; text-decoration: underline;}
a:hover {color: #666; text-decoration: none;}
a:active {color: #000; text-decoration: none;}
