html, body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	}

body {
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #656565;
	position: relative;
	/*background: url(../i/bg-bot.png) #fff 0 100% repeat-x;*/
	min-height: 100%;
	height: auto !important;
	height: 100%;
	}

p {
	margin: 15px 0;
	}

#wrapper {
	position: relative;
	width: 980px;
	text-align: left;
	margin: 0 auto 0 auto;
	padding-bottom: 85px;
	}

img {
	border: 0;
	}

/*FF3 hacks*/
header, footer, nav, section, article {
	display: block;
	}

/* =General styles
--------------------------------------------------------------------*/
/*Главный заголовок страницы*/
h1 {
	color: #656565;
	font-family: "Myriad Pro", "Trebuchet MS", Arial, Tahoma, Verdana, "Microsoft Sans Serif", sans-serif;
	font-size: 24px;
	line-height: 28px;
	font-weight: normal;
	margin: 0 0 12px 0;
	padding: 0 0 2px 0;
	}

h2 {
	color: #656565;
	font-family: "Myriad Pro", "Trebuchet MS", Arial, Tahoma, Verdana, "Microsoft Sans Serif", sans-serif;
	font-size: 22px;
	line-height: 26px;
	font-weight: normal;
	margin: 15px 0 8px 0;
	padding: 4px;
	text-align: center;
	background: url(../i/divider.png) transparent 50% 100% no-repeat;
	}

h3 {
	color: #656565;
	font-family: "Myriad Pro", "Trebuchet MS", Arial, Tahoma, Verdana, "Microsoft Sans Serif", sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
	margin: 12px 0;
	padding: 0;
	}

h4 {
	color: #656565;
	font-family: "Trebuchet MS", "Trebuchet MS", Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-transform: none;
	margin: 15px 0;
	padding: 0;
	}

.left {
	float: left;
	margin: 2px 5px 2px 0;
	}
.right {
	float: right;
	margin: 2px 0 2px 5px;
	}

.clear {
	clear: both;
	}

.hidden {
	display: none;
	opacity: 0;
	}

.fix {
	position: fixed;
	}

/* =Links style general
--------------------------------------------------------------------*/
a,
a:link,
a:visited,
a:hover,
a:active {
	color: #0365a7;
	text-decoration: underline;
	font-size: 1em;
	outline: none;
	}
a:hover {
	color: #0365a7;
	text-decoration: none;
	}

/*Buttom-link*/
a.button-link,
a.button-link:link,
a.button-link:visited,
a.button-link:hover,
a.button-link:active {
	background: url(../i/button-03.png) transparent 0 0 no-repeat;
	display: inline-block;
	width: 120px;
	height: 21px;
	line-height: 21px;
	border: none;
	font-family: "Trebuchet MS", Arial, Tahoma, Verdana, "Microsoft Sans Serif", sans-serif;
	color: #555; /*7b7b7b*/
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	text-shadow: 0 1px #fff;
	}
a.button-link:hover {
	background-position: 0 -21px;
	}
a.button-link:active {
	background-position: 0 -42px;
	}

/* =Masthed
--------------------------------------------------------------------*/
/* General */
header#masthead {
	height: 85px;
	position: relative;
	background: url(../i/bg-top.png) transparent 50% 0 no-repeat;
	padding: 1px 0 0 0;
	}

#logo {
	display: block;
	width: 225px;
	height: 39px;
	border: none;
	margin: 13px auto 0 auto;
	padding: 0;
	background: url(../i/divider.png) transparent 50% 98% no-repeat;
	text-align: center;
	}

header#masthead h2 {
	margin: 0;
	padding: 0;
	background: none;
	color: #bfbfbf;
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	position: absolute;
	top: 24px;
	left: 612px;
	}

/* =Language selector
--------------------------------------------------------------------*/
#language {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 26px;
	right: 35px;
	}

#language li {
	float: left;
	padding: 0 0 0 5px;
	}

#language li a,
#language li a:link,
#language li a:visited,
#language li a:hover,
#language li a:active {
	text-decoration: none;
	font-size: 10px;
	display: block;
	width: 15px;
	height: 11px;
	text-indent: -1000em;
	}

#language li a.rus {
	background: url(../i/languages.png) transparent 0 100% no-repeat;
	}
