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

* {
	margin:0;
	padding:0;
}
.clear {
	margin:0;
	padding:0;
	font-size:0;
	clear:both;
}
body {
	background: url("../images/bg.jpg") no-repeat scroll center top #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	color:#303030;
	font-size:14px;
}
/*----------- GLOBAL CSS--------------*/
h1 {
	font-size:20px;
	line-height:24px;
	padding-bottom:10px;
}
h2 {
	font-size:16px;
	line-height:24px;
	padding-bottom:10px;
}
h1 span.sky {
	color:#00b6ff;
}
h1 img, h2 img {
	padding-left:10px;
}
p {
	font-size:14px;
	line-height:18px;
	margin-bottom:10px;
}
p.justify {
	text-align:justify;
}
p.center {
	text-align:center;
}
a {
	color:#009cff;
}
a:hover {
	color:#ff8400;
}
.arow1 {
	background:url(../images/arow1.png) right 5px no-repeat;
}
.marginleft1 {
	margin-left:30px;
}
.margintop1 {
	margin-top:10px;
}
.borderbottom1 {
	margin-bottom:5px;
	background:url(../images/border.jpg) left bottom repeat-x;
}
/*/////////////////// GLOBAL CLOSE//////////////////////*/
.wrapper {
	margin:0 auto;
	width:100%;
}
.header {
	margin:0 auto;
	width:1000px;
	position:relative;
}
.logo {
	position:absolute;
	width:135px;
	height:135px;
	background:url(../images/logobg.png) left top no-repeat;
	left:20px;
	top:-5px;
	z-index:1000;
}
.logo a {
	float:left;
	background:url(../images/logo.png) no-repeat scroll left top;
	margin:14px;
	text-decoration:none;
	font-size:0;
	text-indent:-100000;
	height:107px;
	width:107px;
}
.navwrap {
	float:left;
	width:1000px;
	position:relative;
}
.navwrap_left {
	float:left;
	width:56px;
	height:85px;
	background:url(../images/leftnav.png) left top no-repeat;
}
.navwrap_right {
	float:left;
	width:56px;
	height:85px;
	background: url(../images/rightnav.png) right top no-repeat;
}
.nav {
	float:left;
	padding-left:101px;
	width:787px;
	height:85px;
	background:url(../images/navbg.png) left top repeat-x;
}
/*=============== Slider Css ============================*/
.slider-wrapper {
	margin:0 auto;
	width:100%;
	padding:20px 0;
	position:relative;
	border-bottom:1px solid #96aab3;
}
.slider-main {
	width:930px;
	background:url(../images/transparent.png) left top repeat;
	padding:5px;
	margin:0 auto;
	position:relative;
}
.nivoSlider {
	width:930px;
	position:relative;
	background:#fff url(../images/loading.gif) no-repeat 50% 50%;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.nivoSlider a {
	border:0;
	display:block;
}
/* 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;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.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;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}
.nivo-controlNav {
	width:162px;
	padding:20px 30px;
	height:44px;
	position:absolute;
	left:50%;
	bottom:-78px;
	margin-left:-111px; /* Tweak this to center bullets */
	background:url(../images/slidenavbg.png) center top no-repeat;
	z-index:1000;
}
.nivo-controlNav a {
	float:left;
	display:block;
	width:22px;
	height:22px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}
