﻿/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
address {
	font-style: normal;
}

em {
	font-style: italic;
}

/*
@font-face {
  font-family: PT Sans;
  src: local("Helvetica Neue"),  
  url(PTsans.ttf);
  [font-weight: <weight>];
  [font-style: <style>];
}

@font-face {
	font-family: 'PT Sans';
	src: url('http://kernest.com/embed/pt-sans');
}

@font-face {
	font-family: 'PT Sans';
	font-weight: bold;	
	src: url('http://kernest.com/embed/pt-sans-bold');
}
@font-face {
	font-family: 'PT Sans';
	font-style: italic;
	src: url('http://kernest.com/embed/pt-sans-italic');
}
*/

body { 
	font-family: 'Helvetica', 'Arial', sans-serif;
	background: #e3e0d7;
	height: 100%;
	width: 100%;
	background: #e3e0d7;
}



a:link { color: #006cbf; }
a:visited {	color: #8c10a6; }
a:hover { color: #cc0000;}
a:active { color: #f67a00;}

a.constant:visited { color: #006cbf; }

#wrapper {
	margin: 0 auto;
	max-width: 1300px;
	min-width: 960px;
	position: relative;
	
}
#bg {
	position: absolute;
	width: 100%;
	right: 0;
	overflow: hidden;
	height: 240px;
	background: transparent url('i/bg.jpg') 0 0 repeat-x;
	max-width: 1454px;
}
#bg div {
	width: 100%;
	height: 100%;
	background: transparent url('i/bg-l.jpg') 0 0 no-repeat;
}

.skip-link {display: none;}


#header {
	clear: both;
	position: relative;
	

	z-index: 10;
	background: none;
	
	zoom: 1;
}
.home #header {
	border-bottom: none;
}
#header .wrap {
	padding: 60px 16px 0;
}



h1 {
	font-size: 22px;
	font-weight: normal;
	
	height: 36px;
	padding: 8px 0 0 0;
	margin: 0 0 0 12px;
	white-space: nowrap;
}
h1 a, h1 span{
	color: #000;
	text-decoration: none;
	background: transparent url(i/ac-logo.png) no-repeat;
	display: block;
	padding: 0 12px 0 48px;
	height: 36px;
	width: 196px;
	line-height: 36px;
	float: left;
	text-indent: -9999px;
}
h1 a:visited {
	color: #000;
}
h1 a:hover {
	text-decoration: underline;
}

#header .description {
	font-size: 11px;
	line-height: 14px;
	color: #666;
	margin: 12px 16px 0 12px;
	clear: both;
	max-width: 280px;
}



#header .logo {
	width: 29%;
	float: left;
	height: 112px;
}



#access .mc_menu {
	width: 71%;
	float: left;
	height: 62px;
	margin: 49px 0 0 0;
	position: relative;
	bottom: -1px;
}
#access .mc_menu li {
	font-size: 17px;
	font-family: Georgia, Times, serif;
	float: left;
	width: 18%;
	height: 62px;
	position: relative;
	z-index: 1;
	white-space: nowrap;
}
#access .mc_menu li#menu_item_1 {
	width: 20%;
}
#access .mc_menu li:hover {
	z-index: 2;
}
#access .mc_menu li a {
	color: #222;
	text-decoration: none;
	position: relative;
	display: inline;
	text-shadow: 2px 2px 5px #fff;
}
#access .mc_menu li a span {
	padding: 0 0 2px 0;
	border-bottom: 2px solid #ccc;
}
#access .mc_menu li a:hover span {
	border-bottom: 2px solid #ff0000;
}
#access .mc_menu li.current_page_item strong {
	padding: 0;
	display: block;
	position: relative;
	font-weight: normal;
	color: #111;
}

#access .mc_menu li.depth_2.current_page_item, #access .mc_menu li.depth_2.is_parent {
	background: #fff;
	border: 1px solid #e0e0e0;
	border-bottom: 1px solid #f1f1f1;
	border-bottom: 1px solid #fff;
	
	-moz-border-radius: 16px;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	
	-webkit-border-radius: 16px;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-bottom-right-radius:0;
}
/*
#access .mc_menu li.wordpress_link.current_page_item strong, #access .mc_menu li.wordpress_link a{
	background: url(i/menu-arrow.png) no-repeat 16px right;
	padding-right: 22px;
}*/
#access .mc_menu.mc_depth_1 li.wordpress_link strong, #access .mc_menu.mc_depth_1 li.wordpress_link a {
	background: none;
	float: none;
	padding-right: 0;
}