#language li a.rus:hover,
#language li a.rus.current {
	background-position: 0 0;
	}
#language li a.eng {
	background: url(../i/languages.png) transparent 100% 100% no-repeat;
	}
#language li a.eng:hover,
#language li a.eng.current {
	background-position: 100% 0;
	}

/* =Main menu
--------------------------------------------------------------------*/
#right nav {
	width: 150px;
	}

#right nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#right nav ul li {
	display: block;
	margin: 2px 0;
	font-family: "Myriad Pro", "Trebuchet MS", Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	font-weight: normal;
	text-shadow: 1px 1px 0 #fff;
	}

#right nav ul li a:link,
#right nav ul li a:visited,
#right nav ul li a:hover,
#right nav ul li a:active {
	color: #656565;
	text-decoration: none;
	display: block;
	line-height: 20px;
	height: 20px;
	padding: 0 0 0 30px;
	}

#right nav ul li a:hover {
	background: url(../i/bg-menu-01.png) transparent 0 100% no-repeat;
	}
#right nav ul li a.current {
	background: url(../i/bg-menu-01.png) transparent 0 0 no-repeat;
	}

/* =Left-Right wrapper
--------------------------------------------------------------------*/
#lr-wrap {
	padding: 0 20px;
	margin: 10px 0 0 0;
	}

/* =Main Page
--------------------------------------------------------------------*/
#left {
	float: left;
	position: relative;
	width: 130px;
	text-align: center;
	padding: 5px 0 0 0;
	}

#main {
	float: left;
	position: relative;
	width : 585px;
	padding: 0 30px;
	}

#right {
	float: right;
	position: relative;
	z-index: 5;
	width: 150px;
	padding: 0 15px 0 0;
	}
#right .fix {
	width: 150px;
	}

/* =Content
--------------------------------------------------------------------*/
#main ul {
	list-style: none;
	margin: 5px 0 5px 20px;
	padding: 0;
	}

#main ul li,
#main ol ul li {
	display: block;
	padding-left: 20px;
	background: url(../i/bullet-02.png) transparent 10px 7px no-repeat;
	margin: 5px 0;
	}

#main ol {
	margin: 5px 0 5px 0;
	padding: 0 0 0 45px;
	}

#main ol li {
	padding-left: 0px;
	margin: 5px 0;
	}

#main img {
	/*padding: 4px;
	background: #fff;
	border: solid 1px #dedada;*/
	}

#main a img,
#main a:link img,
#main a:visited img,
#main a:hover img,
#main a:active img {
	/*padding: 3px;
	border: solid 1px #b6b6b6;
	background: #fff;*/
	}
#main a:hover img {
	/*border: solid 1px #d4d4d4;*/
	}

#main .noframe {
	padding: 0;
	background: transparent;
	border: none;
	}

p.sign {
	font-size: 12px;
	text-align: right;
	/*font-style: italic;*/
	}

p.center {
	font-size: 12px;
	text-align: center;
	/*font-style: italic;*/
	/*padding: 2px 0;
	border: dashed 0 #e8e8e8;
	border-width: 1px 0;*/
	}

p strong {
	color: #333;
	}

a.expand,
a.expand:link,
a.expand:visited,
a.expand:hover,
a.expand:active {
	font-size: 12px;
	color: #c8c8c8;
	text-decoration: none;
	}
a.expand:hover {
	/*text-decoration: underline;*/
	color: #999;
	}

a.expand:after {
	content: ']';
	padding: 0 0 0 2px;
	color: #c8c8c8;
	}
a.expand:before {
	content: '[';
	padding: 0 2px 0 0;
	color: #c8c8c8;
	}

.block-more {
	/*display: none;*/
	/*margin: 15px 0;*/
	font-size: 12px;
	line-height: 16px;
	padding: 1px 10px 1px 10px;
	margin: 0 0 0 10px;
	border-left: solid 1px #e8e8e8;
	background: #f9f9f9;
	/*opacity: 0;*/
	}

.hint {
	color: #c8c8c8;
	font-size: 12px;
	}
.hint:before {
	content: '[';
	padding: 0 2px 0 0;
	}
