@font-face {
  font-family: "Trebuchet MS";
  src: url(../fonts/trebuchet/trebuc.ttf)
}
@font-face {
  font-family: "Trebuchet MS bold";
  src: url(../fonts/trebuchet/trebucbd.ttf)
} 

body {
	font: 15px/18px Arial, sans-serif;
	line-height: 20px;
}

/* placeholder */
.placeholder, input::-webkit-input-placeholder {
	font-style: italic;
}
input:-moz-placeholder {
	font-style: italic;
}

a {
	color: #005e99;
}
a:hover {
	color: #507fa8;
}

h1, .h1 {
	font-size: 30px;
	color: #000000;
	padding: 0;
	margin: 0 0 10px 0;
	line-height: 26px;
	font-weight: bold;
}
h2, .h2 {
	font-size: 18px;
	color: rgb( 8, 8, 8 );
	padding: 0;
	margin: 0 0 10px 0;
	line-height: 26px;
	font-weight: bold;
	text-align: left !important;
}
h3, .h3 {
	font-size: 16px;
	color: rgb( 8, 8, 8 );
	padding: 0;
	margin: 0 0 10px 0;
	line-height: 24px;
	font-weight: bold;
}



.h1_line {
	border-bottom: 1px solid #f7f7f7;
}


h6, .h6 {
	font-size: 14px;
	font-weight: bold;
	color: rgb( 8, 8, 8 );
	padding: 0;
	margin: 0 0 10px 0;
}

strong, b, .strong, .bold {
	font-weight: bold;
}

.i {
	font-style: italic;
}
.em {
	font-style: italic;
	font-weight: bold;
}


.text ul {
	margin: 0 0 5px 10px;
	overflow: hidden;
}
.text ol {
	list-style: decimal inside;
	margin: 0 0 5px 0px;
}
.text ul li {
	text-align: left !important;
	list-style: none !important;
    background: url(../img/marker-2.png) 0 6px no-repeat;
    padding-left: 20px;
	margin-bottom: 6px;
}

.list_ul {
	margin: 0 0 5px 0;
	overflow: hidden;
}
.list_ul li {
	text-align: left !important;
	list-style: none !important;
    background: url(../img/mark_2.png) 0 5px no-repeat;
    padding-left: 10px;
}

.text em {
	font-style: italic;
	font-weight: normal;
}

.text table {
	outline: 5px solid #EEF3F9;
	border: 1px solid #ddd;
	margin: 5px 5px 20px 5px;
	width: 98%;
}

.text th {
	border: 1px solid #DDDDDD;
	background: #EEF3F9 !important;
	vertical-align: middle;
	padding: 10px 5px;
	text-align: center !important;	
	color: #363636 !important;
	font-weight: bold;
	font-size: 14px;
}
.text td {
	border: 1px solid #DDDDDD;
	vertical-align: middle;
	padding: 10px 5px;
	text-align: left;
	background-color: #fff !important;	
	color: #363636 !important;	
	font-size: 14px;
}
.text td p {
	text-align: left !important;
}
.text td b {
	color: #363636 !important;		
}


.h1_line {
	border-bottom: 1px solid  #dfdedc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.line {
	border-bottom: 1px solid  #dfdedc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.yamaps {
	margin-bottom: 16px;
}


/*  */
.btn {
	background-color: #fedd2e;
	background-image: -moz-linear-gradient( 90deg, rgb(253,221,14) 0%, rgb(255,227,66) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(253,221,14) 0%, rgb(255,227,66) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(253,221,14) 0%, rgb(255,227,66) 100%);
	border-radius: 13px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #b59d21;
	font-size: 13px;
	font-family: "Arial";
	color: rgb(1, 1, 1);
	padding: 0 24px 0 24px;
	margin: 0;
	outline: none;
	height: 26px;
	/* box-shadow: #b59d21 0px 1px 0px 0px; */
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
	line-height: 27px;
	overflow: hidden;
}
.btn:hover {
	background-color: #f4cd00;
}
	
.btn_icon-billboard {
    background: #fedf25 url(../img/ico_6.png) 0 0 no-repeat;	
	width: 14px;
	height: 12px;
	position: relative;
	top: 2px;
}

