<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	margin: 0;
	padding: 0;
	background: #F3F3F3;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 14px;
	color: #333333;
}

h1, h2, h3 {
	margin: 0;
	/*text-transform: lowercase;*/
	font-weight: normal;
	color: #3E3E3E;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 23px;
}

p, ul, ol {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 20px;
	font-size: 11px;
}

a {
	color: #333333;
}

a:hover, a:active {
	text-decoration: none;
	color: #3366ff;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 13px;
	color: #333333;
}

/* Header */

#header {
	width: 985px;
	height: 182px;
	margin: 0 auto 10px auto;
}

.cleaner {
	clear:both;
	overflow:hidden;
	height:0;
	width:0;
	font-size:0;
}
.headerstatic {
	float:right;
	width:985px;
	height:174px;
	margin-top:20px;
}

#logo {
	float: left;
	padding-top:80px;
}

#logo h1 {
	font-size: 38px;
	color: #494949;
}

#logo h1 sup {
	vertical-align: text-top;
	font-size: 24px;
}

#logo h1 a {
	color: #494949;
}

#logo h2 {
	margin-top: -10px;
	font-size: 12px;
	color: #A0A0A0;
}

#logo a {
	text-decoration: none;
}

/* Menu */
#menu {
	/*background: url(/img/menu-bg.jpg) no-repeat left top;*/
	width:998px;
	height:42px;
	margin: 0 auto 30px auto;
	
	position:relative;
	z-index:2;
	overflow:hidden;
	background: #fafafa; /* Old browsers */
	background: -moz-linear-gradient(top, #fafafa 0%, #dcdcdc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#dcdcdc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fafafa 0%,#dcdcdc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fafafa 0%,#dcdcdc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fafafa 0%,#dcdcdc 100%); /* IE10+ */
	background: linear-gradient(top, #fafafa 0%,#dcdcdc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#dcdcdc',GradientType=0 ); /* IE6-9 */
	border-radius:6px;
}

#menu ul {
	margin: 0;
	padding: 0px 0 0 20px;
	list-style: none;
	
}

#menu li {
	float:left;
}

#menu a {
	display: block;
	float: left;
	padding: 11px 15px 0;
	text-decoration: none;
	font-size: 14px;
	color: #5A5A5A;
	text-shadow: 0 1px 0 whiteSmoke;
	font-weight: bold;
	height:32px;
}

#menu a:hover,
#menu .active a {
	color:#131313;
}

/* Page */

#page {
	width: 928px;
	padding: 25px 35px;
	margin: 0 auto 20px;
	background: white;
	border-radius: 6px;
}

/* Content */

#content {
	float: left;
	width: 700px;
}

/* Post */

.post {
}

.post .title {
	margin-bottom: 20px;
	padding-bottom: 5px;
	background: url(/img/img03.gif) repeat-x left bottom;
}

.post .entry {
}

.post .meta {
	padding: 15px 0 60px 0;
	background: url(/img/img03.gif) repeat-x;
}

.post .meta p {
	margin: 0;
	line-height: normal;
	color: #999999;
}

.post .meta .byline {
	float: left;
}

.post .meta .links {
	float: right;
}

.post .meta .more {
	padding: 0 20px 0 18px;
	background: url(/img/img06.gif) no-repeat left center;
}

.post .meta .comments {
	padding-left: 22px;
	background: url(/img/img07.gif) no-repeat left center;
}

.post .meta b {
	display: none;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 195px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar ul li ul li ul{
	margin: 0 0 0 20px;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20x;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	line-height: 20px;
}

#sidebar h2 {
	margin-bottom: 10px;
	background: url(/img/img03.gif) repeat-x left bottom;
	font-size: 16px;
}

/* Search */

#search {
}

#search h2 {
	margin-bottom: 20px;
}

#s {
	width: 172px;
	height:22px;
	padding: 3px;
	background: url(/img/search-left.jpg) no-repeat left top;
	border:0;
	float:left;
}
#x {
	background: url(/img/search-right.jpg) no-repeat left top;
	border:0;
	width: 19px;
	height:28px;
	padding:0;
	margin:0;
	float:left;
	cursor:pointer
}