.hint:after {
	content: ']';
	padding: 0 0 0 2px;
	}

/* =Gallery
--------------------------------------------------------------------*/
.gallery {
	padding: 0;
	}
.gallery:after {
	content: '.';
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
	}
.gallery a,
.gallery a:link,
.gallery a:visited,
.gallery a:hover,
.gallery a:active  {
	display: block;
	float: left;
	margin: 0 6px 2px 0;
	}
.gallery a:hover img {
	/*border: solid 1px #d4d4d4;*/
	}

.pp_details {
	color: #333;
	}
.pp_description {
	margin-top: 3px !important;
	}

.gallery.sample {
	width: 370px;
	margin: 0 auto;
	}

/* =Social
--------------------------------------------------------------------*/
#social {
	clear: both;
	padding: 40px 0 0 0;
	opacity: .75;
	position: relative;
	}

#vk_like {
	margin: 10px 0 0 30px;
	}
#fb_like {
	margin: 10px 0 0 30px;
	height: 21px;
	}
#tweet {
	margin: 10px 0 0 30px;
	height: 20px;
	}
#donate-link {
	margin: 40px 0 0 30px;
	height: 21px;
	}

/* =Guide (on Main page)
--------------------------------------------------------------------*/
#main ul.guide {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#main ul.guide li {
	display: block;
	padding: 0;
	margin: 0 0 0 -25px;
	background: none;
	width: 171px;
	height: 365px;
	float: left;
	background: url(../i/guide-divider.png) transparent 100% 0 no-repeat;
	font-size: 12px;
	line-height: 15px;
	}
#main ul.guide li:first-child {
	margin: 0;
	}
#main ul.guide li:last-child {
	background: none;
	width: 146px;
	}
#main ul.guide li.last {
	background: none;
	width: 146px;
	}

#main ul.guide li img {
	padding: 0;
	margin: 0 0 8px 0;
	border: none;
	background: transparent;
	float: left;
	}

#main ul.guide li span {
	display: block;
	float: left;
	clear: both;
	/*font-family: "Myriad Pro", "Trebuchet MS", Arial, Tahoma, Verdana, "Microsoft Sans Serif", sans-serif;*/
	color: #fff;
	font-weight: bold;
	background: #e8e8e8;
	text-align: center;
	font-size: 17px;
	line-height: 20px;
	width: 20px;
	height: 20px;
	padding: 0 0 0 1px;
	margin: 0 0 0 6px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	}

#main ul.guide li p {
	width: 100px;
	clear: right;
	margin: 156px 0 0 35px;
	}

#main ul.guide li strong {
	display: block;
	height: 34px;
	}

/* =Parameters List
--------------------------------------------------------------------*/
#main ul.params-list {
	margin: -5px 0 0 0;
	padding: 0;
	list-style: none;
	}
#main ul.params-list li {
	padding: 5px 5px 8px 5px;
	margin: 0;
	border-bottom: solid 1px #e8e8e8;
	background: 0;
	/*background: url(../i/bullet-02.png) transparent 10px 10px no-repeat;
	padding-left: 20px;*/
	background: url(../i/bg-list.png) transparent 0 100% repeat-x;
	}
#main ul.params-list li:hover {
	background: #f9f9f9;
	}

.params-list h3 {
	margin: 10px 0 10px 0;
	/*font-weight: bold;*/
	}
.params-list h3 span {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
	font-size: 12px;
	color: #c8c8c8;
	line-height: 16px;
	font-weight: normal;
	}

.params-list p {
	margin: 10px 0;
	}

p.expand-link {
	text-align: right;
	}

.params-list p.expand-link {
	margin: 0;
	position: relative;
	height: 1px;
	}

.params-list p.screenshot {
	margin: 5px 0;
	}

.params-list a.expand {
	margin-top: -10px;
	position: absolute;
	right: 0;
	top: 0;
	}

code {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
	font-weight: bold;
	}

dl {
	margin: 0 0 0 10px;
	padding: 0;
	}

dl dt {
	/*clear: both;*/
	font-weight: bold;
	float: left;
	width: 95px; /*95px*/
	text-align: right;
	margin: 0 10px 0 0;
	/*padding: 0 4px;
	background: #f1f1f1;*/
	}
