/* ----------------------------------------------------------------------------------------------------------
HTML
---------------------------------------------------------------------------------------------------------- */


body {
	background:#EAF8FB;
	color:#000;
	background-image : url(../images/fon_bg.jpg);
	background-position : top right;
	background-repeat : repeat-x;
}

a {color:#25A8C4;}
a:hover {color:#1F1F1F;}

fieldset {border:1px solid #F4B600;}
legend {background:#FFF; color:#25A8C4;}

table.table-style01 th {background:#25A8C4; color:#FFF;}
table.table-style01 th, table.table-style01 td {border:1px solid #7FD5E7;}
table.table-style01 tr.bg td {background:#D4F1F7;}

img.left {
padding: 0 7px 3px 0;
float:left;
}
/* ----------------------------------------------------------------------------------------------------------
Layout
---------------------------------------------------------------------------------------------------------- */
.main {
	position:relative;
	width:960px;
	margin:0 auto;
	text-align:left;
}

#header {
	background-image : url(../images/fon2.jpg);
	background-position : top right;
	background-repeat : no-repeat;
	height : 220px;
	padding:30px 0;
}

#logo {
	margin:0;
	margin-bottom:3px;
	font:bold 260%/1.3 "Times New Roman", Times, serif;
	padding-left : 95px;
	background-image : url(../images/8-p.png);
	background-position : top left;
	background-repeat : no-repeat;
	color:#FF3333;
	width : 350px;
	text-transform : uppercase;
}
#logo span {
	color:#FFBE00;
	font-weight : normal;
}
#logo a {
	color:#FFF;
	text-decoration : none;
	letter-spacing : 2px;
}

#slogan {
	color:#01668F;
	margin:0;
	background-image : url(../images/say.png);
	background-position : top left;
	background-repeat : no-repeat;
	width : 345px;
	padding : 22px 4px 10px 8px;
}
#search {
	margin-top : 20px;
}
#search #search-input {
	width:270px;
	padding:4px;
	font:normal 100%/1.2 "arial",sans-serif;
	border:1px solid #FFF;
}
#search #search-submit {
	border:1px solid #25A8C4;
	background:#25A8C4;
	color:#FFF;
	padding:3px 5px;
	font:bold 100%/1.2 "arial",sans-serif;
}

#nav {background-color:#FF9933;}
#nav li a {
	border-left:1px solid #FF9933;
	color: #990000;
}
#nav li.last a {border-right:1px solid #FF9933;}
#nav li#nav-active a {background:#FF3333; color:#FFF;}
#nav li a:hover {background:#FFBE00; color:#000;}

#cols .main {background-color:#FFF;}

#content h1 {border-bottom:1px solid #95DCEB;}
#content h3, #content h4 {border-bottom:1px solid #F4B600; color:#FF3333;}

#content h2 {border-top:1px solid #F4B600; color:#FF3333;}

#content h2 a, #content h4 a {text-decoration:none;}

#footer {
	background: #1994BC;
	color:#ffffff;
}
#footer a {color:#ffffff;}
#footer a:hover {color:#DCF5FF;}

/* ----------------------------------------------------------------------------------------------------------
1) HTML tags, reset
---------------------------------------------------------------------------------------------------------- */

* {margin:0; padding:0;}
body, div, span, p, a, img, ul, ol, li, caption, table, thead, tbody, tfoot, tr, th, td, form, fieldset, legend, label, dl, dt, dd, blockquote, applet, object, h1, h2, h3, h4, h5 {border:0;}
body {font:0.8em/1.5 "arial",sans-serif; text-align:center;}

h1, h2, h3, h4, h5, h6 {margin:15px 0 10px 0; font-family:"arial",sans-serif;}

p, table, ul, ol, dl, fieldset {margin:15px 0;}

table {border-collapse:collapse; border-spacing:0; font-size:100%;}
th {text-align:center; font-weight:bold;}
th, td {padding:3px 7px;}

ul, ol {margin-left:30px;}
ul ul, ol ol {margin:0; margin-left:20px;}
ol {list-style-type:decimal;}
li {display:list-item;}

dt {font-weight:bold;}
dd {margin-left:30px;}

fieldset {position:relative; padding:10px;}
legend {position:absolute; top:-1em; margin:0; padding:5px 10px; font-size:100%; font-weight:bold;}

/* ----------------------------------------------------------------------------------------------------------
2) Universal styles (display, float, margin, text-align...)
---------------------------------------------------------------------------------------------------------- */

.box {min-height:1px;}
.box:after {display:block; visibility:hidden; clear:both; line-height:0; font-size:0; content:".";}

.relative {position:relative;}

.clear {clear:both;}

.f-left {float:left !important;} img.f-left {float:left; margin-right:10px;}
.f-right {float:right !important;} img.f-right {float:right; margin-left:10px;}