#access .mc_menu li .depth_2.l {
	display: block;
	padding: 12px 0 0 18px;
	height: 40px;
	position: relative;
	z-index: 2;
	overflow: hidden;
}


#access .mc_menu li a:hover {
	color: #000;
}

#access .mc_menu li:hover .mc_submenu {
	display: block;
}

#access .mc_submenu { /* submenu */

	display: none;	
	position: absolute;
	bottom: auto;
	margin: 0;
	top: 50px;
	left: 0;
	z-index: 1;

}

#access .mc_submenu ul {
	margin: 0;
	padding: 0;
	background: #fff;
}

#access .mc_submenu li {
	float: none;
	display: block;
	clear: both;
	font-size: 13px;
	line-height: 16px;
	height: auto;
	margin: 0;
	width: 100%;
	padding: 0;
	white-space: normal;
}
#access .mc_submenu li a, #access .mc_submenu li.current_page_item strong{
	padding: 6px 12px;
	margin: 0;
	border: none;
	display: block;
	height: 100%;
	float: none;
	zoom: 1;
}
#access .mc_submenu li span.l {
	display: block;
	height: auto;
	padding: 0;
	margin: 0;
}
#access .mc_submenu li a span {
	border-bottom: 1px solid #ccc;
}
#access .mc_submenu li:hover {
	background: #eee;
}
#access .mc_submenu li.current_page_item:hover{
	background: none;
}

#access .mc_submenu li a:hover span{
	border-bottom: 1px solid #ff0000;
}

#access .mc_submenu li.current_page_item strong {
	color: #666;
}
#access #mc_submenu_1{
	width: 196px;
}
#access #mc_submenu_5{
	width: 266px;
}


#access .mc_submenu .d-shadow-wrap {
	margin:-15px -11px 0 -10px;
	overflow:hidden;
	padding:15px 11px 0 10px;
	position:relative;
	width:100%;
}

#access .mc_submenu .d-sh-cn {
	background:url("i/menu.png") no-repeat scroll 0 0 transparent;
	left:-25px;
	position:absolute;
	z-index:-1;
}

#access .mc_submenu .d-sh-tl, 
#access .mc_submenu .d-sh-tr {
	height:500px;
	top:-28px;
}

#access .mc_submenu .d-sh-tl, 
#access .mc_submenu .d-sh-bl {
	width:100%;
}

#access .mc_submenu .d-sh-tr,
#access .mc_submenu .d-sh-br {
	margin-left:100%;
	width:25px;
}

#access .mc_submenu .d-sh-bl,
#access .mc_submenu .d-sh-br {
	height:28px;
}

#access .mc_submenu .d-sh-bl  {
	clip:rect(auto, auto, auto, 25px);
	left:-35px;
	padding-right:21px;
}

#access .mc_submenu .d-sh-br {
	left:-14px;
}


#container {
	position: relative;
	z-index: 4;
	
	background: #f1f1f1;
	background: #fff;
	overflow: hidden;
	border: 1px solid #e3e3e3;
	border: none;
	border-top: none;
	padding: 0;
	margin: 0 18px;
	min-height: 550px;

	border: 1px solid #ddd;

	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	
	zoom: 1;
}
.home #container { 
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-left-radius:0;
	-webkit-border-top-right-radius:0;
	min-height: 300px;
}
.four04 #container {
	background: transparent;
	border: none;
}

#content {
	float: none;
	margin: 16px 16px 16px 30%;
	padding: 0 16px 16px 16px;
	zoom: 1;
}


h2 {
	font-weight: normal;
	font-size: 36px;
	padding: 32px 0 16px 0;
	color: #333;
	letter-spacing: 0;
	word-spacing: 0;
	
	/*font-family: 'PT Sans', 'Helvetica', 'Arial', sans-serif;*/
	font-family: 'Georgia', 'Times', serif;
	position: relative;
	z-index: 1;
}
.four04 .entry-title span {
	position: absolute;
	left: -224px;
	color: #999;
}
.four04 #content p {
	padding: 0 0 12px 0;
}
h3 {
	font-weight: normal;
	font-size: 22px;
	padding: 16px 0 16px 0;
	color: #222;
	font-family: 'Georgia', 'Times', serif;
}
h4 {
	font-size: 14px;
	padding: 16px 0 16px 0;
	color: #333;
}