dl.wide dt {
	width: 120px;
	}
dl.wide2 dt {
	width: 150px;
	}
dl.wide3 dt {
	width: 170px;
	}
dl dt span {
	font-size: 12px;
	color: #c8c8c8;
	font-weight: normal;
	float: left;
	line-height: 18px;
	}

dl dd {
	margin: 5px 0 5px 105px;
	padding: 0;
	}
dl.wide dd {
	margin-left: 130px;
	}
dl.wide2 dd {
	margin-left: 160px;
	}
dl.wide3 dd {
	margin-left: 180px;
	}

/* =Forms
--------------------------------------------------------------------*/
form input,
form textarea {
	border: solid 1px #dcddd9;
	/*background: url(../i/input-bg.png) #fff 0 0 no-repeat;*/
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
	font-size: 12px;
	height: 15px;
	padding: 5px 5px;
	color: #999;
	box-shadow: 2px 2px 5px #eee inset;
	}
form input:hover,
form textarea:hover,
form input:focus,
form textarea:focus {
	border-color: #bbb;
	background-position: -0 -423px;
	box-shadow: 2px 2px 5px #f3f3f3 inset;
	}

form input[type="submit"] {
	background: url(../i/button-01.png) transparent 0 0 no-repeat;
	width: 212px !important;
	height: 42px;
	border: none;
	font-family: "Trebuchet MS", Arial, Tahoma, Verdana, "Microsoft Sans Serif", sans-serif;
	color: #7b7b7b;
	font-size: 14px;
	text-transform: uppercase;
	text-shadow: 0 1px #fff;
	cursor: pointer;
	box-shadow: none;
	}
form input[type="submit"]:hover {
	background-position: 0 -42px;
	}
form input[type="submit"]:active {
	background-position: 0 -84px;
	}

form input[type="image"] {
	padding: 0;
	margin: 0;
	background: none;
	border: none;
	box-shadow: none;
	}

/* =Add-comment form
--------------------------------------------------------------------*/
#add-comment-form {
	margin: 20px 0 0 0;
	padding: 0 10px;
	}

#add-comment-form label {
	display: none;
	}

#add-comment-form div {
	float: left;
	position: relative;
	}

#add-comment-form div.captcha input {
	float: left;
	}
#add-comment-form div#captcha {
	float: none;
	display: inline-block;
	width: 90px;
	height: 50px;
	background: #eee;
	}

#add-comment-form textarea {
	/*float: left;*/
	margin: 0 20px 0 0;
	width: 320px;
	min-width: 320px;
	max-width: 320px;
	height: 220px;
	min-height: 220px;
	max-height: 220px;
	}
#add-comment-form textarea.high {
	height: 270px;
	min-height: 270px;
	max-height: 270px;
	}

#add-comment-form input {
	/*float: left;*/
	margin: 0 0 14px 0;
	width: 200px;
	}

#add-comment-form .captcha {
	margin: 0 0 14px 0;
	}

#add-comment-form .captcha img {
	border: none;
	padding: 0;
	background: transparent;
	}

#add-comment-form input#keystring {
	width: 95px;
	margin: 12px 14px 14px 0;
	}

#add-comment-form form input[type="submit"] {
	float: right;
	}

/* =Donate form
--------------------------------------------------------------------*/
#donate-form {
	margin: 20px 0 0 0;
	padding: 0 10px;
	}

#donate-form input[type="image"] {
	height: auto;
	}

#donate-form input[type="submit"] {
	background: url(../i/button-02.png) transparent 0 0 no-repeat;
	width: 84px !important;
	height: 21px;
	padding-top: 4px;
	border: none;
	font-family: "Trebuchet MS", Arial, Tahoma, Verdana, "Microsoft Sans Serif", sans-serif;
	color: #7b7b7b;
	font-size: 10px;
	text-transform: uppercase;
	text-shadow: 0 1px #fff;
	cursor: pointer;
	box-shadow: none;
	}
#donate-form input[type="submit"]:hover {
	background-position: 0 -21px;
	}
#donate-form input[type="submit"]:active {
	background-position: 0 -42px;
	}


/* =Page navigation
--------------------------------------------------------------------*/

/* =Tags
--------------------------------------------------------------------*/

