/*css*/
*{
	margin:0;
	padding:0;
	border:0;
	text-decoration:none;
}
body{
	margin:0;
	padding:0;
}
hr{
	border:1px solid #babcb5;
	margin-top:15px;
	margin-bottom:15px;
}
@font-face {
	font-family: 'PTSansCaption';
	src: url('PTC55F.ttf');
	src: local('PT Sans Caption'), local('PT Sans Caption'), url('PTC55F.ttf') format('truetype');
}
@font-face {
	font-family: 'PTSans';
	src: url('PTS55F.ttf');
	src: local('PT Sans'), local('Riesling'), url('PTS55F.ttf') format('truetype');
}
h1{
	font-size:17px;
	color:#21afff;
	text-transform:uppercase;
	font-weight:bold;
	font-family: 'PTSans', 'arial', 'calibri', 'vardana';
	
}

h2{
	font-size: 15px;
	color: #fff;
	font-family: 'PTSansCaption', 'calibri', 'vardana';
	font-weight: normal;
	text-transform: uppercase;
	line-height: 47px;
	margin-left: 6px;
}
h2 img{
	vertical-align: middle;
	margin-right: 9px;
}
h3{
	font-size:	16px;
	color:#21afff;
	font-family: 'PTSansCaption', 'calibri', 'vardana';
	font-weight:normal;
}
h4{
	font-size: 14px;
	color:#fff;
	font-family: 'PTSansCaption', 'calibri', 'vardana';
	font-weight:normal;
}
.clear{
	clear:both;
}

#mainwrapper{
	width:100%;
	height:auto;
	background:url(../images/main_bg.jpg);
}
#main_header{
	width:100%;
	height:112px;
	background:url(../images/header_bg.jpg);
	background-repeat:repeat-x;
}
.header{
	width:1024px;
	height:112px;
	margin:0 auto;
}
.logo{
	width: 20%;
	height: 158px;
	position: absolute;
	float: left;
	z-index: 99999;
}
.main_menu{
	width: 74.3%;
	height: 94%;
	float: right;
	margin-top: 6px;
}
.qk_links{
	width: 53%;
	height: 46px;
	float: right;

}
.qk_links2{
	width: 74%;
	height: 50px;
	float: left;
	display:inline;
}
.qk_links2 span{
	color:#353535;
	font-size:12px;
	font-family: 'PTSansCaption', 'calibri', 'vardana';
}
.qk_links2 span a{
	color:#353535;
	font-size:12px;
	font-family: 'PTSansCaption', 'calibri', 'vardana';
}
.share_ico{
	width: 26%;
	height: 30px;
	/*background: url(../images/share_ico.jpg);*/
	background-repeat: no-repeat;
	float: left;
	display:inline;
}
.nav_menu{
	width:100%;
	height: 54px;
}
.nav_menu ul{
	
}
.nav_menu ul li{
	display: inline;
	position: relative;
	/*top: 18px;
	padding:18px 20px 16px 20px;*/
}
.nav_menu ul li a{
	display: inline;
	position: relative;
	/*top: 18px;*/
	line-height: 55px;
	padding: 17px 13px 16px;
	font-size:15px;
	font-family: 'PTSansCaption', 'calibri', 'vardana';
	color:#fff;
	background:#21afff;
}
.nav_menu li a:hover{
	display: inline;
	position: relative;
	line-height: 55px;
	/*top: 18px;*/
	padding: 17px 13px 16px;
	font-size:15px;
	font-family: 'PTSansCaption', 'calibri', 'vardana';
	color:#21afff;
	background:#fff;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
#main_banner{
	width:100%;
	height:389px;
	background:url(../images/banner_bg.jpg);
	background-repeat:no-repeat;
}
.banner{
	width:1024px;
	height:389px;
	margin:0 auto;
	z-index:0;
}
.banner img{
	width:1024px;
	height:389px;
}
#main_about_iso{
	width:100%;
	height:178px;
	background:url(../images/about_bg.jpg);
}
.abt_iso{
	width: 1024px;
	margin: 0 auto;
	height: 100%;
}
.abt_iso ul{
	width:100%;
	position:relative;
	top:10px;
}
.abt_iso ul li{
	width: 170px;
	display: inline;
	float: left;
	border-left: 1px solid #505050;
	padding-left: 16px;
	padding-right: 17px;
	
}

.iso9001{
	display:inline;
	/*width:170px;
	padding-left:10px;*/
}
.iso9001 p{
	width:170px;
	/*padding-left:10px;*/
	font-family: 'PTSans', 'arial', 'calibri', 'vardana';
	color:#cbcbcb;
	font-size:12px;
	line-height:19px;
	text-align: left;
}
.more{
	width:6%;
	margin-top: 14px;
}
.more a{
	color: #5e5e5e;
	font-size: 14px;
	font-family: 'PTSansCaption', 'calibri', 'vardana';
	padding: 6px 14px;
	background: #d2d2d2;
	box-shadow: 2px 2px 0px #3a3a3b;
}
.more a:hover{
	color: #fff;
	font-size: 14px;
	font-family: 'PTSansCaption', 'calibri', 'vardana';
	padding: 6px 14px;
	background: #21afff;
	box-shadow: 2px 2px 0px #3a3a3b;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
#mainbody{
	width:1024px;
	margin:0 auto;
	height:auto;
	margin-top: 15px;
}
#left{
	width:69%;
	height:auto;
	float:left;
}
.main_cont{
	/*margin-top:15px;*/
}
.main_cont p{
	font-family: 'PTSans', 'arial', 'calibri', 'vardana';
	font-size:16px;
	color:#5e5e5e;
	text-align:justify;
	line-height:28px;
	/*margin-bottom:15px;*/
	font-weight: normal;

}