#content p {
	font-size: 13px;
	line-height: 18px;
	font-size-adjust: none;
	font-stretch: normal;
	font-variant: normal;
	text-autospace: none;
	
	padding: 0 0 16px 12px;
	max-width: 700px;
}
.category #content p, .search-results #content p, .archive #content p{
	padding-left: 0;

}
#content .sidebar table {
	font-size: 12px;
}
#content .sidebar table td{
	padding: 4px 6px;
}
#content table.product {
	font-size: 13px;
	line-height: 16px;
}
#content table.product.zebra .alt td {
	background: #f1f5fa;
}
#content table.product.zebra .info.alt td {
	background: #fff;
}
#content table.product td {
	padding: 8px 12px;
}
#content table td.num {
	text-align: center;
	padding: 8px 6px;
}
#content table.product {
	width: 116%;
	left: -16%;
	position: relative;
	margin: 16px 0 24px 0;
}
#content table.product tr:hover td, #content table.product.zebra tr.alt:hover td {
	background-color: #fff0c6;
}
#content table.product tr.hr:hover td, #content table.product tr.info:hover td, #content table.product tr.info.alt:hover td{
	background-color: #fff;
}
#content table.product tr.hr td {
	border-bottom: 1px solid #ccc;
	font-size: 1px;
	padding: 0;
	line-height: 1px;
}
#content table.product small {
	display: block;
	font-size: 11px;
	color: #666;
	font-style: italic;
}
#content table th {
	text-align: left;
	padding: 6px;
	border-bottom: 1px solid #ccc;
}

#content table.product td i, #content table.product td em{
	display: block;
	text-indent: -9999px;
	width: 16px;
	height: 16px;
	margin: 0 auto;
	background: transparent url(i/tick.png) no-repeat center;
}
#content table th.name {
	text-align: center;
	width: 13%;
}

#content ul,  #content ol{
	margin: 0 0 16px 0;
	font-size: 13px;
	line-height: 18px;
	max-width: 700px;
}
#content ul li {
	margin: 0 0 8px 36px;
}
#content ol li {
	margin: 0 0 8px 33px;
	list-style: decimal;
	list-style-position: outside;
}


#content ul li {
	
	text-indent: -1.6em;
}
#content ul {
	list-style-type: none;
	//list-style-image: url('i/li.gif');
}
#content ul li p,
#content ul li h5{
	text-indent:0;
}
#content ul li:before {
	color: #787878;
	font-weight: bold;
	content:'\2014\a0';
	padding-right: 0.3em;
}
#content ul ul.list li:before {
	color: #787878;
	font-weight: normal;
	content:'\2014\a0';
}

#content ul li ul {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}




#secondary {
	float: left;
	width: 30%;
	position: relative;
	top: 0;
	left: 0;
}



#footer {
	height: 90px;
	padding: 0 16px;
	position: relative;
	font-size: 11px;
	color: #666;
}
#footer .wrap {
	padding: 0 24px;
	position: relative;
	height: 100%;
}

#footer .mc_menu  {
	width: 66%;
	clear: both;
}
#footer .mc_menu li {
	float: left;
	font-size: 12px;
	line-height: 16px;
	padding: 12px 24px 0 0;
	position: relative;
	width: auto;

	white-space: nowrap;
}
#footer .mc_menu .mc_depth_1 {
	padding: 0;
}
#footer .mc_menu .mc_depth_1 li {
	padding: 6px 0 0 0;
	font-size: 12px;
	line-height: 18px;
	color: #666;
	width: 100%;
	float: none;
	display: block;
}
#footer .mc_menu li.current_page_item{

}
#footer .mc_menu .current_page_item strong{
	background: #cfcfcf;
	border-bottom: 1px solid #bbb;
	color: #444;
	font-weight: normal;
	padding: 3px 6px;
}
#footer .mc_menu a {
	color: #333;
}
#footer .mc_menu  a:hover {
	color: #000;
}
#footer .mc_menu .mc_depth_1 a {
	color: #666;
}
#footer .mc_menu .mc_depth_1 a:hover {
	color: #444;
}
#footer .mc_menu #menu_item_13 {
	//width: 140px;
}


#footer .address {
	position: absolute;
	bottom: 24px;
}
#footer .site-info {
	width: 33%;
	font-size: 11px;
	line-height: 14px;
	color: #888;
	position: absolute;
	right: 0;
	bottom: 12px;
	/*background: transparent url(i/ac-logo-gray.png) right top no-repeat;	*/
}
.four04 #footer .site-info {
	left: 33%;
	right: auto;
}
#footer .site-info a {
	color: #666;
}
#footer .site-info a:hover {
	color: #444;
}
#footer .developer .email, #footer .developer .nickname {
	display: none;
}

