* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: #e5e3e3;
	font-family: Arial;
}

#wrapper {
	width: 1020px;
	margin: 0 auto;
	background: #fff;
	position: relative;
}

/*Header*/
div.logo {
	height: 130px;
	//background: url("../img/header.jpg");
}
/*horizontal navigation*/

.hor_nav {
	font-family:  'Open Sans', sans-serif;
	height: 40px;
	background: #333;
	border-top: 5px solid #5a5a5a;
}

.hor_nav ul li {
	float: left;
	border-left: 1px solid #131313;
}

.hor_nav ul li:first-child {
	border: none;
}

a {
   text-decoration: none;
}

li {	
	list-style: none;
}

.hor_nav ul li a {
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    padding: 3px 30px;
    text-shadow: 1px 1px 1px #000;
	border-left: 1px solid #5a5a5a;
}

.activ {
    border-top: 6px solid #fff;
    display: block;
    height: 0;
    margin-top: -5px;	
}

.hor_nav >ul>li:nth-child(1) img {
	padding: 0;
	margin-right: 12px;
}

.hor_nav >ul>li:nth-child(2) {
	border-right: 1px solid #5a5a5a;
}

.hor_nav >ul>li:nth-child(3){
	//margin-left: 330px;
	padding: 0 8px 0 0;
	border: none;
	float: right;
}

.hor_nav ul li a img {
	vertical-align: text-bottom;
	//margin: -1px 0;
	margin-bottom: 2px;
}

.hor_nav ul li a span {
	margin-right: 16px;
}

.hor_nav ul li a:last-child {
	border: none;
}

.hor_nav>ul>li>a:hover {
	background: #5a5a5a;
	transition: all .8s;
}

/*sub main*/
.hor_nav ul li ul {
	display: none;
	width: 323px;
    height: 189px;
	background: #5a5a5a;
	position: absolute;
	z-index: 100;
}

.hor_nav ul li ul li {
	float: none;
	border-top: 1px solid #000;
	border-left: none;
}

.hor_nav ul li ul li:first-child {
	border-top: 1px solid #231f20;
}

.hor_nav ul li ul li a {
	font-size: 10.5pt;
    padding: 8px 10px 6px 8px;
	width: 305px;
}

.hor_nav ul li:hover ul {
	display: block;
}

.hor_nav ul li ul li a:hover {
	background: #333;
	transition: all .8s;
}
/*end horizontal navigation*/
/*block search*/
.block_search {
    background: none repeat scroll 0 0 #f0ebc5;
    border: 1px solid #a7a9ac;
    border-radius: 5px;
    height: 50px;
    margin: 23px 23px 15px 8px;
    padding-left: 15px;
    padding-top: 35px;
    padding-bottom: 15px;
    width: 273px;
}

.search-row {
    margin-left: -8px;
    margin-top: -50px;
    padding-bottom: 14px;
    width: 265px;
}

.search-row span {
	display: block;
	margin-left: 5px;
}

.block_search img {
    margin-right: 5px;
}

div.gsc-control-cse td,
div.gsc-control-cse,
div.gsc-control-cse input{
	border: 0;
	padding: 4px;
	margin: 0;
	outline: 0;
	 margin: 0 0 -2px;
	background: none;
}

.gsc-search-button .gsc-search-button-v2 {
    background: none repeat scroll 0 0 #333;
    height: 18px;
    width: 25px;
}

/*end block search*/
/*Vertical navigation*/
.vertical_nav {
	width: 290px;
	margin: 1px 23px 15px 8px;	
	border: 1px solid #a7a9ac;
	border-radius: 5px;
	overflow: hidden;
	background: #f0ebc5;
	border-bottom: none;
	float: left;
}

.header {
	width: 290px;
	height: 40px;
	background: #333;
}

h2 {
	color: #fff;
	font-size: 18px;
	padding: 8px 0 0 13px;
}

.vertical_nav ul li a {
    border-bottom: 1px solid #a7a9ac;
    color: #6c663a;
    display: block;
    font-size: 13pt;
    font-weight: bold;
    padding: 10px 0 10px 14px;
}

