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

/* structure */

body{
	background-color:#7A989A;
	margin:0px;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	
}

td{
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}

input, select, textarea{
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}

p{
	margin-top:10px;
	margin-bottom:10px;
}

a{
	color:#6DC6D3;
}

a:hover{
	text-decoration:none;
}

.hidden_href span{
	display:none;
}

.grey_header{
	margin:0px;
}

.news_copy h1{
	margin:0px;
}

.home_h1{
	font-size:11px;
	color:#999999;
	font-weight:normal;
	margin-top:5px;
	margin-bottom:10px;
}

.seo_header{
	min-height:10px;
	margin-top:10px;
	width:870px;
	float:right;
}

.seo_header h1{
	font-size:11px;
	color:#FFFFFF;
	font-weight:normal;
	margin-top:5px;
	margin-bottom:10px;
}


h1{
	font-weight:normal;
	font-size:18px;
	color:#999999;
}

h2{
	font-weight:normal;
	font-size:16px;
	color:#6DC6D3;
}

h3{
	font-weight:normal;
	font-size:14px;
	color:#6DC6D3;
}

h4{
	font-weight:normal;
	font-size:14px;
	color:#999999;
}

hr{
	background-color:#CCCCCC;
	color:#CCCCCC;
	height:1px;
	border:none;
	margin-top:20px;
	margin-bottom:20px;
}

.clear{
	clear:both;
	line-height:0px;
	font-size:0px;
	height:0px;
}

.site{
	width:900px;
	margin:0 auto;
}

.site-wrapper {
    background-color: #8BC9CA;
    overflow: hidden;
    /*padding-bottom: 30px;*/
    width: 100%;
}
	

/* header */

.header{
	background-image:url(../images/new-header1.jpg);
	background-repeat:no-repeat;
	width:900px;
	height:300px;
	padding-top:120px;
}

.header_proj{
	background-image:url(../images/new-header1.jpg);
	background-repeat:no-repeat;
	width:900px;
	height:30px;
	padding-top:120px;
}

.header_architecture{
	background-image:url(../images/header_architecture.jpg);
	background-repeat:no-repeat;
	width:933px;
	height:34px;
	padding-top:120px;
	margin-bottom:20px;
}

.header_automotive{
	background-image:url(../images/header_automotive.jpg);
	background-repeat:no-repeat;
	width:933px;
	height:34px;
	padding-top:120px;
	margin-bottom:20px;
}

.header_aerospace{
	background-image:url(../images/header_aerospace.jpg);
	background-repeat:no-repeat;
	width:933px;
	height:34px;
	padding-top:120px;
	margin-bottom:20px;
}

.header_defence{
	background-image:url(../images/header_defence.jpg);
	background-repeat:no-repeat;
	width:933px;
	height:34px;
	padding-top:120px;
	margin-bottom:20px;
}

.header_design{
	background-image:url(../images/header_design.jpg);
	background-repeat:no-repeat;
	width:933px;
	height:34px;
	padding-top:120px;
	margin-bottom:20px;
}

.header_medical{
	background-image:url(../images/header_medical.jpg);
	background-repeat:no-repeat;
	width:933px;
	height:34px;
	padding-top:120px;
	margin-bottom:20px;
}

.home-link{
	width:900px;
	height:120px;
	position:relative;
	display:block;
	margin-top:-120px;
}

.home-icon{
	width:21px;
	height:18px;
	float:left;
	margin-top:12px;
	}

.project-link{
	width:89px;
	height:95px;
	float:right;
	position:relative;
}

#editable_link{
	}

.nav{
	/*padding-left:10px;*/
	padding-right:30px;
	width:100px;
	
}

.nav_item, .nav_item_black{
	display:block;
	float:left;
	/*margin-right:10px;*/
	margin-top:5px;
	width:240px;
	height: 30px;
	/*background-color: #79ACB4;*/
	background-image:url(../images/nav.jpg);
	background-repeat:no-repeat;
	position: relative;
}

.nav_item > .roll_pop_nav {
	position: absolute;
	top: -3px;
	left: 250px;
	display: none;
	background: url(../images/transparent.gif);
}

.nav_item > .roll_pop_nav > div {
	background: rgb(102, 102, 102);
	background: rgba(102, 102, 102, 0.9);
	display:inline-block;
	margin: 2px 0;
	width:auto;
	padding:0;
	border-left:10px solid #B3DAD9;
}

.nav_item:hover > .roll_pop_nav {
	visibility:visible !important;
	display: block;
}

.nav_item_login a {
	display:block;
	float:left;
	/*margin-right:10px;*/
	margin-top:5px;
	width:240px;
	height: 30px;
	/*background-color: #6B7E7E;*/
	background-image:url(../images/client-nav.jpg);
	background-repeat:no-repeat;
}

