
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.8em;
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
	text-align:center;
	margin:0;
	padding:0;
}

#container {
	width:766px;
	margin:0 auto;

	
}
#banner {
	height:130px;
	background-image:url(images/banner.gif);
}
#nav {
	height:38px;
    position:relative;
	background-image:url(images/nav.gif);
	text-align:left;

}
#nav ul {
	margin:0px;
	padding:0px;
	padding-top:15px;
}

#nav li {
	
	font-size:11px;
	list-style: none;
    display:inline;

}
#nav li a {
	padding:0;
	margin:0;
	color:#000;
	font-weight:bold;
	text-decoration:none;
}
#nav li a:hover {
	color:#842a2a;
}
.hometab {
	padding-left:50px;
}
.servicetab {
	padding-left:34px;
}
.concretetab {
	padding-left:20px;
}
.gallerytab {
	padding-left:24px;
}
.contacttab {
	padding-left:40px;
}
#middle {
	height:154px;
	background-image:url(images/middle.jpg);
	
}
#middle ul {
	padding:0;
	margin:0;
	margin-left:-5000px;
}
#middle h1 {
	padding:0;
	margin:0;
	margin-left:-5000px;
	
}
#body {
	position:relative;

}

#content {
	float:right;
	width:400px;
	padding:17px 30px 10px 0;
	text-align:justify;
	line-height:18px;
}
#content b, #left b {
	color:#842a2a;
}
#homepage #content h1 {
    padding:0;
	margin:0;
	background-image:url(images/aboutheader.gif);
	background-repeat:no-repeat;
	height:31px;	
}
#servicepage #content h1 {
    padding:0;
	margin:0;
	background-image:url(images/servicesheader.gif);
	background-repeat:no-repeat;
	height:31px;	
}
#concretepage #content h1 {
    padding:0;
	margin:0;
	background-image:url(images/concreteheader.gif);
	background-repeat:no-repeat;
	height:31px;	
}
#gallerypage #content h1 {
    padding:0;
	margin:0;
	background-image:url(images/galleryheader.gif);
	background-repeat:no-repeat;
	height:31px;	
}
#contactpage #content h1 {
    padding:0;
	margin:0;
	background-image:url(images/contact.gif);
	background-repeat:no-repeat;
	height:31px;	
}
span {
	margin-left:-5000px;
}
#content h3 {
	font-weight:bold;
	font-size:100%;
}
#content img {
	border:1px solid #000;
}
#content li {
	font-weight:bold;
	color:#842a2a;
	padding-bottom:5px;
}
#left {
	margin-right:400px;
	padding-top:17px;
	text-align:left;
	font-size:11px;
}
#left p {
	width:75%;
}
#left ul {
	margin:0;
	padding:0;
}
#left li {
	list-style-type:none;
	background-image:url(images/bullet.gif);
	background-repeat:no-repeat;
	background-position:center left;
	margin:0;
	padding:0;
	padding-left:10px;
	padding-bottom:5px;
	
}
#left h2 {
	background-image:url(images/featuredservice.gif);
	background-repeat:no-repeat;
	height:34px;
	margin:0;
	padding:0;
	padding-bottom:10px;

}
#left h3 {
	background-image:url(images/contactheader.gif);
	background-repeat:no-repeat;
	height:39px;
}
#left img {
	border:1px solid #000;
}
#left a {
	color:#000;
	text-decoration:none;
}
#left a:hover {
	text-decoration:underline;
}
#footer {
	font-size:80%;
	clear:both;
	text-align:right;
	padding:30px 130px 0 0;
	background-image:url(images/footer.gif);
	background-repeat:repeat-x;
	height:66px;
}
#footer ul {
	margin:0;
	padding:0;
}
#footer li {
	display:inline;
	padding:0 10px 0 0;
	color:#8f9192;
	list-style-type:none;
	
}
#footer a {
	color:#151b1b;
	
}

#content h2 {
	font-size:100%;
	background-color:#cd2626;
	padding:5px;
	color:#fff;
	width:300px;
}
#content img {

}
#ufindus a {
	color:#666;
	font-size:80%;
}
/*Forms defaults*/
input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#404040;
}
label {
	color:#000;
	cursor:pointer;
	padding-left:2px;
	line-height:15px;
	vertical-align:top;
}
label.chosen {
	color:#333;
}

/*Transparent items*/
.transparent {
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity: 0;
	border:0px solid #FFF;
	background:#FFF;
	z-index:10;
	cursor:pointer;
}
.transparentFake {
	background:none;
	border:none;
}
.transparent2 {
	z-index:10;
}
.textinput, .textinputHovered {
	width:236px;
	height:15px;
	background:url(images/input.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textinputHovered {
	background-position:left bottom;
}


.textarea, .textareaHovered {
	width:336px;
	height:125px;
	background:url(images/textarea.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textareaHovered {
	background-position:left bottom;
}
.buttonSubmit, .buttonSubmitHovered {
	width:69px;
	height:26px;
	color:#FFF;
	font-weight:bold;
	padding:2px 5px;
	background:url(images/button.gif) no-repeat left top;
	cursor:pointer;
	border:none;
}
.buttonSubmitHovered {
	background-position:left bottom;
}
#stylesheetTest {
	position:absolute;
	left:-999px;
	width:10px;
	height:10px;
}

