/*************/
/* css reset */
/*************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}


@font-face {
    font-family: 'ArvoRegular';
    src: url('fonts/Arvo-Regular-webfont.eot');
    src: url('fonts/Arvo-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Arvo-Regular-webfont.woff') format('woff'),
         url('fonts/Arvo-Regular-webfont.ttf') format('truetype'),
         url('fonts/Arvo-Regular-webfont.svg#ArvoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ArvoItalic';
    src: url('fonts/Arvo-Italic-webfont.eot');
    src: url('fonts/Arvo-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Arvo-Italic-webfont.woff') format('woff'),
         url('fonts/Arvo-Italic-webfont.ttf') format('truetype'),
         url('fonts/Arvo-Italic-webfont.svg#ArvoItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ArvoBold';
    src: url('fonts/Arvo-Bold-webfont.eot');
    src: url('fonts/Arvo-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Arvo-Bold-webfont.woff') format('woff'),
         url('fonts/Arvo-Bold-webfont.ttf') format('truetype'),
         url('fonts/Arvo-Bold-webfont.svg#ArvoBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ArvoBoldItalic';
    src: url('fonts/Arvo-BoldItalic-webfont.eot');
    src: url('fonts/Arvo-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Arvo-BoldItalic-webfont.woff') format('woff'),
         url('fonts/Arvo-BoldItalic-webfont.ttf') format('truetype'),
         url('fonts/Arvo-BoldItalic-webfont.svg#ArvoBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*******************/
/* layout elements */
/*******************/
body {
	background: #e6e5e3 url(images/jpeg/bg.jpg) no-repeat fixed center 0;
}

.container {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	background: #fff;
}

#top {
	height: 102px;
	background: url(images/gif/tel.gif) no-repeat right 0;
}

#head {
	height: 322px;
	background: url(images/jpeg/head.jpg) no-repeat;
	border-top: 3px solid #212544;
	position: relative;
}

.demolition #head {
	background: url(images/jpeg/demolition.jpg) no-repeat;
}

.civil #head {
	background: url(images/jpeg/civil.jpg) no-repeat;
}

.contract #head {
	background: url(images/jpeg/contract.jpg) no-repeat;
}

.aggregates #head {
	background: url(images/jpeg/aggregates.jpg) no-repeat;
}

#slogan {
	position: absolute;
	left: 25px;
	bottom: 25px;
}

.content {
	padding: 22px;
	overflow: hidden;
}

.col {
	width: 229px;
	float: left;
	overflow: hidden;
}

.home #left {
	width: 450px;
}

#left {
	width: 600px;
	float: left;
	overflow: hidden;
}

.home #right {
	width: 425px;
}

#right {
	float: right;
	width: 300px;
	overflow: hidden;
}

.gallery_item {
	width: 100px;
	height: 100px;
	float: left;
}

.gallery_item a {
	width: 85px;
	height: 85px;
	text-indent: -9999px;
	display: block;
}

#footer {
	background: #3e3e3e;
	overflow: hidden;
	padding: 30px 25px 25px;
}

p.left a {
	margin: 0 10px 0 0;
}
/*************************/
/* links and navigations */
/*************************/
#nav {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
	background: #212544;
	border-bottom: 3px solid #ffc412;
	height: 51px;
	overflow: hidden;
}

#nav li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
	height: 51px;
	overflow: hidden;
}

#nav a {
	display: block;
	float: left;
	padding: 0 25px;
	margin: 0;
	height: 51px;
	overflow: hidden;
	line-height: 52px;
	color: #fff;
	font-size: 15px;
	font-family: ArvoRegular, georgia, serif;
	text-decoration: none;
}

.home #nav-home a,
.demolition #nav-demolition a,
.civil #nav-civil a,
.contract #nav-contract a,
.aggregates #nav-aggregates a,
.contact #nav-contact a,
#nav a:hover {
	color: #000;
	background: #ffc412;
}

.button {
	background: #212544;
	color: #fff;
	font-family: arial, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	float: left;
	padding: 8px 10px;
	font-size: 12px;
	border: none;
	cursor: pointer;
}

.button:hover {
	color: #000;
	background: #ffc412;
}

.col .button {
	margin: 0 0 0 5px;
}

a {
	color: #212544;
}

a:hover {
	color: #000;
}

#footer a {
	color: #ccc
}

#footer a:hover {
	color: #fff;
}

/********/
/* text */
/********/
h1 {
	clear: both;
	padding: 0 0 8px;
	overflow: hidden;
}

h1 span {
	font-family: ArvoRegular, georgia, serif;
	color: #000;
	font-size: 48px;
	display: block;
	float: left;
	background: #fff;
	padding: 4px 5px;
}

h1 span.yellow {
	background: #ffc412;
}

