html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, 
pre,a, abbr, acronym, address, 
big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, 
samp,small, strike, strong, sub, sup, tt, var,b, u, i, 
center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, 
caption, tbody, tfoot, thead, tr, th, td
{	margin: 0;	padding: 0;	border: 0;	outline: 0;	}

ul {list-style: none;}

body {
    font: 12px/18px Arial, "Times New Roman" , Tahoma, sans-serif;
    color: white;
    /*background: url(../images/body.jpg) fixed repeat-x top #93021d;*/
    background: url(../images/wrapper.jpg) fixed no-repeat center top #580114;
}
html, body {
    text-align: left;
    line-height: 150%;
}

a {
    color: white;
    outline: none;
    /*text-decoration: none;*/
}
a:hover {
    /*text-decoration: underline;
    cursor: pointer;*/
}
p {
    margin-bottom: 18px;
}
img {
    border: none;
}
input {
    vertical-align: middle;
    border: none;
    padding: 2px 4px;
}
input[type="submit"] {
    background: #3E001A;
    color: white;
    cursor: pointer;
}
.fL {
    float: left;
}
.fR {
    float: right;
}
.clear {
    clear: both;
}
.pT20 {
    padding-top: 20px;
}
.F16 {
    font-size: 16px !important;
}
.background {
    background: url(../images/wrapper.jpg) fixed no-repeat top;
}
#wrapper {
    min-width: 1000px;
    max-width: 1000px;
    margin: 0 auto;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
    height: 195px;
}

#footer {
    height: 100px;
    border-top: 1px dotted white;
    margin-top: 20px;
    color: white;
    width: 1000px;
    margin: 0 auto;
    position: relative;
}
#wrfooter {
    width: 100%;
    position: relative;
}
.downbody {
    right: 0px;
    bottom: -10%;
    /*background: url(../images/footer.jpg);*/
    border: 1px solid yellow;
    height: 330px;
    width: 100%;
    z-index: -1;
    display: block;
    position: absolute;
}
/* Middle
-----------------------------------------------------------------------------*/
#middle {
    width: 99%;
    height: 1%;
    position: relative;
    /*padding-top: 36px;*/
}
#middle:after {
    content: '.';
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
#container {
    width: 100%;
    float: left;
    overflow: hidden;
}
#content {
    padding: 0 28% 0 0;
}


/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
    float: left;
    width: 24%;
    margin-left: -100%;
    position: relative;
}


/* Sidebar Right
-----------------------------------------------------------------------------*/
#sideRight {
    float: left;
    margin-right: -3px;
    width: 25%; /*ширина правой колонки*/
    margin-left: -25%;
    position: relative;
    /*background: #ffffff;*/
}

h1, h2, h3, h4, h5, h6 {
    /*text-transform: uppercase;*/
    font-weight: normal;
    margin-bottom: 9px;
    color: white;
    font-family : 'Times New Roman';
}
h1 {
    font-size: 24px;
    line-height: 36px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 14px;
    line-height: 18px;
}
h4 {
    font-size: 12px;
    line-height: 18px;
}

h5 {
    font-size: 11px;
    line-height: 18px;
}

h6 {
    font-size: 10px;
    line-height: 18px;
}
ul, ol {
    margin-bottom: 18px;
}
ol li {
    margin-left: 36px;
}
ul li {
    margin-left: 18px;
}
table caption {
    font-size: 14px;
    color: #484848;
}
table tr td {
    padding: 6px;
}
/* Элементы шапки */
#header div.fR {
    text-align: right;
}
div.logo {
    padding-left: 40px;
    padding-top: 40px;
}
.icons {
    padding-top: 40px;
    padding-left: 20px;
}
.icons img {
    padding-right: 10px;
}
/* Регистрация */
div.login {
    font-size: 12px;
    float: right;
    padding-right: 125px;
    padding-top: 10px;
}
div.login a {
    font-size: 12px;
}
div.login table tr td{
    padding: 2px;
    font-size: 12px;
}
div.user_panel {
    font-size: 12px;
    padding-bottom: 10px;
}
div.user_panel table tr td{
    padding: 2px;
    font-size: 12px;
    padding-top: 10px;
}
/*div.page_title {
    color: #484848;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 18px;
}*/
.page_title {
    background: url(../images/hfone.png) no-repeat bottom left;
    color: white;
    height: 25px;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-family : 'Times New Roman';
}
.page_title span {
    padding-left: 30px;
}

img.ajax_progress_bar{
/*background-image: url("../images/ajax-loader_noprogress.gif");*/
}
div.b-bread {
    padding: 9px 0;
}

/* SITEMAP */
div.sitemap {
}
div.sitemap ul li li {
    padding-left: 10px;
    margin-top: 10px;
}
/* SITEMAP */

div.shortcuts ul li{
    display: inline;
}
div.leftmenu {
    padding-left: 20px;
    font-size: 14px;
    font-family : 'Times New Roman';
    text-transform: uppercase;
}
div.leftmenu ul li {
    padding-bottom: 5px;
    margin-left: 10px !important;
}
div.leftmenu ul li a {
    color: #FFEFC2;
    display: block;
    text-decoration: none;
    text-shadow: 1px 1px black;
}
div.leftmenu a.current{
    text-decoration: underline;
}
div.leftmenu ul li ul {
    list-style: none;
}
div.leftmenu ul li ul {
    margin-bottom: 0px !important;
}
div.leftmenu ul li ul li {
    padding-top: 5px !important;
}

/*Тело страницы*/
div.page_body {
    font-size: 14px;
}
/*Календарь*/
div.calendar {
    text-align: center;
}
div.search_cal {
    font-size: 12px;
}
table.calendar_tbl {
    margin: 0 auto;
    width: 80%;
}
div.sidebar h2 {
    text-align: center;
}
div.c_tags_cloud {
    padding-top: 18px;
    text-align: center;
}

div.admin_panel{
    margin-top:5px;
    margin-bottom:10px;
    font-size: 10px;
}

div.admin_panel a{
    color:red;
}

/*----------------TOP MENU-------------------------*/
#topmenu, #footermenu {
    border: none;
    font-size: 16px;
    text-transform: uppercase;
    float: right;
    font-family : 'Times New Roman';
}
#topmenu {
    padding-top: 20px;
}
#search {
    padding-top: 10px;
    padding-right: 10px;
}
.oksearch {
    background: #3E001A;
    color: #EE8888 !important;
}
.oksearch:hover {
}
.textsearch {
    width: 170px;
    
    border: 1px solid #710119;
    background: none; /*#710119 !important;*/
    color: #EE8888;
}
#footermenu {
    padding-top: 10px;
}

#topmenu ul, #footermenu ul {
    list-style-type: none;
    padding: 5px 10px;
}

/*Top level list items*/
#topmenu ul li, #footermenu ul li {
    position: relative;
    display: inline;
    float: left;
    margin-left: 10px !important;

}

/*Top level menu link items style*/
#topmenu ul li a, #footermenu ul li a {
    display: block;
    text-decoration: none;
    color: #FFEFC2;
    text-shadow: 1px 1px black;
}

#topmenu ul li a, #footermenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
    display: inline-block;
}

#topmenu ul li a:hover, #footermenu ul li a:hover {
    text-decoration: underline;
}
#topmenu ul li a.current, #footermenu ul li a.current {
    text-decoration: underline;
}
/*----------------END MENU-------------------------*/
.copy {
    padding-top: 20px;
}

.topinfo{
    float: right;
    padding: 15px 10px 15px 0;
    color: #EE8888;
    font-size: 14px;
}