.btn_icon_left {
	display: inline-block;
	padding-left: 5px;
}
	
	
	
	
	
	
	
	
	
	
	
	
	.btn_1 {
		background-image: url(../img/btn_1.png);
		background-position: 8px 50%;
		background-repeat: no-repeat;
		padding-left: 26px !important;
	}	
	.btn_2 {
		display: inline-block;
		width: 12px;
		height: 13px;
		background: url(../img/btn_2.png) 0 0 no-repeat;
		margin-right: 3px;
		line-height: 14px;
		font-size: 14px;
		vertical-align: middle;
	}	
	.btn_3 {
		background-image: url(../img/btn_3.png);
		background-position: 50% 50%;
		background-repeat: no-repeat;
		text-indent: -999px;
	}
	.btn_4 {
		background-image: url(../img/btn_4.png);
		background-position: 20px 50%;
		background-repeat: no-repeat;
		padding-left: 42px !important;
	}
	.btn_5 {
		background-image: url(../img/btn_5.png);
		background-position: 12px 50%;
		background-repeat: no-repeat;
		color: #fff;
		padding: 2px 10px 2px 36px !important;
		background-color: #236496;
	}
		.btn_5:hover {
			background-color: #2c7cba;
			color: #fff;
		}
	.btn_6 {
		background-image: url(../img/btn_3.png);
		background-position: 20px 50%;
		background-repeat: no-repeat;
		padding-left: 42px !important;
	}	
	.btn_7 {
		background-image: url(../img/btn_7.png);
		background-position: 8px 50%;
		background-repeat: no-repeat;
		padding-left: 30px !important;
	}
	
	
	
	
	
	
.banner {
	margin-bottom: 24px;
}


.list_1 {
	margin-bottom: 24px;
}
	.list_1 li {
		margin: 10px 0;
	}
	.list_1 a {
		font-size: 12px;
		color: rgb( 0, 107, 175 );
		font-weight: bold;
		background: url(../img/mark_1.png) 0 50% no-repeat;
		padding-left: 13px;
	}
	
.list_2 {
	margin-bottom: 24px;
}
	.list_2 li, .cont_more li {
		margin: 5px 0;
	}
	.list_2 a, .cont_more a {
		font-size: 12px;
		color: rgb( 0, 107, 175 );
		font-weight: bold;
		background: url(../img/mark_5.png) 0 50% no-repeat;
		padding-left: 13px;
	}	
	
	
	
	
	
.list_3 {
	margin-bottom: 24px;
}
	.list_3 li {
		margin: 5px 0;
	}
	.list_3 a {
		font-size: 12px;
		color: rgb( 0, 107, 175 );
		background: url(../img/mark_2.png) 0 50% no-repeat;
		padding-left: 13px;
	}	
	
	
.text {
	text-align: justify;
	margin-bottom: 24px;
}
	.text p {
		margin: 10px 0;
	}	
	.text img {
		max-width: 650px;
	}
	
	
.date {
	font-size: 14px;
	color: rgb( 35, 100, 150 );
	margin-bottom: 10px;
}

/*    */
.child {
    display:-moz-inline-box;
    display:inline-block;
    vertical-align:middle;
    zoom:1;
    //display:inline;
}
.helper {
    display:-moz-inline-box;
    display:inline-block;
    vertical-align:middle;
    height:100%;
    width:0px;
    zoom:1;
    //display:inline;
}

.exercises {
	background: url(../img/exercises.jpg) 50% 50% no-repeat;
	width: 505px;
	height: 300px;
	position: relative;
	margin-bottom: 15px;
	margin-left: 50px;
}
.exercises a {
	position: absolute;
	line-height: 11px;
}


/*  */
.form {
	clear: both;
	overflow: hidden;
	margin: 20px 0;
}
.form_row label {
	display: block;
	font-weight: bold;
	color: #666;
	margin: 0 0 5px 0;
}
.form_error {
	border-color: red !important;
}
	.form_row {
		margin: 0 0 15px 0;
		padding: 0 0 0 0;
	}
		.form_row input[type=text], .form_row input[type=password], .form_row textarea  {
			padding: 4px 0;
			text-indent: 4px;
			width: 99%;
			max-width: 99%;
			min-width: 99%;	
			border: 1px solid #999;			
		}
		.form_row select  {
			padding: 4px 0;
			text-indent: 4px;
			border: 1px solid #999;
		}
