/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video{ display: block; }
mark, rp, rt, ruby, summary, time{ display: inline }

/* Global properties ======================================================== */
body { 
	background:url(../images/body-bg.gif) top center repeat; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8125em; 
	line-height:1.3846em;
	color:#625c51;
	min-width:1000px;
}
html, body { height:100%;}


p {padding-top:18px;}

a {
	color:#625c51; 
	outline:none;
}
a:hover{
	text-decoration:none;
}


h1 {
	float:left;
}
	h1 a {
	display:block;
	width:311px;
	height:130px;
	text-indent:-5000px;
	background:url(../images/logo.png) left top no-repeat;
	}
	
h2 {
	font-size:2.461em;
	line-height:1.2307em;
	padding:30px 0 7px 20px;
	font-weight:normal;
	color:#232323;
	background:url(../images/h2-bg.gif) left bottom repeat-x;
	margin-bottom:28px;
	text-transform:uppercase;
}
	.h2-margin {
		margin-bottom:24px;
	}
	.h2-margin1 {
		margin-bottom:34px;
	}
	.h2-pad {
		padding-top:65px;
	}
	.h2-pad1 {
		padding-top:60px;
	}
	.spacing {
		letter-spacing:-2px;
	}
h3 {
	color:#fff;
	font-size:1.2307em;
	line-height:1.2307em;
	padding:16px 0 28px 0;
	text-transform:uppercase;
}
/* Global Structure ============================================================= */
.main {
	margin: 0 auto;
	width: 980px; }

	/* Header */
	#page1 header {
		height:599px;
	}
	header{
		height:130px;
		background:url(../images/header-bg.gif) top center repeat;
	}
		header .extra {
			background:url(../images/header-extra-bg.gif) center 130px repeat-x;
		}
			header .inner {
				background:url(../images/header-inner-bg.png) center top no-repeat;
			}
	
	/* Content */
	section#content {
		background:url(../images/content-bg.gif) repeat;
	}			
	/* Footer */
	footer{
		height:51px;
		background:url(../images/footer-bg.png) left top repeat-x;
	}
/* Left & Right alignment */

.fleft { float:left;}
.fright { float:right;}
.clear { clear:both;}

.col-1, .col-2, .col-3 { float:left;}

.alignright { text-align:right;}
.aligncenter { text-align:center;}

.wrapper { 
	width:100%;
	overflow:hidden;
}
/*----- form defaults -----*/
input, select, textarea { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}

/*----- other -----*/
.img-indent { 
	margin:0 15px 0 0; 
	float:left;
}
.extra-wrap { 
	width:100%;
}

/*===== header =====*/
.header-col {
	float:left;
	width:669px;
}
	.links {
		text-align:right;
		padding-top:30px;
	}
		.links a {
			display:inline-block;
			line-height:1.2em;
			text-decoration:none;
			margin:0px 0px 0 15px;
			color:#c5c5c5;
			text-transform:uppercase;
			cursor:pointer;
			font-size:0.923em;
			position:relative;
		}
			.links a span { 
				display:inline-block;
				padding:0 5px 0 5px;
			}
				.links a span span  {
					padding:5px 3px 5px 3px;
				}
		
					.links a:hover {
						background:url(../images/link1-left-bg.gif) left top no-repeat;
						color:#fff;
					}
						.links a:hover span {
							background:url(../images/link1-right-bg.gif) right top no-repeat;
						}
							.links a:hover span span  {
								background:url(../images/link1-tail-bg.gif) top repeat-x;
							}

nav {
	background:#000;
	margin-top:23px;
}
	nav ul {
		width:100%;
		overflow:hidden;
	}
		nav li {
			float:left;
			font-size:1.076em;
			line-height:1.2307em;
			text-transform:uppercase;
			padding-right:7px
		}
			nav li a {
				color:#fff;
				text-decoration:none;
				display:inline-block;
				height:35px;
				padding:18px 9px 0px 9px;
			}
				nav li a:hover, nav .active a {
					background:#ffc500;
					color:#0e0e0e
				}
		nav .last {
			padding:0;
		}
			nav .last a {
				padding-right:11px;
			}

/*===== content =====*/
#content .inner {
	background:#fff;
	position:relative;
}
	#page1 .indent {
		padding-top:20px;
	}
	.indent {
		padding:0px 20px 52px 20px;
	}
	.padding {
		padding-bottom:32px;
	}
	.padding1 {
		padding-bottom:59px;
	}

.box-margin {
	margin-right:23px;
}
	