.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background-image:url(../images/arrows.png);
	text-indent:-9999px;
	border:0;
}
.container {
	margin:0 auto;
	position:relative;
	width:940px;
	padding:25px 30px 5px 30px;
}
img.wedo {
	float:left;
	margin:0px 0 15px 10px;
	width:84%;
	height:170px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow:  0px 0px 5px 2px rgba(000, 000, 000, .10);
	box-shadow:  0px 0px 5px 2px rgba(000, 000, 000, .10);
	border:3px solid #fff;
}
.head {
	float:left;
	width:100%;
	font-size:16px;
	font-weight:400;
	color:#00a8ff;
	padding-bottom:15px;
	text-align:center;
	text-transform:uppercase;
}
ul.news {
	float:left;
	width:100%;
	display:inline;
	list-style:none;
}
ul.news li {
	float:left;
	list-style:none;
	display:list-item;
	width:100%;
	border-bottom:1px dotted #e2e2e2;
	margin-bottom:10px;
	padding-bottom:5px;
}
ul.news li.jcarousel-item {
	width: 335px;
	height: 115px;
}
ul.news img {
	float:left;
	width:85px;
	margin:5px 10px 5px 5px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow:  0px 0px 5px 2px rgba(000, 000, 000, .10);
	box-shadow:  0px 0px 5px 2px rgba(000, 000, 000, .10);
	border:1px solid #fff;
}
ul.news h3 {
	font-size:14px;
	font-weight:bold;
	color:#00a8ff;
	padding-bottom:5px;
}
ul.news a.more1 {
	float:right;
	padding:3px 5px;
	margin-right:5px;
	color:#000;
	font-size:12px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow:  0px 0px 5px 2px rgba(000, 000, 000, .10);
	box-shadow:  0px 0px 5px 2px rgba(000, 000, 000, .10);
	border:1px solid #fff;
	background:url(../images/morebg.jpg) left bottom repeat-x;
	text-decoration:none;
}
ul.news a.more1:hover {
	background:url(../images/morebg.jpg) left top repeat-x;
	color:#ff8400;
}
.rbg1 {
	background:url(../images/rbg.jpg) right center no-repeat;
}
ul.project {
	float:left;
	margin:0;
	padding:0;
	display:list-item;
	list-style:none;
}
ul.project li {
	float:left;
	width:100%;
	display:list-item;
	list-style:none;
	padding-bottom:10px;
}
ul.project li a {
	float:left;
	font-size:14px;
	color:#303030;
	background:url(../images/arow2.png) left 5px no-repeat;
	text-decoration:none;
	padding-left:20px;
}
ul.project li a:hover {
	color:#00a8ff;
	background:url(../images/arow2.png) left 5px no-repeat;
}
.more2 {
	padding:5px 8px;
	margin:5px;
	color:#000;
	font-size:12px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow:  0px 0px 5px 2px rgba(000, 000, 000, .10);
	box-shadow:  0px 0px 5px 2px rgba(000, 000, 000, .10);
	border:1px solid #fff;
	background:url(../images/morebg.jpg) left bottom repeat-x;
	text-decoration:none;
}
.more1:hover {
	background:url(../images/morebg.jpg) left top repeat-x;
	color:#ff8400;
}
.footer {
	position:relative;
	width:100%;
	background:#e8e8e8;
}
.footer_main {
	margin:0 auto;
	width:940px;
	padding:20px 20px 5px 20px;
	position:relative;
	overflow:hidden;
}
.footrw1 {
	float:left;
	width:100%;
	margin-bottom:10px;
	padding-bottom:5px;
	background:url(../images/border2.png) left bottom repeat-x;
}
.fcol1 {
	float:left;
	width:320px;
	margin-right:20px;
}
.fcol2 {
	float:left;
	width:220px;
	margin:0 30px;
}
.qcontact {
	float:right;
	width:300px;
}
.ftitle {
	float:left;
	width:100%;
	padding-bottom:5px;
	margin-bottom:15px;
	font-size:16px;
	font-style:italic;
	color:#000;
	background: url(../images/border2.png) left bottom repeat-x;
}
.frw {
	float:left;
	width:100%;
	margin-bottom:10px;
}
.frw .text {
	float:left;
	width:60px;
	padding-top:5px;
}
.frw input {
	float:left;
	width:220px;
	height:25px;
	padding:3px 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border:none;
	background:#fff;
	-webkit-box-shadow:  0px 0px 5px 2px rgba(000, 000, 000, .1);
	box-shadow:  0px 0px 5px 2px rgba(000, 000, 000, .1);
}
.frw textarea {
	float:left;
	width:220px;
	height:50px;
	padding:3px 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border:none;
	background:#fff;
	-webkit-box-shadow:  0px 0px 5px 2px rgba(000, 000, 000, .1);
	box-shadow:  0px 0px 5px 2px rgba(000, 000, 000, .1);
}
.frw input[type=submit] {
	background:url(../images/submitbg.jpg) left top no-repeat;
	width:75px;
	height:46px;
	padding:8px 10px 10px 10px;
	float:right;
	margin-right:7px;
	color:#00a8ff;
	border:none;
	cursor:pointer;
	text-align:center;
	-webkit-box-shadow:none;
	box-shadow:none;
}
.frw input[type=submit]:hover {
	color:#000;
}
.fc-error {
	width: 350px;
	color: 555;
	padding: 4px;
	border: 1px solid #B5B8C8;
	font-size: 12px;
	margin-bottom: 15px;
	background: #FFEAEA;
}
.footrw2 {
	float:left;
	float:left;
	padding:5px 0;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	line-height:18px;
	width:100%;
}
.footrw2 a {
	color:#00a8ff;
	font-size:14px;
	text-decoration:none;
}
/**------ Message page-----**/
.rw {
	float:left;
	width:100%;
}
.ciwrap {
	float:left;
	width:160px;
	margin:5px 15px 10px 5px;
	background:#ebebeb;
	padding:5px;
	-webkit-box-shadow:  0px 0px 5px 1px rgba(000, 000, 00, .2);
	box-shadow:  0px 0px 5px 1px rgba(000, 000, 00, .2);
}
.ciwrap img {
	float:left;
	width:150px;
	border:5px solid #fff;
}
.ciwrap .text {
	float:left;
	width:100%;
	text-align:center;
	padding:10px 0;
}
/*--- TABLE STYLE----*/
table.ctable {
	float:left;
	margin:10px 0;
	border-collapse:collapse;
}
table.ctable tr {
	margin:0;
	padding:0;
}
table.ctable tr th {
	padding:5px;
	border:1px solid #a3a3a3;
	border-collapse:collapse;
}
table.ctable tr td {
	padding:10px;
	border:1px solid #a3a3a3;
	border-collapse:collapse;
}
.gallery {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	}
.gallery li {
	float:left;
	margin:5px;
	display:inline;
	}
.gallery li a{
	float:left;
	padding:5px;
	background:#fff;
	width:215px;
	min-height: 165px;
	-webkit-box-shadow:  0px 0px 5px 3px rgba(000, 000, 000, .15);
	 box-shadow:  0px 0px 5px 3px rgba(000, 000, 000, .15);
	}
.gallery li a img {
	max-width:100%;}
	
.news_img {
	width:40%; 
	height:auto; 	
	padding:10px; 
	margin: 5px;
	border:#CCC solid 1px;
	border-radius:5px;
	float:left;
	}
.news_image {
	width:100%; 
	height:auto;
	}