#footer #searchform {
	width: 33%;
	position: absolute;
	top:0;
	right: 24px;
}
#footer #searchform fieldset {
	background: #cfcfcf;
	padding: 4px;
	border-bottom: 1px solid #bbb;
	width: 100%;
	position: relative;
	max-width: 400px;
}
#footer #searchform .fields {
	margin-right: 36px;
}
#footer #searchform #s {
	font-size: 12px;
	line-height: 16px;
	display: block;
	width: 100%;
	padding: 3px;
}
#s.empty {
	color: #666;
}

#footer #searchform .button {
	display: block;
	position: absolute;
	top:8px;
	right: 12px;
	width: 13px;
	height: 13px;
	text-indent: -9999px;
	background: url(i/search-icon.png) no-repeat;
	border: none;
	opacity: .8;
	margin: 0;
	padding: 0;
}

#footer #searchform .button:hover {
	cursor: pointer;
	opacity: 1;
}



#content .search-meta {
	padding: 12px 0 12px 0;
}
#content #s, #content #s-no-results, #s-404 {
	font-size: 14px;
	padding: 3px;
}
#content .search .button {
	font-size: 14px;
}


/* suvenirka promo */
.promo {
	position: absolute;
	left: 380px;
	top: 0;
	padding: 0;
	width: 28%;
	font-size: 11px;
	line-height: 14px;
	height: 100%;
}
.promo a {
	color: #888;
	text-decoration: none;
	display: block;
	padding: 0;
}
.promo strong {
	width: 60px;
	height: 15px;
	background: url(i/suvenirka-logo-tiny.png) no-repeat;
	text-indent: -9999px;
	display: block;
	position: absolute;
	top:14px;
	left: 0;
	opacity: .8;
}
.promo span {
	display: block;
	padding: 32px 0 0 0px;
	width: 70%;
}
.promo a:hover {
	color: #666;
	cursor: pointer;
}
.promo a:hover strong {
	opacity: 1;
}
.promo .letters {
	margin: 12px 0 0 0;
	position: absolute;
}
.promo .letters i {
	display: block;
	position: relative;
	text-indent: -9999px;
	width: 18px;
	height: 18px;
	float: left;
	background: url(i/suvenirka-promo.png) 0 0 no-repeat;
}
.promo .letters #l2 {background-position: -18px 0;}
.promo .letters #l3 {background-position: -36px 0;}
.promo .letters #l4 {background-position: -54px 0;}
.promo .letters #l5 {background-position: -72px 0;}
.promo .letters #l6 {background-position: -90px 0;}
.promo .letters #l7 {background-position: -108px 0;}
.promo .letters #l8 {background-position: -126px 0;}
.promo .letters #l9 {background-position: -144px 0;}
/* suvenirka promo */



#products-block {
	background: transparent;
	position: relative;
	top: 0;
	height: 212px;
	z-index: 5;
	margin: 0 8px -8px 8px;
	overflow: hidden;
}
#products-block .wrap {
	margin: 0 2%;
	
	position: relative;

	z-index: 2;
}
#products-block .bg {
	position: absolute;
	z-index: 1;
	background: #1d3753 url(i/products-block-bg.jpg) bottom left no-repeat;
	bottom: 8px;
	width: 100%;
	height: 193px;
	
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}
#products-block .product {
	width: 100%;
	clear: both;
	position: absolute;
}

#products-block img {
	float: left;
	position: absolute;
	cursor: pointer;
	display: block;
} 
#products-block .descr {
	position: relative;
	padding: 12px 0 0 170px;
	display: none;
}
#product-2 .descr {
	padding-right: 160px;
}
#product-3 .descr {
	padding-right: 210px;
}

#products-block h2 {
	color: #fff;
	font-size: 26px;
	line-height: 26px;
	padding: 12px 0 12px;
	margin: 0;
	text-shadow: 1px 1px 2px #000;
	font-family: Arial, sans-serif;
}

#products-block ul {
	font-size: 15px;
	line-height: 15px;
	margin: 0 0 0 20px;
	padding: 0;
	color: #fff;
	clear: none;
	text-shadow: 1px 1px 2px #000;
	list-style-image: url(i/tick-small.png);
	list-style-position: outside;
}
#products-block ul li {
	margin: 0 0 6px 0;
}
#products-block .products {
	position: absolute;
	bottom: -10px;
	right: 5%;
}
#products-block .button {
	display: block;
	background: transparent url(i/button-y.png) no-repeat top left;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 28px;
	color: #000;
	text-decoration: none;
	text-align: center;
	text-indent: -8px;
	

	position: relative;
	width: 156px;
	height: 30px;
	margin: 12px 0 12px 20px;
	
	text-shadow: 1px 1px 0px #fff;
	
	cursor: pointer;
}
#products-block .button:hover {
	color: #8b2e00;
}
#products-block .button span {
	display: block;
	background: transparent url(i/button-y.png) no-repeat top right;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	position: relative;
	left: 8px;
}