.form_captcha td {
	width: 160px;
	text-align: center;
	vertical-align: top;
	padding-right: 20px;
}
#fid_captcha {
	border: 1px solid #777;
}
.captcha_key {
	width: 160px !important;
	max-width: 160px !important;
	min-width: 160px !important;
}
.form_action {
	padding: 10px 0;
	margin-bottom: 15px;
	background: url(../img/line_2.png) 0 0 repeat-x;	
	text-align: center;
	vertical-align: bottom;
}
	.form_action .btn {
		vertical-align: bottom;
	}

.required {
	color: red;
	font-size: 16px;
}

label input[type="checkbox"] {
	vertical-align: middle;
}



/*  */
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #c09853;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}

.red {
	color: red !important;
}

.ptn {
	padding-top: 0 !important;
}	
.pbn {
	padding-bottom: 0 !important;
}	

/*  */	
.breadcrumb {
	font-size: 13px;
	color: rgb( 35, 100, 150 );
	font-weight: bold;
	margin-bottom: 16px;
	padding-bottom: 18px;
}
	.breadcrumb span {
		display: inline-block;
		width: 3px;
		height: 5px;
		background: url(../img/mark_1.png) 0 0 no-repeat;
		margin: 0 2px;
	}
	
	.breadcrumb span:last-child {
		display: none;
	}
	
	
/*  */	
.pagination {
	overflow: hidden;
	margin: 10px -4px 0 0;	
	text-align: right !important;
}
	.pagination ul {
		width: 100%;
		text-align: right !important;
		overflow: hidden;
		margin: 0;
	}
	.pagination li {
		overflow: hidden;
		display: inline-block;
		*display: inline;
		margin: 0 4px 0 0;
		background: #d9e4ef;
		padding: 0 0 1px 0;
		
	}
	.pagination a, .pagination span  {
		display: inline-block;
		height: 22px;
		line-height: 23px;
		padding: 0 7px; 
		text-decoration: none;
		font-size: 12px;
		color: rgb( 4, 52, 110 );
	}
	.pagination .active a  {
		background: #1b4870;
		font-size: 12px;
		color: rgb( 254, 221, 46 );
		font-weight: bold;

	}
	.paginator_panel {
		overflow: hidden;
		margin: 20px 0;
		text-align: right !important;	
	}	
	
.s_box {
	background: #fffbe4;
	position: relative;
	padding: 10px 17px 10px 17px;
/* 	left:-17px;
	width: 100%; */
}
.s_box li {
/* 	list-style: none;
	background: url(../img/s_box.png) 0 4px no-repeat;
	padding: 2px 0 5px 20px; */
}

.greed {
	width: 100%;
	border: none !important;	
}
.greed td {
	border: none !important;	
	vertical-align: top !important;
	padding: 0 40px 20px 20px;
}
.greed tr td:last-child {
	padding: 0 0 20px 0;
}

hr {
height: 1px;
border: none;
color: #dfdedc;
background: #dfdedc;
margin: 0;
}
* html hr {
margin: -7px 0;
}

.grd-row {
	overflow: hidden;
	margin-bottom: 20px;
}
.grd-left {
	float: left;
}

.b_img {
	position: relative;
}
.b_img span  {
	position: absolute;
	bottom: 3px;
	left: 0px;
	font-size: 14px;
	font-family: "Arial";
	color: rgb(255, 255, 255);
	line-height: 18px;
	margin: 0 0 0 0;
	padding: 20px 4%;
	text-indent: 0;
	width: 90%;
	background: url(../img/b_img.png) 0 0 repeat;
}


.b_info2 {
	display:block;
	padding:24px 17px 28px 28px;
	margin-bottom:20px;
	font-size:15px;
	border-radius: 4px;
	position: relative;
	background: #e3edff url(../img/b_info2.png) 0 100% no-repeat;
}
.b_info2:after {
	content: "";
	width: 0; 
	height: 0;
	border-bottom: 15px solid #236496;
	border-left: 15px solid transparent;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.b_info{display:block;border:3px solid #fedd2e;padding:17px 17px 17px 77px;background:url(../img/b_info.png) 29px 50% no-repeat;margin-bottom:20px;font-size:15px;font-family:"Trebuchet MS";color:rgb(8,8,8);font-style:italic}
.b_links{margin-bottom:20px;background:#236496;padding:17px 17px 17px 17px}
.b_links a{color:#fff !important}

.frame_content {
	padding: 15px 15px 0 15px;
}
