@charset "utf-8";
/* CSS Document */

body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	background: #999 url(../images/bkg.gif) repeat-x;

}
#outerwrap {
	position:relative;
	margin: 0 auto;
	width:1000px;
	height:210px;
	overflow: hidden;
}
#contentweb {
	position:relative;
	margin: 0 auto;
	width:1000px;
	height:700px;
	overflow: hidden;
}
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding-top:10px;
	padding-bottom:10px;
	padding-right: 15px;
	padding-left: 15px;
}
a img { 
	border: none;
}
/*a:link {
	color:#414958;
	text-decoration: underline; 
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}*/

/********************* HEADER *********************/
.top-wrap {
	width: auto;
	position:absolute;
	top:0;
	z-index:4;
}
.header {
	position: relative;
	width:auto;
	height:50px;
	background:url(../images/top-bkg.gif) repeat-x;
	z-index:5;
}

.header-wrap {
	width:1000px;
	margin:0 auto;
	background:#00F;
}
.menu {
	float:left;
	height:66px;
}
.logo {
	float:right;
	padding-top:0px;
	margin-right:-700px;
}
.content {
	position: absolute;
	width:1000px;
	height:579px;
	z-index:4;
}
.mainContent {
	width:1000px;
	height:600px;
	z-index:100;

}


.mainContent4Contact {
	width:1000px;
	height:600px;
	z-index:100;
	background:url(../images/BgContact.jpg)
}

.mainContent4Services {
	width:1000px;
	height:600px;
	z-index:100;
	background:url(../images/BgServices.jpg)
}

.headerTxt {
	font-family: 'Lato', sans-serif;
	font-size:12px;
	color:#FAB832;
	font-weight:bold;
}
.pageTxt {
	font-family: 'Lato', sans-serif;
	font-size:18px;
	color:#FAB832;
	font-weight:bold;
	padding-left:20px;
	-webkit-backface-visibility: hidden;
}
.bodyTxt {
	font-family: 'Lato', sans-serif;
	font-size:11px;
	color:#000;
	text-align: justify;
	line-height:14px;
	-webkit-backface-visibility: hidden;
	vertical-align:top;
}
.bodyTxtPeople {
	font-family: 'Lato', sans-serif;
	font-size:11px;
	color:#000;
	line-height:14px;
	-webkit-backface-visibility: hidden;
	vertical-align:top;
	padding-right:70px;
	text-align:justify;
}
.bodyTxtContact {
	font-family: 'Lato', sans-serif;
	font-size:11px;
	color:#000;
	line-height:14px;
	-webkit-backface-visibility: hidden;
	vertical-align:top;
	padding-right:70px;
	text-align:left;
}
.bodyTxtGrey {
	font-family: 'Lato', sans-serif;
	font-size:11px;
	color:#BCBEC0;
	text-align: justify;
	line-height:14px;
	-webkit-backface-visibility: hidden;
	vertical-align:top;
}
.bodyTxtYellow {
	font-family: 'Lato', sans-serif;
	font-size:11px;
	color:#FAB832;
	text-align: left;
	line-height:14px;
	-webkit-backface-visibility: hidden;
	vertical-align:top;
}
.footerTxtYellow {
	font-family: 'Lato', sans-serif;
	font-size:11px;
	color:#FAB832;
	text-align: center;
	line-height:14px;
	-webkit-backface-visibility: hidden;
	vertical-align:top;
	text-decoration:none;
}
.footerTxtBlack {
	font-family: 'Lato', sans-serif;
	font-size:11px;
	color:#000;
	text-align: center;
	line-height:14px;
	-webkit-backface-visibility: hidden;
	vertical-align:top;
	text-decoration:none;
}
.content ul, .content ol { 
	padding: 0 15px 15px 40px;
}
.select {
	background:#81a0d3;
	height:50px;
}

#bottom-wrap {
	position:relative;
	z-index:100;
	width:100%;
	background-color: #999999;
}
.footer {
	background:#fab732;
}
.footer p {
	width:1000px;
	margin: 0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	padding-top:3px;
}

