/*----------------------------------------------------------------------------------------------------------------------------------
  ===== AT RULES START =============================================================================================================
  ----------------------------------------------------------------------------------------------------------------------------------
*/
@charset 'utf-8';

@font-face {font-family: 'PT Sans'; 
	src: url('fonts/pts55f_w.eot'); 
	src: local('PT Sans'), url('fonts/PTS55F_W.woff') format('woff'),url('fonts/PTS55F_W.ttf') format('truetype'), url('fonts/PTS55F_W.svg#PTSans-Regular') format('svg');}

@font-face {font-family: 'PT Sans Italic'; 
	font-style: italic;
	src: url('fonts/pts56f_w.eot'); 
	src: local('PT Sans Italic'), url('fonts/PTS56F_W.woff') format('woff'),url('fonts/PTS56F_W.ttf') format('truetype'), url('fonts/PTS56F_W.svg#PTSans-Italic') format('svg');}

@font-face {font-family: 'PT Sans Bold';
	src: url('fonts/pts75f_w.eot');
	font-style: normal;
	font-weight: bold; 
	src: local('PT Sans Bold'), url('fonts/PTS75F_W.woff') format('woff'),url('fonts/PTS75F_W.ttf') format('truetype'), url('fonts/PTS75F_W.svg#PTSans-Bold') format('svg');}
/*----------------------------------------------------------------------------------------------------------------------------------
  ===== END ========================================================================================================================
  ----------------------------------------------------------------------------------------------------------------------------------
*/





/*----------------------------------------------------------------------------------------------------------------------------------
  ===== RESET START ================================================================================================================
  ----------------------------------------------------------------------------------------------------------------------------------
*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
audio, canvas, video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
audio:not([controls]) {
	display: none;
}
[hidden] {
	display: none;
}
input, textarea, select {
	font-weight: inherit;
	font-size: inherit;
	font-family: inherit;
}
figure {
	margin: 0;
}
form {
	margin: 0;
}
fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}
label {
	cursor: pointer;
}
legend {
	padding: 0;
	*margin-left: -7px;
	border: 0;
	white-space: normal;
}
button, input, select, textarea {
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
	font-size: 100%;
}
button, input {
	line-height: normal;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
	*overflow: visible;
}
button[disabled], input[disabled] {
	cursor: default;
}
input[type="checkbox"], input[type="radio"] {
	*width: 13px;
	*height: 13px;
	padding: 0;
	box-sizing: border-box;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	padding: 0;
	border: 0;
}
input:focus {
	outline: none;
}
textarea {
	vertical-align: top;
	overflow: auto;
	resize: vertical;
}
input, textarea {
	outline: none;
}
input:active, textarea:active {
	outline: none;
}
*:focus, * {
	-moz-outline: none;
	outline: none;
	ie-dummy: expression(this.hideFocus=true);
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
blockquote {
	padding: 0 20px;
}
dfn {
	font-style: italic;
}
hr {
	display: block;
	width: 0;
	height: 0;
	padding: 0;
	margin: 1em 0;
	border: 0;
	border-bottom: 1px solid #000;		
}
pre, code, kbd, samp {
	font-size: 1em;
	font-family: 'monospace', serif;
	_font-family: 'courier new', monospace;	
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
q {
	quotes: none;
}
q:before, q:after {
	content: "";
	content: none;
}
sub, sup {
	line-height: 0;
	vertical-align: baseline;
	font-size: 75%;
	position: relative;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
p {
	margin-top: 0;
	margin-bottom: 12px;
	line-height: 16px;
	color: #6e6e6e;
}
ul {
	list-style-type: disc;
	padding: 10px 0 10px 25px;
}
ol {
	list-style-type: decimal;
	padding: 10px 0 10px 25px;
}
ul li, ol li {
	padding-left: 0;
	background:none;
}
dd, dt, dd {
	margin: 0 0 0 0px;
}
img {
	border: 0;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td {
	line-height: normal;
	vertical-align: top;
}
input, textarea {
	outline: none;
}
input:active, textarea:active {
	outline: none;
}
:focus {
	outline: none;
}
a {	
	color: ;
}
a:hover {
	text-decoration: none;
}
a:hover, a:active {
	outline: 0;
}
h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
}
/*----------------------------------------------------------------------------------------------------------------------------------
  ===== END ========================================================================================================================
  ----------------------------------------------------------------------------------------------------------------------------------
*/