.t-left {text-align:left !important;}
.t-center {text-align:center !important;}
.t-right {text-align:right !important;}
.t-justify {text-align:justify !important;}

.va-top {vertical-align:top;}
.va-middle {vertical-align:middle;}
.va-bottom {vertical-align:bottom;}

.nom {margin:0 !important;}
.nomt {margin-top:0 !important;}
.nomb {margin-bottom:0 !important;}

.noscreen {display:none;}

    .bigger {font-size:110%;}
    .smaller {font-size:85%;}

/* ----------------------------------------------------------------------------------------------------------
3) Generally HTML styles (table, ul, dl...)
---------------------------------------------------------------------------------------------------------- */

ul.ul-style01 {margin:15px 0 15px 20px; list-style:none;}
ul.ul-style01 li {padding-left:12px; padding-bottom:10px; background:url("../images/ul-style01.gif") 0 5px no-repeat;}
ul.ul-style01 ul {margin:0; list-style:none;}
ul.ul-style01 ul li {padding-left:12px; background:url("../images/ul-style01.gif") 0 5px no-repeat;}

/* ----------------------------------------------------------------------------------------------------------
4) Layout
---------------------------------------------------------------------------------------------------------- */

    #nav {clear:both; background:url("../images/nav.gif") 0 0 repeat-x;}
    #nav ul {margin:0; padding:0; list-style:none;}
    #nav li {display:inline; margin:0; padding:0;}
    #nav li a {display:block; float:left; padding:10px 20px; text-decoration:underline; font-weight:bold;}
    #nav li#nav-active a {font-weight:bold; text-decoration:none;}
	   
    #cols .main {padding-bottom:15px; background:url("../images/aside.gif") 100% 0 repeat-y;}

    	#content {float:left; width:700px;}
    	#content p {text-align:justify;}
    	
    	#content-in {padding-left:15px;}

            #content h1 {margin:0; margin-bottom:10px; font-size:160%; letter-spacing:-1px;}
            #content h2, #content h3, #content h4 {margin-bottom:0; margin-bottom:10px; font-size:140%; letter-spacing:-1px;}
            #content h3, #content h4 {letter-spacing:0; font-size:120%;}
                            
    	#aside {float:right; width:244px; padding-right:1px; overflow:hidden;}
    	
    	   #aside h3 {padding-right:15px; background:url("../images/arrow.gif") 100% 50% no-repeat; font-size:100%;}
    	   #aside ul {margin:5px 0 15px 0; padding:0; list-style:none;}
    	   #aside ul li {margin:0; padding:4px 10px 4px 0;}

#aside h3 {color:#FF3333;}
#aside ul li {border-bottom:1px solid #F4B600;}

#aside ul#reg {margin:5px 0 15px 0; padding:0; list-style:none;}
#aside ul#reg li {
	margin: 0;
	padding: 4px 10px 4px 0;
}
#aside ul#reg li a{
	font-weight: bold;
	color: #25A8C4;
	text-decoration: none;
	text-transform: uppercase;
}
#aside ul#reg li ul {margin:5px 0 10px 10px; list-style:none;}
#aside ul#reg li ul li {
	padding-left: 12px;
	background: url("../images/ul-style01.gif") 0 10px no-repeat;
	border: 0px;
}
#aside ul#reg li ul li a{
	font-weight: normal;
	color: #333;
	text-decoration: underline;
	text-transform: none;
}

	#footer {clear:both; padding:15px 0;}
    #footer p {margin:0;}

/* ----------------------------------------------------------------------------------------------------------
5) Page: Homepage
---------------------------------------------------------------------------------------------------------- */
#perex {border-bottom:5px solid #95DCEB; background:#D4F1F7;}             

.section {border-bottom:1px solid #F4B600;}

#perex {margin-bottom:15px; padding:15px;}
#perex p {margin:0;}              

.pervoe {float:left; width:336px; overflow:hidden;}
.section {margin:0 5px;}


.cols50 {background:url("../images/dot-02.gif") 55% 0 repeat-y;}

    .col50 {float:left; width:365px;}
    .col50-right {float:right; width:320px;}

        .col50 .article {padding:15px;}
        .col50 .article h4 {margin:0; margin-bottom:3px;}
        .col50 .article p {margin:0;}
        .col50 .article p.info {margin:0; margin-bottom:5px; font-weight:normal; font-size:95%;}

.hx-style01 {font-size:85%; font-weight:bold; text-transform:uppercase;}

ul.rsx-page-num-list{
    display:inline;
    list-style:none;
    margin:0px;
    padding:0px;
  }
  ul.rsx-page-num-list li {
    display: inline;
padding-left:5px;
  }
  .unlinked { font-weight: bold }