﻿html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
	font-family:"Trebuchet MS";
	font-size:13px;
	background:url(../img/bg.png);
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}


p{
	font-size:13px;
	line-height:22px;
	color:#444;
	text-align:justify;
}
a{
	color:#444;
}
h1,h2,h3,h4,h5,h6{
	font-size:18px;
	color:#157F42;
	padding:0px;
	margin:0px;
	margin:0px 0px 8px 0px;
}
h1{
}
h2{
}
h3{
}
h4{
}
h5{
}
h6{
}
blockquote{
	font-weight:bold;
	line-height:20px;
	font-size:12px;
}

.clear{
	clear:both;
}
.blank{
	height:3px;
}
.blank1{
	height:5px;
}
.blank2{
	height:8px;
}
.blank3{
	height:10px;
}
.blank4{
	height:12px;
}
.blank5{
	height:15px;
}

.wrap{
	width:1002px;
	height:auto;
	padding:0px;
	margin:0px auto;
}

.header{
	width:1002px;
	float:left;
	margin:0px;
	padding:15px 0px 0px 0px;
}

.logo-container{
	background:url(../img/logo-container.png) top center no-repeat;
	width:285px;
	height:126px;
	float:left;
	position:relative;
	z-index:1;
}
.logo {
	float: left;
	text-align: center;
	width: 210px;
	height: 105px;
	margin: 15px 0px 0px 10px;
	line-height: 148px;
	overflow:hidden;
}

.logo img { 
	max-width:200px;
	max-height:100px;
	margin-top: expression(( 110 - this.height ) / 2);
}
.language{
	width:auto;
	height:20px;
	margin:5px 0px -25px 0;
	float:right;
}
.social{
	width:auto;
	height:auto;
	margin:5px 10px 0 0;
	float:left;
}
.social a{
	float:left;
	margin:0 0 0 10px;
}
.menu-wrap{
	width:759px;
	height:61px;
	float:right;
	background: #1b914d; /* Old browsers */
	background: -moz-linear-gradient(top,  #1b914d 0%, #188948 25%, #117139 70%, #0d6633 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1b914d), color-stop(25%,#188948), color-stop(70%,#117139), color-stop(100%,#0d6633)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1b914d 0%,#188948 25%,#117139 70%,#0d6633 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1b914d 0%,#188948 25%,#117139 70%,#0d6633 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1b914d 0%,#188948 25%,#117139 70%,#0d6633 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1b914d 0%,#188948 25%,#117139 70%,#0d6633 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b914d', endColorstr='#0d6633',GradientType=0 ); /* IE6-9 */
	border-radius:0px 10px 0px 0px;
	margin:64px 0px 0px -60px;
	position:relative;
	z-index:0;
	border-right:1px solid rgba(0,0,0,0.7);
	border-top:1px solid rgba(0,0,0,0.7);
	overflow:hidden;
}

.menu{
	width:705px;
	float:right;
	margin:0px;
	padding:0px;
}
.menu ul{
	padding:0px;
	margin:0px;
	float:right;	
}
.menu ul li{
	padding:0px;
	margin:0px;
	list-style:none;
	float:left;
}
.menu ul li a{
	padding:22px 8px;
	color:#fff;
	text-decoration:none;
	display:inline-block;
	float:left;
	font-weight:bold;
	font-size:16px;
	font-family:Arial;
	margin:0px;
	line-height:22px;
	list-style:none;
	text-shadow:2px 2px 0px rgba(0,0,0,0.3);
}
.menu ul li a:hover{
	background:rgba(0,0,0,0.4);
}
.menu ul li a.home{
	background: url(../img/home.png) center center no-repeat;
	line-height:20px;
	text-indent:-9999px;
	overflow:hidden;
	padding:22px 8px;
	width:50px;
}
.menu ul li a.home:hover{
	background: url(../img/home.png) center center no-repeat rgba(0,0,0,0.4);
}

.menu ul li a.active{
	background-color: rgba(0,0,0,0.4);
}
.container{
	width:1002px;
	height:auto;
	float:left;
	margin:0px;
	padding:0px 0px 10px 0px;
	background:#fff;
}




.slider-wrapper { 
	width: 1002px; 
	margin: 0px;
	padding:0px;
	line-height:0px;
	float:left;
	position:relative;
}

.nivoSlider {
	position:relative;
	background:#fff url(../img/loading.gif) no-repeat 50% 50%;
    margin-bottom:10px;
	position:relative;
	width:100%;
	height:346px;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	height:346px;
	top:0px;
	left:0px;
	display:none;
}
.nivoSlider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	text-align: right;
	padding: 0px;
	margin:-32px 0 0 0;
	position:relative;
	z-index:999;
}
.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;
}

