@charset "utf-8";
/*	
	верстка: Танаев Роман,
	e-mail: tanaevr@gmail.com,
	icq: 486584100
*/
/* + Global */

html, html#js, html#nojs {	
}

body{
	background: #fff url(../images/common/body.jpg) no-repeat 0 0; 	
}
a {
	color: #2e3192;
}
a:hover {
	color: #458fb9;	
}
div#wrapper{
	width: 100%;
	min-width: 1000px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -160px;
}
#footer {
	height: 160px; /* .push must be the same height as .footer */
	width: 900px;
	margin: 0 auto;	
}
.push{
	height: 160px; /* .push must be the same height as .footer */
}

h1, h2, h3, h4, h5, h6{
	font-weight: normal;
	padding-bottom: 10px;
	line-height: 1em;
}
h1{
	font-size: 2em;
	color: #2e3192;
	padding-bottom: 16px;
	line-height: 1em;
}
/* - Global */

/* + Classes */
.lside{
	float: left;
	width: 31%;
	border-top: 1px solid #fff;
}
	.lside .content{
		width: 220px;
		padding: 21px 0 50px;
		float: right;
	}
	.lside .content2{
		width: 220px;
		padding: 21px 0 50px;
		float: right;
	}
		.lside .content img{			
			margin-bottom: 5px;
		}
			.lside h1{

			}
.rside{
	margin-left: 31.1%;
	padding-left: 20px;
	border-top: 1px solid #fff;
}
	.rside .content{
		width: 600px;
		padding: 22px 3px 50px;
	}
	.rside .content-index{
		padding: 20px 1px 50px;
	}
		.content-index table, .content-index td{
			padding: 0px;
			margin: 0px;
		}
		.rside .content img, .rside .content-index img{
			margin-right: 10px;
			margin-bottom: 5px;
		}
.info-table{
	width: 98%;
}
.info-table td{
	padding: 0px;
}
	.info-table .content{
		width: 400px;
	}

/* - Classes */


/* + Layout */
	#logo{
		padding: 15px 0px;
		text-align: right;
		background: #fff;
		width: 100% !important;
		margin-top: 20px;
	}
	#mainmenu{
		background: url(../images/common/mainmenu.jpg) no-repeat 0 0;
		height: 50px;
		padding-top: 35px;
		padding-left: 30px;
		margin-top: 20px;
	}
		#mainmenu a{
			color: #fff;
		}
			#mainmenu .active a{
				text-decoration: none;
				font-weight: bold;
			}
		#mainmenu li{
			display: inline;
			padding-right: 20px;
			font-size: 1.4em;
		}
#adress{
	width: 215px;
	padding-left: 20px;
}
#about{
	padding: 20px;
	background: #cccecc url(../images/common/about.jpg) no-repeat 0 100%;
}
	#right-logo{
		width: 100% !important;
		background: #fff;
		margin-top: 20px;
		margin-left: 20px;
		padding: 8px 0px;
	}
	#news{
		padding: 20px 0 0 20px;
		width: 180px;
	}
		#news h3 a{
			font-size: 1.6em;
			color: #2e3192;
		}
		.news{
			padding-bottom: 15px;
		}
			#news a{
				color: #2e3192;
			}
		.date{
			display: block;
		}
/* - Layout */

/* Tabs----------------------------------*/