.main.section {
	float: right;
	width: 70%;
	font-size: 14px;
	line-height: 18px;
}
.main.section h2 {
	font-size: 22px;
	line-height: 24px;
	font-weight: normal;
	padding: 30px 24px 12px 24px;
	font-family: Arial, serif;
}
.main.section p {
	padding: 0 24px 12px 24px;
	max-width: 700px;
	font-size: 13px;
}

.news {
	font-size: 11px;
	line-height: 14px;
	width: 30%;
	float: left;
	padding: 24px 0 24px 0;
	position: relative;
	min-height: 200px;
	/*
	background: #f0f0f0 url(i/news-bg.png) right top repeat-y;
	*/
}
.news h2, .articles h2 {
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
	margin: 0 0 0 50px;
	padding: 12px 0 0 0;
}
.news h2 a, .articles h2 a {
	color: #FF4900;
}
.news ul, .articles ul {
	margin: 18px 0 0 0;
	width: 92%;
}
.news ul li, .articles ul li {
	margin: 0 0 16px 0;
	position: relative;
	width: 100%;
}
.articles ul li {
	margin: 0 0 12px 24px;
}
.news .date, .articles .date {
	font-size:10px;
	color:#999;
	text-align:right;
	width:40px;
	position: absolute;
	left: 0;
}
.news .title {
	padding: 0 0 0 80px;
	margin: 0 0 6px 0;
}
.news .content, .articles .content {
	padding: 0 0 0 50px;
	display: block;
}
.post .date {
	color: #666;
	font-size: 12px;
	padding: 0 0 6px 12px;
}
.category-news .date {
	font-size: 13px;
	padding: 12px 0 6px 0;
	color: #999;
}
.sidebar.year {
	padding: 0;
}
.sidebar.year h3 {
	padding: 0;
	font-size: 24px;
	line-height: 32px;
	text-align: right;
}
.category-news .title {
	padding: 0;
}
.category .more-link {
	display: none;
}
.glossary .more-link {
	display: inline;
}
.category-news .more-link {
	display: inline;
}
.articles.section {
	position: relative;
	font-size: 13px;
	line-height: 16px;
	float: left;
	width: 33%;
	padding: 0 0 24px 0;
	
}
.articles h2 {
	margin: 0 0 0 16px;
}
.articles ul {
	margin: 0;
	width: 92%;
	padding: 16px 12px 0 0;
}
.articles .date {
	display: none;
}
.category-projects .date {
	display: none;
}
.articles .content {
	padding: 12px 0 0 16px;
}
.articles h3 {
	font-size: 14px;
	padding: 12px 0 0 16px;
}

.widgettitle {
	font-size: 16px;
	line-height: 16px;
}

#secondary.widget-area.section {
	width: 33%;
	margin: 0;
	padding: 0;
	float: left;
}



#header .widget-area .widget_text { /*phone */
	position: absolute;
	top: 12px;
	right: 16px;
	font-size: 20px;
	line-height: 22px;
	white-space: nowrap;
	color: #333;
}
#header .widget-area .widget_text span {
	color: #777;
}

#text-4 {
	background: #fff;
	-moz-border-radius: 16px;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	
	
	-webkit-border-radius: 16px;
	-webkit-border-top-right-radius:0;
	-webkit-border-top-left-radius:0;
	
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
}

.widget-area #text-4.widget_text {
	left:30%;
	position:absolute;
	text-align:left;
	top:0;
	width:43%;
	white-space: normal;
}
#text-4 img {
	left: 12px;
	position:absolute;
	top: 4px;
}
#text-4 .textwidget {
	padding: 0 12px 12px 80px;
}

#header .widget-area #text-4 {
	font-size: 11px;
	line-height: 14px;
}
#text-4 h3 {
	display:block;
	font-size:12px;
	font-weight:normal;
	line-height:18px;
	padding: 8px 0 3px;
	max-width:100%;
	font-family: Arial, serif;
}


