html, body {
    background: #ececec;
	font: Arial 11pt bold;
	color: #2b4f72;
}
    
#page {
    width: 980px;
    margin: 30px auto 10px auto;
}

#page_body {
    background: #cbefff url('/i/line.jpg') repeat-x;
}

#header { 
    padding: 2em 1em 2em 3em;
}

#header h1 { 
    width: 216px; 
    height: 95px; 
    background: url('/i/logo_osokorki.png') no-repeat;
}

#contact_info {
    margin-top: 6em;
    padding-left: 3em;
    background: url('/i/tel_2.png') no-repeat left center;
    text-align: right; 
}

#contact_info h4 { font-size: 12pt; }
#contact_info ul { list-style: none; }
#contact_info li { font-size: 14pt; color: #dd2c1d; }


#page_bottom, #page_bottom_left, #page_bottom_right{
    height: 461px;
}

#page_bottom_left {
    width: 267px;
    background: url('/i/image_left.jpg') no-repeat;
}

#page_bottom_right {
    width: 713px;
    background: url('/i/image_right.jpg') no-repeat;
}

#main_content {
	margin: 3em 0 0 3em;
}

#main_content h2 {
    color: #dd2c1d;
    font-size: 1.1em;
    font-weight: bold;
	font-variant: small-caps;
    background: url('/i/price.jpg') no-repeat right top;
    border-bottom: #cbefff dotted 1px;
    padding: 1em 0;
}

#main_content_body {
	min-height: 36em;
    padding: 1em;
    background: white;
}

#main_content_top, #main_content_bottom{
	margin: 0 10px;
	height: 10px; 
    background: white;
}

#page_top {
	margin: 0 10px;
	height: 10px; 
    background: #0597de;
}

#main_content em.tl, #main_content em.tr, #main_content em.bl, #main_content em.br, #page_top em.tl, #page_top em.tr { 
	width: 10px; 
	height: 10px; 
}

#page_top em.tl, #main_content em.tl, #main_content em.bl  { float: left; }
#page_top em.tr, #main_content em.tr, #main_content em.br { float: right; }
#main_content em.tl { background-image: url('/i/corner_tl.png'); margin-left: -10px;}
#main_content em.tr { background-image: url('/i/corner_tr.png'); margin-right: -10px; }
#main_content em.bl { background-image: url('/i/corner_bl.png'); margin-left: -10px;}
#main_content em.br { background-image: url('/i/corner_br.png'); margin-right: -10px; }
#page_top em.tl { background-image: url('/i/corner_page_tl.png'); margin-left: -10px; }
#page_top em.tr { background-image: url('/i/corner_page_tr.png'); margin-right: -10px; }


#main_content_shadow {
    height: 13px;
    background: url('/i/shadow_top.png') no-repeat center bottom;
}

#main_content img { }

.menu-v {
	border-top: none; 
	margin-top: 3em;
}

.menu-v a { color: #2b4f72; }

.menu-v a:hover { text-decoration: none; }

.menu-v li {
	font-size: 11pt;
    font-weight: bold;
	font-variant: small-caps;
	padding-left: 15px;
	border-bottom: dotted #2b4f72 1px;
}

.menu-v .mi-active {
	background: url('/i/arrows.png') no-repeat left center;
}

.menu-v .mi-active a {
	color: #dd2c1d;
}