/*----------------------------------------------------------------------------------------------------------------------------------
  ===== GLOBAL START ===============================================================================================================
  ----------------------------------------------------------------------------------------------------------------------------------
*/
html {
	overflow: auto;
}
html, body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	font-size: 13px;
	font-family: 'PT Sans';
	color: #6e6e6e;	
}
h2 {
	margin-bottom: 10px;
	font-size: 20px;
	font-family: 'PT Sans Bold';
	color: #334351;
}
h3 {
	margin-bottom: 13px;
	font-size: 15px;
	font-family: 'PT Sans Bold';
	color: #6e6e6e;
}
/*----------------------------------------------------------------------------------------------------------------------------------
  ===== END ========================================================================================================================
  ----------------------------------------------------------------------------------------------------------------------------------
*/


/*----------------------------------------------------------------------------------------------------------------------------------
  ===== UNIVERSAL CLASSES START ====================================================================================================
  ----------------------------------------------------------------------------------------------------------------------------------
*/
.fl {
	float: left;
}
.fr {
	float: right;
}
.clfx:before, .clfx:after {
	content: '';
	display: table;
}
.clfx:after {
	clear: both;
}
.clfx {
	*zoom: 1;
}
.inbl {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.blk {
	display: block;
}
.alcntr {
	text-align: center;
}
.bg-reset {
	background: none !important;
}
.auto {
	width: 1000px;
	margin: 0 auto;
}
/*----------------------------------------------------------------------------------------------------------------------------------
  ===== END ========================================================================================================================
  ----------------------------------------------------------------------------------------------------------------------------------
*/





/*----------------------------------------------------------------------------------------------------------------------------------
  ===== MAIN WRAP START ============================================================================================================
  ----------------------------------------------------------------------------------------------------------------------------------
*/
.os-main-wrap {
	width: 100%;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
}
/*----------------------------------------------------------------------------------------------------------------------------------
  ===== HEADER START ===============================================================================================================
  ----------------------------------------------------------------------------------------------------------------------------------
*/
.os-header {
	width: 100%;	
	padding: 20px 0 0;
	background: #132129 url('img/bg/prim-bg-1.png') top center repeat-y;
	position: relative;
	z-index: 10;
}
.os-header nav {
	position: relative;
	bottom: -20px;
}
.os-main-nav {	
	padding: 5px 0;
	margin: 0;
	border-radius: 20px;
	background: #4f84c4 url('img/bg/secn-bg-5.png') repeat-x;		
	position: relative;	
	behavior: url('PIE.htc');
}
.os-main-nav li {
	list-style: none;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding-left: 2px;
	margin-left: -4px;
	*margin-left: 0;
	background: url('img/bg/marker-2.png') left center no-repeat;
}
.os-main-nav li:first-child {
	padding-left: 0;
	background: none;
}
.os-main-nav a {
	text-decoration: none;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height: 30px;
	padding: 0 15px;
	line-height: 30px;
	font-size: 13px;
	font-family: 'PT Sans Bold';
	color: #fff;
	text-transform: uppercase;	
}
.os-main-nav a:hover, .os-main-nav li.active a {
	background: #334352 url('img/bg/secn-bg-6.png') repeat-x;
}
/*----------------------------------------------------------------------------------------------------------------------------------
  ===== END ========================================================================================================================
  ----------------------------------------------------------------------------------------------------------------------------------
*/


/*===========================================================*/
.title-content {
	padding: 40px 0 5px 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

.title-content h2 {
	margin: 0;
	font: bold 28px 'PT Sans', Arial, Helvetica, Sans-serif;
	color: #444;
}

.menu-control {
	padding: 15px 0;
	font: 13px/27px 'PT Sans', Arial, Helvetica, Sans-serif;
	color: #2065c3;
}

.menu-control a {
	text-decoration: none;
	padding: 0 22px;
	font: 13px/27px 'PT Sans', Arial, Helvetica, Sans-serif;
	color: #2065c3;
}

.menu-control a:hover {
	text-decoration: underline;
}

.menu-control span {
	font: 13px/27px 'PT Sans', Arial, Helvetica, Sans-serif;
	color: #2065c3;
}

.content-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.content-menu a {
	font: 13px/27px 'PT Sans', Arial, Helvetica, Sans-serif;
	color: #2065c3;
	text-decoration: none;
	padding: 0 0 0 22px;
	background: url(../img/list-style.png) left center no-repeat;
}

.content-menu a:hover {
	text-decoration: underline;
}

.content-menu .desc {
	display: none;
	padding-left: 22px;
}

.content-menu ol {
	margin: 0;
	padding: 0 0 0 19px;
}

.content-menu ol li {
	font: 13px 'PT Sans', Arial, Helvetica, Sans-serif;
	color: #444;
}
/*===========================================================*/


/*----------------------------------------------------------------------------------------------------------------------------------
  ===== CONTENT START ==============================================================================================================
  ----------------------------------------------------------------------------------------------------------------------------------
*/
.os-container {
	width: 100%;
	*height: 1%;
	padding: 0 0 103px;	
	position: relative;
	z-index: 5;
}
.os-container:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;	
}
/*----------------------------------------------------------------------------------------------------------------------------------
  ===== END ========================================================================================================================
  ----------------------------------------------------------------------------------------------------------------------------------
*/
/*----------------------------------------------------------------------------------------------------------------------------------
  ===== END ========================================================================================================================
  ----------------------------------------------------------------------------------------------------------------------------------
*/





/*----------------------------------------------------------------------------------------------------------------------------------
  ===== FOOTER START ===============================================================================================================
  ----------------------------------------------------------------------------------------------------------------------------------
*/
.os-footer {
	width: 100%;	
	height: 80px;
	padding: 10px 0;
	margin: -103px 0 0;
	border-top: 3px solid #a7a7a7;
	background: #585858;
	position: relative;
	z-index: 15;
}
.os-foot-nav {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 0;
	margin: 0 14px 0 0;
}
.os-foot-nav li {
	list-style: none;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding-left: 10px;
	margin-left: 4px;
	background: url('img/bg/marker-1.png') left 5px no-repeat;
}
.os-foot-nav li:first-child {
	padding-left: 0;
	margin-left: 0;
	background: none;
}
.os-foot-nav a {
	color: #fff;
}
.os-foot-nav a:hover {
	text-decoration: none;
}
/*----------------------------------------------------------------------------------------------------------------------------------
  ===== END ========================================================================================================================
  ----------------------------------------------------------------------------------------------------------------------------------
*/





/*----------------------------------------------------------------------------------------------------------------------------------
  ===== FONTS START ================================================================================================================
  ----------------------------------------------------------------------------------------------------------------------------------
*/
.os-font-1 {
	font-size: 14px;
	font-family: 'PT Sans Bold';
	color: #5b5b5b;
}
a.os-font-1 {
	text-decoration: none;
}
.os-font-2 {
	font-size: 12px;	
	color: #fff;
}
strong.os-font-2 {
	font-family: 'PT Sans Bold';
}
p.os-font-2 {
	margin-bottom: 4px;
	line-height: 14px;
}
.os-font-3 {
	line-height: 40px;
	font-size: 23px;
	font-family: 'PT Sans Bold';
	color: #fff;
	text-transform: uppercase;
}
.os-font-3 img {
	margin-right: 8px;
}
.os-font-4 {
	line-height: 36px;
	font-size: 35px;
	font-family: 'PT Sans Bold';
	color: #5b5b5b;
}
.os-font-5 {
	line-height: 14px;
	font-size: 13px;
	font-family: 'PT Sans Bold';
	color: #5b5b5b;
}
.os-font-6 {
	font-size: 20px;
	font-family: 'PT Sans Bold';
	color: #334351;
}
.os-font-7 {
	font-size: 14px;
	font-family: 'PT Sans Bold';
	color: #6e6e6e;	
	text-transform: uppercase;
}
a.os-font-7 {
	text-decoration: none;
	border-bottom: 1px dotted;
}
a.os-font-7:hover {
	border-bottom: none;
}
.os-font-8 {
	font-size: 15px;
	font-family: 'PT Sans Bold';
	color: #fff;
}
.os-font-9 {	
	font-size: 25px;
	font-family: 'PT Sans Bold';
	color: #264152;
}
.os-font-10 {	
	font-size: 15px;
	font-family: 'PT Sans Bold';
	color: #264152;
}
/*----------------------------------------------------------------------------------------------------------------------------------
  ===== END ========================================================================================================================
  ----------------------------------------------------------------------------------------------------------------------------------
*/

/*----------------------------------------------------------------------------------------------------------------------------------
  ===== WRAPPERS START =============================================================================================================
  ----------------------------------------------------------------------------------------------------------------------------------
*/
.os-prim-wrap-1 {
	width: 317px;
	padding: 9px 0 0;
}
.os-prim-wrap-2 {
	width: 360px;
	padding-left: 30px;
	border-left: 1px solid #57626d;
}
.os-prim-wrap-3 {
	width: 195px;
}
.os-prim-wrap-4 {
	padding: 20px 0 0;	
	background: url('img/bg/secn-bg-4.png');
}
.os-prim-wrap-4:first-child {
	padding: 40px 0 0;	
}
.os-prim-wrap-5 {
	padding: 0 0 20px;
	text-align: justify;
	text-justify: newspaper;
    line-height: 0;
}
.os-prim-wrap-5:after {
	content: '.';
	display: inline-block;
	visibility: hidden;
	height: 0;
	margin-left: 100%;
}
.os-prim-wrap-6 {
	padding: 22px 0 0;
}
.os-prim-wrap-7 {
	width: 220px;
	padding: 20px 0 0;
}
.os-prim-wrap-8 {
	width: 680px;
	padding: 0 0 0 30px;
	border-left: 1px solid #9b9b9b;
}
.os-prim-wrap-9 {
	width: 220px;
}
.os-prim-wrap-10 {
	width: 780px;
}
.os-prim-wrap-11 {
    width: 270px;
    min-height: 600px;
    padding: 25px 40px;
    margin-bottom: 12px;
    background: #cccccc;
}
.os-prim-wrap-11 p > span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 25px;
}
.os-prim-wrap-11 p > a {
    font-size: 13px;
    color: #444444;
}
.os-prim-wrap-12 {
    width: 500px;
    margin-bottom: 12px;
}
.os-prim-wrap-12 span {
    margin-bottom: 4px;
    font-size: 14px;
    font-family: 'arial';
    color: #444444;
}
.os-prim-wrap-12 input[type="text"] {
    width: 300px;
    height: 16px;
    padding: 5px;
    margin: 0;
    border: 1px solid #cccccc;
    background: #ebebeb;
}
.os-prim-wrap-12 textarea {
    width: 438px;
    height: 200px;
    padding: 5px;
    margin: 4px 0 0 0;border: 1px solid #cccccc;
    background: #ebebeb;
}
.os-inner-wrap-1 {
	
}
.os-inner-wrap-2 {
	
}
.os-inner-wrap-3 {	
	width: 300px;
	padding: 10px;
	line-height: normal;
	border-radius: 5px;
	vertical-align: top;
	background: #324251 url('img/bg/prim-bg-2.png') repeat-x;
	position: relative;
	behavior: url('PIE.htc');
}
.os-inner-wrap-4 {
	margin: 3px 0 0;
}
.os-inner-wrap-5 {
	margin: 12px 0 0;
}
.os-inner-wrap-6 {
	width: 330px;
}
.os-inner-wrap-7 {
	width: 670px;
}
.os-former-block-1 {
	
}
.os-former-block-2 {
	
}
.os-former-block-3 {
	width: 220px;
}
.os-former-block-4 {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 80px;
	height: 56px;
	padding: 12px 0;
	text-align: center;
	background: url('img/bg/secn-bg-2.png') no-repeat;
}
.os-former-block-5 {
	width: 290px;
	height: 40px;
	padding: 0 10px 0 20px;
	line-height: 40px;
	background: #264152;
}
.os-popup-1 {
	display: none;
	width: 255px;
	padding: 4px 10px;
	border-radius: 5px;
	font-size: 12px;
	color: #fff;
	background: #c0c0c0;
	position: absolute;
	top: 25px;
	left: 0;
	z-index: 300;
	behavior: url('PIE.htc');
	-pie-poll: true;
	-pie-watch-ancestors: 1;
}
.os-marker-1 {
	display: block;
	width: 16px;
	height: 8px;
	background: url('img/bg/marker-6.png') no-repeat;
	position: absolute;
	top: -8px;
	left: 30px;
}
.popup {
	position: relative;	
}
.popup:hover .os-popup-1 {
	display: block;
}
/*----------------------------------------------------------------------------------------------------------------------------------
  ===== END ========================================================================================================================
  ----------------------------------------------------------------------------------------------------------------------------------
*/
/*----------------------------------------------------------------------------------------------------------------------------------
  ===== END ========================================================================================================================
  ----------------------------------------------------------------------------------------------------------------------------------
*/





