@charset "utf-8";
/* CSS Document */

body {
	background:#f5f5f5 url(../images/main_bg.jpg) repeat-x top left;
	font-family:  Arial, Helvetica, Verdana, sans-serif;
	font-size:14px;
	color:#666;
	padding:0;
	margin:10px 0 0 0;
}
h1, h2, h3, h4, h5, p, ul {
	margin:0;
	padding:0;
	list-style:none;
}
h1 {
	font-size:1.9em;
	font-family: Helvetica, Arial, sans-serif;
}
h2 {
	font-size:1.7em;
	font-weight:normal;
}
h3 {
	font-size:1.3em;
}
h4 {
	font-size:1.1em;
}
h5 {
	font-size:0.9em;
}
p, ul {
	line-height:1.4em;
	text-align:justify;
}
a {
	color:#376ec2;
	text-decoration:none;
}
a:hover {
	color:#6ca805;
	text-decoration:none;
}
img {
	border:none;
}
.valign {
	vertical-align:middle;
}
.flt-left {
	float:left;
}
.flt-right {
	float:right;
}
.clear {
	clear:both;
}
/*-----------------Layout CSS-----------------------------*/
#main {
	background:url(../images/content_mainbg.jpg) repeat-y top left;
	margin:0 auto;
	width:916px;
	overflow:hidden;
}
.header-cont {
	background:url(../images/img_top_banner.jpg) no-repeat top left;
	overflow:hidden;
	height:203px;
}
.logo {
	margin-left:100px;
	margin-top:12px;
	float:left;
}
#navigation {
	background:url(../images/navigation-bg.png) repeat-x top left;
	float:right;
	width:590px;
	margin-top:22px;
	margin-right:8px;
}
#navigation li {
	float:left;
	text-transform:uppercase;
	background: url(../images/sepreter.png) no-repeat 100% 50%;
	height:46px;
}
#navigation li a {
	color:#FFF;
	padding:12px 12px 12px 11px;
	display:block;
	font-size:13px;
	font-weight:bold;
}
#navigation a:hover, #navigation a.selected {
	display:block;
	background:url(../images/navigation-ovr.png) repeat-x top left;
	color:#3ec3ec;
	text-decoration:none;
	height:46px;
}
#navigation li.bg-none {
	background:none;
}
.banner2 {
	background:url(../images/img_top_banner2.jpg) no-repeat top left;
	height:133px;
}
.img-earth {
	margin:8px 10px 0 95px;
}
#primery {
	float:left;
	width:254px;
	margin-left:63px;
	background:#f4f0f0;
	
}

.side-pane{
	border-bottom:#036fd2 2px solid;
}
.side-pane h2 {
	background:url(../images/img_services.jpg) no-repeat top left;
	padding-left:50px;
	margin-left:15px;
	margin-top:15px;
	margin-bottom:5px;
	text-transform:uppercase;
	color:#2b388f;
	height:40px;
}
.side-pane ul {
	padding-left:20px;
	margin-right:15px;
	text-align:left;
	margin-bottom:20px;
}
.side-pane li {
	background:url(../images/icon.jpg) no-repeat 00% 9%;
	padding-left:25px;
	margin-bottom:10px;
	color:#666;
}
#secondery {
	float:right;
	width:540px;
	padding:15px 35px 15px 20px;
}
#secondery h2 {
	text-transform:uppercase;
	color:#2b388f;
	margin-bottom:10px;
}

#secondery p {
	margin-top:8px;
	margin-bottom:10px;
}
#secondery strong{
	color:#555;
}

#secondery h3{
	font-size:18px;
	margin-bottom:8px;
	color:#8eac2a;
	font-weight:normal;
}
.liststyle{
	list-style:url(../images/arrow.png);
	padding-left:22px;
	line-height:25px;
	margin-top:5px;
	margin-bottom:5px;
}

.mar-none{
	margin:0px;
	padding:0;
}
.img1-div {
	background:url(../images/img_1.jpg) top left no-repeat;
	height:155px;
	width:255px;
	margin-top:40px;
	float:left;
	margin-right:20px;
}
.img1-div p {
	font-size:15px;
	color:#FFF;
	padding:94px 5px 5px 5px;
	text-align:left;
}
.img2-div {
	background:url(../images/img_2.jpg) top left no-repeat;
	height:155px;
	width:255px;
	margin-top:40px;
	float:left;
}
.img2-div p {
	font-size:15px;
	color:#FFF;
	padding:94px 5px 5px 5px;
	text-align:left;
}

.frm-cont{
}

.frm-cont label{
	width:90px;
	display:block;
	float:left;
	vertical-align:top;
}

.frm-cont input[type="text"], textarea{
	margin-bottom:10px;
	width:300px;
}

.btn-submit{
	background:url(../images/btn-submit.jpg) no-repeat top left;
	width:62px;
	height:22px;
	border:none;
	cursor:pointer;
	
}
.redstar {
	color:#F00;
	vertical-align:top;
}

.mandatory {
	color:#F00;
	font-size:12px;
	padding-left:90px;
}
.col-black{
	color:#333;
}
#footer {
	clear:both;
	background:url(../images/footer-bg.jpg) repeat-x top left;
	width:900px;
	margin:0 auto;
	text-align:center;
	padding-top:30px;
	padding-bottom:20px;
	color:#5e5e5e;
	font-size:13px;
}
#footer ul {
	text-align:center;
}
#footer li {
	display:inline;
}

#footer a{
	color:#5e5e5e;
}

#footer a:hover{
	color:#376ec2;
}
#footer p {
	text-align:center;
	margin-top:5px;
}
/*---------------Form--------------------*/
.cont-erreo-msg {
	background:#FBE3E4;
	text-align:center;
	color:#8a1f11;
	border:1px solid #FBC2C4;
	padding:5px;
	font-size:12px;
	width:380px;
}
