/* 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-x #dadada;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	color:#949494;
	min-width:1000px;
}
html, body { height:100%;}


p {
	padding-top:18px;
	font-size: large;
}

.top {padding-top:7px;}
.top1 {padding-top:10px;}
.top2 {padding-top:13px;}
.top3 {padding-top:18px;}

.bot {padding-bottom:7px;}

.h-top {
	padding-top:22px;
}
.h-top1 {padding-top:42px;}
.h-top2 {padding-top:38px;}
.h-top3 {padding-top:47px;}

.h-pad {padding:16px 0 0 20px;}

.pad-left {padding-left:20px;}

.pad-col-1 {padding:16px 25px 0 20px;}

.margin-bot {margin-bottom:-18px;}
.margin-bot1 {margin-bottom:-4px;}

a {
	color:#fff; 
	outline:none;
}
a:hover{
	text-decoration:none;
}

/* Global Structure ============================================================= */
.main {
	margin: 0 auto;
	width: 968px; }

	/* Header */
	header{
		height:536px;
		margin:67px 0 0;
		position:relative;
		z-index:10;
	}
	
	/* Content */
	section#content {
		margin-top:-6px;
	}			
	/* Footer */
	footer{
		height:38px;
	}
/* Left & Right alignment */

.fleft { float:left;}
.fright { float:right;}
.clear { clear:both;}

.col-1, .col-2, .col-3, .col-4, .col-5 { float:left;}

.alignright { text-align:right;}
.aligncenter { text-align:center;}

.wrapper { 
	width:100%;
	overflow:hidden;
}
.container {
	width:100%;
}
/*----- form defaults -----*/
input, select, textarea { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}

/*----- other -----*/
.img-indent { 
	margin:2px 0px 0 20px; 
	float:right;
}
.img-indent1 { 
	margin:0px 20px 0 0px; 
	float:left;
}
.extra-wrap { 
	overflow:hidden;
}

/*=================================================================================================================== header =====*/
h1 {
	padding:10px 0 0px 10px;
	position:relative;
	float:left;
}
	h1 a {
	display:block;
	height:111px;
	width:186px;
	text-indent:-5000px;
	background:url(../images/SB-Energy-services.png) left top no-repeat;
	}
h2 {
	font-size:28px;
	line-height:1.2307em;
	color:#fff;
	padding:0 0 0 0;
	margin:0 0 0 0;
	font-weight:normal;
}
	h2 span {
		display:block;
		margin-top:-10px;
	}

.uppercase {
	text-transform:uppercase;
	font-size:11px;
}
.white {color:white;}
/*=============================================================================== sub-menu =====*/
.sub-menu {
	padding:27px 0 0 0;
	float:right;
	margin-right:-1px;
}
	.sub-menu li {
		float:left;
		line-height:16px;
		background:url(../images/sub-menu-li--bg.gif) 0 4px no-repeat;
		padding:0 7px 0 8px;
	}
		.sub-menu li a {
			display:block;
			color:#616161;
			text-decoration:none;
		}
			.sub-menu li a:hover {
				color:white;
			}
	.sub-menu .first {
		background:none;
	}
/*=============================================================================== nav =====*/
.nav-left {	background:url(../images/nav-tail-bg.gif) 0 0 repeat-x;
}
.nav-right {
	background:url(../images/nav-right-bg.gif) right top no-repeat;
}
.nav-tail{
	background:url(../images/nav-left-bg.gif) left top no-repeat;
	width:100%;
	height:126px;
}
nav {
	float:right;
	padding:13px 0 0;
	margin-right:-6px;
}
	nav ul {
	}
		nav li {
			float:left;
			background:url(../images/nav-li-bg.gif) 0 10px no-repeat;
			padding:0 7px 0 9px;
		}
			nav li a {
				display:inline-block;
				text-decoration:none;
				color:#828888; 
				cursor:pointer; 
				font-size:16px;
				line-height:1.2307em;
				font-weight:bold;
			}
				nav li a span {
					display:inline-block; 
					padding:0 11px 0 11px;
				}
					nav li a span span  {
						padding:9px 0px 10px 0px;
					}
				nav li a:hover, nav .active {
					background:url(../images/nav-a-left-bg.gif) left top no-repeat; 
					color:#fff;
				}
					nav li a:hover span, nav .active span {
						background:url(../images/nav-a-right-bg.gif) right top no-repeat;
						display:inline-block; 
						padding:0 11px 0 11px;
					}
						nav li a:hover span span, nav .active span span  {
							background:url(../images/nav-a-tail-bg.gif) top repeat-x;
							padding:9px 0px 10px 0px;
						}
	nav .first {
		background:none;
	}
		
