html {color:#000; background:#fff; width:100%; height:100%; margin:0; padding:0;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
code,form,fieldset,legend,input,textarea,p,blockquote,th,td,img {margin: 0; padding: 0;}
table {border-collapse: collapse; border-spacing: 0; font-size: 100%;}
fieldset,img {border: 0;}
address,caption,cite,code,dfn,var {font-style: normal; font-weight: normal;}
li {list-style: none;}
/*caption,th{text-align:left;}*/
h1,h2,h3,h4,h5,h6 {font-size: 100%; font-weight: normal;}
q:before,q:after {content:'';}
abbr,acronym {border:0; font-variant: normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align: text-top;}
sub {vertical-align: text-bottom;}
input,textarea,select {font-family: inherit; font-size: inherit; font-weight: inherit;}
/*to enable resizing for IE*/
input,textarea,select {*font-size: 100%;}
/*because legend doesn't inherit in IE */
legend {color: #000;}

/************ STYLE ****************/

html {
	background: #fff url('/pix/body_bg.jpg') repeat-y 50% 0;
}

body {
	background: url('/pix/top.jpg') no-repeat 50% 0;
	font-family: Century Gothic, Verdana;
	font-size: 14px;
	margin: 0;
	padding: 0;
	color: #000;
	width: 100%;
	height: 100%;
	min-width: 1000px;
	position: relative;
}

a {
	color: #000;
	text-decoration: underline;
}
	
a:hover {
	text-decoration: none;
}
	
div.center div.content p {
	line-height: 17px;
}

div.center div.content p:first-letter {
	padding-left: 37px;
}

div.center div.content ul {
	margin-left: 6px;
	padding: 0;
}
	
div.center div.content ul li {
	padding: 2px 0px 2px 0px;
}

div.center div.content ol li {
	list-style-type: decimal;
	padding: 2px 0px 2px 0px;
}

div.center div.content table td {
	padding: 7px 5px 7px 5px;
	border: #999;
}		
	
/************ HEADER ****************/
	
div.head {
	height: 165px;
	font-size: 0;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 10;
}

.page div.head {
	height: 191px;
	background: url('/pix/head.jpg') no-repeat 0 100%;
}
	
img.logo {
	position: absolute;
	margin-top: 42px;
	margin-left: 25px;
	width: 154px;
	height: 80px;
}

img.head_slogan {
	position: absolute;
	margin-top: 71px;
	margin-left: 641px;
}
	
ul.top_menu {
	position: absolute;
	margin-top: 135px;
	margin-left: 8px;
}
	
ul.top_menu li {
	float: left;
	background: url('/pix/topmenu_sp.gif') no-repeat 0 9px;
	padding: 0 40px 0 42px;
	position: relative;	
}

ul.top_menu li.first {
	background: none;
}
	
ul.top_menu li a {
	padding: 0px 0 0px 0px;
	color: #222222;
	font-size: 15px;
}

ul.top_menu li a:hover{
	color: #444;
	position: relative;
}

ul.top_menu li.mpoint a {
	color: #555;
	position: relative;
	text-decoration: none;
}

div.breadcrumbs {
	position: absolute;
	margin-top: 200px;
	margin-left: 1px;
	width: 900px;
	padding-bottom: 7px;
	padding-left: 35px;
	background: url('/pix/bc_line.gif') no-repeat 0 100%;
}

div.breadcrumbs a {
	font-size: 13px;
	color: #000;
	padding-left: 17px;
	padding-right: 5px;
	background: url('/pix/arrow.gif') no-repeat 0 5px;
}

div.breadcrumbs a.home {
	position: relative;
	padding-top: 3px;
	padding-left: 0px;
	padding-right: 5px;
	text-decoration: none;
}

div.breadcrumbs span {
	font-size: 13px;
	color: #000;
	padding-left: 17px;
	padding-right: 5px;
	background: url('/pix/arrow.gif') no-repeat 0 5px;
}

/************ ÊÀÐÊÀÑ ****************/

div.main {
	min-height:100%;
	height:auto !important;
	height:100%;
	padding:0;
	margin-left: auto;
	margin-right: auto;
	width: 950px;
}
	
div.center {
	float: left;
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
	
.index div.center div.content {
	margin: 164px 0px 5px 0px;
	padding: 0px 0 49px 0;
	position: relative;
}

.page div.center div.content {
	margin: 242px 90px 5px 309px;
	padding: 0px 0 49px 0;
	position: relative;
	text-align: justify;
}
	
div.sidebar_left {
	float: left;
	width: 280px;
	margin-top: 250px;
	margin-left: -100%;
	padding: 0px 0px 25px 0px;
	position: relative;
	z-index: 15;
}
	
    .empty {height:90px;}
    .clear:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
    .clear {display: inline-block;}
    .clear {display: block;}
	
/************ CONTENT ****************/

div.main_block {
	background: #2f4052;
	border-right: 1px solid #919aa3;
	border-bottom: 1px solid #919aa3;
	color: #fff;
}

div.main_block .text {
	float: left;
	width: 279px;
	height: 299px;
	padding: 11px 290px 0 21px;
	font-size: 13px;
	position: relative;
	background: url('/pix/main_pic.jpg') no-repeat 100% 0;
}

div.main_block a {
	color: #fff;
}

div.main_block .text p {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	line-height: 16px !important;
}

div.main_block .text p:first-letter {
	padding-left: 14px !important;
}

div.main_block .text a.more {
	font-size: 14px;
	text-transform: lowercase;
}

div.main_block div.main_services {
	float: left;
	position: relative;
	width: 337px;
	height: 296px;
	padding: 14px 6px 0 16px;
}

div.main_block div.main_services a {
	font-size: 13px;
	text-transform: lowercase;
}

div.main_block div.main_services ul {
	margin-left: 2px !important;
	margin-bottom: 21px;
}

div.main_block div.main_services ul li {
	position: relative;
	list-style-type: none !important;
	padding: 4px 0px 4px 9px !important;
	background: url('/pix/mar.gif') no-repeat 0 11px;
}
	
ul.leftmenu {
	margin-top: 0px;
	position: relative;
}

ul.leftmenu li {
	padding: 3px 10px 3px 0;
}

ul.leftmenu li a {
	display: block;
	padding-bottom: 3px;
	padding-left: 46px;
	font-size: 13px;
	letter-spacing: -0.03em;
	color: #222;
	text-decoration: underline;
}

ul.leftmenu li a:hover{
	color: #666;
	/*background: url('/pix/leftmenu_mar.gif') no-repeat 0 3px;*/
	position: relative;
}

ul.leftmenu li.active a {
	color: #666;
	background: url('/pix/leftmenu_mar.gif') no-repeat 0 3px;
	position: relative;
	text-decoration: none;
}

.left_pics {
	display: block;
	float: right;
	line-height: 0;
	font-size: 0;
	margin-bottom: 11px;
	margin-right: 10px;
	padding: 4px;
	border: 1px solid #c6c6c6;
}

html* .left_pics {
	margin-right: 5px;
}

.left_pics img {
	font-size: 14px;
}

.cite {
	margin: 30px 0 0 0;
	text-align: right;
	font-family: Monotype Corsiva;
	font-size: 14px;
	color: #444444;
}

.cite .title {
	display: block;
	font-family: Century Gothic, Verdana;
	font-weight: bold;
	font-size: 14px;
	color: #000;
}

.textblock {
	margin: 40px 0 0 0;
	position: relative;
}

.textblock h3 {
	position: absolute;
	margin-top: 0;
	margin-left: -265px;
	width: 220px;
	text-align: right;
}
    
/************ FOOTER ****************/
    
div.footer {
	position:relative; 
	margin-top:-90px;
	height:90px; 
	width: 100%;	
	background: #fff url('/pix/footer_bg.jpg') no-repeat 50% 0;
}
	
div.footer_in {
	margin-left: auto;
	margin-right: auto;
	height:90px; 
	width: 950px;
	color: #333;
}
	
div.footer a {
	color: #333;
}
	
div.adress {
	float: left;
	margin-top: 25px;
	padding-left: 22px;
	line-height: 15px;
	font-size: 12px;
}

div.adress a {
	font-size: 12px;
}

div.adress span {
	color: #ab0b0b;
}

div.f_cite {
	float: right;
	margin-top: 25px;
	padding-right: 20px;
	font-family: Monotype Corsiva;
	color: #666;
	font-size: 13px;
}

ul.f_menu {
	position:absolute;
	margin-top: 21px;
	margin-left: 216px;
}

ul.f_menu li {
	float: left;
	padding: 0 14px 0 17px;
	background: url('/pix/fmenu_sp.gif') no-repeat 0 6px;
}

ul.f_menu li.first {
	background: none;
}

ul.f_menu li a {
	color: #333;
	font-size: 11px;
}

ul.f_menu li a:hover{
	color: #444;
	position: relative;
}

ul.f_menu li.mpoint a {
	color: #555;
	position: relative;
	text-decoration: none;
}

div.counter {
	position:absolute;
	margin-top: 55px;
	margin-left: 470px;
}

div.created {
	position:absolute;
	margin-top: 59px;
	margin-left: 751px;
	color: #626665;
	font-size: 12px;
}

div.created a {
	color: #626665;
	font-size: 12px;
}

div.copy {
	position:absolute;
	margin-top: 59px;
	margin-left: 22px;
	color: #626665;
	font-size: 12px;
}

/************ LITTLE_HELPERS ****************/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix { display: inline-block;}
html[xmlns] .clearfix { display: block;}
* html .clearfix { height: 1%;}
	
.border {border: 1px solid black;}	
.to_left {float: left;}	
.to_right {float: right;}
.fln {float: none;}	
.block {display: block;}	
.inline {display: inline;}	
.no_und {text-decoration: none;}	
.no_und:hover {text-decoration: underline;}	
.break {clear: both; line-height: 0 !important; font-size: 0 !important; height: 0 !important;}	
.h5 {height: 5px; clear: left; line-height: 5px; font-size: 0;}	
.h10 {height: 10px; clear: left; line-height: 10px; font-size: 0;}	
.h15 {height: 15px; clear: left; line-height: 15px; font-size: 0;}	
.h20 {height: 20px; clear: left; line-height: 20px; font-size: 0;}	
.h30 {height: 30px; clear: left; line-height: 30px; font-size: 0;}