.nav_item_login a {
	color: #8BC9CA;
    display: block;
    font-family: "Helvetica Neue",Helvetica,sans-serif;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding-left: 40px;
    text-decoration: none;
    width: 240px;
}

.nav_item_login a:hover {
	color:#FFFFFF;
	}

.nav_item a {
    color: #FFFFFF;
    display: block;
    font-family: "Helvetica Neue",Helvetica,sans-serif;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding-left: 40px;
    text-decoration: none;
    width: 240px;
}

.nav_item_black a{
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size:14px;
	color:#333;
	text-decoration:none;
}

.nav_item a:hover{
	color:#333333;
}



.nav_item_black a:hover{
	color:#333333;
}

.nav .sep{
	/*width:1px;
	height:20px;
	margin-right:10px;
	bbackground-image:url(../images/sep.jpg);
	background-repeat:no-repeat;
	background-color:#333333;
	float:left;
	margin-top:3px;*/
}


.sub_nav {

	float:left;
	width:240px;
	min-height:250px;
	background-color:#EDEDED;
	margin-right:20px;
	margin-bottom:20px;
}

.sub_nav_item, .sub_nav_item_selected {
	margin-bottom:5px;
	margin-top:5px;
	background-image:url(../images/arrow.jpg);
	background-repeat:no-repeat;
	padding-left:20px;
}

.sub_nav_item a,
.sub_nav_item_selected a {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size:14px;
	color:#999999;
	text-decoration:none;
}

.sub_nav_item_selected a {
	color:#6DC6D3;
}

.sub_nav_item a:hover,
.sub_nav_item_selected a:hover {
	color:#6DC6D3;
}

.roll_sub_nav {
	z-index:100;
	position:relative;
}



/* footer */

.footer{
	width:900px;
	padding-top:20px;
	margin-top:20px;
	color:#000000;
	font-size:10px;
	height:60px;
	margin:auto;
	}
	

.footer-wrapper{
	margin-top:20px;
	width:100%;
	height:100%;
	text-align:center;
	background-color:#7A989A;
}

.footer-wrapper-one{
	width:100%;
	height:100%;
	text-align:center;
	background-color:#7A989A;
}

.footer a{
	color:#000000;
}

.flag{
	color:#000000;
	text-decoration:none;
	margin-right:10px;
	font-size:10px;
}

.left{
	float:left;
	margin-left:15px;
}

.right{
	float:right;
	margin-right:15px;
	text-align:left;
}

.english{
	background-image:url(../images/en.gif);
	background-repeat:no-repeat;
	padding-left:20px;
}

.french{
	background-image:url(../images/fr.gif);
	background-repeat:no-repeat;
	padding-left:20px;
}

.german{
	background-image:url(../images/de.gif);
	background-repeat:no-repeat;
	padding-left:20px;
}

/* home */

.home_project{
	width:615px;
	height:235px;
	padding-left:10px;
	background-image:url(../images/proj.jpg);
	background-repeat:no-repeat;
	float:right;
	margin-bottom:20px;
	box-shadow: 3px 3px 4px;
	margin-top: -240px;
}

.home_project_img{
	width:465px;
	height:215px;
}

.home_project_tit{
	width:140px;
	height:80px;
	margin-left:475px;
	margin-top:-205px;
}

#editable_tit {
	padding-top:40px;
	padding-left:8px;
}

	
#editable_tit p{
	color:#FFFFFF;
	font-size:16px;
}

#editable_tit a{
	color:#FFFFFF;
	text-decoration:none;
}

#editable_tit a:hover{
	text-decoration:underline;
}


.home_welcome{
	width:625px;
	height:360px;
	background-color:#FFFFFF;
	float:right;
}


.home_1{
	width:350px;
	height:190px;
	float:left;
}

.home_2{
	width:240px;
	height:194px;
	background-image:url(../images/services.jpg);
	float:left;
	margin-bottom:10px;
}

.home_3{
	width:275px;
	height:125px;
	float:left;
}

.line_news{
	border-bottom: thin dashed;
    height: 1px;
    margin-bottom: 10px;
    width: 90%;
}

.line{
	background-color:#CCCCCC;
    height: 1px;
    margin-bottom: 10px;
}




.welcome_copy{
	height:195px;
	letter-spacing:0px;
	overflow:hidden;
	padding: 10px 10px 0;
}

#editable_welcome a{
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	}
	
#editable_welcome p{
	font-size:13px;
	}
	
#editable_welcome a:hover{
	text-decoration:underline;
	}
	
.grey_home{
	height:30px;
	}
	
.industry_home{
	width:350px;
	height:125px;
	float:left;
	}

.testimonial{
	background-color:#B3DAD9;
	color:#000000;
	font-weight:bold;
	font-style:italic;
	height:156px;
	overflow:hidden;
	width:275px;
}

.home_ind_left{
	float:left;
	width:200px;
	padding-right:10px;
	height:120px;
	overflow:hidden;
}