#secondary .widget_stray_quotes {
	position: absolute;
	bottom: 24px;
	left: 16px;
	width: 92%;
	font-size: 12px;
	line-height: 16px;
	z-index: 10;
	background: #f8f2d8;
	padding: 12px 0;
	
	-webkit-box-shadow: 0px 1px 2px #999;
	-moz-box-shadow: 0px 1px 2px #999;
	box-shadow: 0px 1px 2px #999;
}
#secondary .widget_stray_quotes h3 {
	display: none;
}
#secondary.widget-area.section {
	position: absolute;
	right: 30px;
	bottom: 212px;
	float: none;
	width: 33%;
	left: auto;
}
#secondary.widget-area.section .widget_stray_quotes {
	font-size: 13px;
	line-height: 16px;
	position: relative;
	bottom: 0;
	right: 0;
	width: 100%;
	position: absolute;
}
#secondary.widget-area.section .widget_stray_quotes h3 {
	display: none;
}
.widget_stray_quotes blockquote {
	padding: 0 12px 0 22px;
	font-family: Georgia, Times, serif;
}
.widget_stray_quotes cite {
	padding: 0 0 0 22px;
	font-family: Georgia, Times, serif;
}
.widget_stray_quotes cite a {
	color: #747474;
}
#quote-loader {
	position: absolute;
	left: 6px;
	top:6px;
}
#quote-loader a {
	display: block;
	width: 12px;
	height: 12px;
	background: url(i/next-quote.png) no-repeat;
	text-indent: -9999px;
	opacity: .4;
}
#quote-loader a:hover {
	opacity: 1;
}
.widget_stray_quotes .stray_quote-2 {
	position: relative;
}













/* ----------- Forms ---------- */
.cform {
	margin: 12px 0;
}
.cform legend {
	font-size: 24px;
	line-height: 24px;
	padding: 12px 0;
}
.cform dl {
	clear: both;
	margin: 6px 0;
}
.cform dt {
	float: left;
	width: 30%;
}
.cform dd {
	float: left;
	width: 70%;
}
.cform input, .cform textarea {
	font: 14px/18px Lucida Grande, Arial, sans-serif;
	padding: 3px;
	vertical-align: text-top;
}
.cform textarea {
	width: 60%;
	min-width: 400px;
	min-height: 200px;
}
.cform .cf_hidden {
	display: none;
}
.cform .sendbutton {
	font-size: 12px;
	line-height: 12px;
	margin: 12px 0 0 96px;
}
.cform .emailreqtxt, .cform .reqtxt {
	color: #cc0000;
	font-size: 24px;
	line-height: 16px;
	vertical-align: bottom;
	
	padding: 0 6px;
}
.cform .reqtxt {
	vertical-align: sub;
}
.cform .maxlen {
	font-size: 11px;
	color: #666;
}
.cf_info.failure {
	border: 1px solid #fdd472;
	background: #fffad2;
	color: #222;
	padding: 12px;
	margin: 12px 0 0 96px;
	width: 70%;
	-moz-border-radius: 12px;
	-moz-border-radius-topleft: 0;
	-webkit-border-radius: 12px;
	-webkit-border-top-left-radius: 0;
}
.cf_info.waiting {
	border: 1px solid #ccc;
	background: #eee;
	color: #222;
	padding: 12px;
	margin: 12px 0 0 96px;
	width: 70%;
	-moz-border-radius: 12px;
	-moz-border-radius-topleft: 0;
	-webkit-border-radius: 12px;
	-webkit-border-top-left-radius: 0;	
}
.cf_info.success {
	border: 1px solid #acf834;
	background: #ddfec2;
	color: #222;
	padding: 12px;
	margin: 12px 0 0 96px;
	width: 70%;
	-moz-border-radius: 12px;
	-moz-border-radius-topleft: 0;
	-webkit-border-radius: 12px;
	-webkit-border-top-left-radius: 0;	
}
.cform .sendbutton {
	font-size: 14px;
}
.cform label {
	font-size: 14px; 
	line-height: 18px;
	display: block;
	padding:6px 0 18px;
}
.cform select {
	font-size: 14px; 
	line-height: 18px;
	display: block;
	position: relative;
	margin: 3px 0 18px; 
}


/* form 1 */
/* callback */


#primary .widgetcform h3.widgettitle {
	text-transform: lowercase;
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	font-family: Arial, serif;
	border-bottom: 1px dotted;
	line-height: 12px;
	color: #999;
	cursor: pointer;
	margin: 0 18px 0 0;
	padding: 0;
}
#primary .widgetcform {
	clear: both;
	z-index: 100;
	position: absolute;
	top:36px;
	right: 16px;
}
#fader{
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 100;
	opacity:0.3;
	filter:alpha(opacity=30);
}
* html #fader { 
	position: absolute;
}

