/* -------------------------------------- */
/* -------  GLOBAL ELEMENTS  ------------ */
body,h1,h2,h3,h4,h5,h6,form,img,span,div,p,ul,li {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body {
	background: url(../images/bg.jpg) #000000 no-repeat fixed;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #3f392e;
}

#right ul, ol {
	line-height: 24px;
}

/* span and link styles */
a { color: #000000; }
a:hover { text-decoration: none; }
.displayblock { display: block; }
.floatleft { float: left; }
.floatright { float: right; }
.yellow { color: #e19f05; }
.highlightblock {
	display: inline-block !important; 
	padding: 0px 8px !important;
	background: #639902 !important;
	color: #fff !important;
}

.highlightblock:hover {
	text-decoration: none !important;	
}


/* centers the layout */
#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	/*background: url(images/container_bg2.gif) 0px 275px;*/
}

span.highlight {
	color: #7BA202;
	font-weight: bold;
}

span.red-highlight {
	color: red;
	font-weight: bold;
	font-size: 16px;
}

img#img-new {
	float: left;
	margin-right: 10px;
	position: relative;
}

/********************************************/
/* Header ***********************************/

#header {
	width: 960px;
	height: 240px;
	background: url('../images/header-bg.png') no-repeat;
	position: relative;	
}

#header h1 {
	width: 510px;
	height: 121px;
	display: block;
	background: url('../images/logo.png') no-repeat;
	text-indent: -9999px;
	position: absolute;
	top: 65px;
	left: 38px;
}

#header #header-quote {
	position: relative;
	left: 720px;
	top: 20px;
	width: 200px;
}

#header #header-quote span {
	position: absolute;
	left: 40px;	
	top: 7px;
}

#header #header-quote a, a:visited{
	font-size: 14px;
	text-decoration: none;
	color: white;
}

#header #header-nav {
	position: absolute;
	right: 50px;
	top: 135px;	
}

/* provides the nice background for the top of the container */
#top {
	padding: 0 28px 0px 62px;
	background: url('../images/content-bg.png') repeat-y;
}
	#top:after {
    	content: ".";
    	display: block;
    	height: 0;
    	clear: both;
    	visibility: hidden;
	}
	#top {
		display: inline-block;
	}
	/* Hides from IE-mac \*/
	* html #top { height: 1%; }
	#top { display: block; }
	/* End hide from IE-mac */

/* -------------------------------------- */
/* -------  LEFT COLUMN  ---------------- */
#left {
	float: left;
	width: 317px;
	padding-top: 12px;
	position: relative;
	background: url('../images/vline.jpg') no-repeat right;
}

#left img#vline {
	position: absolute;
	right: 0px;
	top: 100px;
}

#left #news h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #000;	
	margin-bottom: 12px;
}

	/* Mini-navigation in the left sidebar */
	#left ul#mininav {
		list-style: none;
		margin-bottom: 15px;
	}
		#left ul#mininav li {
			padding-bottom: 5px;
			display: block;
		}
			#left ul#mininav li a {
				color: #2c2b28;
				display: block;
				text-decoration: none;
				padding: 9px 0px 6px 21px;
			}
				#left ul#mininav li a span {
					display: block;
					padding-left: 28px;
					padding-bottom: 3px;
					width: 260px;
					background-repeat: no-repeat;
					cursor: pointer;
				}
					/* The icons for the navigation...you can change the paths to whatever icons you have */
					#left ul#mininav li a span.homepage { background-image: url(../images/icons/building.png); }
					#left ul#mininav li a span.company { background-image: url(../images/icons/tag_yellow.png); }
					#left ul#mininav li a span.concrete { background-image: url(../images/icons/construction.png); }
					#left ul#mininav li a span.excavating { background-image: url(../images/icons/construction.png); }
					#left ul#mininav li a span.history { background-image: url(../images/icons/script.png); }
					#left ul#mininav li a span.photo { background-image: url(../images/icons/polaroid.png); }
					#left ul#mininav li a span.testimonials { background-image: url(../images/icons/comment.png); }
					#left ul#mininav li a span.contact { background-image: url(../images/icons/envelope.png); }
					
					
				#left ul#mininav li a:hover {
					background: url(../images/mininav-hover.png) no-repeat bottom left;
					text-decoration: underline;
				}
				#left ul#mininav li a.active {
					background: url(../images/mininav-active.png) no-repeat;
					font-weight: bold;
				}
					#left ul#mininav li a:hover.active {
						background: url(../images/mininav-active.png) no-repeat;
					}
					
	/* The mini gallery */	
	img#minigallery-title {
		float: right;
	}
			
	#left #gallery {
		border-top: 1px solid #f0f0f0;
		border-bottom: 1px solid #f0f0f0;
		width: 276px;
		height: 145px;
		padding: 25px 0;
		margin-bottom: 15px;
	}
		#left #gallery div {
			float: left;
			width: 234px;
		}
		#left #gallery ul {
			width: 234px;
			float: left;
			display: table;
			float: left;
			margin-bottom: 8px;
		}
			#left #gallery ul li {
				display: table-cell;
			}
				#left #gallery ul li img {
					border: 1px solid #edece1;
					padding: 6px;
				}
					#left #gallery ul li a:hover img {
						border: 1px solid #b7b5a3;
					}
					
	/* Latest news section */				
	#left #news {
		clear: both;
		padding-top: 10px;
		padding-right: 20px;
		width: 278px;
	}

		#left #news .date {
			background: #e19f05;
			display: inline-block;
			padding: 2px 6px;
			color: #000000;
		}
		#left #news p {
			line-height: 30px;
			font-size: 12px;
			margin-top: 5px;
			text-align: justify;
		}