.main_cont table tr td{
	/*width:100%;*/
}
.main_cont ul{
	font-family: 'PTSans', 'arial', 'calibri', 'vardana';
	font-size:16px;
	color:#5e5e5e;
	text-align:justify;
	line-height:28px;
	margin-bottom:15px;
	margin-left: 18px;
	font-weight: normal;

}
.main_cont ul li{
	list-style-type: disc;
	
}
.main_cont p a{
	font-family: 'PTSans', 'arial', 'calibri', 'vardana';
	font-size:16px;
	color:#009df5;
}
#right{
    display: inline;
    float: left;
    margin-left: 3%;
    width: 27%;
}
.main_validate{
	width:100%;
	height:auto;
}
.validate_hdr{
	background: #48bdff;
	height: 45px;
}
.validate_form form input{
	margin-top: 4px;
	width: 98%;
	height: 32px;
	border: 2px solid #dadada;
	text-indent: 5px;
	font-size: 16px;
	font-family: 'PTSansCaption', 'calibri', 'vardana';
	color: #d2d2d2;
}
#validate{
	padding: 6px 7px 20px 0px;
	font-family: 'PTSans', 'arial', 'calibri', 'vardana';
	background: #5a5a5a;
	width: 36%;
	cursor: pointer;
	color: #fff;
	border: none;
	margin-left:2px;
	box-shadow: 2px 2px 0px #3b3b39;
}
#validate:hover{
	padding: 6px 7px 20px 0px;
	font-family: 'PTSans', 'arial', 'calibri', 'vardana';
	background: #48bdff;
	width: 36%;
	cursor: pointer;
	color: #fff;
	border: none;
	margin-left:2px;
	box-shadow: 2px 2px 0px #3b3b39;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.int_rec{
	margin-top: 10px;
}
.int_rec_hdr{
	background: #48bdff;
	height: 45px;
}
.img_scroll{
	width:100%;
	height:120px;
	margin-top: 2px;
}
.img_scroll ul{
	width: 100%;
	/*margin-left: 32px;*/
	margin-top: 2px;
}
.img_scroll li{
	display:inline;
}
.img_scroll li img{
	border:1px solid #646563;
}
#footer{
	width:100%;
	height:60px;
	border-top:1px solid #b8b8b8;
	background:#d5d5d5;
}
.footer_menu{
	width:1024px;
	margin:0 auto;
}
.footer_menu ul{
	width:100%;
	
}
.footer_menu ul li{
	display:inline;
}
.footer_menu li a{
	font-family: 'PTSansCaption', 'calibri', 'vardana';
	font-size:13px;
	color:#4c4c4c;	
}
.footer_menu li a:hover{
	font-family: 'PTSansCaption', 'calibri', 'vardana';
	font-size:13px;
	color:#48bdff;	
}
.copy_design{
	width:1024px;
	margin:0 auto;
	margin-top: 10px;
}
.copyright{
	font-family: 'PTSansCaption', 'calibri', 'vardana';
	font-size:13px;
	color:#4c4c4c;
	width:50%;
	float:left;
}
.designed{
	 color: #d5d5d5;
    float: left;
    font-family: 'PTSansCaption','calibri','vardana';
    font-size: 13px;
    padding-left: 307px;
    width: 20%;
}
.designed a{
	font-family: 'PTSansCaption', 'calibri', 'vardana';
	font-size: 13px;
	color: #4C4C4C;
}
.designed p{
	font-family: 'PTSansCaption', 'calibri', 'vardana';
	font-size: 13px;
	color: #4C4C4C;
}
.designed a:hover{
	font-family: 'PTSansCaption', 'calibri', 'vardana';
	font-size: 13px;
	color: #48bdff;
	
}
/* LOGIN & REGISTER FORM */

form {
	width: 280px;
}

form.register{																				/* Register form height */
	height: auto;
	margin-bottom: 15px;
	width: 316px;
	float: left;
}

form input{																			/* Input fields; Username, Password etc. */
	border: 1px solid #a6a6a6;
	width: 87%;
	height: 35px;
	border-radius: 3px;
	margin-top: 5px;
	color: #6c6c6c;
	background: #fcfcfc;
	outline: none;
	text-indent: 5px;
}
form textarea{																			/* Input fields; Username, Password etc. */
	border: 1px solid #a6a6a6;
	width: 87%;
	height: 70px;
	border-radius: 3px;
	margin-top: 5px;
	color: #6c6c6c;
	background: #fcfcfc;
	outline: none;
	text-indent: 5px;
}
form select{																			/* Input fields; Username, Password etc. */
	border: 1px solid #a6a6a6;
	width: 87%;
	height: 35px;
	border-radius: 3px;
	margin-top: 5px;
	color: #6c6c6c;
	background: #fcfcfc;
	outline: none;
	text-indent: 5px;
}
form input:focus {
	box-shadow: inset 0 0 2px rgba(0,0,0, .3);
	color: #a6a6a6;
	background: white;
}

