@charset "utf-8";
/* CSS Document */

#wrap {
	width: 1024px;
	margin: 0 auto;
}

body {
	background-color: #000;
}
p{
	font-size: 1.2em;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
}
.h1{
	font-size: 1.6em;
	color: #06F;
	font-family: Verdana, Geneva, sans-serif;
}
.h1alt{
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
}
.h2{
	font-size: 1.4em;
	color: #06F;
	font-family: Verdana, Geneva, sans-serif;
}
.h3{
	font-size: 1.2em;
	color: #06F;
	font-family: Verdana, Geneva, sans-serif;
}
.act{
	font-size: 0.85em;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
}
.actb{
	font-size: 0.85em;
	color: #6CF;
	font-family: Verdana, Geneva, sans-serif;
}
.linespace{
	font-size: 0.15em;
}
#left{
	float: left;	
}

#home{
	background-image: url(../images/home.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#services{
	background-image: url(../images/services.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#casehome{
	background-image: url(../images/casehome.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#testimonial{
	background-image: url(../images/testimonial.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}	
#aboutus{
	background-image: url(../images/aboutus.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#backgrnd{
	background-image: url(../images/backgr.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#project{
	background-image: url(../images/projdel.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.container {
	width: 1024px;
	height: 768px;
	font-size: 0.8em;
}
#mainContent {
	height: 768px;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	width: 544px;
	float: left;
}
#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
}

</style>
#logo {
	background-image: url(../images/logo1.jpg);
	float: right;
}
.footer {
	font-size: 12px;
	text-align: right;
	position: absolute;
	top: 787px;
	width: 1007px;
	background-color: #000;
	color: #FFF;
	left: 160px;
	font-family: Verdana, Geneva, sans-serif;
}


.sidebbar {
	position: absolute;
	left: 749px;
	top: 339px;
}
.aboutus #container {
	width: 1024px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/aboutus.jpg);
	position: absolute;
	left: 207px;
	top: 14px;
}
.aboutus #mainContent {
	height: 768px;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
}

.footerother {
	font-size: 10px;
	text-align: right;
	background-repeat: inherit;
	position: absolute;
	width: 1018px;
	height: 162px;
	left: 111px;
	top: 86px;
	overflow: hidden;
}
.h0 {
	font-size: 2em;
	font-family: Verdana, Geneva, sans-serif;
	color: #03F;
	visibility: hidden;
}
.p {
	font-size: 0.5em;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
}
#contact {
	background-image: url(../images/contact.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.p0 {
	font-size: 0.9em;
	font-family: Verdana, Geneva, sans-serif;
	visibility: hidden;
}
.hiddenpic {
	display: none;
}
.test{
	font-size: 1em;
}