.vertical_nav ul li {
	border-top: 1px solid #fff;
}

.vertical_nav ul li:nth-child(1){
	border: none;
}

.vertical_nav ul li a:hover {
	background: #b7b28d;
	color: #e4e2d6;
	transition: all .6s;
}
/*And Vertical navigation*/
/*left aside news*/
.v_activ {
	background: #b7b28d;	
}
.vest ul li:nth-child(1) {
		border-bottom: 1px solid #a7a9ac;
}

.vest ul li {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #a7a9ac;
	padding: 14px 7px;
	//font-size: 12pt;
    color: #3a3636;
	background: url(../img/icon.png) no-repeat 4px 13px;
	text-align: justify;
	padding-left: 52px;
	width: 221px;
    font-weight: normal;
    font-size: 10pt;
}

/*end left aside news*/
/*aside Key Points*/

.block {
    background: linear-gradient(#fffbde, #f0ebc6) repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #3c3838;
    display: block;
    font-style: italic;
    margin: 25px 0 20px 14px;
    overflow: hidden;
    padding: 8px 26px;
    position: relative;
    width: 211px;
	border-radius: 10px 5px 5px 10px;
    text-align: justify;
}


.border {
    background: linear-gradient(90deg, #dbd6b5, #f7f3d5 83%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 5px 0 0 5px;
    bottom: 0;
    height: 186px;
    left: 0;
    position: absolute;
    width: 17px;
    top: -1px;
}

.block>blockquote {
    border-top: 1px solid #e2e2e2;
    color: #7b7865;
    font-weight: bold;
    margin-left: -10px;
    margin-top: 5px;
    padding-left: 30px;
    padding-top: 4px;
    text-align: center;
    width: 247px;
}
/*end aside Key Points*/
/*Aside Further Insights*/
aside.fur figure {
    margin: 17px;
}

aside .zon {
	float: left;
}

aside.fur>p {
    text-align: justify;
}

.vertical_nav.vest.fur span {
	padding: padding-right: 5px;
}

.vertical_nav.vest.fur span {
	color: #cc3333;
	font-weight:bold;
	padding-left: 5px;
}

aside.fur > p.john {
    padding: 14px 13px 20px;
	font-size: 11pt;
}

aside.fur > p.bests {
	padding-top: 21px;
	font-size: inherit;
	padding-right: 5px;
}

aside.fur > p.best {
    font-size: 11.5pt;
    padding-top: 4px;
	padding-right: 5px;
}

.priv {
    color: #595a5b;
    padding-top: 27px;
}
/*End Aside Further Insights*/
#left_side {
    width: 300px;
	overflow: hidden;
	float: left;
}
/*Content*/

#content {
    border: 1px solid #a7a9ac;
    border-radius: 2px;
    float: right;
    line-height: 1.5;
    margin-right: 8px;
    margin-top: 23px;
    padding: 5px 15px;
    width: 659px;
}

h1 {
    padding-bottom: 9px;
	color: #8d854c;;
}

.first {
	background: none;
	margin-bottom: 15px;
}

.first > span {
    font-weight: bold;
    padding-left: 17px;
	color: #8d854c;
}

.bold {
	font-weight: bold;
}

.first figure{
	color: #8d854c;
}