.header-img {
	padding-left:4px;
}
/*=================================================================================================================== content =====*/

/*=============================================================================== indents =====*/
.col-indent {padding-right:24px;}
.col-indent1 {padding-right:44px;}
.padding {
	padding:0 40px 0 19px;
}
.padding1 {
	padding:0 10px 0 19px;
}
/*=============================================================================== boxes =====*/
.box {
	background:url(../images/box-bg.png) 0 0 repeat-y;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	box-shadow:0 0 4px rgba(0, 0, 0, .4);
	-moz-box-shadow:0 0 4px rgba(0, 0, 0, .4);
	-webkit-box-shadow:0 0 4px rgba(0, 0, 0, .4);
	position:relative;
	padding:38px 0px 42px 20px;
	margin:0 4px 10px 4px;
}
* + html .box {
	background:url(../images/box-bg.png) 0 0 repeat-y #666;
}
.box1 {
	background:url(../images/box1-bg.png) 0 0 repeat;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	box-shadow:0 0 4px rgba(0, 0, 0, .4);
	-moz-box-shadow:1px 1px 2px rgba(0, 0, 0, .2);
	-webkit-box-shadow:0 0 4px rgba(0, 0, 0, .2);
	position:relative;
	padding:15px 18px 17px 19px;
	margin:0 4px 3px 0px;
	width:305px;
}
* + html .box1 {
	background:url(../images/box1-bg.png) 0 0 repeat #444444;
	box-shadow:1px 1px 0px rgba(0, 0, 0, .2);
	-moz-box-shadow:1px 1px 0px rgba(0, 0, 0, .2);
	-webkit-box-shadow:1px 1px 0px rgba(0, 0, 0, .2);
}
.box-policy {
	background:url(../images/box-policy-bg.png) 0 0 repeat;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	box-shadow:0 0 4px rgba(0, 0, 0, .4);
	-moz-box-shadow:0 0 4px rgba(0, 0, 0, .4);
	-webkit-box-shadow:0 0 4px rgba(0, 0, 0, .4);
	position:relative;
	padding:53px 40px 47px 41px;
	margin:0 4px 10px 4px;
}
* + html .box-policy {
	background:url(../images/box-policy-bg.png) 0 0 repeat #666;
}
.box9 {
	background:url(../images/box1-bg.png) 0 0 repeat;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	box-shadow:0 0 4px rgba(0, 0, 0, .4);
	-moz-box-shadow:1px 1px 2px rgba(0, 0, 0, .2);
	-webkit-box-shadow:0 0 4px rgba(0, 0, 0, .2);
	position:relative;
	padding:15px 18px 17px 19px;
	margin:0 4px 3px 0px;
	width:615px;
}
* + html .box9 {
	background:url(../images/box1-bg.png) 0 0 repeat #444444;
	box-shadow:1px 1px 0px rgba(0, 0, 0, .2);
	-moz-box-shadow:1px 1px 0px rgba(0, 0, 0, .2);
	-webkit-box-shadow:1px 1px 0px rgba(0, 0, 0, .2);
}
/*=============================================================================== borders =====*/

/*=============================================================================== lists =====*/
.list {
	padding:5px 0 6px 0;
}
	.list ul {width:100%;}
	.list li {
		background:none;
		font-size:11px;
		line-height:30px;
		height:36px;
		margin-bottom:-6px;
		overflow:hidden;
	}
		.list li a {
			display:block;
			color:#00a8ff;
			text-transform:uppercase;
			background:url(../images/list-a-bg.gif) 21px 14px no-repeat;
			padding:2px 0 0 37px;
			text-decoration:none;
		}
			.list li a:hover {
				color:#fff;
			}
	.list li:hover {
		background:url(../images/list-li-bg.png) 0 0 no-repeat;
	}
