<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">header,
hgroup,
footer,
article,
aside,
section,
nav,
figure,
figcaption {
 display: block;
}
html,
body {
 height: 100%;
}
#wrap {
 min-height: 100%;
}
#spacer {
 height: 100px;
 clear: both;
}
footer {
 margin-top: -100px;
}
body {
 margin: 0;
 font: 15px/19px 'PT Sans';
 color: #636363;
 background-color: #ccc;
}
table {
 font: 15px/19px 'PT Sans';
 color: #636363;
}
a {
 color: #20a7fd;
}
a:hover {
 text-decoration: none;
}
hr {
 background: #ccc;
 height: 1px;
 border: 0;
 margin: 5px 0;
}
.dotted-a a {
 text-decoration: none;
 border-bottom: 1px dotted;
}
.dotted-a a:hover {
 border-bottom: none;
}
a img {
 border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
 margin: 0 0 10px 0;
 line-height: normal;
}
p {
 margin: 15px 0 0 0;
 text-align: justify;
}
.centered {
 text-align: center;
}
.big {
 font: 20px/1.5 'PT Sans';
}
.clearleft {
 clear: left;
}
.clearright {
 clear: right;
}
.clear {
 height: 0;
 clear: both;
}
.clearfix:after {
 content: "";
 display: block;
 clear: both;
}
.w100 {
 min-width: 1003px;
}
.container {
 width: 1003px;
 margin: auto;
}
.main {
 background: #fff;
 box-shadow: 0 0 7px rgba(0, 0, 0, 0.26);
}
/*------------header*/
.topline {
 position: absolute;
 left: 0;
 right: 0;
 height: 7px;
 background: #20a7fd;
}
hgroup {
 float: left;
 padding: 27px 0 0 30px;
 overflow: hidden;
}
.logo {
 margin: 0;
 float: left;
 font: 36px/46px 'PT Sans';
 text-transform: uppercase;
}
.logo a {
 color: #636363;
 text-decoration: none;
}
.logo a span {
 color: #20a7fd;
}
.sublogo {
 float: left;
 margin: 0 0 0 12px;
 font: 18px/46px 'PT Sans';
}
.phone {
 float: right;
 margin: 27px 20px 0 0;
 font: 24px/36px 'PT Sans';
 color: #20a7fd;
}
nav {
 clear: both;
 float: left;
 margin: 20px 0 0 0;
 width: 242px;
 min-height: 377px;
}
nav ul {
 margin: 0;
 padding: 0;
 list-style: none;
}
nav ul ul {
 position: absolute;
 display: block !important;
 visibility: hidden;
 opacity: 0;
 top: 1px;
 left: 100%;
 padding-left: 1px;
 z-index: 50;
 -webkit-transition: opacity 0.5s 0 ease;
 -moz-transition: opacity 0.5s 0 ease;
 -ms-transition: opacity 0.5s 0 ease;
 -o-transition: opacity 0.5s 0 ease;
 transition: opacity 0.5s 0 ease;
}
nav ul ul a {
 padding-right: 30px;
}
nav li {
 position: relative;
}
nav li:first-child a {
 border-top: 0;
}
nav li:hover &gt; ul {
 display: block !important;
 visibility: visible;
 opacity: 1;
}
nav a {
 display: block;
 padding: 5px 10px 5px 20px;
 font-size: 16px;
 line-height: 100%;
 color: #636363;
 text-decoration: none;
 white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis;
 border-top: 1px solid #fff;
 background-color: #f8f8f8;
 background-image: -webkit-linear-gradient(bottom, #eeeeee, #f8f8f8);
 background-image: -moz-linear-gradient(bottom, #eeeeee, #f8f8f8);
 background-image: -o-linear-gradient(bottom, #eeeeee, #f8f8f8);
 background-image: -ms-linear-gradient(bottom, #eeeeee, #f8f8f8);
 background-image: linear-gradient(to top, #eeeeee, #f8f8f8);
}
nav a:hover,
nav a.uMenuItemA {
 color: #fff;
 background: #20a7fd;
}
.sm-triangle {
 position: absolute;
 right: 7px;
 top: 50%;
 margin: -5px 0 0 0;
 width: 6px;
 height: 9px;
 background: url(./../img/sm-triangle.png);
}
.slider {
 float: left;
 margin: 20px 0 0 1px;
 width: 760px;
 position: relative;
}
.slider img {
 width: 100%;
 height: 377px;
}
.slider:after {
 display: block;
 content: "";
 position: absolute;
 top: 100%;
 right: 0;
 width: 100%;
 height: 25px;
 background: url(./../img/shadow.png) no-repeat right top;
}
.img-wrapper {
 overflow: hidden;
}
/*--------end-header*/
/*------------middle*/
.content {
 clear: both;
 padding: 10px 35px 20px;
}
.row {
 margin: 0;
 padding: 0;
 clear: both;
 overflow: hidden;
 list-style: none;
}
.title {
 margin: 15px 0 10px 0;
 font: 27px/1.5 'PT Sans';
 text-align: center;
 text-transform: uppercase;
}
.title a {
 color: #636363;
 text-decoration: none;
}
.title-ico {
 margin: auto;
 width: 70px;
 height: 70px;
 text-align: center;
 background: #20a7fd no-repeat center center;
 border-radius: 50%;
}
.title-ico.ico-quality {
 background-image: url(./../img/ico-quality.png);
}
.title-ico.ico-team {
 background-image: url(./../img/ico-team.png);
}
.title-ico.ico-price {
 background-image: url(./../img/ico-price.png);
}
.title-ico span {
 display: inline-block;
 vertical-align: middle;
}
.third {
 float: left;
 width: 31%;
 margin: 0 0 3% 3.5%;
}
.third:first-child,
.third:nth-child(3n-2) {
 margin-left: 0;
}
.third p {
 margin: 10px 0 0 0;
 text-align: justify;
}
.intro-row {
 margin-top: 10px;
}
.portfolio-row {
 margin-bottom: 40px;
}
.portfolio {
 position: relative;
 display: inline-block;
 vertical-align: middle;
 height: 195px;
 width: 289px;
 overflow: hidden;
 text-align: left;
}
.portfolio img {
 vertical-align: middle;
}
.portfolio .img-title {
 position: absolute;
 bottom: -36px;
 left: 0;
 right: 0;
 padding-left: 40px;
 font: 15px/35px 'PT Sans';
 color: #fff;
 text-decoration: none;
 background: #000000 url(./../img/camera.png) no-repeat 12px center;
 background-color: rgba(0, 0, 0, 0.61);
 -webkit-transition: bottom 0.3s 0 ease;
 -moz-transition: bottom 0.3s 0 ease;
 -ms-transition: bottom 0.3s 0 ease;
 -o-transition: bottom 0.3s 0 ease;
 transition: bottom 0.3s 0 ease;
}
.portfolio:hover .img-title {
 bottom: 0;
}
.special-item p {
 margin: 12px 0 0 0;
}
.special-item p a {
 text-decoration: none;
}
.special-item p a:hover {
 text-decoration: underline;
}
.i-date {
 padding: 0 0 3px 0;
 font: 13px/19px 'PT Sans';
 color: #b7b7b7;
 border-bottom: 6px solid #20a7fd;
}
.post-img {
 float: right;
 margin: 0 0 15px 15px;
 width: 255px;
}
.post-img-page {
 margin-top: 10px;
}
article {
 clear: both;
}
#allEntries article {
margin-bottom: 40px;
}
.a-top {
 overflow: hidden;
 border-bottom: 6px solid #20a7fd;
}
.a-date {
 float: right;
 margin: 0 0 0 10px;
 font: 13px/40px 'PT Sans';
 color: #b7b7b7;
}
.a-title {
 font: 20px/40px 'PT Sans';
 color: #20a7fd;
 text-decoration: none;
}
.a-title:hover {
 color: #53bbfd;
}
.a-message {
 margin: 15px 0 0 0;
 text-align: justify;
}
.a-details {
 clear: both;
 margin: 15px 0 0 0;
 border-top: 1px dotted #d2d2d2;
}
.a-details span,
.a-details a {
 background: no-repeat left center;
}
.a-details span {
 margin: 0 20px 0 5px;
 display: inline-block;
 line-height: 35px;
}
.a-details .a-author {
 background-image: url(./../img/a-author.png);
 padding-left: 19px;
}
.a-details .a-views {
 background-image: url(./../img/a-views.png);
 padding-left: 25px;
}
.a-details .a-comments {
 background-image: url(./../img/a-comments.png);
 padding-left: 17px;
}
.entryReadAllLink {text-decoration: none;white-space: nowrap;}
.entryReadAllLink:hover {text-decoration: underline;}
.comments {
 clear: both;
 margin: 30px 0 0 0;
}
.comment {
 clear: both;
 overflow: hidden;
 margin: 0 0 30px 0;
}
.c-avatar {
 float: left;
 width: 70px;
}
.c-content {
 margin-left: 80px;
}
.c-date {
 float: right;
 margin: 0 0 0 10px;
 font: 13px/19px 'PT Sans';
 color: #b7b7b7;
}
.c-author {
 color: #20a7fd;
 text-decoration: none;
}
.c-text {
 clear: right;
 margin-top: 5px;
 padding-top: 5px;
 border-top: 1px dotted #d2d2d2;
}
.c-answer-link {
 font-size: 10px;
}
.pages,
.catPages1,
.catPages2,
.pagesBlock1,
.pagesBlock2,
.pagesBlockuz1,
.pagesBlockuz2 {
 display: block;
 margin: 20px 0;
 text-align: center;
}
.pages a,
.catPages1 a,
.catPages2 a,
.pagesBlock1 a,
.pagesBlock2 a,
.pagesBlockuz1 a,
.pagesBlockuz2 a,
.pages b,
.catPages1 b,
.catPages2 b,
.pagesBlock1 b,
.pagesBlock2 b,
.pagesBlockuz1 b,
.pagesBlockuz2 b {
 display: inline-block;
 padding: 0 7px;
 font: bold 12px/20px 'PT Sans';
 color: #636363;
 background-color: #f7f7f7;
}
.pages a,
.catPages1 a,
.catPages2 a,
.pagesBlock1 a,
.pagesBlock2 a,
.pagesBlockuz1 a,
.pagesBlockuz2 a {
 text-decoration: none;
 color: #fff;
 background-color: #20a7fd;
}
.pages a:hover,
.catPages1 a:hover,
.catPages2 a:hover,
.pagesBlock1 a:hover,
.pagesBlock2 a:hover,
.pagesBlockuz1 a:hover,
.pagesBlockuz2 a:hover {
 background-color: #39b1fd;
}
.moder {
 display: inline-block;
 vertical-align: middle;
 margin: 0 5px;
}
.phtTdMain {
 text-align: center;
}
/*--------end-middle*/
/*------------footer*/
footer {
 padding-top: 60px;
 color: #b7b7b7;
 line-height: 40px;
}
footer .content {
 padding-top: 0;
 padding-bottom: 0;
}
footer .totop {
 float: right;
 color: #20a7fd;
 cursor: pointer;
 display: none;
}
footer .totop span {
 display: inline-block;
 vertical-align: middle;
 margin-left: 8px;
 width: 16px;
 height: 16px;
 background: #20a7fd url(./../img/totop.png) no-repeat center center;
 border-radius: 50%;
}
/*--------end-footer*/
.nivoSlider {
 position: relative;
 width: 100%;
 height: 379px;
 overflow: hidden;
 background: #ffffff url(./../img/loading.gif) no-repeat 50% 50%;
}
.nivoSlider img {
 position: absolute;
 top: 0;
 left: 0;
 display: none;
 max-width: none;
}
.nivoSlider a {
 border: 0;
 display: block;
}
.nivo-main-image {
 display: block!important;
 position: relative!important;
 width: 100% !important;
}
.nivoSlider a.nivo-imageLink {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 border: 0;
 padding: 0;
 margin: 0;
 z-index: 6;
 display: none;
 background: white;
 filter: alpha(opacity=0);
 opacity: 0;
}
.nivo-slice {
 display: block;
 position: absolute;
 z-index: 5;
 height: 100%;
 top: 0;
}
.nivo-box {
 display: block;
 position: absolute;
 z-index: 5;
 overflow: hidden;
}
.nivo-box img {
 display: block;
}
.nivo-directionNav a {
 position: absolute;
 top: 45%;
 z-index: 9;
 cursor: pointer;
 display: block;
 width: 32px;
 height: 32px;
 background: url(./../img/arrows.png) no-repeat;
 text-indent: -9999px;
 border: 0;
 opacity: .8;
 -webkit-transition: all 200ms ease-in-out;
 -moz-transition: all 200ms ease-in-out;
 -o-transition: all 200ms ease-in-out;
 transition: all 200ms ease-in-out;
}
.nivoSlider:hover .nivo-directionNav a {
 opacity: 1;
}
a.nivo-nextNav {
 background-position: 0 -32px;
 right: 0;
}
a.nivo-prevNav {
 left: 0;
}
.nivo-controlNav {
 text-align: center;
 padding: 15px 0;
}
.nivo-controlNav a {
 cursor: pointer;
}
.nivo-controlNav a.active {
 font-weight: bold;
}
.nivo-controlNav {
 text-align: center;
 padding: 20px 0;
}
.nivo-controlNav a {
 display: inline-block;
 width: 22px;
 height: 22px;
 background: url(./../img/bullets.png) no-repeat;
 text-indent: -9999px;
 border: 0;
 margin: 0 2px;
}
.nivo-controlNav a.active {
 background-position: 0 -22px;
}
/*------------inputs*/
input[type=text],
input[type=password],
textarea {
 height: 25px;
 padding: 0 7px;
 *padding: 0px;
 font: italic 14px/25px 'PT Sans';
 color: #acacac;
 background: #fff;
 border: 1px solid #d7d7d7;
 outline: none;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
 border-color: #20a7fd;
}
input.securityCode {
 height: auto !important;
}
textarea {
 padding: 5px 7px;
 height: auto;
 overflow: auto;
 resize: none;
 line-height: 20px;
}
input[type=button],
input[type=submit],
input[type=reset],
.button {
 margin: 0;
 padding: 0 8px;
 display: inline-block;
 vertical-align: middle;
 height: 27px;
 font: 14px/27px 'PT Sans';
 color: #fff;
 text-decoration: none;
 border: 0;
 background-color: #20a7fd !important;
 cursor: pointer;
}
input[type=button]:hover,
input[type=submit]:hover,
input[type=reset]:hover,
.button:hover,{
 text-decoration: none;
 background-color: #39b1fd !important;
}
.button.grey-button {
 background-color: #c2c2c2 !important;
}
.button.grey-button:hover {
 background-color: #20a7fd !important;
}
.codeButtons {
 padding: 0 3px !important;
 width: auto !important;
}
input.uSearchFlSbm,
input.allUsersBtn {
 width: auto !important;
}
.com-input {
 width: 300px;
}
.com-text {
 width: 450px;
}
/*--------end-inputs*/
/* Forums Styles */
.gTable {
 background: #20a7fd;
}
.gTableTop {
 padding: 2px;
 background: #20a7fd;
 padding-left: 20px;
 padding-bottom: 1px;
 color: #FFFFFF;
 font-weight: bold;
 line-height: 28px;
 font-size: 19px;
}
.gTableSubTop {
 padding: 2px;
 background: #efeded;
 color: #000000;
 height: 20px;
 font-size: 10px;
}
.gTableBody {
 padding: 2px;
 background: #FAFAFA;
}
.gTableBody1 {
 padding: 2px;
 background: #FFFFFF;
}
.gTableBottom {
 padding: 2px;
 background: #FAFAFA;
}
.gTableLeft {
 padding: 2px;
 background: #fafafa;
 font-weight: bold;
 color: #6e6e6e;
}
.gTableRight {
 padding: 2px;
 background: #f8f9fa;
}
.gTableError {
 padding: 2px;
 background: #FAFAFA;
 color: #FF0000;
}
.forumNameTd,
.forumLastPostTd {
 padding: 2px;
 background: #ffffff;
}
.forumIcoTd,
.forumThreadTd,
.forumPostTd {
 padding: 2px;
 background: #fafafa;
}
.forumLastPostTd,
.forumArchive {
 padding: 2px;
 font-size: 7pt;
}
a.catLink {
 text-decoration: none !important;
 color: #FFFFFF;
}
.lastPostGuest,
.lastPostUser,
.threadAuthor {
 font-weight: bold;
}
.archivedForum {
 font-size: 7pt;
 color: #FF0000;
 font-weight: bold;
}
/* forum Titles &amp; other */
.forum {
 font-weight: bold;
 font-size: 9pt;
}
.forumDescr,
.forumModer {
 color: #858585;
 font-size: 7pt;
}
.forumViewed {
 font-size: 9px;
}
a.forum:link,
a.lastPostUserLink:link,
a.forumLastPostLink:link,
a.threadAuthorLink:link {
 text-decoration: none;
 color: #6E6E6E;
}
a.forum:visited,
a.lastPostUserLink:visited,
a.forumLastPostLink:visited,
a.threadAuthorLink:visited {
 text-decoration: none;
 color: #6E6E6E;
}
a.forum:hover,
a.lastPostUserLink:hover,
a.forumLastPostLink:hover,
a.threadAuthorLink:hover {
 text-decoration: underline;
 color: #909090;
}
a.forum:active,
a.lastPostUserLink:active,
a.forumLastPostLink:active,
a.threadAuthorLink:active {
 text-decoration: underline;
 color: #6E6E6E;
}
/* forum Navigation Bar */
.forumNamesBar {
 font-weight: bold;
 font-size: 7pt;
}
.forumBarKw {
 font-weight: normal;
}
a.forumBarA:link {
 text-decoration: none;
 color: #000000;
}
a.forumBarA:visited {
 text-decoration: none;
 color: #000000;
}
a.forumBarA:hover {
 text-decoration: none;
 color: #6E6E6E;
}
a.forumBarA:active {
 text-decoration: underline;
 color: #6E6E6E;
}
/* forum Fast Navigation Blocks */
.fastNav,
.fastSearch,
.fastLoginForm {
 font-size: 7pt;
}
/* forum Fast Navigation Menu */
.fastNavMain {
 background: #DADADA;
}
.fastNavCat {
 background: #EFEFEF;
}
.fastNavCatA {
 background: #EFEFEF;
 color: #0000ff;
}
.fastNavForumA {
 color: #0000ff;
}
/* forum Page switches */
.switches {
 background: #CCCCCC;
}
.pagesInfo {
 background: #FFFFFF;
 padding-right: 10px;
 font-size: 7pt;
}
.switch {
 background: #FFFFFF;
 width: 15px;
 font-size: 7pt;
}
.switchActive {
 background: #E0E0E0;
 font-weight: bold;
 color: #6E6E6E;
 width: 15px;
}
a.switchDigit:link,
a.switchBack:link,
a.switchNext:link {
 text-decoration: none;
 color: #000000;
}
a.switchDigit:visited,
a.switchBack:visited,
a.switchNext:visited {
 text-decoration: none;
 color: #000000;
}
a.switchDigit:hover,
a.switchBack:hover,
a.switchNext:hover {
 text-decoration: underline;
 color: #FF0000;
}
a.switchDigit:active,
a.switchBack:active,
a.switchNext:active {
 text-decoration: underline;
 color: #FF0000;
}
/* forum Threads Style */
.threadNametd,
.threadAuthTd,
.threadLastPostTd {
 padding: 2px;
 background: #ffffff;
}
.threadIcoTd,
.threadPostTd,
.threadViewTd {
 padding: 2px;
 background: #fafafa;
}
.threadLastPostTd {
 padding: 2px;
 font-size: 7pt;
}
.threadDescr {
 color: #858585;
 font-size: 7pt;
}
.threadNoticeLink {
 font-weight: bold;
}
.threadsType {
 padding: 2px;
 background: #fff;
 height: 20px;
 font-weight: bold;
 font-size: 7pt;
 color: #FFFFFF;
 padding-left: 40px;
}
.threadsDetails {
 padding: 2px;
 background: #fff;
 height: 20px;
 color: #6E6E6E;
}
.forumOnlineBar {
 padding: 2px;
 background: #fff;
 height: 20px;
 color: #6E6E6E;
}
a.threadPinnedLink:link {
 text-decoration: none;
 color: #0000FF;
}
a.threadPinnedLink:visited {
 text-decoration: none;
 color: #0000FF;
}
a.threadPinnedLink:hover {
 text-decoration: none;
 color: #FF0000;
}
a.threadPinnedLink:active {
 text-decoration: underline;
 color: #FF0000;
}
a.threadLink:link {
 text-decoration: none;
 color: #6E6E6E;
}
a.threadLink:visited {
 text-decoration: none;
 color: #6E6E6E;
}
a.threadLink:hover {
 text-decoration: underline;
 color: #000000;
}
a.threadLink:active {
 text-decoration: underline;
 color: #000000;
}
.postpSwithces {
 font-size: 7pt;
}
.thDescr {
 font-weight: normal;
}
.threadFrmBlock {
 font-size: 7pt;
 text-align: right;
}
/* forum Posts View */
.postPoll {
 background: #F1F2F3;
}
.postFirst {
 background: #F8F9FA;
}
.postRest1 {
 background: #F1F2F3;
}
.postRest2 {
 background: #F8F9FA;
}
.postSeparator {
 background: none;
}
.postTdTop {
 background: #efeded;
}
.postBottom {
 background: #E0E0E0;
 height: 20px;
}
.postUser {
 font-weight: bold;
}
.postTdInfo {
 text-align: center;
 padding: 5px;
 background: #fafafa;
}
.postRankName {
 margin-top: 5px;
}
.postRankIco {
 margin-bottom: 5px;
}
.reputation {
 margin-top: 5px;
}
.signatureHr {
 margin-top: 20px;
 color: #787878;
}
.posttdMessage {
 padding: 5px;
 background: #FFFFFF;
}
.pollQuestion {
 text-align: center;
 font-weight: bold;
}
.pollButtons,
.pollTotal {
 text-align: center;
}
.pollSubmit {
 font-weight: bold;
}
.pollEnd {
 text-align: center;
 height: 30px;
}
.codeMessage {
 background: #FFFFFF;
 font-size: 9px;
}
.quoteMessage {
 background: #FFFFFF;
 font-size: 9px;
}
.signatureView {
 font-size: 7pt;
}
.edited {
 padding-top: 30px;
 font-size: 7pt;
 text-align: right;
 color: gray;
}
.editedBy {
 font-weight: bold;
 font-size: 8pt;
}
.statusBlock {
 padding-top: 3px;
}
.statusOnline {
 color: #0000FF;
}
.statusOffline {
 color: #FF0000;
}
/* forum AllInOne Fast Add */
.newThreadBlock {
 background: #F9F9F9;
 border: 1px solid #B2B2B2;
}
.newPollBlock {
 background: #F9F9F9;
 border: 1px solid #B2B2B2;
}
.newThreadItem {
 padding: 0 0 0 8px;
 background: url('/.s/t/844/7.gif') no-repeat 0px 4px;
}
.newPollItem {
 padding: 0 0 0 8px;
 background: url('/.s/t/844/7.gif') no-repeat 0px 4px;
}
/* forum Post Form */
.codeCloseAll {
 font-size: 7pt;
 color: #6E6E6E;
 font-weight: bold;
 background: #FCFCFC;
 border: 1px solid #6E6E6E;
}
.postNameFl,
.postDescrFl {
 background: #FCFCFC;
 border: 1px solid #6E6E6E;
 width: 400px;
}
.postPollFl,
.postQuestionFl {
 background: #FCFCFC;
 border: 1px solid #6E6E6E;
 width: 400px;
}
.postResultFl {
 background: #FCFCFC;
 border: 1px solid #6E6E6E;
 width: 50px;
}
.postAnswerFl {
 background: #FCFCFC;
 border: 1px solid #6E6E6E;
 width: 300px;
}
.postTextFl,
.forumContent input,
.forumContent textarea {
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
}
.postUserFl {
 background: #FCFCFC;
 border: 1px solid #6E6E6E;
 width: 300px;
}
.pollHelp {
 font-weight: normal;
 font-size: 7pt;
 padding-top: 3px;
}
.smilesPart {
 padding-top: 5px;
 text-align: center;
}
#frM55 a {
 color: #fff !important;
}
/*--------popup*/
.popup {
 margin: 5px;
 background: #fff;
}
.popuptitle {
 height: 30px;
 padding: 0 15px;
 font: 20px/30px 'PT Sans';
 color: #fff;
 background: #20a7fd;
}
.popupbody {
 padding: 10px 15px;
}
/*----end-popup*/
body {
 background-color: #efefef;
 background-image: url(/img/bg1.png);
}
a {
 color: #B67440;
}
.topline {
 background: #9e7e00;
}
.logo a span {
 color: #9e7e00;
}
.phone {
 color: #9e7e00;
}
nav a:hover,
nav a.uMenuItemA {
 background: #9e7e00;
}
.title-ico {
 background-color: #9e7e00;
}
.i-date {
 border-bottom: 6px solid #9e7e00;
}
.a-top {
 border-bottom: 6px solid #9e7e00;
}
.a-title {
 color: #9e7e00;
}
.a-title:hover {
 color: #d1a700;
}
.c-author {
 color: #9e7e00;
 text-decoration: none;
}
.pages a,
.catPages1 a,
.catPages2 a,
.pagesBlock1 a,
.pagesBlock2 a,
.pagesBlockuz1 a,
.pagesBlockuz2 a {
 background-color: #9e7e00;
}
.pages a:hover,
.catPages1 a:hover,
.catPages2 a:hover,
.pagesBlock1 a:hover,
.pagesBlock2 a:hover,
.pagesBlockuz1 a:hover,
.pagesBlockuz2 a:hover {
 background-color: #b89200;
}
footer .totop {
 color: #9e7e00;
}
footer .totop span {
 background-color: #9e7e00;
}
input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
 border-color: #9e7e00;
}
input[type=button],
input[type=submit],
input[type=reset],
.button {
 background-color: #9e7e00 !important;
}
input[type=button]:hover,
input[type=submit]:hover,
input[type=reset]:hover,
.button:hover {
 background-color: #b89200 !important;
}
.button.grey-button:hover {
 background-color: #9e7e00 !important;
}
.gTable {
 background: #9e7e00;
}
.gTableTop {
 padding: 2px;
 background: #9e7e00;
 padding-left: 20px;
 padding-bottom: 1px;
 color: #fff;
 font-weight: bold;
 line-height: 28px;
 font-size: 19px;
}
.popuptitle {
 background: #9e7e00;
}</pre></body></html>