/* -------------------------------------- */
/* -------  RIGHT COLUMN  --------------- */

#right #content {
	position: relative	
}

#slider-wrapper {
	height: 240px;
	position: relative;	
}

#slider {
	background: url('../images/slide1.jpg');
	position: absolute;
	top: 29px;
	left: 6px;
}

#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

h1#welcome {
	font-size: 35px !important;
	margin-bottom: 10px !important;	
}

#right {
	float: right;
	width: 534px;
}

#right a, a:visited {
	color: #7BA202;
	text-decoration: underline;
	display: inline;	
}

#right a:hover {
	background: #7BA202;
	color: #fff;	
}

#right div.box {
	background: #f6fee8;
	padding: 18px 25px 1px 25px;
	margin: 20px 0;
	width: 420px;
}

#right .subpage ul {
	margin-left: 50px;
}

/*******************************************************/
/* Testimonials ****************************************/

#right .subpage .testimonial {
	margin-bottom: 20px;
	background: url('../images/quote.gif') top left no-repeat;
	/*border: solid 1px #EDECE1;*/
	padding: 25px;
	padding-left: 15px;
}

#right .subpage .test-text {
	font-style: italic;
	font-size: 16px;
	color: #999999;
}

#right .subpage .customer {
	margin-top: 20px;
	margin-left: 150px;
}

/*******************************************************/
/* Contact Us ******************************************/

#right #content fieldset {
	padding: 0 20px 20px 20px;
	background: #fff;
	border: 1px solid #ededed;
	width: 430px;
	margin-bottom: 30px;
}

#right #content fieldset legend {
	border: 1px solid #ededed;
	padding: 8px;	
	font-size: 17px;
}

#right #content fieldset p {
	line-height: 20px;	
}

#right #content fieldset #address {
	float: left;	
}

#right #content fieldset #phone {
	width: 150px;
	float: left;
	margin-left: 60px;
}

#right #content fieldset #email {
	clear: both;	
}

#right #content fieldset label {
	display: inline-block;
	width: 120px;
	height: 26px;
	line-height: 26px;
	font: 14px "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
}

#right #content fieldset input, select, textarea {
	-moz-border-radius: 5px 5px 5px 5px;
	background: #f5f5f5;
	border: solid 1px #ccc;
	color: #666;
	font: 14px "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	margin: 5px 0;
	padding: 5px;
	width: 290px;
}

#right #content fieldset input:focus, textarea:focus, select:focus {
	background: #fff;
	border: 1px solid #999;
	color: #333;	
}

#right #content fieldset input#submit {
	background: #333;
	border: 1px solid #222;
	color: #fff;
	cursor: pointer;
	width: 150px;	
	margin-left: 140px;
}

#right #content fieldset textarea {
	width: 417px;
	height: 100px;
}

