@charset "utf-8";
/* CSS Document */

* {
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
}
#wrapper {
	height: 800px;
	width: 1000px;
	margin-left: -500px;
	position: relative;
	left: 50%;
}
#logo {
	background-image: url(images/01.gif);
	background-repeat: no-repeat;
	height: 77px;
	width: 1000px;
}
#ban {
	height: 221px;
	width: 1000px;
	clear: both;
	margin-bottom: 30px;
}
#about a {
	float: left;
}
#navi {
	height: 61px;
	width: 565px;
	background-image: url(images/02.gif);
	background-repeat: no-repeat;
	padding-left: 435px;
}
#navigation {
	height: 61px;
	width: 565px;
	float:right;
}
.btn {
	height:61px;
	float:left;
	text-align:center;
}
.btn:hover {
	height:61px;
	float:left;
}
.btn a {
	background:url(images/btn.gif) top repeat-x;
	text-decoration:none;
	height:41px;
	display:block;
	padding-top:20px;
	padding-left:15px;
	padding-right:15px;
	float:left;
	color:#FFFFFF;
	font-size:14px;
	text-align:center;
	margin-left:1px;
}
.btn a:hover {
	background:url(images/btn-over.gif) top repeat-x;
	text-decoration:none;
	height:41px;
	display:block;
	padding-top:20px;
	padding-left:15px;
	padding-right:15px;
	float:left;
	color:#FFFFFF;
	font-size:14px;
	text-align:center;
}
.btn-sel a {
	height:41px;
	background:url(images/btn-over.gif) top repeat-x;
	float:left;
	display:block;
	padding-top:20px;
	padding-left:15px;
	padding-right:15px;
	float:left;
	color:#FFFFFF;
	font-size:14px;
	text-align:center;
	text-decoration:none;
}
.navset {
	padding-left: 2px;
}
#about {
	float: left;
	height: 61px;
	width: 89px;
}
#Services {
	float: left;
	height: 61px;
	width: 89px;
}
#clients {
	height: 61px;
	width: 89px;
	float: left;
}
#contact {
	float: left;
	height: 61px;
	width: 89px;
}
#enquiry {
	float: left;
	height: 61px;
	width: 89px;
}
#content {
	background-color: #f7f5f5;
	width: 980px;
	padding: 10px;
	float:left;
}
#text {
	background-color: #f7f5f5;
	float:left;
	width: 980px;
}
#left {
	width: 255px;
	float: left;
	padding-left: 10px;
}
#right {
	float: right;
	width: 695px;
	padding-top: 30px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
	padding-right: 10px;
}
#footer {
	height: 29px;
	width: 990px;
	background-image: url(images/04.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	clear: both;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#right a {
	color: #9E140C;
}
#right a:hover {
	text-decoration: none;
}
.style2 {
	color: #712E2B;
	font-weight: bold;
	font-size:16px;
}