/* ——————————————————————————————————————————
File: styles.css
Site: bespalov.info
Coder: Max P.
Author: XHTMLPLUS [www.xhtmlplus.ru]
Version: 21/05/2008
# Browsers: IE 6, IE 7, FF 2.0, Opera 9
————————————————————————————————————————— */

h1 {
	display: block;
	margin-bottom: 15px;
	font: 24px "Arial Narrow", Arial, sans-serif;
}
h2 {
	display: block;
	margin-bottom: 15px;
	font: bold 20px "Arial Narrow", Arial, sans-serif;
}
h3 {
	display: block;
	margin-bottom: 15px;
	font: 16px "Arial Narrow", Arial, sans-serif;
}
a {
	color: #999;
	text-decoration: none;
}
a:hover {
	color: #222;
	text-decoration: none;
}
p {
	margin-bottom: 15px;
}
ul {
	margin-bottom: 15px;
}
ul li {
	padding-left: 15px;
	background: url(i/li.gif) 5px 7px no-repeat;
}

.clear {
	clear: both;
}
.floatLeft {
	float: left;
	margin-right: 15px;
}

html, body {
	height: 100%;
	background: #FFF;
	font: 11px Arial, Helvetica, sans-serif;
	color: #222;
}

/* Outer */
#outer {
	width: 940px;
	padding: 0 30px;
	min-height: 100%;
	margin: 0 auto;
}

#main_image {
	border-top: 10px solid #222;
	padding-top: 30px;
}
#picture_block {
	background: #DDD;
}
#picture_block img {
	display: block;
}

#top_menu {
	margin: 27px 0;
	margin-bottom: 0;
}
#top_menu a {
	display: block;
	float: left;
	margin-right: 16px;
	padding-left: 9px;
	background: url(i/link.gif) 0 4px no-repeat;
	color: #999;
	text-decoration: none;
}
#top_menu a:hover {
	color: #000;
	text-decoration: underline;
}
#top_menu div.clear {
	height: 27px;
}

/* Main Page Content */
#main_page_content {
	margin-bottom: 27px;
}
#left_column {
	float: left;
	width: 600px;
	padding-right: 15px;
}
#left_column_left {
	float: left;
	width: 320px;
	padding-right: 15px;
}
#left_column_right {
	margin-left: 350px;
}
#right_column {
	margin-left: 630px;
}
#right_column img {
	display: block;
	margin-bottom: 15px;
}
/* X. Main Page Content */

/* News block */
.news_block {
	margin-bottom: 27px;
	border: 1px solid #ddd;
	padding: 15px;
	font-size: inherit;
}
.news_block img {
	margin-bottom: 15px;
}
/* X. News block */

#for_footer {
	height: 177px;
}
/* X. Outer */

/* Footer */
#footer {
	width: 940px;
	height: 162px;
	margin: 0 auto;
	margin-top: -162px;
	padding: 0 30px;
}

#footer_left {
	width: 600px;
	float: left;
}
#bottom_menu {
	margin-top: 5px;
	margin-bottom: 0;
}
#bottom_menu a {
	display: block;
	float: left;
	margin-right: 16px;
	padding-left: 9px;
	background: url(i/link.gif) 0 4px no-repeat;
	color: #999;
	text-decoration: none;
}
#bottom_menu a:hover {
	color: #000;
	text-decoration: underline;
}
#bottom_menu div.clear {
	height: 25px;
}

#copyright {
	margin-left: 630px;
	color: #999;
}
#phone {
	color: #222;
}
#copyright a {
	text-decoration: underline;
}
/* X. Footer */

/* Sub Menu */
#sub_menu {
	margin-bottom: 27px;
	line-height: 18px;
}
#sub_menu a {
	display: block;
}
#sub_menu a.current {
	cursor: default;
	color: #222;
	text-decoration: none;
}
/* X. Sub Menu */

/* System */
#system {
	border-top: 10px solid #222;
	padding-top: 2px;
}
#text_block {
	padding: 57px 27px 18px 27px;
	background: url(i/system.gif) 0 0 repeat;
	font: 24px "Arial Narrow", Arial, sans-serif;
}
/* X. System */

/* Pop-up */
div.corepopup {
	position: absolute;
	width: 150px;
}
div.corepopup h1 {
	opacity: 0.8;
	_filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	width: 140px;
	background: #ebe9ee url(../core/img/header.gif) 0 0 no-repeat;
	padding: 10px 0 0 10px !important;
	padding-top: 20px;
	color: #668dbf;
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana;
	border: 1px solid #aaa;
}
div.corepopup a {
	display: block;
	font-weight: normal;
	line-height: 28px;
	margin-left: -10px;
	text-decoration: none;
	color: #000;
	padding-left: 10px;
}
div.corepopup a:hover {
	background-color: #2767B7;
	background-image: none;
	color: #fff;
}
div.corepopup a.first {
	margin-top: 10px;
}
div.corepopup a.border {
	border-top: 1px solid #aaa;
}
div.corepopup div {
	height: 28px;
	margin-left: -10px;
}
/* X. Pop-up */