#right #content fieldset span.required {
	background: #fff url('../images/required.jpg') no-repeat right center;
	text-indent: -9999px;
	float: right;
	height: 23px;
	width: 12px;
	position: relative;
	top: -3px;
}

/*******************************************************/
/* Concrete Facts **************************************/

#right img.fact {
	float: left;
	margin-right: 10px;
	position: relative;
	top: 10px;
}


/* Navigation */
ul#navigation {
	position: relative;
	left: 8px;
}

ul#navigation li.headlink {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	/*border-left: 1px solid #000;*/
}
/*
ul#navigation li:first-child {
	border-left: none;	
} */

ul#navigation li a, a:visited {
	display: block;
	font-size: 12px;;
	text-decoration: none;
	color: #000;
} 

ul#navigation a.current, a.current:visited {
	text-decoration: underline;
	color: #7BA202;	
}


ul#navigation li a:hover {
	text-decoration: underline;
	color: #7BA202;
}

ul#navigation li.headlink ul { 
	display: none; 
	float: none;
}

ul#navigation li.headlink:hover ul { 
	display: block; 
	float: none;
}
					
	/* Padding and background for homepage and content page respectively */
	#content.homepage {
		padding: 0 29px 0px 12px;
		background: url('../images/right-bg.jpg') no-repeat;
	}
	#content.subpage {
		padding: 14px 29px 0px 19px;
		background: url('../images/sub-bg.jpg') no-repeat;
	}
	
	/* Call us!*/
	span#callus {
		display: block;
		background: url(../images/callus.gif) no-repeat 140px 0px;
		height: 25px;
		text-indent: -100000px;
		margin-bottom: 8px;
	}
	
	/* Banner container with extra margin */
	#banner {
		height: 151px;
		margin-bottom: 70px;
	}
		#banner img {
			display: block;
		}
	
	/* Header styles */	

	#right h1 {
		font-size: 30px;
		margin-bottom: 30px;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
	}
	#right h2 {
		margin-bottom: 5px;
		color: #000000;
		font-size: 20px;;
	}
	
	#right h2#intro2 {
		margin-bottom: 12px;
	}
	
	#right h3 {
		background: url(../images/h3_bg.gif) no-repeat;
		font: 18px Arial;
		padding: 27px 20px 17px 15px;
	}
	
	/* Paragraph styles */	
	#right p {
		line-height: 29px;;
		margin-bottom: 20px;
	}
	
	#right #para {
		width: 490px;	
	}
	
	#right #para p {
		text-align: justify;		
	}
	
	#right img.img-right {
		float: right;
		background: #fff;
		padding: 7px;
		margin-left: 15px;
		margin-right: 5px;
		border: solid 1px #EDECE1;
	}
	
	#right span.intro {
		padding: 5px 4px 0px 6px;
		font-size: 15px;
		line-height: 27px;
		margin-bottom: 20px;
		color: #000000;
	}
	
	/* Image styles */
	.img1 {
		float: left;
		padding: 7px;
		border: 1px solid #edece1;
		display: block;
		margin: 3px 25px 0px 0px;
	}
	
	.img2 {
		float: right;
		padding: 7px;
		border: 1px solid #edece1;
		display: block;
		margin: 3px 0px 0px 25px;
	}
	
	/* For the extra foliage under a h3 heading */
	div.extras {
		background: url(../images/extras_bg.gif) no-repeat;
		padding-top: 10px;
	}
	
	/* Bulleted list! */
	ul.features {
		list-style: none;
		padding: 10px 10px 10px 10px;
	}
		ul.nopad {
			padding-top: 0px;
		}
		ul.features li {
			background: url(../images/bullet.gif) no-repeat 0px 8px;
			padding: 7px 25px 7px 42px;
			line-height: 1.6em;
		}
img#call {
	margin: 40px 0 5px 70px;
}

/****************************************************************/
/* Portfolio ****************************************************/

#galleries-wrap {
	position: relative;
	right: 15px;
	width: 520px;	
	margin-top: 40px;
}

#galleries-wrap .gallerybox {
	width: 167px;
	height: 150px;
	float: left;
	padding: 3px;
}

#galleries-wrap .gallerybox h3 {
	background: none;
	font-size: 14px;
	padding: 3px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #666;
}

