/*
основной цвет шрифта: #2f5669
цвет больших заголовков: #7f848d 
ссылки правого меню: #0b628d
*/

div, html, body, p,img,
h1, h2, h3, h4, h5, h6, td
form, fieldset, a, img, a img{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

html {
	width:100%;
	height:100%;
	font: 62.5%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background:#fff;
	color: #2f5669;
}
body {
	font-size:1.1em;
	height: 100%;
	min-height: 100%;
	height: auto !important;
}

table {
    font-size: 1em;
}

a {
	color: #0b628d;
}

#wrapper {
    min-width: 1000px;
	height: 100%;
    background: url('/images/header_bg.jpg') 0 0 repeat-x;
}

#header {
    height:549px;
    background: url('/images/header.jpg') 50% 0 no-repeat;
    margin-bottom: -120px;
    
}

#header_inner {
    
    height:100%;
    position: relative;
    
}

#middle_wrapper {
	overflow: hidden;
}

#content {
    float: left;
    width:65%;
	position: relative;
}

#side {
    margin-left: 65%;
	position: relative;
}

#side a {
    color: #0b628d;
    font-size: 120%;
}

#side a:hover {
    text-decoration: none;
}


#footer {
    height:139px;
    background: url('/images/footer_bg.jpg') 0 0 repeat-x;
}

#footer_inner {
    background: url('/images/footer.jpg') 0 0 no-repeat;
    height:100%;
    position: relative;
}

.footer_menu {
    font-size: 0.9em;
    color: white;
    position: absolute;
    left:200px;
    top: 70px;
    width: 581px;
    height: 48px;
    background: url('/images/footer_line.png') 0 0 no-repeat;
    padding: 5px;
    text-align: center;
}

#footer-block-2 {
	font-size: 0.9em;
    color: white;
    position: absolute;
    left:800px;
    top: 70px;
    width: 581px;
    height: 48px;
}

.footer_menu a, #footer-block-2 a  {
    color: white;
    
}

h1, h2, h3, h4, h5 {
    margin-bottom: 0.5em;
    font-weight: normal;
    color: #7f848d;
    letter-spacing: 1%;
}

h1 { font-size: 175%; color: #2f5669 }
h2 { font-size: 150% }

h2.special {
    background: url('/images/arrow_with_corner.png') bottom left no-repeat;
    padding-left: 25px;
}

h1.special {
    background: url('/images/snowflake.jpg') 0 50% no-repeat;
    padding-left: 50px;
    line-height: 50px;
    overflow: hidden;
	height: 50px;
}

div.h1_inner {
    float: left;
    padding-right: 10px;
    background: url('/images/right_corner.jpg') 100% 70% no-repeat;
}

p { margin-bottom: 5px }

.tbl {
	border-collapse: separate;
	border-spacing: 2px;
	width: 100%;
}

.tbl caption{
	margin-bottom: 0.5em;
	font-size: 150%;
}

.tbl td, th{
	padding: 5px 10px;
	border: 1px solid silver;
}