.first>figure {
	display: block;
	border-radius: 5px;
	background: linear-gradient(#faf8eb,#f1edca);
    margin: 5px 0 8px 51px;
    padding: 5px;
	width: 595px;
	font-style: italic;
	font-size: 15px;
}

.figure_1 {
    padding: 20px 81px 0;
}

.figure_2 {
    padding: 20px 124px 10px;
}

.figure_3 {
    padding: 20px 67px 10px;
}

.figure_4 {
    padding: 20px 67px 10px;
}

.figure_5 {
    padding: 20px 66px 10px;
}

.figure_6 {
    padding: 20px 60px 10px;
}

.brow_block {
    background: linear-gradient(#fffbde, #f0ebc6) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-left: 9px solid #b7b28d;
    border-radius: 5px;
    padding: 10px;
    margin: 16px 0;
}

.border_2 {
    background: linear-gradient(90deg, #dbd6b5, #f7f3d5 83%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 6px 0 0 6px;
    bottom: 0;
    height: 112px;
    left: 0;
    position: absolute;
    width: 17px;
}

.brow_bloc_2 {
    background: linear-gradient(#fffbde, #f0ebc6) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 5px;
    padding: 7px 20px 3px 26px;
    margin: 16px 0;
	position: relative;
	overflow: hidden;
}

.author {
	border-top: 1px solid #f1efe0;
    background: linear-gradient(#faf8eb, #f1edca) repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: #6c663a;
	margin-top: 5px;
	width: 655px;
	padding-left: 12px;
	margin-left: -12px;
}

figcaption {
	font-weight: bold;
	color: #8d854c;
	padding-left: 7px;
}

.gray-block {
	color: #333;
    padding: 10px;
	font-size: 12pt;
	border-radius: 5px;
	background: linear-gradient(#e2e2e2,#f5f5f5);
	width: 641px;
    margin: 18px 0;
}

.pad {
	margin-top: 20px;
}

p,ul {
	color: #373839;
    font-size: 15px;
	text-align: justify;
	margin-bottom: 10px;
}

#content ul li {
    list-style: url(../img/disc.png) outside;
	padding: 5px 0;
	margin: 0px 10px 0px 20px;
	color: #373839;
}

ul>li>span, ul>li> {
	font-weight: bold;
}

/*TABLE*/

caption {
	text-align: left;
	font-weight: bold;
	color: #6c663a;
	padding-bottom: 10px;
	padding-left: 20px;
}

#content table {
background: linear-gradient(90deg,#dbd9d9,#f3f3f3);
width: 663px;
height: 800px;
border: 1px solid silver;
border-collapse: collapse;
-moz-border-collapse: collapse;
border-radius: 5px;
-moz-border-radius: 5px;
overflow: hidden;
behavior: url(border-radius.htc);
}

#content tr:nth-child(1){
	background: linear-gradient(#767676, #6d6d6d);
	height: 28px;
	color: #fff;
	font-weight: 0 !important;
	color: #373839;
}

#content th {
    color: #fff;
}

#content table,tr,th,td {
    margin-top: 10px;
    border: 1px solid #aca7a7;
    padding: 3px;
	font-family: Arial;
	font-size: 11.5pt;
}

#content .first-st {
    background: linear-gradient(91deg, #c3c1c1, #f4f3f3) repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding: 6px;
    width: 89px;
}

#content .second-st {
    padding: 4px;
    width: 176px;
}

#content tr:nth-child(5){
	color: #539da4;
	background: #fff;
}

#content td:nth-child(1){
	vertical-align: top;
}

.block_note,.block_important{
    width: 660px;
	background: #ffffd2;
	margin: 20px 0;
	border: 1px solid #e5e5bd;
}

.header_block_note,.header_block_important {
    background: linear-gradient(#e2e2e2, #f5f5f5) repeat scroll 0 0 rgba(0, 0, 0, 0);
	height: 23px;
	color: #333;
	padding-left: 50px;
	//padding-top: 4px;
	position: relative;
}

.header_block_note:before {
    content: url("../img/note.png");
    left: 4px;
    position: absolute;
    top: -8px;
} 

.header_block_important {
    background: linear-gradient(180deg, #ffe56a, #ca9229) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.content_block_note,.content_block_important{
	padding: 10px 20px 10px 40px;
	font-size: 15px;
	color: #373839;	
}

.header_block_important:before {
    content: url("../img/important.png");
    left: 4px;
    position: absolute;
    top: -8px;
} 

.col {
    background: linear-gradient(180deg, #ff9393, #6d0000) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.war {
	color: #fff;
}

.war:before {
    content: url("../img/warning.png");
    left: 4px;
    position: absolute;
    top: -8px;
} 



/*END TABLE*/
/*FOOTER*/
footer {
	width: 100%;
	background: #333;
	height: 35px;
	text-align: center;
	color: #fff;
	padding-top: 15px;
	margin-top: 25px;
}
/*FOOTER*/