/*=============================================================================== links =====*/
.link {
	background:url(../images/link-left-bg.png) left top no-repeat; 
	display:inline-block;
	text-decoration:none;
	margin:17px 0 0 1px;
	color:#fff; 
	cursor:pointer; 
	font-size:14px;
	text-transform:uppercase;
}
	.link span {
		background:url(../images/link-right-bg.png) right top no-repeat;
		display:inline-block; 
		padding:0 9px 0 9px;
	}
	.link span span  {
		background:url(../images/link-tail-bg.png) top repeat-x;
		padding:8px 7px 8px;
	}
	.link:hover {color:#00a8ff;}
/*=============================================================================== nav =====*/

/*=============================================================================== nav =====*/

/*=============================================================================== nav =====*/
.contact-img {
	display:block;
	padding:40px 0 0 1px;
}
.contact-img1 {
	display:block;
	padding:133px 0 0 1px;
}
.contact-img2 {
	display:block;
	padding:56px 0 0 1px;
}
.contact-img3 {
	display:block;
	padding:158px 0 0 1px;
}

.phone {
	display:inline-block;
	width:82px;
}
/*=================================================================================================================== footer =====*/
footer p {
	float:left;
	padding:0 0 0 0;
	color:#000;
	font-weight:bold;
	line-height:16px;
	padding:9px 0 0 45px;
}
	footer p a {
		color:#000;
		text-decoration:none;
	}
		footer p a:hover {
			text-decoration:underline;
		}
/*=============================================================================== footer-menu =====*/
.footer-menu {
	padding:7px 36px 0 0;
	float:right;
}
	.footer-menu li {
		float:left;
		line-height:16px;
		background:url(../images/footer-menu-bg.gif) 0 3px no-repeat;
		padding:0 7px 0 8px;
	}
		.footer-menu li a {
			display:block;
			text-decoration:none;
			color:#000;
			font-weight:bold;
		}
			.footer-menu li a:hover {
				text-decoration:underline;
			}
	.footer-menu .first {
		background:none;
	}
/*=============================================================================== policy =====*/

/*=============================================================================== social =====*/

/*------------------------------------------------------------------------------------------------------------------- forms -----*/
#ContactForm {
	padding-top:17px;
	font-size:12px;
	line-height:18px; 
	color:#8d8d8d;
	width:649px;
}
	#ContactForm label {
		height:25px;
		display:block;
	}
	#ContactForm .link {
		margin:10px 0px 0px 10px;
	}
	#ContactForm .column1 {
		float:left; width:302px; margin-right:13px;
	}
	#ContactForm .column2 {
		float:left; width:333px;
	}
	#ContactForm .input {
		width:252px;
		border:1px solid #a4a4a4;
		padding:2px 0 2px 3px;
		font-size:12px; 
		line-height:14px;
		background:url(../images/contactform-bg.gif) 0 0 repeat;
		color:#a4a4a4; 
		float:right;
	}
	#ContactForm textarea {
		width:266px; 
		height:65px; 
		border:1px solid #a4a4a4;
		background:url(../images/contactform-bg.gif) 0 0 repeat; 
		padding:2px 0 0 3px;
		overflow:auto; 
		font-size:1em;
		color:#a4a4a4; 
		float:right;
		margin-right:0px;
	}
#SearchForm {
	float:right;
	padding:18px 13px 0px 0;
	width:200px;
}
	#SearchForm label {
		border:none;
		display:inline-block;
		background:url(../images/input-bg.gif) 0 0 no-repeat; 
		height:31px;
		vertical-align:top;
	}
	#SearchForm .input {
		width:158px; 
		padding:8px 0 8px 10px;
		overflow:hidden;
		background:none;
		border:none;
		font-size:12px; 
		line-height:1.2307em; 
		color:#000;
		vertical-align:top;
	}
	#SearchForm a {
		text-decoration:none;
		display:inline-block;
		vertical-align:top;
	}
	
/*==========================================*/
/* The Nivo Slider styles */
#slider {
	width:960px;
	height:410px;
	overflow:hidden;
	margin-left:4px;
}
.items {
	display:none;
}
.pagination  {
	position:absolute;
	background:url(../images/slider-nav-bg.png) left top no-repeat;
	width:119px;
	height:23px;
	z-index:20;
	top:363px;
	right:31px;
	padding:5px 0 0 7px;
}
.pagination li {
	float:left;
}
.pagination a {
	display:block;
	width:19px;
	height:19px;
	background:url(../images/slider-a-bg.png) left -19px no-repeat;
	margin-right:4px;
	font-size:0;
	line-height:0;
}
	.pagination .current a, .pagination a:hover {
		background:url(../images/slider-a-bg.png) left 0px no-repeat;
	}

    
/* Project specifics =========================================================== */
/* Pour some CSS below ========================================================= */