form .button {																				/* Submit button */
	border-radius: 3px;
	border: 1px solid #336895;
	box-shadow: inset 0 1px 0 #8dc2f0;
	width: 87%;
	height: 35px;
	margin-top: 10px;
	
	background: linear-gradient(bottom, #4889C2 0%, #5BA7E9 100%);
	background: -o-linear-gradient(bottom, #4889C2 0%, #5BA7E9 100%);
	background: -moz-linear-gradient(bottom, #4889C2 0%, #5BA7E9 100%);
	background: -webkit-linear-gradient(bottom, #4889C2 0%, #5BA7E9 100%);
	background: -ms-linear-gradient(bottom, #4889C2 0%, #5BA7E9 100%);
	filter:progid:DXImageTransform.microsoft.Gradient(GradientType=0, StartColorStr='#5BA7E9', EndColorstr='#4889C2');
	background:-ms-filter:"progid:DXImageTransform.microsoft.Gradient(StartColorStr='#5BA7E9', EndColorstr='#4889C2')";
	
	cursor: pointer;
	color: white;
	font-weight: bold;
	text-shadow: 0 -1px 0 #336895;
	
	font-size: 13px;
}

form .button:hover {
	background: linear-gradient(bottom, #5c96c9 0%, #6bafea 100%);
	background: -o-linear-gradient(bottom, #5c96c9 0%, #6bafea 100%);
	background: -moz-linear-gradient(bottom, #5c96c9 0%, #6bafea 100%);
	background: -webkit-linear-gradient(bottom, #5c96c9 0%, #6bafea 100%);
	background: -ms-linear-gradient(bottom, #5c96c9 0%, #6bafea 100%);
	filter:progid:DXImageTransform.microsoft.Gradient(GradientType=0, StartColorStr='#5c96c9', EndColorstr='#6bafea');
	background:-ms-filter:"progid:DXImageTransform.microsoft.Gradient(StartColorStr='#5c96c9', EndColorstr='#6bafea')";
}

form .button:active {
	background: linear-gradient(bottom, #5BA7E9 0%, #4889C2 100%);
	background: -o-linear-gradient(bottom, #5BA7E9 0%, #4889C2 100%);
	background: -moz-linear-gradient(bottom, #5BA7E9 0%, #4889C2 100%);
	background: -webkit-linear-gradient(bottom, #5BA7E9 0%, #4889C2 100%);
	background: -ms-linear-gradient(bottom, #5BA7E9 0%, #4889C2 100%);
	filter:progid:DXImageTransform.microsoft.Gradient(GradientType=0, StartColorStr='#5BA7E9', EndColorstr='#4889C2');
	background:-ms-filter:"progid:DXImageTransform.microsoft.Gradient(StartColorStr='#5BA7E9', EndColorstr='#4889C2')";
	box-shadow: inset 0 0 2px rgba(0,0,0, .3), 0 1px 0 white;
}
.map_img{
	width: 100%;
	height: auto;
	float: left;
}
.map_img img{
	padding:5px;
	background:#e8e8e8;
	border:1px solid #d4d4d4;
	width: 98%;
}


/***************************************************/
.collapse{
	width: 704px;
	background-color: #21b0ff;
	height: 47px;
	cursor: pointer;
	margin-bottom: 0px;
	margin-top: 10px;
	border: 1px solid #5ac4ff;
}
.collapse a{
	width: 100%;
	color: white;
}

.collapse:hover{
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
}
.collapse h2{
	font-size: 15px;
	color: #fff;
	font-family: 'PTSansCaption', 'calibri', 'vardana';
	font-weight: normal;
	text-transform: uppercase;
	line-height: 47px;
	width: 699px;
	margin:0px;
	padding:0px;
	text-indent: 10px;
}
.collapse h2:hover{
	color: #03659b;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
#ToggleTarget {
	display: none;
}
#result{
	background: #dfdfdf;
}
#result tr td{
	border:1px solid #ebebeb;
}
#result tr:hover{
	background:#d5d5d5;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
#result tr th{
	border:1px solid #ebebeb;
	color:white;
}
iframe{
	background:#e5e5e5;
}
.contact{
	width:100%;
	height:100%;
}
.contact table tr td{
	vertical-align: top;
	width: 60%;
	padding-bottom: 4%;
}
.contact table tr td p{
	font-family: 'PTSans', 'arial', 'calibri', 'vardana';
	font-size: 14px;
	color: #5e5e5e;
	text-align: justify;
	line-height: 28px;
}

.enquiry{
	background: #48bdff;
	height: 45px;
	margin-top: 12px;
	width: 100%;
}