/* CSS Document */


* {
	margin:0;
	padding:0;
}

body {
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	text-align:left;
	background-repeat: repeat-x;
	}

a {
	text-decoration:none;
	color: #fff;
}

a:hover{
	text-decoration:none;
	color: #000;
}
p, h1, h2, h3, h4,ul {
	padding: 0 0 10px 0;
}

#container {
	border:none;
	width: 970px;
	position: absolute;
	left: 50%;
	margin-left: -485px;
	background-color: #ffffff;
}
#content {
	position: relative;
}
p
{ 
line-height: 14pt
}
h5 {
	color: #6e2a8d;
	font-size: 16px;
	font-weight:bold;
	text-decoration:underline;
	padding-bottom:10px;

}
h4 {
	color: #6e2a8d;
	font-size: 16px;
	font-weight:bold;

}
h3 {
	color: #000;
	font-size: 16px;
	text-align:right;
	font-weight:100;
}
h2 {
	font-size: 18px;
	color: #bc4c40;
}
h1 {
	font-size: 16px;
	color: #bc4c40;
	
}
#header {
	height: 111px;
	background-image:url(images/logo.gif);
	background-repeat: repeat-x;
	position: relative;
}
#address {
	color:#FFF;
	text-align:right;
	padding: 8px 10px 0px 0px;

}
/*MENU*/
#menu {
	height:36px;
	padding: 0px 0px 0px 0px;
	background-color:#6e2a8d;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	line-height:33px;
	padding-left:36px;

}

#menu ul {
	list-style:none;
	
}
#menu ul li {
	float:left;
	padding-right:70px;
}
.menubut {
	height:40px;
	display:block;
	background-repeat: no-repeat;
	background-position: left 0px;
}

.menubut:hover {
	background-position:left -40px;
}
.menubut span, .selected span {
	display:none
}

#menu_home {
	width:64px;
	background-image: url(images/menu_home.gif);
}
#menu_what {
	width:110px;
	background-image: url(images/menu_services.gif);
}
#menu_contactus {
	width:97px;
	background-image: url(images/menu_contactus.gif);
}

/*END MENU*/

.tel {
	background-image: url(images/tel.gif);
	background-repeat: no-repeat;
	padding-left: 12px;
}
.email {
	background-image: url(images/email.gif);
	background-repeat: no-repeat;
	padding-left: 12px;
}
#left {
	position: absolute;
	width: 372px;
	right: 560px;
	top: 60px;
	color: #000;
	font-size: 12px;
}
.link {
	font-size: 12px;
	color:#6e2a8d;
}

.linkhome {
	font-size: 14px;
	color:#000;
}


#footer {
	margin-top: 3px;
	background-color:#00853f;
	height:36px;
	width:970px;
	color:#FFF;
	}
#footer p {
	padding-top:10px;
}
#maintext {
	margin-left: 490px;
	/*border-left: 1px dashed #d8d8d8;*/
	padding: 105px 32px 10px 0px;
	position: relative;
	text-align:right;
	
}
#form {
	text-align:left;	
}
#pagecontent {
	background-image: url(images/content_bg.gif);
	background-repeat: no-repeat;
	position: relative;
	margin-top: 0px;
	width:970px;
	background-color:#cebfdd;

}
#pagecontent2 {
	background-image: url(images/content2_bg.gif);
	background-repeat: repeat-x;
	position: relative;
	margin-top: 0px;
	width:970px;
	background-color:#cebfdd;

}
#pagecontent{min-height:453px}
* html #pagecontent {height:453px}

.mainheader {
	position: absolute;
	top: 325px;
	color: #BC4C40;
	font-size: 18px;
	border-bottom: 1px dashed #d8d8d8;
	width: 394px;
	left: 0px;
}
#maintext img {
	padding-bottom: 20px;
}
.points {
	list-style-type: none;
	font-size: 14px;
}
.points li {
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 35px;
	margin-bottom: 14px;
}



/* FORM */
#quoteform label
{
	width: 200px;
	float: left;
	text-align: right;
	display: block;
	margin: 0px 5px 0 0;
	padding: 2px 2px;
	font-size:12px;
	color:#000;
}
#quoteform {
	width: 400px;
	margin: 10px 0 0 0;
}
#quoteform select
{
	color: #000000;	
	border: 1px solid #000000;
	font-size:11px;
	width: 60px;
	height: 20px;
	padding: 2px 0;
}
#quoteform textarea
{
	color: #333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width: 160px;
	height: 105px;
	padding: 2px 0;
}
#quoteform div
{
	padding: 3px 0;

}
.title {
	width: 80px;
}

	display: none !important;


.enqform  {
}
/*END OF ENQUIRY FORM CSS */