#cformsform {
	background: #fff;

	position: fixed;
	width: 550px;
	top: 64px;
	right: 3%;
	
	border: 1px solid #777;
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
	
	-webkit-box-shadow: 0px 2px 24px #555;
	-moz-box-shadow: 0px 2px 24px #555;
}

#cformsform .cform dt {
	width: 150px;
}
#cformsform .cform dd {
	width: 335px;
}
#cformsform .cform dd input {
	width: 230px;
}
#cformsform .btn-close{
	display: block;
	font-size: 12px;
	line-height: 14px;
	color: #cc0000;
	position: absolute;
	top:12px;
	right: 18px;
	cursor: pointer;
	border-bottom: 1px dotted;
}
#cformsform .cf-sb {
	width: 490px;
	margin: 0 auto;
}
#cformsform .sendbutton {
	margin: 16px 0 24px 150px;
}
#cformsform {
	display: none;
	z-index: 200;
}
#cformsform fieldset {
	width:490px;
	margin: 0 auto;
}
#cformsform label {
	padding: 6px 0 18px 0;
}
#cformsform textarea {
	width: 320px;
	min-width: 200px;
	min-height: 120px;
}
#cformsform .btn-close:hover {
	color: #ff9c00;
}
#cformsform legend {
	font-size: 24px;
	line-height: 16px;
	padding: 30px 0 24px 150px;
}
#cformsform .cf_info.failure, #cformsform .cf_info.success, #cformsform .cf_info{
	margin: 0px 24px 24px 24px;
	width: auto;
}


/* form 2 */
/* anketa */
#cforms2form {
	background: #efefef;
	border:1px solid #ddd;
	margin: 0 24px 0 0;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	position: relative;
	left: -16px;
}
#cforms2form legend {
	text-align: center;
	padding: 16px 0 0 37%;
	
}
#cforms2form dt, #cforms2form dd {
	float: none;
	width: auto;
	padding: 0 12px;
	position: relative;
}
#cforms2form dd {
	margin: 0 0 16px 0;
}
#cforms2form dd input {
	width: 95%;
}
#cforms2form .reqtxt, #cforms2form .emailreqtxt {
	position: absolute;
	right: -4px;
	top: 14px;
}
#cforms2form .cf-sb {
	text-align: center;
}
#cforms2form .sendbutton {
	margin: 0;
}
#usermessage2b {
	margin: 12px 0 0 0;
	width: 77%;
	font-size: 13px;
	line-height: 16px;
}



/* form 3 */
/* question */
#cforms3form dt {
	width: 20%;
}
#cforms3form .sendbutton {
	margin: 16px 0 0 20%;
}











.team {
	width: 142%;
	margin-right:-45%;
	position:relative;
	left: -45%;
	overflow: hidden;
	padding: 16px 16px 0 16px;
	background: #fff;
}
.person {
	width: 50%;
	float: left;
	position: relative;
	padding: 0 0 24px 0;
	min-height: 160px;
	//height: 160px;
}
.person .image {
	position: absolute;
	top:0;
	left: 0;
	background: url(i/person-image.png) top left no-repeat;
	width: 153px;
	height: 160px;
}
.person .image img {
	position: relative;
	left: 6px;
	top: 6px;
}
.person.female .image {
	background-position: top right;
}
.person h3 {
	font-size: 18px;
	font-weight: normal;
	font-family: 'Georgia', Times, serif;
	padding: 0 0 12px 164px;
	color: #333;
}
.person h3 span {
	font-size: 24px;
	letter-spacing: -.02em;
	display: block;
}
#content .person p {
	padding: 0 36px 0 164px;
	font-size: 13px;
	line-height: 18px;
}



.entry-content {
	position: relative;
	zoom: 1;

}

.sidebar {
	width: 40%;
	margin-right:-44%; /* чтобы правильно в IE работало */
	position:relative;
	left:-44%;
	float:left;
	padding: 16px 0 0 0;
}

.sidebar.contents {
	width: 40%;
	margin-right:-45%; /* чтобы правильно в IE работало */
	left:-45%;
	color: #999;
	padding: 16px 0 0 0;
}
.sidebar.contents ul {
	padding: 0 0 72px;
}
.sidebar.contents .pseudo-link {
	border-color: #ccc;
}

.sidebar h3 {
	padding: 16px 0 12px 0;
	font-size: 16px;
	color: #FF4900;
}


#content #YMapsID {
	width: 98%;
	height: 400px;
	padding: 0;
	margin: -12px 0 24px 0;
	float: left;
	max-width: 100%;
} 

