@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; text-align:justify;
	color: #5c5e5d;
	margin: 0px;
	padding: 0px;
	background:#767d83 url(../images/main-bg.jpg) left top repeat-x;

}
img {
	border:0;
}
div, p, h1, h2, h3, h4 {
	margin:0;
	padding:0;
}

 img, div, input, table, tr, td { behavior: url("iepngfix.htc") }

.globalborder {
	border:#d5d4d4 solid 5px;
}
/***********************
	  LAYOUT
************************/

#wrapper {
	margin: 0px auto;
	width: 927px;
	background: none;
}
#header { /*background:#00FF00;*/
	width: 1000px;
	float:left;/*height: 220px;*/
	background: #FFFFFF;
}
/****LOGO**/
.logo {
	width:256px;
	float:left;
	height: 113px;
}
.logo h1 {
	font-family: "Trebuchet Ms", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin:0;
	padding:0;
}
.logo h1 a {
	text-indent:-9999px;
	text-decoration:none;
	background-image:url(../images/logo.jpg);
	display:block;
	background-repeat: no-repeat;
	width: 256px;
	height: 113px;
}
/****LOGO End**/





/*--navigation--*/


.navigation-main {
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	float:right;
	width:680px;
}
.navigation-main ul {
	padding:0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 25px;
}
.navigation-main li {
	margin:0;
	float:left;
	list-style-type: none;
	padding: 8px 5px 5px 5px;
}
.navigation-main a {
	color: #fff;
	text-decoration:none;
}
.navigation-main a:hover {
	color: #ff9022;
	text-decoration:none;
}

.activ {
	color: #ff9022;
	text-decoration:none;
}


/*--navigation end--*/
.welcometext{font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; text-align:justify;}
.contact-head{ font-size:16px; font-weight:bold; font-family:Arial, Helvetica, sans-serif;}
.contact-cont{ font-size:14px; font-weight:bold; font-family:Arial, Helvetica, sans-serif;}
.blue-text{ color:#006bb3;}

.orange-text{ color:#f3993d;}

.text-fild{ width:250px; height:20px;}
.text-area{ width:250px; height:100px;}
.text-fild-quick{ width:150px; height:20px;}
.text-area-quick{ width:150px; height:180px;}
/*---------footer --------------*/

#footer-box {
	padding: 0px; margin:0 auto;
	width:100%; height:20px;
/*	background-color:#604606;*/
	margin-top: 5px;
	float: left;
	text-align:center;
	color: #fff;
}
.footer-txt {color: #000;
	
}
.footer-txt a {
	text-decoration:none;
	color: #000;
}
.footer-txt a:hover {
	text-decoration:none;
	color: #d14900;
}