.nivo-directionNav a {
	display:block;
	width:27px;
	height:28px;
	background:url(../img/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-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;
}
.nivo-directionNav a { opacity: 1; }
a.nivo-nextNav {
	background-position:-27px 0;
	right:0px;
}
a.nivo-prevNav {
	left:0px;
}

.nivo-caption {	
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.nivo-caption a:hover {
    color:#fff;
}

.nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}

/********************************************************
*********************************************************
********************************************************/
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.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; }

/* Caption styles */
.nivo-caption {
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

.left{
	width:660px;
	height:auto;
	float:left;
	padding:0px 10px;
}

.left-home{
	width:670px;
	height:auto;
	float:left;
	padding:0px 0 0 10px;
}

.welcome{
	width:340px;
	height:auto;
	float:left;
	padding:0px;
}


.welcome img{
	width:160px;
	height:auto;
	float:left;
}
.welcome p, .services p{
	font-size:12px;
}

.services{
	width:260px;
	height:auto;
	float:right;
	margin:0px 10px;
	padding:0 15px;
	border-color:rgba(0,0,0,0.1);
	border-style:dashed;
	border-width:0px 1px;
}
.services img{
	width:260px;
	margin:10px 0px;
}
.verticle {
	margin: 0px;
	padding: 0px;
	height: auto;
	width:300px;
	float: left;
}
.verticle ul {
	margin: 0px;
	padding: 0px;
	float: left;
	width:300px;
}
.verticle ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.verticle ul li a {
	margin: 0px;
	padding: 7px 3px;
	display: block;
	color: #444;
	text-decoration: none;
	font-size: 12px;
	border-bottom: 1px dashed rgba(0,0,0,0.2);
}
.verticle ul li a:before {
	content: '»';
	float: left;
	margin: 0px 5px 0px 0px;
	-webkit-transition: all 100ms ease-out 0s;
	-moz-transition: all 100ms ease-out 0s;
	-ms-transition: all 100ms ease-out 0s;
	transition: all 100ms ease-out 0s;
}
.verticle ul li a:hover:before {
	float: left;
	margin: 0px 10px 0px 0px;
}
.verticle ul li a:hover {
	border-bottom: 1px dashed rgba(0,0,0,0.4);
}
.verticle ul li:last-child a {
	border-bottom: none;
}

.right{
	width:300px;
	float:right;
	padding:0px 10px;
}

.right img{
	width:292px;
	padding:3px;
	border:1px solid #dfdfdf;
}

.footer{
	width:982px;
	float:left;
	height:20px;
	padding:10px 10px;
	border-top:1px solid rgba(0,0,0,0.6);
	background: #1b914d; /* Old browsers */
	background: -moz-linear-gradient(top,  #1b914d 0%, #188948 25%, #117139 70%, #0d6633 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1b914d), color-stop(25%,#188948), color-stop(70%,#117139), color-stop(100%,#0d6633)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1b914d 0%,#188948 25%,#117139 70%,#0d6633 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1b914d 0%,#188948 25%,#117139 70%,#0d6633 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1b914d 0%,#188948 25%,#117139 70%,#0d6633 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1b914d 0%,#188948 25%,#117139 70%,#0d6633 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b914d', endColorstr='#0d6633',GradientType=0 ); /* IE6-9 */
	line-height:20px;
	color:#fff;
}
.footer a{
	color:#fff;
}
.pull-left{
	float:left;
}
.pull-right{
	float:right;
}

.contact{
	width:290px;
	float:left;
}

.contact-table{
	display: table;
	float: right;
	width: 350px;
}
.contact-table h3{
	margin: 0px 0px 10px 0;
}
.contact-table-row {
	display: table-row;
	float: left;
}
.label-cell {
	width: 125px;
	float: left;
	height: auto;
	padding: 5px 3px 3px 0;
	line-height:20px;
}
.input-cell {
	width: 215px;
	float: left;
	height: auto;
	padding: 3px;
}

/*******************************************************************
============================Form Input==============================
*******************************************************************/

input[type='text'], input[type='password'], input[type='number'], input[type='email'], input[type='url'], textarea, select {
	background-color: #fff;
	border: solid 1px #dfdfdf;
	width: 200px;
	padding: 5px;
	border-radius: 3px;
}
textarea {
	height: 60px;
}
select {
	width: 210px;
}
input[maxlength='3'] {
	width: 30px;
}
input[maxlength='4'] {
	width: 40px;
}
input[maxlength='5'] {
	width: 45px;
}
input[maxlength='10'] {
	width: 133px;
}
input[type='text'].focus, input[type='password'].focus, input[type='number'].focus, input[type='email'].focus, input[type='url'].focus, textarea.focus, select.focus {
	border-color: #000;
}
input[type='text'].inactive, input[type='number'].inactive, input[type='email'].inactive, input[type='url'].inactive, textarea.inactive, select.inactive, option.inactive {
	color: #999;
	font-style: italic;
}
input[type='text'].invalid, input[type='password'].invalid, input[type='number'].invalid, input[type='email'].invalid, input[type='url'].invalid, textarea.invalid, select.invalid {
	border-color: #c22d18;
}
span.checkbox-container {
	border: 1px solid transparent;
	display: block;
	width: 145px;
	padding: 2px 5px;
	float: left;
}
span.checkbox-container.invalid {
	border-color: red;
}
select.inactive option {
	color: #000;
	font-style: normal;
}
select option.inactive, select.inactive option.inactive {
	color: #999;
	font-style: italic;
}
input[type='submit'] {
	margin: 0px;
}
/*******************************************************************
============================Button==================================
*******************************************************************/
.button {
	-webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.15);
	background-color: #eeeeee;
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fbfbfb), color-stop(100%, #e1e1e1));
	background: -webkit-linear-gradient(top, #fbfbfb, #e1e1e1);
	background: -moz-linear-gradient(top, #fbfbfb, #e1e1e1);
	background: -o-linear-gradient(top, #fbfbfb, #e1e1e1);
	background: linear-gradient(top, #fbfbfb, #e1e1e1);
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
 *vertical-align: auto;
	zoom: 1;
 *display: inline;
	border: 1px solid #d4d4d4;
	height: 26px;
	line-height: 24px;
	padding: 0px 25px;
	font-weight: normal;
	font-size: 14px;
	font-family: "Trebuchet MS";
	color: #666666;
	text-shadow: 0 1px 1px white;
	margin: 0px;
	text-decoration: none;
	text-align: center;
}
.button:hover {
	background-color: #eeeeee;
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dcdcdc));
	background: -webkit-linear-gradient(top, #ffffff, #dcdcdc);
	background: -moz-linear-gradient(top, #ffffff, #dcdcdc);
	background: -o-linear-gradient(top, #ffffff, #dcdcdc);
	background: linear-gradient(top, #ffffff, #dcdcdc);
}
.button:active {
	-webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3), 0px 1px 0px white;
	-moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3), 0px 1px 0px white;
	box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3), 0px 1px 0px white;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.4);
	background: #eeeeee;
	color: #bbbbbb;
}
.button:focus {
	outline: none;
}
input.button, button.button {
	height: 28px;
	cursor: pointer;
	-webkit-appearance: none;
}
.button.disabled, .button.disabled:hover, .button.disabled:active, input.button:disabled, button.button:disabled {
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
	background: #EEE;
	border: 1px solid #DDD;
	text-shadow: 0 1px 1px white;
	color: #CCC;
	cursor: default;
	-webkit-appearance: none;
}
.button-rounded {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.button-border-primary {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	color: #00a1cb;
	border: 1px solid #00a1cb;
	background: none;
	text-shadow: none;
}
/* line 298, ../scss/partials/_buttons.scss */
.button-border-primary:hover {
	background: none;
	color: #00c9fe;
	border: 1px solid #00c9fe;
}
/* line 303, ../scss/partials/_buttons.scss */
.button-border-primary:active {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
	background: none;
	color: #007998;
	border: 1px solid #007998;
}
/* line 309, ../scss/partials/_buttons.scss */
.button-border-primary.disabled {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
}
.button-border-action {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	color: #7db500;
	border: 1px solid #7db500;
	background: none;
	text-shadow: none;
}
/* line 298, ../scss/partials/_buttons.scss */
.button-border-action:hover {
	background: none;
	color: #a0e800;
	border: 1px solid #a0e800;
}
/* line 303, ../scss/partials/_buttons.scss */
.button-border-action:active {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
	background: none;
	color: #5a8200;
	border: 1px solid #5a8200;
}
/* line 309, ../scss/partials/_buttons.scss */
.button-border-action.disabled {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
}
