<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(http://fonts.googleapis.com/css?family=Roboto:400,500,700);


@media (max-width : 640px)
  {
	div, section, header { width:100%; max-width:350px; }
	aside, img, .banner { display:none; }
  }

body {
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	background-image: url(../images/bg.png);
	background-repeat: repeat;
}
a , h1, h2, h3, nav ul li a:active{
	color: #3cba16;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


h1 {
	font-size: 19px;
	font-weight: 500;
	line-height: 22px;
	padding-bottom: 15px;
}
h2 {
	font-size: 16px;
	font-weight: 500;
	line-height: 19px;
	padding-bottom: 12px;
}
h3 {
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
	padding-bottom: 12px;
}
p {
	padding-bottom: 12px;
}


header {
	background-image: url(../images/header-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 203px;
	width: 100%;
	position: relative;
}
.wrap-center {
	width: 862px;
	margin-right: auto;
	margin-left: auto;
}
.logo {
	float: left;
}
nav {
	float: left;
	clear: left;
	padding-top: 43px;
}
nav ul {
}
nav ul li {
	display: inline-block;
	background-image: url(../images/nav-divider.png);
	background-repeat: no-repeat;
	background-position: right center;
	height: 19px;
	padding-right: 9px;
	padding-left: 8px;
}
nav ul li a {
	color: #3a3a3a;
	text-decoration: none;
	line-height: 19px;
}
nav ul li a:hover {
	text-decoration: underline;
}

.slide {
	float: right;
	background-image: url(../images/slideshow-bg.png);
	background-repeat: no-repeat;
	height: 267px;
	width: 457px;
	overflow: hidden;
	margin-top: 12px;
}
.slide .slide-padding {
	padding-top: 12px;
	padding-left: 12px;
}
 #fssPlayPause, #fssNext, #fssPrev,#fssList{
		display:none !important;
		
	}
.root {
	background-image: url(../images/wrapper-repeat.png);
	background-repeat: repeat-y;
	width: 882px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -5px;
	padding-top: 10px;
	z-index: 0;
}
.call-us {
	font-size: 20px;
	line-height: 47px;
	color: #FFF;
	background-image: url(../images/call-us-bg.png);
	background-repeat: no-repeat;
	text-align: center;
	height: 47px;
	width: 384px;
	font-weight: 700;
	margin-left: 22px;
}
section {
	float: left;
	width: 550px;
	padding-left: 30px;
}
aside {
	float: right;
	width: 266px;
	padding-top: 15px;
	padding-right: 12px;
}
aside .widget {
	padding-bottom: 12px;
}




.clear {
	clear: both;
}
.root-bottom {
	background-image: url(../images/root-bottom.png);
	background-repeat: no-repeat;
	height: 35px;
	width: 882px;
	margin-right: auto;
	margin-left: auto;
}
.news {
	background-color: #201c1b;
	padding: 15px;
	color: #FFF;
	margin-bottom: 15px;
}


footer {
	background-color: #73af2d;
	height: 32px;
	width: 100%;
	line-height: 32px;
	color: #FFF;
}
footer a {
	color: #FFF;
}

footer .left {
	float: left;
}
footer .right {
	text-align: right;
	float: right;
}
</pre></body></html>