.page-contacts h4 {
	padding: 0 0 6px;
}
.page-contacts #content .phones {
	font-size: 28px;
	letter-spacing: 0;
	padding: 0 0 24px 0;
}
.page-contacts #content .phones span {
	color: #666;
}

.page-contacts #content .email {
	font-size: 18px;
	padding: 0 0 24px 0;
}
.page-contacts #content .address {
	font-size: 13px;
	padding: 0;
}


/* kb  */

.cat {
	padding: 0 0 12px 0;
	float: left;
	width: 45%;
	position: relative;
	left: 20%;
	max-width: 500px;
}

.cat h3 {
	float:left;
	left:-38%;
	margin-right:-38%;
	position:relative;
	width:34%;
	padding: 0;
	font-size: 16px;
	text-align: right;
	color: #FF4900;
}
.cat h3 a {
	color: #FF4900;
}
.cat h4 {
	padding: 3px 0 9px 0;
	font-weight: normal;
	font-size: 13px;
}

.glossary {
	padding: 16px 0 32px 20%;
	clear: both;
}

.glossary dl {
	margin: 6px 0 0 0;
	clear: both;
}
.glossary h3 {
	float: left;
	z-index: 1;
}
.glossary dt.letter {
	display:block;
	float:left;
	left:-2em;
	margin:0 -2em -1.4em 0;
	position:relative;
	z-index:2;
	color: #FF4900;
}
.glossary dt {
	margin: 0 12px 12px 0;
}
.glossary dt.term a {
	text-decoration: none;
	border-bottom: 1px dashed;
}
.glossary dd {
	padding: 0 0 12px 0;
	font-size: 13px; 
	line-height: 16px;
	width: 80%;
}
.glossary dd {
	display: none;
}
.glossary dd p {
	padding: 0 0 12px 0;
}
.glossary #expand-all {
	font-size: 11px;
	float: left;
	position: relative;	
	clear: right;
	margin: 24px 0 0 24px;
	z-index: 2;
	border-bottom: none;
}
.glossary #expand-all i {
	display: block;
	float: left;
	height:16px;
	left:-27px;
	margin-right:-25px;
	margin-top:0.2em;
	width:25px;
}
.glossary #expand-all span {
	border-bottom: 1px dashed;
}

sub {
font-size:0.8em;
line-height:0.8em;
position:relative;
top:0.3em;
vertical-align:baseline;
}
sup {
bottom:0.3em;
font-size:0.8em;
line-height:0.8em;
position:relative;
vertical-align:baseline;
}



.breadcrumbs {
	position: absolute;
	top:22px;
	font-size: 12px;
	color: #999;
	z-index: 5;
}
.breadcrumbs a {
	color: #FF4900;
	font-weight: bold;
}
.breadcrumbs a:visited {
	color: #FF4900;
}
.breadcrumbs a:hover {
	color: #ff1100;
}


img.aligncenter {
	margin: 0 auto;
	display: block;
}




.entry-meta {
	max-width: 700px;
}
#content .archive-meta {
	padding: 0;
}

.entry-meta .author.vcard {
	text-align: right;
	font-size: 13px;
}
.author .auth {
	color: #999;
	display: block;
	float: left;
	text-indent: -120px;
	position: absolute;
}
.entry-meta .date {
	text-align: right;
	font-size: 12px;
	color: #999;
	padding: 6px 0 0 0;
}

.pseudo-link {
	border-bottom: 1px dashed;
	text-decoration: none;
	cursor: pointer;
}

.edit-link {
	font-size: 12px; 
	color: #ccc;
	font-style: italic;
	display: block;
	margin: 12px 0;
}
.edit-link a {
	color: #ccc;
}


#content .related-posts {
	background: #f8f6e3;
	padding: 6px 0 3px 0;
	margin: 24px 0 12px 0;
}
#content .related-posts p {
	font-size: 12px;
	color: #999;
	padding: 0 0 6px 12px;
}
#content .related-posts ol {
	margin: 0;
	padding: 0 36px 0 0; 
}
#content .related-posts ol li {
	list-style: none;
}
#content .related-posts ol li a {
	font-size: 16px;
}
#content .related-posts ol li p {
	padding: 6px 0 12px 0;
	color: #333;
}



/* clearfix */

#header:after, #content:after {
	content:".";
	position:relative;
	display:block;
	overflow:hidden;
	clear:both;
	height:0;
	visibility:hidden;

}

.clr {
	clear: both;
}
.hidden {
	display: none;
}

/* fixes */
hr {
	display: none;
}
.articles .content {
display:none;}
