@import url(http://fonts.googleapis.com/css?family=Droid+Sans);
@font-face {
font-family:'wf_SegoeUILight';
src:url('../fonts/light/latest.eot');
src:url('../fonts/light/latest.eot?#iefix') format('embedded-opentype'), url('../fonts/light/latest.woff') format('woff'), url('../fonts/light/latest.ttf') format('truetype'), url('../fonts/light/latest.svg#web') format('svg');
}
* {
	margin:0px;
	padding:0px;
}
a {
	outline:none;
	text-decoration:none;
}
img {
	border:0px;
}
table {
	border-spacing:0px;
	border-collapse:collapse;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	font-family:"wf_SegoeUILight";
}
body {
	color:#333;
	font-size:13px;
	line-height:19px;
	font-weight:normal;
	background-color:#fff;
	font-family:'Droid Sans', sans-serif;
}
#wrapper {
	width:100%;
}
#wrapper img {
	height:auto;
	max-width:100%;
}
.banner, .logo, .tiles, .tiles01, .tiles02, .tiles03, .contact, .subban, .footer {
	float:left;
	width:100%;
}
.subban img {
	border:1px solid #ccc;
}
.logo {
	text-align:center;
	padding:30px 0px 0px 0px;
}
.logo p {
	margin-top: 10px;
	text-align: center;
}
.logo p img {
	width: 22%;
	margin-right: 5px;
}

.custom-img {
	width: 40% !important;
}
.tiles01 {
	background-color:#ef59a1;
}
.tiles02 {
	background-color:#ffca09;
}
.tiles03 {
	background-color:#42c8f4;
}
a:hover .tiles01, a:hover .tiles02, a:hover .tiles03 {
	background-color:#666;
}
.tiles a:hover img {
	opacity:0.8;
}
.content {
	width:85%;
	float:left;
	padding:40px 0px 10px 0px;
}
.content1 {
	width:100%;
	float:left;
	padding:40px 0px 10px 0px;
}
.content h1, .content1 h1 {
	font-size:24px;
	font-weight:bold;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px dashed #ccc;
}
.content h2 {
	color:#f36;
	padding:10px 0px 0px 0px;
}
.content1 h2 {
	color:#390;
	margin-bottom:10px;
	padding:20px 0px 5px 0px;
	border-bottom:1px dashed #ccc;
}
.content h3 {
	color:#390;
	font-size:16px;
	font-weight:bold;
	padding:15px 0px 5px 0px;
}
.content h3 a {
	color:#fff;
	float:left;
	padding:5px 15px;
	margin-right:15px;
	background-color:#390;
}
.content h3 a:hover {
	text-decoration:none;
	background-color:#666;
}
.content1 h3 {
	color:#000;
	font-size:16px;
	font-weight:bold;
	padding:10px 0px 5px 0px;
}
.content1 h3 span {
	font-weight:normal;
}
.content p, .content1 p {
	padding:10px 0px;
	text-align:justify;
}
.content ul {
	padding:10px 0px;
}
.content li {
	list-style:none;
	padding:0px 0px 10px 30px;
	background:url(../images/arr.png) 10px 5px no-repeat;
}
.content a, .content1 a {
	color:#ef59a1;
}
.content a:hover, .content1 a:hover {
	text-decoration:underline;
}
.footer {
	text-align:right;
	margin:30px 0px 10px 0px;
	padding:10px 0px 0px 0px;
	border-top:1px dashed #ccc;
}
.footer p {
	padding-right:10px;
}
.enquiry {
	float:left;
	width:100%;
	padding:20px 0px 0px 0px;
}
.enquiry h4 {
	color:#096;
	font-size:16px;
	font-weight:normal;
	padding:0px 0px 20px 0px;
}
.inputcol {
	margin:0px 0px 15px 0px;
}
.input {
	/* width:170px; */
	width:95%;
	height:26px;
	padding:0px 10px;
	border:1px solid #ddd;
	background-color:#f9f9f9;
}
.input1 {
	height:80px;
	/* width:170px; */
	width:95%;
	padding:0px 10px;
	border:1px solid #ddd;
	background-color:#f9f9f9;
}
.imgs {
	width:192px;
	border:1px solid #ddd;
}
.btn {
	color:#fff;
	margin:5px 0px;
	padding:5px 10px;
	border:1px solid #C39;
	background-color:#ef59a1;
}
