<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

@import url("reset.css");
@import url("typo.css");

body {
	background-color: #ffffff;
	color: #898989;
	text-align: center;
}

a, a:link, a:visited, a:hover, a:active {
	color: #a78a66;
	text-decoration: underline;
}
body#contacts a, body#contacts a:link, body#contacts a:visited, body#contacts a:hover, body#contacts a:active { color: #9f6f95; }

a.selected, a.selected:link, a.selected:visited, a.selected:hover, a.selected:active {
	font-weight: bold;
}

.clear {
	clear: both;
	visibility: hidden;
}

#container {
	margin: 20px auto;
	text-align: left;
	width: 1000px;
}

#content, #footer, #legal {
	margin: 0 35px 0px 25px;
	padding: 30px 0 30px 0;
	clear: both;
}

#footer, #legal { border-top: 1px dotted #a78a66; }
body#contacts #footer, body#contacts #legal { border-top: 1px dotted #9f6f95; }

body#portfolio #content h1 {
	display: none;
}

#content {
	min-height: 320px;
}

body#contacts #content { height: auto; }

#content h1 {
	color: #a78a66;
	font-size: 22px;
	margin: 10px 0 15px 0;
}
body#contacts #content h1 { color: #9f6f95; }
body#contacts #content h2 { font-size: 20px; }

#content ul {
	padding-left: 550px;
}

#content ul {
	margin-bottom: 10px;
}

#content li a {
	border: 0 none;
	display: block;
	padding: 0 0 10px 0;
	margin-bottom: 10px;
	border-bottom: 1px dotted #a78a66;
}

#content h2, #footer li em {
	color: #a78a66;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 10px;
}

body#contacts #content h2, body#contacts #footer li em { color: #9f6f95; }

#content .page-list-items {
	padding-left: 0;
}

#content .page-list-items a {
	border: 0 none;
	display: block;
	padding: 0;
	margin-bottom: 0;
}

#content .page-list-items li {
	float: left;
	height: 165px;
	padding: 0 40px 10px 5px;
	position: relative;
	width: 190px;
}

#content .page-list-items img {
	background-image: url("../img/frame.png");
	background-repeat: no-repeat;
	position: absolute;
	padding: 16px;
	top: 0;
	left: 0;
	height: 108px;
	width: 190px;
}

#content .page-list-items h3 {
	font-weight: normal;
	margin: 140px 0 0 5px;
}
#content .page-list-items h3 a {
	color: #898989;
}
#content .page-list-items h3 span {
	display: none;
}


#footer {
	background-image: url("../img/footer-bg.gif");
	background-position: right 40px;
	background-repeat: no-repeat;
	height: 278px;
	padding-top: 30px;
}

#legal .left {
	background: transparent url("../img/logo-javlo.png") no-repeat left top;
	padding-left: 80px;
	height: 50px;
}

body#contacts #footer { background-image: url("../img/footer-contacts-bg.gif"); }

fieldset {
	border: 1px solid #cccccc;
	margin: 0 0 1em;
	padding: 0.2em 0.8em;
}

#footer ul {
	float: left;
	margin-right: 70px;
	width: 220px;
}

#footer li {
	line-height: 20px;
	text-align: justify;
}

#footer li em {
	display: block;
	font-style: normal;
	margin-bottom: 20px;
}

#footer h3 {
	color: #77b05d;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 15px;
}

h1 {
	margin: 10px 20px 40px;
}

#header {
	background-image: url("../img/header-bg.gif");
	background-position: center 80px;
	background-repeat: no-repeat;
	height: 500px;
	padding-left: 12px;
}

body#contacts #header { background-image: url("../img/header-contacts-bg.gif"); }

#header a.logo {
	background-image: url("../img/logo.png");
	background-repeat: no-repeat;
	float: left;
	height: 80px;
	width: 93px;
	text-indent: -9999px;
}

body#contacts #header a.logo { background-image: url("../img/logo-contacts.png"); }

#legal {
	background-image: url("../img/logo-small.png");
	background-position: right 10px;
	background-repeat: no-repeat;
	height: 50px;
	padding: 10px 60px 0 0;
}
body#contacts #legal { background-image: url("../img/logo-contacts-small.png"); }

#legal p {
	text-align: right;
	margin: 0;
}

#nav {
	padding-top: 65px;
}


#nav li {
	display: inline;
	line-height: 15px;
	padding-left: 15px;
	text-transform: lowercase;
}

#nav li a {
	text-decoration: none;
}

#nav li a:hover { text-decoration: underline; }

.page-list-item { border: 0 none; }
.page-list-item p {
	color: #ffffff;
	font-size: 12px;
	line-height: 15px;
	text-align: justify;
}

#teaser {
}

#teaser .page-list-item img {
	float: left;
}

#teaser .page-list-item h2, #teaser .page-list-item p {
	float: right;
	padding: 0 40px;
	width: 190px;
}

#teaser .page-list-item h2 {
	color: #a6dad6;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -0.02em;
	padding: 40px 40px 18px 40px;
	text-align: justify;
	text-transform: uppercase;
}
/*9f6f95*/
</pre></body></html>