/* Boxes */

.box1 {
	padding: 20px;
	background: url(/img/img05.gif) no-repeat;
	line-height: 20px;
}
.box1 p{
	line-height: 20px;
	font-size:12px;
}

.box2 {
	color: #375C69;
}

.box2 h2 {
	margin-bottom: 15px;
	background: url(/img/img10.gif) repeat-x left bottom;
	font-size: 16px;
	color: #FFFFFF;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}



/* Footer */

#footer {
	height: 230px;
	min-height: 230px;
	padding: 130px 0 0 0;
}
#footer .box2{
	color: #333333;
}
#footer .box2 h2{
	background: none;
}

html&gt;body #footer {
	height: auto;
}

#footer .wrap {
	width: 985px;
	margin: 0 auto;
}

#legal {
	clear: both;
	padding-top: 20px;
	text-align: center;
	
}

#legal a {
	
}

#fbox1, #fbox2, #fbox3 {
	float: left;
}

#fbox1 {
	width: 985px;
	/*width: 850px;*/
}
#fbox1 p {
	line-height: 16px;	
}

#fbox2 {
	width: 200px;
	padding-left: 70px;
}

#fbox3 {
	width: 200px;
	padding-left: 70px;
}

.pager {
	width: 100%;
	overflow: hidden;
	padding: 5px 0 10px 0;
}

.pager ul {
	margin: 0;
	padding: 0 2px 0 0;
	list-style: none;
	float: right;
}

.pager ul li {
	float: left;
	padding: 0 0 0 4px;
	line-height: 16px;
	background-image: none;
}

.pager ul li a {
	float: left;
	text-decoration: none;
	height: 16px;
	width: 16px;
	text-align: center;
	color: #fff;
	background: #8d8d8d;
	padding: 0 0 0 1px;
	background-image: none;
}

.pager ul li a:hover{
	background: #3366ff;
}
.pager ul li.active a {
	background: #c6c6c6;
}


.b-share-icon_yaru, .b-share-icon_yaru_photo, .b-share-icon_yaru_wishlist {
	background: url(/img/b-share-icon.png) no-repeat !important;
	background-position: 0 -17px !important;
}
.b-share-icon_vkontakte, .b-share-icon_custom{
	background: url(/img/b-share-icon.png) no-repeat !important;
	background-position: 0 0px !important;
}
.b-share-icon_facebook {
	background: url(/img/b-share-icon.png) no-repeat !important;
	background-position: 0 -68px !important;
}
.b-share-icon_twitter {
	background: url(/img/b-share-icon.png) no-repeat !important;
	background-position: 0 -51px !important;
}
.b-share-icon_odnoklassniki {
	background: url(/img/b-share-icon.png) no-repeat !important;
	background-position: 0 -170px !important;
}
.b-share-icon_moimir {
	background: url(/img/b-share-icon.png) no-repeat !important;
	background-position: 0 -85px !important;
}
.b-share-icon_lj {
	background: url(/img/b-share-icon.png) no-repeat !important;
	background-position: 0 -34px !important;
}
.b-share-icon_friendfeed {
	background: url(/img/b-share-icon.png) no-repeat !important;
	background-position: 0 -102px !important;
}
.b-share-icon_moikrug {
	background: url(/img/b-share-icon.png) no-repeat !important;
	background-position: 0 -341px !important;
}
.b-share-icon_gplus {
	background: url(/img/b-share-icon.png) no-repeat !important;
	background-position: 0 -426px !important;
}

.consult {
	position:relative;
	z-index:2;
	overflow:hidden;
	background: #5A5A5A; /* Old browsers */
	border-radius:6px;
	padding: 4px 12px;
	text-align: center;
	margin-bottom: 15px;
}
.consult a{
	color: #fff;
	text-decoration:none;
	display: block;
	font-size:14px;
	font-weight:bold;
}</pre></body></html>