@charset "UTF-8";

@font-face {
	font-family: Questrial;
	src: url('questrial-regular-webfont.ttf');
}



body {
	position:relative;
	margin:0px;
	background-image: url(../img/body-bg.jpg);
	background-repeat: repeat-x;
	background-color:#fafbfc;
    font-family: 'Lato', sans-serif;
	font-size:12px;
	line-height:17px;
}

a:link {
	color: #28808a;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #28808a;
	font-weight:normal;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #28808a9;
}

h1 {
	font-size:24px;
	line-height:25px;
	
}



.site-holder {
	width:940px;
	margin:0px auto 0 auto;
	
	
}

.header {
	width:940px;
	height:100px;
	border-bottom: solid #ddd 1px;
	margin-bottom: 50px;
	padding-bottom: 13px;
}

.logo-header {
	width: 270px;
	height: 57px;
	margin-top: 25px;
	float: left;
}

.menu {
	width: 650px;
	height: 115px;
	float: right;
}

.main {
	width:100%;
	min-height:500px;
	border-bottom: solid #ddd 1px;
	height:auto;
	
}

.main-contact {
	width:100%;
	min-height:500px;
	border-bottom: solid #ddd 1px;
	height:auto;
	background:url(../img/letter.png) top right;
	background-repeat:no-repeat;
}

.image-holder {
	width: 940px;
	height: 392px;
}


.news {
	width:870px;
	min-height:50px;
	text-align:center;
	padding: 50px 30px 25px 30px;
	height:auto;
	background:url(../img/call-us.png) top center;
	background-repeat:no-repeat;
	font-size:30px;
	margin-top:50px;
    line-height: 30px;
	
}


.news-2 {
	width:100%;
	min-height:100px;
	text-align:left;
	padding: 50px 30px 25px 30px;
	height:auto;
}

.menu-homepage {
	width:870px;
	min-height:50px;
	text-align:center;
	padding: 50px 30px 25px 30px;
	height:auto;
	font-size:30px;
	margin-top:10px;
	border-bottom: solid #ddd 1px;
	
}

.footer-holder {
	width:100%;
	height:100%;
	background-color:#111;
	background-image:url(../img/bg-body.gif);
	border-top: 5px solid #999;
	margin-bottom:0px;
}

.footer_1 {
	width:940px;
	height:220px;
	min-height:100px;
	margin: 50px auto 0 auto;
	border-bottom: 2px solid #222;
	
}

.footer_2 {
	width:940px;
	min-height:100px;
	margin: 50px auto 0 auto;
	text-align:center;
	color:#999;
	
}

.main-text {
	text-align: center;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 25px;
	padding-left: 30px;
}

.main-text-site {
	text-align:left;
	padding: 50px 30px 25px 30px;
}
.main-text-site-narow {
	text-align:left;
	padding: 50px 5px 25px 30px;
	width:600px;
	float:left;
	
}

.main-site-right {
	width:250px;
	height:auto;
	min-height:100px;
	padding:20px 10px 20px 20px;
	float:left;
	
}
	
.news-links {
	width: 380px;
	float: right;
	padding-left: 20px;
	margin-right:50px;
}

.news-pic {
	width:380px;
	height:200px;
	float:left;
	padding-left:70px;
	
		
}
.holder2 {
	width:900px;
	height:304px;
}

.holder3 {
	width:940px;
	height:915px;
}

.holder4 {
	width:940px;
	height:2600px;
}
.holder5 {
	width:940px;
	height:800px;
}
.holder6 {
	width:940px;
	height:800px;
}

#Navigation {
	width: 180px;
	height: 200px;
	color: #666;
	float:left;
	margin-left:80px;
}

#Social {
	width: 180px;
	height: 200px;
	color: #666;
	float:left;
	margin-left:80px;
}

#Contact {
	width: 220px;
	height: 200px;
	color: #666;
	float: left;
	margin-left: 80px;
}

.main-buttons {
	width:600px;
	height:80px;
	margin: 0 auto 0 auto;
}

.button-left {
	width:250px;
	height:30px;
	float:left;
	margin-right:25px;
	background-image: url(../img/grad-gren.png);
	background-repeat:repeat-x;
	box-shadow: inset 0px 1px 0px 0px #28808a;
	-webkit-box-shadow: inset 0px 1px 0px 0px #28808a;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	text-shadow: 0 -1px 0px #777;
	color:#fff;
	text-align:center;
	font-size:16px;
	padding-top:14px;
	
}

.button-right {
	width:250px;
	height:30px;
	float:left;
	margin-left:25px;
	background-image: url(../img/grad-gren.png);
	background-repeat:repeat-x;
	box-shadow: inset 0px 1px 0px 0px #28808a;
	-webkit-box-shadow: inset 0px 1px 0px 0px #28808a;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	text-shadow: 0 -1px 0px #777;
	color:#fff;
	text-align:center;
	font-size:16px;
	padding-top:14px;
}



.footer-holder .footer_1 #Social h4 {
	color: #FFF;
}

.footer-holder .footer_1 #Navigation h4 {
	color: #FFF;
}

.footer-holder .footer_1 #Contact h4 {
	color: #FFF;
}

.button-active {
	background-image:url(../img/background-active.png);
	background-repeat:repeat-x;
	border-bottom:1px solid #222;
	
	
}

.menu-homepage {
	height:350px;
}

.home-category {
	width: 270px;
	float: left; 
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;	
}

.home-category-new {
	width: 270px;
	float: left; 
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 100px;	
}
 
.category-image {
	width:270px;
	height:192px;
}

.category-text {
	padding:10px;
	height:130px;
	font-size:19px;
}

#category-title {
	padding:5px;
}

#category-body {
	padding:5px;
	font-size:14px;
	text-align:left;
	color:#999;
	min-height: 90px;
}

#category-link {
	font-size:12px;
	color: #28808a;
	text-align:left;
}

ul.test {
	height:20px;
}

li.test {
	height:20px;
}

address {
	font-style:normal !important;
}

.language-box {
	width: 200px;
	height: 50px;
	float:left;		
	left:-245px;
    top: 80px;
	position:relative;
}

.language-button {
	width:40px;
	float:left;
	margin-top:10px;
	font-size:7pt;
	color:#999;
}

#active {
	color:#000 !important;
}

a.omninet {
    color: rgb(88, 88, 88);
    font-weight: normal;
    margin: -12px 0 0 0;
    padding: 0px;
    display: block;
}