/* Îñíîâíûå ñòèëè */

* {
	font-size: 12px;
	font-family: arial;
	color: #404040;
	margin: 0;
	padding: 0;
}

p {
	text-indent: 10px;
	text-align: justify;
	margin-top: 3px;
	margin-bottom: 3px;
}

* a:link, * a:visited {
	text-decoration: none;
	color: #4d614d;
}

* a:hover {
	text-decoration: none;
	color: #788D78;
}



html {
}

body {
	margin: 0;
	padding: 0;
	text-align: justify;
	background-color: #f0f0f0;
}

table {
	text-align: justify;
}

input, textarea {
	border: solid 1px #5491a6;
	font-family: tahoma;
	font-size: 11px;
	color: #777777;
	margin: 0px 6px 0px 6px;
	padding: 2px;
}

a img {
	border: none;
}

hr {
	color: #e1e7f3;
	height: 1px;
}



h1 {
	font: 1.8em arial, tahoma;
	color: #117d8d;
	margin: 8px 0;
	text-align: left;
	display: block;
}

h2 {
	font: 1.7em arial, tahoma;
	color: #388d78;
	margin: 6px 0;
	text-align: left;
}

h3 {
	font: 1.5em arial;
	text-align: left;
	margin: 4px 0;
}



* ul {
	text-align: left;
	margin: 8px 20px 8px 20px;
}

* ol {
	margin: 8px 30px 8px 30px;
}

* li {
	text-align: left;
	margin: 2px 0 0 0;
}



.title {
	font: 14px arial;
	color: #000000;
	margin-top: 4px;
	margin-bottom: 4px;
}


.large {
	color: #000000;
	font-size: 18px;
}

.huge {
	color: #000000;
	font-size: 32px;
}

.small {
	font-size: 10px;
}



.black {
	color: #000000;
}

.white {
	color: #ffffff;
}




.preview {
		border: 1px solid #95c6b6;
}

.preview:hover {
		border: 1px solid #277d52;
}






.container {
	width: 1080px;
	background-color: #ffffff;
}

.header {
	width: 1080px;
	background-repeat: repeat-x;
	background-image: url("/img/header_bg.gif");
}

	.header .left {
		float: left;
		margin: 5px;
	}
		.header .logo {
			width: 200px;
			height: 50px;
			float: left;
		}

	.header .title {
		width: 450px;
		height: 50px;
		float: left;
		position: relative;
		top: 10px;
	}

	.header .search {
		width: 360px;
		height: 70px;
		background-color: #d5dae2;
		float: right;
		margin: 5px;
	}
	.header .search input {
		width: 280px;
	}
	.header .search .icon {
		width: 120px;
		float: left;
	}


	.header .middle {
		width: 1060px;
		height: 120px;
	}



.content {
	margin: 5px;
	min-height: 250px;
}



.submenu {
	margin: 15px;
}
.submenu p {
	color: #656F7E;
	text-align: center;
}
.submenu p a {
	text-decoration: none;
	color: #868F9E;
}
.submenu p a:hover {
	color: #475E83;
}



.submain {
	margin: 30px 10px 0 10px;
}
.submain p {
	
}



.footer {
	height: 60px;
	background-color: #d5dae2;
	border-top: 1px solid #9fa5af;
}
.footer p {
	font: 10px tahoma;
	color: #686f7c;
	text-align: center;
}
.footer .headline {
	font: 11px tahoma;
	font-weight: bold;
	margin: 6px 0;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}



/* ‘òèëè äëß ðàçäåëåíèß íà ëåâóþ, ñðåäíþþ è ïðàâóþ ÷àñòü */

.left-side {
	width: 680px;
	float: left;
}

.right-side {
	width: 360px;
	float: right;
}