/*----------------------------------------------------------------------------------------------------------------------------------
  ===== BREAKS START ===============================================================================================================
  ----------------------------------------------------------------------------------------------------------------------------------
*/
.os-break-1 {
	width: 100%;
	margin: 8px 0 10px;
	border-bottom: 1px solid #97a4b0;
}
/*----------------------------------------------------------------------------------------------------------------------------------
  ===== END ========================================================================================================================
  ----------------------------------------------------------------------------------------------------------------------------------
*/





/*----------------------------------------------------------------------------------------------------------------------------------
  ===== BUTTONS START ==============================================================================================================
  ----------------------------------------------------------------------------------------------------------------------------------
*/
.os-but-1 {
	text-decoration: none;
	border: none;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height: 48px;
	padding: 0 2px;
	margin: 0 22px;
	line-height: 48px;
	background: url('img/bg/secn-bg-1.png') repeat-x;
	position: relative;
}
.os-but-1:before {
	content: '';
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 24px;
	height: 48px;
	background: url('img/bg/before-1.png') no-repeat;
	position: absolute;
	top: 0;
	left: -22px;
}
.os-but-1:after {
	content: '';
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 24px;
	height: 48px;
	background: url('img/bg/after-1.png') no-repeat;
	position: absolute;
	top: 0;
	right: -22px;
}
.os-but-1 span:first-child {
	margin-right: 4px;
}
.os-but-2 {
	text-decoration: none;
	border: none;
	min-width: 110px;
	height: 40px;
	padding: 0 10px;
	line-height: 40px;
	border-radius: 20px;
	font-size: 20px;
	font-family: 'PT Sans Bold';
	color: #fff;
	text-align: center;
	background: #4f84c4 url('img/bg/secn-bg-5.png') repeat-x;
	position: relative;
	behavior: url('PIE.htc');
}
.os-but-2:hover {
	background-position: 0 -40px;
}
.os-but-3 {
	text-decoration: none;
	border: none;
	min-width: 60px;
	height: 30px;
	padding: 0 20px;
	line-height: 30px;
	border-radius: 20px;
	font-size: 15px;
	font-family: 'PT Sans Bold';
	color: #fff;
	text-align: center;
	background: #4f84c4 url('img/bg/secn-bg-5.png') repeat-x;
	position: relative;
	behavior: url('PIE.htc');
}
.os-but-3:hover {
	background-position: 0 -40px;
}
/*----------------------------------------------------------------------------------------------------------------------------------
  ===== END ========================================================================================================================
  ----------------------------------------------------------------------------------------------------------------------------------
*/





