@charset "utf-8";
/* CSS Document */

.container {
	background-color: #FFF;
	height: auto;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.header {
	z-index: 0;
	height: 350px;
	width: 700px;
	background-image: url(images/Header_Home.jpg);
}
.contactnumbers {
	margin-top: -25px;
	z-index: 5;
	background-color: #FFF;
	filter: alpha (opacity=60);
	opacity:0.6;
	width: 650px;
	height: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 50px;
}
.menubarg {
	width: 850px;
	margin-right: auto;
	margin-left: 0px;
	margin-top: -18px;
	background-color: #333;
	padding-left: 50px;
	height: 37px;
	z-index: -2;
}
.main {
	margin-top: 20px;
	width: 650px;
	padding-left: 25px;
	border-top-style: none;
	border-right-style: solid;
	border-left-style: none;
	border-right-width: thin;
}
.quote {
	width: 675px;
	border-right-width: thin;
	border-right-style: solid;
	margin-top: -18px;
}
.testimonials {
	float: right;
	height: 600px;
	width: 180px;
	z-index: 8;
	margin-top: -550px;
	margin-right: 10px;
}


.companies {
	float: right;
	height: 150px;
	width: 200px;
	z-index: 7;
	margin-top: -150px;
	margin-right: 10px;
}



.headerlogo {
	z-index: 2;
	clear: none;
	margin-top: -348px;
	height: 350px;
}
.logo {
	color: #FFF;
	width: 200px;
	margin-top: -352px;
	z-index: 3;
	float: right;
	font-family: Tahoma, Geneva, sans-serif;
	padding-top: -2px;
	background-color: #06C;
}
