@charset "UTF-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*********** GENERAL STYLES ***********/
body {font-family:"Lucida Grande", sans-serif;font-size:14px;}
h1 {
	font-size: 32px;
	color: #000080;
}
h2 {
	font-size: 18px;
	color: #242323;
}
h3 {
	font-size: 28px;
}
h4 {
	color: #242323;
	font-size: 16px;
	font-weight:bold;
}
a {color: #242323;}
a:hover {color:#000080;text-decoration:none;}
p {color:#4b4a4a;
font-size:14px;
line-height:30px;}
hr {width:100%;background:#d9d9d9;border:none;height:2px;margin:40px 0;}
.wrapper {width:940px;margin:0 auto;}
.clear {clear:both;}


/*********** SPECIFIC STYLES ***********/


/************************ HEADER ************************/
#logo {
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 116px;
	width: 130px;
	margin:20px 0;
	float: left;
}
#number_header {
	float: right;
	width: 250px;
	font-weight:bold;
	padding:60px 0 0 0;
	text-align: right;
}
#number_header h1 {line-height:20px;}
.licence_header {
	font-size:14px;
	line-height: 0;
}

/************************ NAVIGATION ************************/
#main_nav {
	background-image: url(../images/bg_nav.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height:40px;}
#main_nav ul {color:#fff;text-transform:uppercase;}
#main_nav ul li {float: left;}
#main_nav ul li a {color: #FFFFFF;
    float: left;
    padding: 12px 38px;
    text-decoration: none;;}
#main_nav ul li a:hover {background:#333;}
.nav_home,.nav_about,.nav_services,.nav_clients,.nav_testimonials {width:92px;}


/************************ SLIDER ************************/
#bg_slider {
	background-image: url(../images/bg_slider.jpg);
	background-repeat: repeat-x;
	height: 400px;
	width: 100%;
}
#wrapper_slider {position:relative;
width:940px;
height:400px;}
#slider {
	height: 350px;
	width: 940px;
	background:#fff;
	position:absolute;
	z-index:10;
	top:25px;
	left:0;
}
#big_shadow {background:url(../images/big_shadow.png);
width:937px;height:73px;position:absolute;z-index:1;top: 325px;left:0;}

.slideshow { position:relative; }
#prev, #next {position: absolute;
    top: 145px;}
#prev {left:-75px;}
#next {right:-75px;}
.text_slider {width:300px;float:left;}
.text_slider h1 {margin:100px 0 30px 30px;}
.text_slider h2 {margin:0 0 10px 30px;background:url(../images/slider/tick.png) no-repeat;padding:0 0 0 20px;}
#img1 { background-image:url(../images/slider/electrical.jpg); width:640px;height:350px;float:left;}
#img2 { background-image:url(../images/slider/data_voice.jpg); width:640px;height:350px;float:left;}
#img3 { background-image:url(../images/slider/access_control.jpg); width:640px;height:350px;float:left;}
#img4 { background-image:url(../images/slider/mechanical_services.jpg); width:640px;height:350px;float:left;}

#bg_slider_pages {background-image: url(../images/bg_slider_pages.jpg);
	background-repeat: repeat-x;
	height: 235px;
	width: 100%;}
#wrapper_slider_pages {position:relative;
width:940px;}
#slider_pages {height: 180px;
	width: 940px;
	background:#fff;
	position:absolute;
	z-index:10;
	top:25px;
	left:0;}
#big_shadow_pages {background:url(../images/big_shadow.png);
width:937px;height:73px;position:absolute;z-index:1;top: 160px;left:0;}


/************************ SIDEBAR ************************/
#sidebar {float:right;width:230px;padding:30px 15px;margin: 50px 10px 30px 0;
background:#f7f7f7;
border:2px solid #e0e0e0;
}
#sidebar h2 {margin:0 0 25px;font-weight: bold;}
#sidebar a {font-size:14px;text-decoration:none;}
#sidebar .read_more {margin: 20px 0 40px;float:left;}
#sidebar .facebook {font-weight: bold;
    margin: 32px 0 0;}
#sidebar .facebook img {margin:10px 0 0 0;float: right;
    margin: -12px 60px 0 0;}
	
/************************ CONTENT ************************/
#content {width:600px;margin:0 0 0 10px;padding:50px 0 0 0;}

#content h1 {margin:0 0 30px 0;}
#content ul {color:#4b4a4a;
font-size:14px;margin: 0 0 0 40px;}
#content ul li {line-height:30px; list-style:url(../images/bullet.png);}
#content h4 {margin:30px 0 50px 0;}


/************************ FOOTER ************************/
#footer {border-top:2px solid #ccc;height:200px;}
#footer p {color: #000080;
    font-size: 12px;
    font-weight: bold;
    line-height: 22px;}
#footer a {color:#000080;}
#footer a:hover {color:#666;}
#footer_left {float:left;width:272px;padding: 30px 0 0;}
#footer_right {float:right;width:272px;padding: 30px 0 0;color:#7a787c;font-size:10px;text-align:right;line-height: 8px;}
#footer_right a {color:#7a787c;text-decoration:none;}
#footer_right img {margin: 0 0 10px;}


/************************ CONTACT FORM ************************/
#form_wrapper {
	width: 230px;
}
#form_wrapper input,#form_wrapper textarea {border:1px solid #999;padding:4px;margin:0 0 20px;font-family:"Lucida Grande", sans-serif;font-size:14px;width:208px;
	color:#666;}
#form_wrapper textarea {float:left;margin: 0 2px 0 0;}
#form_wrapper input#submit {background:#333;color:#fff;cursor:pointer;padding:4px 10px;margin: 20px 0 0;width: 70px;}
.req {margin:-30px 0 0 0;color:#666;}
.required_fields {font-size:12px;margin:5px 0;font-style:italic;
	color:#666;font-family:"Lucida Grande", sans-serif;float:left;}
.goback {background: none repeat scroll 0 0 #333333;
    border: 1px solid #CCCCCC;
    color: #FFFFFF;
    cursor: pointer;
    padding: 4px 10px;
    text-decoration: none;
    text-transform: uppercase;}
.goback:hover {color: #FFFFFF;
background:#515151;}
.form_results {margin: 150px 0;
    text-align: center;}
.form_results h2 {margin:0 0 20px 0;}
	
/************************ CONTACT PAGE ************************/
.contact {}
.contact h1 {margin: 0 0 40px!important;}
.contact h2 {margin: 0 0 10px;}

/************************ TESTIMONIALS PAGE ************************/
.testimonials {}
.testimonials h2 {font-size: 16px;
    font-weight: bold;margin:0 0 10px 0;}
.testimonials h2 a {text-decoration:none;}
.testimonials h3 {font-size: 14px;
    font-weight: bold;}
.item {margin:0 0 40px 0;}
.testimonials .item img {margin:10px 0 0 0;}