/*----------------------------------------------------------------------------------------------------------------------------------
  ===== LISTS START ================================================================================================================
  ----------------------------------------------------------------------------------------------------------------------------------
*/
.os-list-1 {
	padding: 0;
	margin: 9px 0 0;
}
.os-list-1 li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-right: -4px;
}
.os-list-1 a {
	text-decoration: none;	
	height: 22px;
	padding: 0 10px;
	line-height: 22px;
	border-radius: 10px;
	behavior: url('PIE.htc');
}
.os-list-1 li.active a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	background: #505860;
}
.os-list-2 {
	padding: 0;
	margin: 2px 0 12px;
}
.os-list-2 li {
	list-style: none;
	padding-left: 8px;
	line-height: 18px;
	font-size: 15px;
	font-family: 'PT Sans Bold';
	color: #fff;
	background: url('img/bg/marker-3.png') left 11px no-repeat;
}
.os-list-3 {
	padding: 0;
	margin: 0 0 41px;
	counter-reset: section;
}
.os-list-3 li {	
	list-style: none;
	min-height: 30px;
	padding-left: 40px;
	margin-bottom: 20px;
	line-height: 14px;
	color: #6e6e6e;
	position: relative;
}
.os-list-3 li:before {	
	content: '' counter(section);
	counter-increment: section;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	font-family: 'PT Sans Bold';
	color: #fff;
	text-align: center;
	background: url('img/bg/secn-bg-3.png') no-repeat;
	position: absolute;
	top: 0;
	left: 0
}
.os-list-4 {
	padding: 0;
	margin: 0;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.os-list-4 li {
	list-style: none;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.os-list-4 a {
	text-decoration: none;
}
.os-list-4 a:hover img {
	opacity: 0.5;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}
.os-list-5 {
	padding: 0;
	margin: 0 0 10px -7px;
}
.os-list-5 li {
	list-style: none;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 95px;
	height: 83px;
	margin-left: 7px;
	margin-bottom: 7px;
	border: 1px solid #eaeaea;
	border-radius: 5px;
	vertical-align: top;
	position: relative;
	behavior: url('PIE.htc');
}
.os-list-5 a {
	display: table-cell;
	width: 95px;
	height: 83px;
	text-align: center;
	vertical-align: middle;
}
.os-list-6 {
	padding: 0;
	margin: 0 0 22px;
}
.os-list-6 li {
	list-style: none;
	padding-left: 21px;
	margin-left: 10px;
	margin-bottom: 12px;
	color: #6e6e6e;
	background: url('img/bg/marker-4.png') left 2px no-repeat;
}
.os-list-7 {
	padding: 0;
	margin: 17px 0 17px -29px;
}
.os-list-7 li {
	list-style: none;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-left: 29px;
}
.os-list-8 {
	padding: 0;
	margin: 0;
}
.os-list-8 li {
	list-style: none;
	padding-left: 7px;
	margin-bottom: 20px;
	line-height: 14px;
	background: url('img/bg/marker-5.png') left 7px no-repeat;
}
.os-list-9 {
	padding: 0;
	margin: 7px 0 10px;
}
.os-list-9 li {
	list-style: none;
	margin-bottom: 2px;
	line-height: 14px;
}
/*----------------------------------------------------------------------------------------------------------------------------------
  ===== END ========================================================================================================================
  ----------------------------------------------------------------------------------------------------------------------------------
*/





/*----------------------------------------------------------------------------------------------------------------------------------
  ===== TABLES START ===============================================================================================================
  ----------------------------------------------------------------------------------------------------------------------------------
*/
.os-table-1 {
	width: 100%;
	border-collapse: separate;
}
.os-table-1 thead tr td {	
	height: 40px;
	padding: 0 0 0 20px;	
	border-bottom: 2px solid #fff;
	font-size: 20px;
	font-family: 'PT Sans Bold';
	color: #fff;	
	text-transform: uppercase;
	vertical-align: middle;
	background: #334351;
}
.os-table-1 thead tr td:first-child {	
	width: 250px;
	padding: 0;
	font-size: 15px;
	font-family: 'PT Sans Bold';
	color: #324251;	
	background: none;
}
.os-table-1 tbody tr td {
	height: 41px;	
	padding: 0;
	border-bottom: 1px solid #efefef;
	color: #6e6e6e;
	vertical-align: middle;
	background: url('img/bg/prim-bg-3.png');
}
.os-table-1 tbody tr td:first-child {		
	padding: 0 0 0 10px;
	background: none;	
}
.os-table-1 tbody tr:last-child td:first-child {
	padding: 0;
}
.last-1 td:first-child {
	padding: 0;
}
.os-table-1.s-type tbody tr td {
	padding: 0 20px;
}
.os-table-1.s-type tbody tr td:first-child {		
	padding: 0 0 0 10px;
	background: none;	
}
.os-table-2 {
	width: 320px;
	border-collapse: separate;
}
.os-table-2 thead tr td {	
	height: 40px;
	padding: 0;		
	font-size: 20px;
	font-family: 'PT Sans Bold';
	color: #fff;	
	vertical-align: middle;
	background: #334351;
}
.os-table-2 thead tr td:first-child {	
	width: 180px;
	padding: 0 0 0 20px;	
}
.os-table-2 tbody tr td {
	height: 40px;	
	padding: 0 0 0 20px;
	vertical-align: middle;	
}
.os-table-2 tfoot tr td {
	height: 40px;	
	padding: 0;
	vertical-align: middle;	
}
/*----------------------------------------------------------------------------------------------------------------------------------
  ===== END ========================================================================================================================
  ----------------------------------------------------------------------------------------------------------------------------------
*/















/*----------------------------------------------------------------------------------------------------------------------------------
  ===== SCRIPTS STYLES START =======================================================================================================
  ----------------------------------------------------------------------------------------------------------------------------------
*/

/*----------------------------------------------------------------------------------------------------------------------------------
  ===== UI SLIDER ==================================================================================================================
  ----------------------------------------------------------------------------------------------------------------------------------
*/
.ui-slider-list {
	width: 220px;
	padding: 0;
	margin: 6px auto 3px;
	text-align: justify;
	text-justify: newspaper;
}
.ui-slider-list:after {
	content: '.';
	display: inline-block;
	visibility: hidden;
	height: 0;
	margin-left: 100%;
}
.ui-slider-list li {
	list-style: none;
	display: inline-block;	
	height: 16px;
	padding: 0 5px;
	line-height: 16px;
	border-radius: 5px;
	font-size: 12px;	
	color: #747474;
	text-align: center;
	vertical-align: top;	
	position: relative;
	behavior: url('PIE.htc');
}
.ui-slider-list a {
	text-decoration: none;
	color: #747474;
}
.ui-slider-list li[name="1"].active {
	background: url('img/bg/clr-1.png');
}
.ui-slider-list li[name="2"].active {
	background: url('img/bg/clr-2.png');
}
.ui-slider-list li[name="3"].active {
	background: url('img/bg/clr-3.png');
}
.ui-slider-list li[name="4"].active {
	background: url('img/bg/clr-4.png');
}
.ui-slider-list li.active a {
	color: #fff;
}
.ui-slider-content-list {
	width: 220px;
	padding: 0;
	margin: 0 auto 18px;	
}
.ui-slider-content-list li {
	list-style: none;
	display: inline-block;		
	padding-top: 4px;
	margin-left: 20px;
	font-size: 10px;	
	color: #747474;
	text-align: left;
	vertical-align: top;	
}
.ui-slider-content-list li:first-child {
	margin-left: 0;
}
.ui-slider-content-list li.active {
	visibility: visible;
}
.ui-slider-content-list li p {
	line-height: 14px;
	margin-bottom: 5px;
}
.slider {
	width: 180px;
	height: 14px;
	padding: 0;
	margin: -16px auto 0;	
	background: url('img/bg/prim-bg-4.png') no-repeat;
	position: relative;
}
.slider:before {
	content: '';
	display: inline-block;
	width: 25px;
	height: 14px;
	background: url('img/bg/before-2.png') no-repeat;
	position: absolute;
	top: 0;
	left: -25px;
}
.slider:after {
	content: '';
	display: inline-block;
	width: 25px;
	height: 14px;
	background: url('img/bg/after-2.png') no-repeat;
	position: absolute;
	top: 0;
	right: -25px;
}
.ui-widget-header {
	background: url('img/bg/prim-bg-5.png') no-repeat;
	height: 14px;	
	position: absolute;
	left: 0;
	top: 0;	
}
.ui-slider-handle {
	width: 20px;
	height: 20px;
	margin-left: -10px;
	position: absolute;
	top: -3px;
	z-index: 200;
	background: url('img/bg/polzunok.png') no-repeat;
}
#slider-result {
	display: none;
}


/*----------------------------------------------------------------------------------------------------------------------------------
  ===== END ========================================================================================================================
  ----------------------------------------------------------------------------------------------------------------------------------
*/

/*----------------------------------------------------------------------------------------------------------------------------------
  ===== END ========================================================================================================================
  ----------------------------------------------------------------------------------------------------------------------------------
*/


.title-content {
	padding: 0 0 5px 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

.title-content h2 {
	margin: 0;
	font: bold 28px 'PT Sans', Arial, Helvetica, Sans-serif;
	color: #444;
}

.menu-control {
	padding: 15px 0;
	font: 13px/27px 'PT Sans', Arial, Helvetica, Sans-serif;
	color: #2065c3;
}

.menu-control a {
	text-decoration: none;
	padding: 0 22px;
	font: 13px/27px 'PT Sans', Arial, Helvetica, Sans-serif;
	color: #2065c3;
}

.menu-control a:hover {
	text-decoration: underline;
}

.menu-control span {
	font: 13px/27px 'PT Sans', Arial, Helvetica, Sans-serif;
	color: #2065c3;
}

.content-menu {
	margin: 0;
	padding: 0 0 30px 0;
	list-style: none;
}

.content-menu a {
	font: 13px/27px 'PT Sans', Arial, Helvetica, Sans-serif;
	color: #2065c3;
	text-decoration: none;
	padding: 0 0 0 22px;
	background: url(img/bg/list-style.png) left center no-repeat;
}

.content-menu a:hover {
	text-decoration: underline;
}

.content-menu .desc {
	display: none;
	padding-left: 22px;
}

.content-menu ol {
	margin: 0;
	padding: 0 0 0 19px;
}

.content-menu ol li {
	font: 13px 'PT Sans', Arial, Helvetica, Sans-serif;
	color: #444;
}