.box {
	float:left;
	width:298px;
	background:#ede9db;
	color:#625c51;
	font-size:1.1538em;
	line-height:1.333em;
}
	.box .indent {
		padding:20px 20px 34px 20px;
	}
		.box strong {
			display:block;
			text-transform:uppercase;
			font-size:1.3333em;
			line-height:1.2307em;
			padding:12px 0 17px 0;
			color:#1d1d1d;
		}
		.box p {
			padding-top:21px;
		}
		.box a {
			display:inline-block;
			padding:8px 14px 8px 13px;
			background:#ffc500;
			text-decoration:none;
			color:#fff;
			font-size:0.666em;
			line-height:1.2307em;
			margin-top:17px;
			text-transform:uppercase;
		}
			.box a:hover {
				background:#f6d76d;
			}

.col-pad {
	padding-right:23px;
}


.col-indent {
	padding:0 19px;
}

.text {
	display:block;
	font-size:1.1538em;
	line-height:1.3333em;
}
.text1 {
	display:block;
	font-size:1.1538em;
	line-height:1.2em;
}
	.text p {
		padding-top:20px;
	}

.title {
	display:inline-block;
	color:#ffc500;
	font-size:0.769em;
	line-height:1.2307em;
	text-transform:uppercase;
}

.pad {
	padding-top:20px;
}

.list {
}
	.list li {
		font-size:1.1538em;
		line-height:2em;
		background:url(../images/marker.gif) left 7px no-repeat;
		padding-left:29px;
	}
		.list li a {
			color:#b0a89b;
		}
		
.link {
	font-size:1.307em;
	line-height:1.2307em;
	color:#ffc500;
	text-transform:uppercase;
	display:inline-block;
	margin-top:32px;
}
	.link-margin {
		margin-top:23px;
	}
/*----------row--------*/
.row {
	margin-top:-86px;
	background:url(../images/body-bg.gif) top center repeat;
	padding-top:86px;
}
	.row .inner {
		background:url(../images/row-inner-bg.png) left top repeat-x;
		width:100%;
	}
		.row .indent {
			padding:0 20px 43px 20px !important;
		}
	.row .col-1 {
		width:170px;
	}
	.row .col-2 {
		width:167px;
	}
	.row .col-3 {
		width:323px;
	}
		.row li {
			font-size:1.1538em;
			line-height:1.67em;
			background:url(../images/row-marker.gif) left 10px no-repeat;
			padding-left:13px;
		}
			.row li a {
				color:#7e7a74;
				text-decoration:none;
			}
				.row li a:hover {
					text-decoration:underline;
				}
	.row strong {
		display:block;
		color:#7e7a74;
		font-size:2.4615em;
		line-height:1.2307em;
	}
	.row em {
		display:block;
		color:#e7dfd0;
		font-size:1.307em;
		line-height:1.2307em;
		font-style:normal;
		font-weight:bold;
		text-transform:uppercase;
		margin:-5px 0 0 5px
	}
	
.phone {
	display:inline-block;
	width:90px;
}

dl dt {
	font-size:1.1538em;
	line-height:1.2em;
}
	dl dd {
		padding-bottom:18px;
	}
/*===== footer =====*/
footer {
	font-size:0.769em;
	line-height:1.2307em;
	color:#fff;
	text-transform:uppercase;
}
	footer a {
		color:#ffc500;
	}
	footer .main {
		padding:17px 0 0 38px;
	}


/*----- forms -----*/
#quote-form fieldset {
	border:none;
	padding-top:3px
}
	#quote-form label {
		display:block;
		height:32px;
	}
		#quote-form input {
			width:253px;
			padding:4px 0px 3px 5px;
			border:1px solid #e1ddcf;
			line-height:1.2307em;
			background:none;
			color:#625c51;
		}
		#quote-form textarea {
			width:253px;
			padding:0px 0px 3px 5px;
			border:1px solid #e1ddcf;
			background:none;
			color:#625c51;
			height:193px;
			overflow:auto;
		}
		#quote-form .link {
			margin:35px 0 0 25px
		}


#contacts-form fieldset {
	border:none;
	padding-top:3px
}
	#contacts-form label {
		display:block;
		height:32px;
	}
		#contacts-form input {
			width:253px;
			padding:4px 0px 3px 5px;
			border:1px solid #e1ddcf;
			line-height:1.2307em;
			background:none;
			color:#625c51;
		}
		#contacts-form textarea {
			width:253px;
			padding:0px 0px 3px 5px;
			border:1px solid #e1ddcf;
			background:none;
			color:#625c51;
			height:172px;
			overflow:auto;
		}
		#contacts-form .link {
			margin:35px 0 0 25px
		}

/*==========================================*/
    
/* Project specifics =========================================================== */
/* Pour some CSS below ========================================================= */
