* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	height: 100%;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	width: 1024px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 371px;
	background: #FFE680;
}


/*  Плашка
-----------------------------------------------------------------------------*/
#plashka{
    margin: 0 auto;
    width: 1024px;
    height: 15px;
}

#plashka ul{
    list-style: none;
    }
    
#plashka li{
    list-style: none;
    display: block;
    float: left;
    height: 15px;
    width: 128px;
}

#banner{
    height: 300px;
    width: 1024px;
}

#usermenu{
    text-align: center;
    margin: 0 auto;
    width: 1024px;
    height: 56px;
}

#usermenu ul{
    list-style: none;
    }
    
#usermenu li{
    text-align: center;
    list-style: none;
    display: block;
    float: left;
    height: 56px;
    width: 128px;
    line-height:56px;
}

#usermenu li a{
        display:block;
        float:left;
        color:#fff;
        text-transform:uppercase;
        font-size:12px;
        text-decoration:none;
        height:56px;	
        width: 128px;
}
#usermenu li a:hover{
        color:#fff;
        text-decoration: underline;
}
#usermenu li a.current{
        display: block;
        float:left;
        color:#fff;
        text-transform:uppercase;
        font-size:12px;
        font-weight:bold;
        text-decoration:none;
        width: 128px;
        height:56px;
        
}
#usermenu li a:hover.current{
        color:#fff;
        text-decoration: underline;
}

/* Middle
-----------------------------------------------------------------------------*/
#content {
        padding: 10px;
	text-align: justify;
        margin: 0 auto;
}




/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 1024px;
	margin: -15px auto 0;
	height: 15px;
	background: #BFF08E;
	position: relative;
}

/**
* Pager
*/
ul.yiiPager
{   
	font-size:11px;
	border:0;
	margin: 0;
        padding:0;
	line-height:100%;
	display:inline;
}

ul.yiiPager li
{
	display:inline;
}

ul.yiiPager a:link,
ul.yiiPager a:visited
{
	font-weight:bold;
	color:#FFFFFF;
	padding:1px 6px;
	text-decoration:none;
}

ul.yiiPager .page a
{
	font-weight:normal;
}

ul.yiiPager a:hover
{
	
}

ul.yiiPager .selected a
{
	background:#2e6ab1;
	color:#FFFFFF;
	font-weight:bold;
}

ul.yiiPager .hidden a
{
	color:#FFFFFF;
}

.index_outer
{
    text-align: center; /* Для IE<8 */
    margin: 0 auto;
    width: 950px;
    clear: both;
    
}

.blocks_outer
{
 margin: 0 auto;
 margin-top: 20px;
 clear: both;
 width: 946px;
 height: 170px;
}

.index_block_first
{
    color:#fff;
    height: 140px;
    width: 280px;
    padding: 10px;
    text-align: center;
    border: 1px solid;
    border-radius: 7px;
    float: left;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}

.index_block_first a {
	color: #fff !important;
	outline: none;
	text-decoration: underline;
}

.index_block
{
    color:#fff !important;
    height: 140px;
    width: 280px;
    margin-left: 20px;
    padding: 10px;
    text-align: center;
    border: 1px solid;
    border-radius: 7px;
    float: left;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}

.index_block a {
	color: #fff !important;
	outline: none;
	text-decoration: underline;
}

.index_text
{
    margin-top: 20px;
    color:#fff;
    clear: both;
    border: 1px solid;
    padding: 10px;
    background-color: #2798a1;
    text-align: justify;
}

.consult
{
  width: 950px;  
  background-color: #2798a1;
  color:#fff;
  clear: both;
  padding: 10px;
  text-align: justify;
  margin: 0 auto;
  
}

.consult_item
{
    border-bottom: 2px dashed;
    border-color: #fff;
    margin-bottom: 10px;
    padding-bottom: 10px;
    overflow:hidden;
    word-wrap:break-word;
}