#editable_industries p{
	color:#000000;
	font-weight:bold;
	padding-left:10px;
	}
	
.home_ind_right{
	float:right;
	width:100px;
	text-align:right;
	padding-top:10px;
	padding-right: 15px;
}

.home_ind_right a{
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

.home_ind_right a:hover {
	color:#8BC9CA;
	text-decoration:none;
}

.home_services{
	float:left;
	height:145px;
	overflow:hidden;
	width:220px;
	padding-top: 26px;
}


#editable_services{
	padding:10px;
	margin-top:40px;
	}
	
#editable_services a{
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	}
	
#editable_services a:hover{
	text-decoration:underline;
	}
	
#editable_services p{
	font-size:11px;
	padding-right:10px;
	}

.more{
	clear:both;
	float:right;
	background-image:url(../images/more.png);
	background-repeat:no-repeat;
	width:68px;
	height:22px;
	display:block;
	position:relative;
}

#editable_testimonial .more{
	margin-top:-12px;
	}


.view_project{
	clear:both;
	float:right;
	background-image:url(../images/view_project.gif);
	background-repeat:no-repeat;
	width:120px;
	height:22px;
	display:block;
}

.home_news {
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 15px;
}

.home_news a{
	text-decoration:none;
	color:#666666;
	font-style:italic;
}

.home_news b{
	text-decoration:none;
	color:#666666;
	font-style:normal;
	font-weight:bold;
}

.home_news a:hover{
	text-decoration:underline;
}

/* content */

.pad{
	padding:10px;
	}

.wrapper{
	width:900px;
	margin-top:30px;
}

.breadcrumbs{
	background-color:#4C5455;
	padding:12px;
	padding-top:14px;
	width:880px;
	margin-bottom:20px;
	height:20px;
}

.promo{
	float:left;
	width:240px;
	background-color:#EDEDED;
	margin-right:20px;
}

.content{
	float:right;
	width:640px;
	min-height:470px;
	background-color:#EDEDED;
	margin-bottom:30px;
}

.content_full{
	width:900px;
	min-height:470px;
	background-color:#EDEDED;
}

.in_this_section{
	background-image:url(../images/in_this_section.jpg);
	background-repeat:no-repeat;
	width:240px;
	height:42px;
}

.featured_project{
	background-image:url(../images/featured_project.jpg);
	background-repeat:no-repeat;
	width:240px;
	height:42px;
}

.featured_project_img{
	height:120px;
	overflow:hidden;
}

.ask{
	background-image:url(../images/ask.jpg);
	background-repeat:no-repeat;
	width:181px;
	height:162px;
	float:right;
}

.content_image{
	overflow:hidden;
	width:620px;
	height:180px;
	margin-bottom:20px;
}

.content_gallery{
	width:620px;
	min-height:20px;
	margin-bottom:20px;
}

.video{
	overflow:hidden;
	width:620px;
	margin-bottom:20px;
	min-height:300px
}

.content_copy{
	width:410px;
	min-height:180px;
	float:left;
}

.content_copy_full{
	width:600px;
	min-height:300px;
	margin-top:20px;
}

.user_profile{
	margin-top:20px;
}

.news_copy{
	width:410px;
	min-height:180px;
	float:left;
}

.news_copy b{
	color:#6DC6D3;
	font-weight:normal;
}

.table_header{
	background-color:#f1f1f1;
	padding:10px;
	font-weight:bold;
}
.image_gallery{
	float:left;
	width:600px;
	margin-top:20px;
	margin-left:35px;
	min-height:100px;
}

.gallery_image{
	width:150px;
	height:150px;
	overflow:hidden;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	border:1px #ccc solid;
	padding:2px;
}

.nr{
	margin-right:20px;
}

/* projects */

.project_image_1{
	float:left;
	margin-right:10px;
	width:295px;
	height:150px;
	overflow:hidden;
	background-repeat:no-repeat;
	margin-bottom:20px;
	border:5px #ffffff solid;
}

.project_image_2{
	float:left;
	width:295px;
	height:150px;
	overflow:hidden;
	background-repeat:no-repeat;
	margin-bottom:20px;
	border:5px #ffffff solid;
}

.project_copy{
	width:410px;
	min-height:180px;
	clear:both;
	float:left;
}

/* accordion */




#accordion{
	width:410px;
	float:left;
	margin-bottom:20px;
}

.accordion_title{
	display:block;
	padding:10px;
	background-color:#333333;
	text-decoration:none;
	color:#ffffff;
	font-weight:bold;
	border-bottom:1px #666666 solid;
	/*-moz-border-radius: 10px;
	-webkit-border-radius: 10px;*/
}


.accordion_content{
	background-color:#FFFFFF;
	padding:10px;
	border:1px #ccc solid;
	/*-moz-border-radius: 10px;
	-webkit-border-radius: 10px;*/
	margin-top:10px;
	margin-bottom:10px;
}