h1 span.blue {
	background: #212544;
	color: #fff;
}

h2 {
	color: #393838;
	font-family: ArvoRegular, georgia, serif;
	font-size: 18px;
	line-height: 20px;
	border-bottom: 1px solid #393838;
	padding: 0 0 3px 0;
	font-weight: normal;
	margin: 0 0 6px;
}

.home h2 {
	padding: 0 0 3px 5px;
}

p {
	font-size: 13px;
	line-height: 18px;
	margin: 0 0 18px;
	color: #696969;
	padding: 0;
	font-family: arial, sans-serif;
}

.col p {
	width: 190px;
	padding: 0 0 0 5px;
}

#footer p {
	font-size: 12px;
	color: #aaaaaa;
	margin: 0;
}

p.right {
	text-align: right;
}

strong {
	font-weight: bold;
	color: #555;
}

em {
	font-style: italic;
}

#footer strong {
	color: #ccc;
}

p.errormessage {
	font-weight: bold;
	color: #f00;
}

h3 {
	color: #393838;
	font-family: ArvoRegular, georgia, serif;
	font-size: 16px;
	line-height: 20px;
	padding: 0 0 2px 0;
	font-weight: normal;
	margin: 0 0;
}

h4 {
	color: #393838;
	font-family: ArvoRegular, georgia, serif;
	font-size: 14px;
	line-height: 20px;
	padding: 0;
	font-weight: normal;
	margin: 0;
}
/*****************/
/* website forms */
/*****************/


label {
	display: block;
	width: 70px;
	float: left;
	color: #ccc;
	font-size: 14px;
	padding: 4px 4px 0 4px;
	line-height: 18px;
}

.formrow input {
	font-family: arial, sans-serif;
	font-size: 14px;
	color: #4f4f4f;	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-background-clip: padding; 
	-webkit-background-clip: padding-box; 
	background-clip: padding-box; 
	width: 286px;
	float: left;
	height: 28px;
	color: #4f4f4f;
	padding: 3px 5px;
	background: #f1f1f1;
	border: 1px solid #a7a7a7;
	position: relative;
}

div.formrow {
	padding: 0 0 8px;
	overflow: hidden;
	clear: both;
}

textarea {
	font-family:  arial, serif;
	font-size: 14px;
	color: #4f4f4f;	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-background-clip: padding; 
	-webkit-background-clip: padding-box; 
	background-clip: padding-box; 
	width: 286px;
	float: left;
	height: 100px;
	color: #4f4f4f;
	margin: 0;
	padding: 5px;
	float: left;
	background: #f1f1f1;
	border: 1px solid #a7a7a7;
	resize: none;
	position: relative;
}

input[type=text]:focus, textarea:focus {
	border-color: #555;
	background: #fff;
}


/********/
/* misc */
/********/
hr {
	border: none;
	border-top: 1px dotted #ccc;
	margin: 25px 0;
}


.contact table {
	width: 100%;
}

.contact td {
	width: 49%;
}
ul {
	margin: 0 0 0 10px;
	padding: 0 0 18px;
	list-style: circle;
}

ul li {
	font-size: 13px;
	line-height: 18px;
	color: #696969;
	font-family: arial, sans-serif;
	margin: 0 0 0 18px;
	padding: 0 0 4px;
}

.left {
	float: left;
}

.right {
	float: right;
}

img.left {
	margin: 0 14px 14px 0;
}

img.right {
	margin: 0 0 14px 14px;
}

.gallery_item a,
.photo {
	padding: 3px;
	background: #fff;
	border: 1px solid #ccc;
}

.gallery_item a {
	float: left;
}


/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(images/overlay.png) repeat 0 0;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(images/controls.png) no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(images/controls.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(images/controls.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(images/controls.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url(images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(images/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc; background: #000}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/*
  The following provides PNG transparency support for IE6
  Feel free to remove this and the /ie6/ directory if you have dropped IE6 support.
*/
.cboxIE6 #cboxTopLeft{background:url(images/ie6/borderTopLeft.png);}
.cboxIE6 #cboxTopCenter{background:url(images/ie6/borderTopCenter.png);}
.cboxIE6 #cboxTopRight{background:url(images/ie6/borderTopRight.png);}
.cboxIE6 #cboxBottomLeft{background:url(images/ie6/borderBottomLeft.png);}
.cboxIE6 #cboxBottomCenter{background:url(images/ie6/borderBottomCenter.png);}
.cboxIE6 #cboxBottomRight{background:url(images/ie6/borderBottomRight.png);}
.cboxIE6 #cboxMiddleLeft{background:url(images/ie6/borderMiddleLeft.png);}
.cboxIE6 #cboxMiddleRight{background:url(images/ie6/borderMiddleRight.png);}

.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight {
    _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
}