@import "superfish.css";

html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}


img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}


body {
	background: #FFFFFF url(../images/bodybg.jpg) no-repeat center top;
	font: .75em/150% Arial, Helvetica, sans-serif;
	color: #333333;
}

}
p {
	margin: 0 0 1.2em;
	padding: 0;
}

/* list */


/* headings */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	margin: 20px 0 .4em;
	color: #000;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
	font-style:italic;
}
h4 {
	font-size: 1.2em;
	color:#000769;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}

/* reset webkit search input styles */

/************************************************************************************
STRUCTURE
*************************************************************************************/
#pagewrap {
	width: 995px;
	margin: 0 auto;
}

#header {
	position: relative;
	height: 113px;
}

#site-logo {
	position: absolute;
	float:left;
	position:static;

	}
	

#site-logo a {
	font: bold 30px/100% Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}



ul.list {
margin-top: -1px;
text-transform: uppercase;
}

ul.list li {
	color: #ea4f3b;
	padding-left: 28px;
	position: relative;
	line-height: 30px;
	
}

ul.list li:after {
	  font-family: 'FontAwesome';

	  content: "\f0a9";
	position: absolute;
	top: 0px;
	left: 0;
	font-size: 21px;
	color: #bababa;
	display: block;
}

ul.list li a:hover {
	color: #3C3C3C;
}

.wrapper-conte{
	width:100%;
	height:auto;
	margin:auto;
	float:left;
	background:url(../images/bgforallconte.png) no-repeat;

	}
	
#home_conteleft{
	width:379px;
	position:relative;
	padding-top:15px;
	float:left;

	
	}	
	
#welcomehead{
	padding:3px;
	margin:0 20px 0 20px;
	background:url(../images/bg_welcome.jpg) no-repeat;
	font-size:1.06em;
	font-weight:bold;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}	
#welcometxt{
	width:336px;
	position:relative;
	padding:10px;
	margin:10px;
	background:url(../images/bgforallconte.png) no-repeat;
	}	
	
	
#banner{
	width:585px;
	height:340px;
	position:relative;
	float:right;
	text-align:center;
	padding :15px;
	overflow:hidden;


	}
	
#banner img{
	width:100%;
	height:auto;
	}	

	



#iso{
	width:100%;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;


}

.bottom_img{
	width:100%;
	height:auto;
	margin:auto;
	float:left;
	margin-top:10px;
	text-align:center;

	}

.bottom_img img{
	margin-right:8px;
	


	}




#marquee{
	width:100%;
	height:auto;
	margin:auto;
	overflow:hidden;
	text-align:center;
	font-weight:bold;
	color:#000769;

	float:left;
	line-height:30px;
	background:url(../images/bgforallconte.png) no-repeat;

	}
	
	
#footer{
	width:100%;
	float:left;
	height:auto;
	line-height:50px;
	border-top:#CC6F70 solid 2px;
	margin-top:10px;

	}	
	
	
.f_left{
	float:left;
	width:170px;
	margin-left:5%;
	
	}	
	
.f_right{
	float:right;
	width:130px;
	margin-right:5%;
	}		
	
	
.f_right a{

	text-decoration:none;
	color:#666;
	}		
.f_right a:hover{

	text-decoration:underline;
	color:#666;
	}		





/*//about*/

#banner-inner{
	width:auto;
	float:left;
	text-align:center;
	margin:10px;
	float:left;



	}


#banner-inner img{
	width: 100%;
	height: auto;
	width: auto\9;



	}


#inner-cont{
	width:97%;
	height:auto;
	margin:auto;
	float:left;
	padding:1.5%;
	background:url(../images/bgforallconte.png) no-repeat;
	text-align:justify;

	}


.head1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:1.06em;
	 color:#333333;
	 line-height:35px;
	 background-color:#FFFFFF;
	 border-radius:8px;
	 padding:0 10px 0 10px;
	 margin:0 0 15px 0;
	 font-weight:bold;
	 }

.img_right{
	margin:10px 0 10px 15px;
	float:right;

}

.img_left{
	margin:10px 10px 10px 0px;
	float:left;

}



.aboutimg_right{
	margin:10px 0 10px 15px;
	float:right;

}

.aboutimg_left{
	margin:10px 10px 10px 0px;
	float:left;

}







.point {
	background-image: url(../images/point.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 20px;}


.point a {
	text-decoration:none;
	font-weight:bold;
	color:#333333;
	}

.point a:hover {
	text-decoration:underline;
	}



p {
	margin: 0px;
	padding-bottom: 10px;
	}

.boxserv{
	width:300px;
	float:left;
	}


strong
{color:#333333;}


.mail  {
	color: #026acb;
	text-decoration: none;
	outline: none;
}
.mail:hover {
	text-decoration: underline;


}


.boxsitemap{
	width:300px;
	float:left;
	margin:0 15px 0 15px;
	}

.boxsitemap2{
	width:220px;
	float:left;
	margin:20px 0 0 50px;
	}

#contact{
	float:left;
	margin:auto;
	width:380px;
	margin-left:50px;
	}




#enquiry{
	float:left;
	margin:auto;
	width:300px;
	margin-left:50px;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:30px;
	}





.field {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	width: 100%;
	background-color: #8EE7FA;
	-moz-border-radius:3px;
	border-radius:3px;
	padding-top: 8px;
	padding-right: 3px;
	padding-bottom: 8px;
	padding-left: 3px;
	border: 1px solid #FFFFFF;
	}

.contactFormListField {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	width: 100%;
	background-color: #8EE7FA;
	-moz-border-radius:3px;
	border-radius:3px;
	padding-top: 8px;
	padding-right: 3px;
	padding-bottom: 8px;
	padding-left: 3px;
	border: 1px solid #5099D3;
	}




.button{
	width:70px;
	background:#000769;
	height:26px;
	color:#fff;
	margin:10px 7px 0 0;
	
	text-align:center;
	padding:0 0 4px 0;
	border-radius:5px;
	font-weight:bold;
    }


.sitemap_right{
	margin:50px 0 10px 15px;
	float:right;

}
#locationmap{
	width:96%;
	height:350px;
	margin:auto;
	float:left;
	padding:5px 2% 5px 2%;


}
