@charset "utf-8";
/* CSS Document */

body{
	margin: 0px auto;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #000066;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	}

.main{
	margin: 0px auto;
	width: 900px;
	background-color: #FFFFFF;
	}

.header{
	width: 900px;
	height: 116px;
	background-image: url(../images/header.jpg);
	}

.nav{
	width: 900px;
	height: 50px;
	background-image: url(../images/nav.jpg);
	}
	
.nav ul.mainnav{ 
	display: block; 
	position: absolute; 
	margin: 0; 
	padding: 10px 0 0 13px; 
	width: 880px; 
	list-style: none;
	}

.nav ul.mainnav li{ 
	float:left; 
	margin:0; 
	padding:0; 
	list-style:none;
	}

.nav ul.mainnav li a{ 
	display:block;
	padding: 7px 0px 0px 0px;
	width:125px;
	height:23px;
	font-weight:bold;
	text-align:center;
	color:#FFFFFF;
	text-decoration:none;
	background-image: url(../images/navbutton.jpg);
	background-position: right;
	background-repeat:no-repeat;
	}
	
.nav ul.mainnav li a:hover {
	background-position: left;
	padding: 7px 0px 0px 0px;
	height: 23px;
	text-decoration: underline;
}

.left_column{
	width: 279px;
	height: auto;
	float: left;
	}

.map{
	width: 279px;
	height: 313px;
	background-image: url(../images/map.jpg);
	}

	
.map img{
	width: 250px;
	height: 283px;
	margin-top: 30px;
	margin-left: 15px;
	border: none;
	}

.contact{
	width: 279px;
	height: 319px;
	position: relative;
	background: url(../images/contact.jpg) no-repeat;
	}

.whychoose{
	width: 279px;
	height: 248px;
	background-image: url(../images/whychoose.jpg);
	line-height: 1.5;
	}
	
.whychoose ul{
	padding: 40px 10px 10px 40px;
	margin: 0;
	}

.right_column{
	width: 621px;
	height: auto;
	float: left;
	}

.image{
	width: 621px;
	height: 250px;
	background-image: url(../images/image.jpg);
	}

.textarea{
	width: 611px;
	height: auto;
	background-color: #FFFFFF;
	line-height: 1.5;
	padding-right: 10px;
	}
	
.textarea ul{
	list-style-image: url(../images/bp.jpg);
	}
	
.textarea a{
	text-decoration: none;
	color:#000066;
	}
	
.textarea a:hover{
	text-decoration: underline;
	}
	
.textarea img{
	padding: 0px 0px 10px 10px;
	margin: 0;
	}
	
.gallery img{
	padding: 5px;
	margin: 0;
	border:none;
	}
	
p{
	padding-top: 7px;
	padding-bottom: 7px;
	margin: 0;
	}

.floater{
	clear: both;
	}

.footer{
	width: 900px;
	height: 33px;
	background-image: url(../images/footer.jpg);
	text-align: center;
	padding-top: 7px;
	font-size: 11px;
	color: #FFFFFF;
	}
	
.footer a{
	text-decoration: none;
	color: #FFFFFF;
	}
	
.footer a:hover{
	text-decoration: underline;
	}
	
/* contactform */

.nameqc{
	position:absolute;
	left: 48px;
	top: 63px;
	width: 180px;
}
.numberqc{
	position:absolute;
	left: 48px;
	top: 103px;
	width: 180px;
}
.pinqc{
	position:absolute;
	left: 106px;
	top: 249px;
	width: 121px;
}
.contactqc{
	position:absolute;
	left: 48px;
	top: 143px;
	width: 180px;
}
.enquiryqc{
	position:absolute;
	left: 48px;
	top: 183px;
	width: 180px;
	height: 40px;
}