/* =Footer
--------------------------------------------------------------------*/
footer#footer {
	clear: both;
	text-align: center;
	height: 75px;
	width: 100%;
	padding: 10px 0 0 0;
	background: url(../i/bg-bot.png) #fff 0 100% repeat-x;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	}

footer#footer div {
	width: 100%;
	height: 74px;
	background: url(../i/bg-footer.png) transparent 50% 100% no-repeat;
	padding: 1px 0 0 0;
	}

footer#footer p {
	font-size: 11px;
	color: #999;
	background: url(../i/divider.png) transparent 50% 0 no-repeat;
	padding: 15px 0 0 0;
	margin: 30px 0 0 0;
	text-shadow: 0 1px 0 #eee;
	}

footer#footer p a,
footer#footer p a:link,
footer#footer p a:visited,
footer#footer p a:hover,
footer#footer p a:active {
	color: #999;
	text-decoration: none;
	}
footer#footer p a:hover {
	color: #333;
	}

footer#footer .ct {
	display: block;
	width: 88px;
	height: 31px;
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 5px;
	display: none;
	}

/* =Messages
--------------------------------------------------------------------*/
.msg img {
	float: left;
	border: solid 1px #ddd;
	margin: 0 10px 0 0;
	}

.underconst {
	background: url(../i/icon-underconst-01.jpg) transparent 0 0 no-repeat;
	padding-left: 80px;
	height: 70px;
	}

.msg span {
	padding-top: 10px;
	line-height: 16px;
	float: left;
	height: 70px;
	}
/*
<div class="msg underconst">
<span>Страница находится в разработке и в настоящий момент пополняется информацией.<br />
Приносим свои извинения!</span>
</div>
*/

/* =E-mail-form (for Simple XHTML)
--------------------------------------------------------------------*/
/*.mail-form {
	display: block;
	margin: 10px 0;
	}

.mail-form label {
	float: left;
	width: 150px;
	text-align: right;
	padding-right: 5px;
	padding-top: 2px;
	font-weight: bold;
	color: #67594c;
	}
.mail-form label span {
	font-weight: normal;
	}

.mail-form p input {
	display: block;
	margin-left: 155px;
	background: #eee;
	border: solid 1px #000;
	padding: 3px 8px;
	cursor: pointer;
	font-size: 12px;
	}
.mail-form p input:hover {
	background: #fff;
	border: solid 1px #67594c;
	cursor: pointer;
	}
* html .mail-form .submit {
	margin-left: 159px;
	padding: 2px 0;
	}

.mail-form div {
	margin: 4px 0;
	}

.mail-form div input {
	width: 250px;
	}
.mail-form div textarea {
	width: 250px;
	height: 100px;
	}

.mail-form div input,
.mail-form div textarea {
	background: #fafafa;
	border: solid 1px #000;
	font-size: 1em;
	padding: 2px 4px;
	font-family: Tahoma;
	color: #000;
	}
.mail-form div input:hover,
.mail-form div textarea:hover {
	background: #fff;
	border: solid 1px #67594c;
	}
.mail-form div input:focus,
.mail-form div textarea:focus {
	background: #fff;
	border: solid 1px #67594c;
	}

.mail-form .submit {
	color: #000;
	}*/

/*Captcha*/
/* #captcha {
	margin: 0 0 0 186px;
	width: 124px;
	height: 64px;
	background: #cacaca;
	}*/

/*Validation*/
/* .mail-form label.error {
	float: none;
	display: inline;
	width: auto;
	text-align: left;
	padding-right: 5px;
	padding-top: 2px;
	font-weight: bold;
	color: #fff;
	vertical-align: top;
	}*/

/*Send output*/
 #sendOutput {
	display: none;
	border: 1px solid #e8e8e8;
	border-width: 1px 0;
	margin: 15px 0 10px 0;
	padding: 0 0 5px 0;
	}
#sendOutput h4 {
	padding-top: 0;
	}

#sendOutput p span {
	font-weight: bold;
	}

#sendOutput p span.loading {
	font-weight: normal;
	}

#sendOutput p span.err {
	color: #bf0000;
	font-weight: normal;
	}

/* =Slideshow
--------------------------------------------------------------------*/