#galleries-wrap .gallerybox h3 a, #galleries-wrap .gallerybox h3 a:visited {
	text-decoration: none;
	color: #666;	
}

#galleries-wrap .gallerybox h3 a:hover {
	background: none;
	text-decoration: underline;	
}

p#back-portfolio {
	position: absolute;
	top: 40px;
	left: 30px;	
}

h1.portfolio {
	margin-bottom: 55px !important;	
}

#galleries-wrap .gallerybox img {
	background: #fff;
	padding: 3px;
	border: 1px solid #ccc;	
}

#galleries-wrap .gallerybox img:hover {
	background: #639903;	
}

#product-gallery {
	width: 510px;
	min-height: 300px;
	position: relative;
	top: -15px;
}

#product-gallery img:hover {
	background: #639903 !important;
}

#product-gallery a, a:visited {
	color: #3F392E;	
}

#product-gallery a:hover {
	background: #fff;
	color: #3F392E;
}

ul.gallery {
	width:510px;
	list-style-type:none;
	padding-top:12px;
	margin-left: 0 !important;
}

ul.gallery li {
	display:inline;
	padding-right:8px;
}

ul.gallery li img {
	padding:3px;
	border:1px solid #CCC;
	margin-bottom:10px;
	background: #fff;
}

ul.gallery li img:hover {
	background: #639903;
}

ul.paginate {
	list-style-type:none;
	color:#414141;
	width: 480px;
	text-align: center;
	margin-left: 0 !important;
}

ul.paginate li {
	padding:5px;
	margin-right:7px;
	height:10px;
	width:10px;
	display:inline;
}

ul.paginate li.pagination-stats {

}

ul.paginate li a {
	font-size: 14px;
	color:#414141;
	text-decoration:none;
}

ul.paginate li a:hover {
	text-decoration:underline;
}

/* -------------------------------------- */
/* Curb Appeal  ------------------------- */

#foot-thanks {
	text-align: center;
}

#foot-thanks p {
	font-style: italic;
}

#right hr {
	border: none;
	background: #CCC;
	height: 1px;
	margin-top: 30px;
	margin-bottom: 30px;	
}
	
/* -------------------------------------- */
/* -------  FOOTER  --------------------- */
#footer {
	height: 177px;
	background: url(../images/footer-bg.png) no-repeat;
	margin: 0 auto;
	width: 960px;
	margin-bottom: 20px;
	color: #ffffff;
	text-align: left;
	position: relative;
}

#footer #footer-content {
	padding: 90px 60px 0 60px;
	height: 360px;
	position: relative;
}

#footer ul a, a:visited {
	color: #fff;
	text-decoration: none;
}

#footer ul a:hover {
	color: #fff;
	padding-left: 10px;
}
	
#footer h3 {
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;	
	margin-bottom: 13px;
}
	
#footer ul {
	list-style-type: none;
	display: inline;
	float: left;
	line-height: 24px;
	width: 160px;
}

#footer ul li {
	border-top: solid 1px #999;
	padding-top: 5px;
	padding-bottom: 5px;
}

#col1 {
	float: left;
	width: 200px;
}

#col2 {
	float: left;	
	width: 230px;
}

#col2 ul {
	float: left;	
	width: 190px;
}
	
#col3 {
	float: left;
	width: 200px;
}

#footer_contact {
	display: inline;
	float: right;
	text-align: right;
	line-height: 24px;
	color: #fff;
}

#footer_contact a, a:visited{
	color: #7BA202;
	text-decoration: underline;
}

#footer_contact a:hover {
	background: #fff;
	color: #3e3e3e;
}

#footer-logo {
	position: absolute;
	right: 50px;
	bottom: 55px;	
}

#num4 {
	position: absolute;
	bottom: 35px;
	right: 58px;	
}

a#admin-login {
	position: absolute;
	bottom: 16px;
	right: 62px;
	color: #333;
}

#num4 a {
	display: block;
	width: 217px;
	height: 24px;	
	background: url(../images/num4.png);
	text-indent: -999999px;
}

span.intro h1 {
	display: inline;
	font-size: 15px !important;
	line-height: 27px;
	color: #000;
}

span.intro {
	margin-bottom: 20px;
	display: inline-block;
}