/* CSS Document */

*{margin:0px; padding:0px;}
body { background:url(../images/body_bg.png) repeat-x; background-color:#FFFFFF;}
img {border:0px;}
p {padding-top:8px;}
.clear { clear: both;}
.space1 {width:100%; height:15px;}
.space2 {width:100%; height:10px;}
.space3 {width:100%; height:5px;}
.wrapper {margin:0px auto; width:995px;}
.main {margin:0px auto; width:975px; padding:0px 10px 0px 10px; background:#FFF;}
.logo_bg {background:url(../images/logo_bg.png) no-repeat; width: 290px; height:126px; float:left; text-align:center; padding-top: 2px;}

.nav_section {float: right; width:600px; margin-top:0px;}
.contactSec {}
.contactSec ul {list-style-type: none; text-align:right}
.contactSec li {font-family: Verdana, Geneva, sans-serif;font-size: 11px;font-weight: normal; text-align:right; color: #606060;display:inline-block; padding-left:50px;}
.contactSec .color1 {color:#a39346;}

.menu_sec {margin-top: 30px;}
.menu_sec ul {list-style-type: none; text-align:right}
.menu_sec li {font-family: "segoe ui",arial,sans-serif;font-size: 11px;font-weight: normal; text-align:center; color: #FFF;display:inline-block; padding:0px 10px 0px 10px;}
.menu_sec li a {font-family: "segoe ui",arial,sans-serif;font-size: 11px;font-weight: normal; text-align:center; color: #FFF;display:inline-block; text-decoration: none;}
.menu_sec li a:hover { color:#FF6;}
.menu_sec .secected a { color:#FF6;}
.banner_sec {background:#FFF; padding:10px 10px 0px 10px;}
.banner_bottom {background:url(../images/banner_bottom.png) no-repeat; width:995px; height:34px; background-color:#FFF;}
.text1 {font-family: "segoe ui",arial,sans-serif;font-size: 13px;font-weight: normal; text-align: justify; color: #282828; line-height:20px;}
.text1 ul { list-style-type:none; margin-left:50px;}
.text1 li { line-height:21px; list-style-type:decimal; color:#324e88;}

.ourProfile {float: left; width:430px; padding: 10px 10px 0px 10px;}
.ourProfile_shad {background:url(../images/profile_shad.png) no-repeat; background-position:bottom center; width:421px; height:31px;}
.profile_head {font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:22px; text-align: left; color:#313131; font-weight: normal; padding-left:71px; height:45px;}
.profile_head span {position:absolute; margin-left:-71px; margin-top:-19px;}
.more1 {font-family: arial,sans-serif;font-size: 11px;font-weight: normal;text-align: left;color: #000; padding-top:10px;}
.more1 a {font-family: arial,sans-serif;font-size: 11px;font-weight: normal;text-align: left;color: #145479; padding-top:10px; text-decoration:none;}
.more1 a:hover { color:#97072d;}
.profile_line {width:75px; text-align:center; float:left; background:url(../images/line1.png) no-repeat; bottom:0px; height:141px; background-position:bottom; margin-top:80px;}
.color2 { color:#075c84;}

.testimonials_bg {background:#FFF; border:1px solid #ececec; border-radius: 6px; padding:10px;}
.first {background:url(../images/first.png) no-repeat; width:30px; height:67px; float:left;}
.secend {background:url(../images/secend.png) no-repeat; width:30px; height:67px; float:left;}
.testimonials_con {float:left; width:592px; height:40px; padding-top:20px;font-family:"segoe ui",arial,sans-serif; font-size:13px; text-align: left; color:#266b8e; font-weight: normal; padding-left:5px; padding-right:5px;}
.testimonials_con span {font-style:italic; color:#c23115;}

.clioent_bg {background:url(../images/client_bg.png) no-repeat; width:894px; height:71px; padding:60px 40px 0px 40px;}
.line2 {background:url(../images/line2.png) repeat-x; height:7px; margin:0px 30px 0px 30px; width:935px;}

.footer_nav {float: left; width:450px;}
.footer_nav ul {list-style-type: none; text-align: left; margin-left:20px;}
.footer_nav li{font-family: "segoe ui",arial,sans-serif;font-size: 11px;font-weight: normal;text-align: center;color: #75828f;display: inline-block;padding:0px 10px 0px 10px;}
.footer_nav li a {font-family: "segoe ui",arial,sans-serif;font-size: 11px;font-weight: normal;text-align: center;color: #75828f;text-decoration: none;display: inline-block;}
.footer_nav li a:hover {font-family: "segoe ui",arial,sans-serif;font-size: 11px;font-weight: normal;text-align: center;color: #d20e0e;text-decoration: none;display: inline-block;}
.footer_nav p{font-family: "segoe ui",arial,sans-serif;font-size: 10px;font-weight: normal;text-align: center;color: #4b6c96;display: inline-block; padding-left:30px; padding-top:0px;}

.supercon {float:right; width:250px; margin-right:20px;}
.supercon ul {list-style-type: none;}
.supercon li{font-family: "segoe ui",arial,sans-serif;font-size: 11px;font-weight: normal;text-align: right;color: #75828f;display: inline-block; padding-top:15px;}
.supercon li a {font-family: "segoe ui",arial,sans-serif;font-size: 11px;font-weight: normal;text-align: right;color: #75828f;text-decoration: none;display: inline-block;}
/* banner open */
#slider {
    width: 975px; /* important to be same as image width */
    height: 346px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
	width: 975px; /* important to be same as image width or wider */
	position: absolute;
	top: 0px;
	margin-left: 0;
	left: 0px;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 16px  Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 947px;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    display: none;
	background:#000;
	color:#FFF;
	font-weight:bold;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
.middle {
	top: 30%;
	left: 0;
}
#slider ul { list-style-type: none;}
/* banner closed */

.heading1{font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:22px; text-align: left; color:#0f69cd; font-weight: normal;}
.heading2{font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:17px; text-align: left; color:#f3a207; font-weight: normal;}
.heading3{font-family: "segoe ui",arial,sans-serif; font-size:14px; text-align: center; color:#c7160d; font-weight: normal;}
.line3 {background:url(../images/line3.png) repeat-x; height:4px; width:100%;}

.imputText3 {
	font-family: 'Abel', sans-serif;
	font-size: 16px;
	letter-spacing:2px;
	font-weight: normal;
	color: #0764ab;
	text-align: left;
	height: 25px;
	width: 332px;
	padding-left: 3px;
	border: #cecece 1px solid;
	background: none;
	padding-right: 2px;
	border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	-ms-border-radius: 6px 6px 6px 6px;
	-o-border-radius: 6px 6px 6px 6px;
}
.imputText4 {
	font-family: 'Abel', sans-serif;
	font-size: 16px;
	letter-spacing:2px;
	font-weight: normal;
	color: #0764ab;
	text-align: left;
	height: 70px;
	width: 332px;
	padding-left: 3px;
	border: #cecece 1px solid;
	background: none;
	padding-right: 2px;
	border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	-ms-border-radius: 6px 6px 6px 6px;
	-o-border-radius: 6px 6px 6px 6px;
	resize:none;
}
.submit {background:#c4310a; padding:5px 16px 5px 16px; color:#FFF; text-align:center; font-weight: bold; font-family:Arial, Helvetica, sans-serif; border:none; font-size:15px;}
.contactus_bg {background: url(../images/contact_bg.png) no-repeat; width:100%; height:auto;}
.text2 {font-family: "segoe ui",arial,sans-serif;font-size: 13px;font-weight: normal; text-align: center; color: #282828; line-height:22px;}