body {
	margin: 0 auto;
	padding: 0;
	
	color: #737373;
    font-family: Georgia,"Times New Roman",Times,Serif;
    font-size: 13px;
	
    background-color: #FFEAB7;
}

header {
	background: rgb(176,194,105); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(176,194,105,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(176,194,105,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(176,194,105,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(176,194,105,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(176,194,105,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(176,194,105,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0c269', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-khtml-border-radius: 10px 10px 0 0;
}

.nav > li a:hover,
.nav > li a:focus,
.nav > li.active > a,
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-submenu:hover>a,
.dropdown-submenu:focus>a,
.dropdown-submenu:focus>a,
.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:hover, 
.dropdown-menu > .active > a:focus {
	background: rgb(149,173,80); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(149,173,80,1) 0%, rgba(143,170,63,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(149,173,80,1)), color-stop(100%,rgba(143,170,63,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(149,173,80,1) 0%,rgba(143,170,63,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(149,173,80,1) 0%,rgba(143,170,63,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(149,173,80,1) 0%,rgba(143,170,63,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(149,173,80,1) 0%,rgba(143,170,63,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#95ad50', endColorstr='#8faa3f',GradientType=0 ); /* IE6-9 */
    color: #fff;
}
.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus,.dropdown-submenu:hover>a,.dropdown-submenu:focus>a,.dropdown-submenu:focus>a {
	color: #ffffff !important;
	text-shadow: none !important;
}

.moduletable_menu .dropdown-menu>li, .moduletable_menu .dropdown-menu>li, .moduletable .dropdown-menu>li {
	background-image: none;
	padding: 0;
}

a, a:link, a:visited, a.visited {
  text-decoration: none;
  color: #757F16;
}

/* :hover - adds special style to an element when you mouse over it. */
a:hover, a.hover
{
  text-decoration: none;
  color: #818F00;
}

h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
  font-family: Georgia, "Times New Roman", Times, Serif;
  font-size: 23px;
  font-style: normal;
  font-weight: bold;
  color: #718230;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
  font-family: Georgia, "Times New Roman", Times, Serif;
  font-size: 20px;
  color: #94AB3F;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
  font-family: Georgia, "Times New Roman", Times, Serif;
  font-size: 19px;
  font-style: normal;
  font-weight: bold;
  color: #D27441;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
  font-family: Georgia, "Times New Roman", Times, Serif;
  font-size: 18px;
  color: #D27441;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
  font-family: Georgia, "Times New Roman", Times, Serif;
  font-size: 15px;
  color: #181910;
  text-transform: uppercase;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
  font-family: Georgia, "Times New Roman", Times, Serif;
  font-size: 13px;
  color: #181910;
}

.item-page h2, .item-page h2 a,
.items-leading h2, .items-leading h2 a {
    color: #171A0A;
    font-family: Georgia,"Times New Roman",Times,Serif;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
}
.item-page h2,
.items-leading h2 {
	border: 1px dashed #CED1B8;
    padding: 3px;
    background-image: url("../images/first_sept/cell.png");	
}
.item-page h2 a,
.items-leading h2 a {
	background-image: url('../images/first_sept/PostHeaderIcon.png');
	padding: 4px 2px 8px 35px;
	background-repeat: no-repeat;	
}

.main {
	margin-top: 25px !important;
	margin-bottom: 10px !important;
	
	background: #ffffff;
	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	
	-moz-box-shadow: 3px 3px 25px rgba(0,0,0,0.5); /* Для Firefox */
    -webkit-box-shadow: 3px 3px 25px rgba(0,0,0,0.5); /* Для Safari и Chrome */
    box-shadow: 3px 3px 25px rgba(0,0,0,0.5); /* Параметры тени */
}

.wrap_header {
	background: url('../images/first_sept/Header.png') right top no-repeat;
	height: 170px;
	//height: 85px;
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-khtml-border-radius: 10px 10px 0 0;
}
.wrap_header h1 {
	font-size: 21px;
	font-weight: normal;
	letter-spacing: 1px;
}

.container_16, .container_12 {
	background-color: #FFFFFF;	
}

.component {
    background-color: #FFFFFF;
    padding: 6px;
    
    color: #161908;
    font-family: Arial,Helvetica,Sans-Serif;
}
.component h2 {
    line-height: 25px;
}

.moduletable h3, .moduletable_menu h3, .moduletable_login h3 {   
    color: #2D3413;
    font-size: 14px;
    font-weight: bold;
    
    background-image: url("../images/first_sept/BlockHeader.png");
    background-repeat: repeat-x;
    background-color: #B4C771;

	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;

	line-height: 20px;
    margin-bottom: 5px;
    min-height: 12px;
    padding: 2px 4px;   	
}

div.moduletable, div.moduletable_menu, div.moduletable_login {
	border: 1px solid #CED1B9;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	
	padding: 3px;
	margin: 6px 0;
}
div.moduletable, div.moduletable_menu, div.moduletable_login {
	background-image: url("../images/first_sept/cell.png");	
}

.moduletable_menu ul li, .moduletable_menu ol ul li, .moduletable ul.nav li {
	background-image: url('../images/first_sept/BlockContentBullets.png');
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 15px;
}
.moduletable ul.nav li a, .moduletable_menu li a {
    padding: 3px 15px 3px 5px;
}

.wrap_copyright {
	background-repeat:repeat-x;
	background-image: url("../images/first_sept/Footer.png");
	height: 60px;
	
	border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	-khtml-border-radius: 0px 0px 10px 10px;
}
.copyright {
	color: #20220C;
    font-family: Tahoma,Arial,Helvetica,Sans-Serif;
    font-size: 11px;
    margin-top: 15px;
}