/* 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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	background:none repeat scroll 0 0 transparent;
	border:0 none;
	font-size:100%;
	margin:0;
	outline:0 none;
	padding:0;
	vertical-align:baseline;
}

ol, ul {
	list-style:none outside none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:none;
}
:focus {
	outline:0 none;
}
ins {
	text-decoration:none;
}
del {
	text-decoration:line-through;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}

body {
	background-color: #f1f1f1;
    color: #666666;
    font-size: 13px;
    line-height: 21px;
    }
    
h1, h2, h3, h4, h5, h6, #header, #footer{
	font-family: ff-dagny-web-pro-1,ff-dagny-web-pro-2;
}

h1 {
	font-size: 17.8px;
	color: #000;
}

h2 {
	font-size: 14px;
}

a:link, a:visited {
color:#bb1a20;
text-decoration:none;
}

a:link:hover, a:visited:hover {
color:#ff0000;
text-decoration:none;
}

a:link:active, a:visited:active {
color:#ff0000;
text-decoration:none;
}

a img {
	text-decoration: none;
	border: none;
}

a img:hover {
	text-decoration: none;
	border: none;
}

.proj_descr p{
clear: both;
text-align: left;
margin: 10px 0 0 0;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
}

#header {
	width: 940px;
	padding: 0 20px 0 0;
}

#contact {
	text-align: right;
	font-size: 12px;
	padding: 10px 0 20px;
}

#contact h1 {
	display: inline;
}

#branding {
	width: 150px;
	float: left;
	margin: 0 0 0 37px;
}

#menu {
	width: 700px;
	float: right;
	text-align: right;
	margin: 52px 0 0 0;
}

#menu ul {
	text-align: right;
}

#menu ul li{
	display: block;
	float: right;
	margin: 0 0 0 30px;
	text-align: right;
	padding: 0 0 15px 0;
	font-size: 14px;
	font-weight: bold;
}

.menu_current {
	color: #ff0000;
	background: url(../img/active_link_bg.png) no-repeat scroll center bottom transparent;
}

.menu_current a{
	color: #ff0000;
}


#main {
	background-color: #fff;
	min-height: 400px;
}

#main_intro {
	margin: 0 20px 0 37px;
	padding: 35px 0 10px;
	width: 903px;
	border-bottom: 1px solid #faf9f9;
}

#main_intro_right {
	width: 640px;
	float:  right;
	
}

#main_intro_left {
	float: left;
	width: 198px;
	
}

#slogan {
	margin: 0 0 10px;
    padding: 0 0 0 263px; 
}

.main_unit {
	width: 903px;
	padding: 3px 0 30px;
	margin: 0 20px 0 37px;
	border-bottom: 1px solid #faf9f9;
}

.main_unit_noborder {
	width: 903px;
	padding: 3px 0 30px;
	margin: 0 20px 0 37px;
}

.main_unit_txt {
	width: 198px;
	float: left;
}

.main_unit_txt p {
	margin: 0 0 30px 0;
}

.main_unit_txt ul{
	list-style-type: square;
	margin: 0 0 30px 0;
}

.main_unit_slides, .page_text{
	width: 640px;
	float: right;
}

#footer {
	width: 903px;
	padding: 10px 10px 0 37px;
	margin: 0 0 20px 0;
}

#copy {
	width: 350px;
	float: left;
}

#footer_menu {
	width: 500px;
	float: right;
	text-align: right;
}

#footer_menu ul {
	text-align: right;
}

#footer_menu ul li{
	display: block;
	float: right;
	margin: 0 0 0 5px;
	text-align: right;
}

/* forms */

#form1_contact-en div, #form1_contact-fr div, #form1_contact-de div, #form1_logo-brief-en div {
 		margin: 0 0 10px;
}

#form1_contact-en label, #form1_contact-fr label, #form1_contact-de label, #form1_logo-brief-en label {
 	width: 150px;
 	float: left;
 	font-weight: bold;
}

#form1_logo-brief-en label {
	font-weight: normal;
}

#form1_name, #form1_email, #form1_proj-details, select {
	width: 470px;
	height: 20px;
}

#form1_message {
	width: 474px;
	height: 160px;
	
}


.form-field-legend {
padding: 0 0 0 150px;
}


/* slides */

/*
			Load CSS before JavaScript
		*/
		
		/*
			Slides container
			Important:
			Set the width of your slides container
			Set to display none, prevents content flash
		*/
		.slides_container {
			clear: both;
			width:640px;
			display:none;
		}

		/*
			Each slide
			Important:
			Set the width of your slides
			If height not specified height will be set by the slide content
			Set to display block
		*/
		.slides_container div.slide {
			width:640px;
			height:450px;
			display:block;
		}
		
		/*
			Set the size of your carousel items
		*/
		.item {
			float:left;
			width:640px;
			height:410px;
			background:#000;
		}
		
		/*
			Optional:
			Reset list default style
		*/
		.pagination {
			width: 600px;
			float: left;
			list-style:none;
			margin: 5px 0 20px;
			padding:0;
			font-size: 12px;
		}
		
		.pagination li{
			display: block;
			float: left;
			margin: 5px 5px 0 0;
		}
		
		.pagination li a{
			background-image: url("../img/pagination.png");
			background-position: 0 0;
			display: block;
			float: left;
			height: 0;
			overflow: hidden;
			padding-top: 12px;
			width: 12px;
		}
		
		.pagination li.current a {
		    background-position: 0 -12px;
		}
			

		/*
			Optional:
			Show the current slide in the pagination
		*/
		.pagination .current a {
			color:red;
		}
		
		.prev, .next {
			margin: 15px 10px 0 0;
			clear: right;
		}
		
		.caption {
			z-index:500;
			position:absolute;
			bottom:-70px;
			left:0;
			height:30px;
			padding:5px 20px 0 20px;
			width:640px;
			color:#878787;
			font-size: 12px;
		}

/* tools */

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}

.red {
	color: #e51f20;
}

.darkred {
	color:#bb1a20;
}

.light_gray {
	color: #c5c3c3;
}

.sans {
	
}

#splash_wrapper{
	width: 300px;
	margin: 150px auto 0 auto;
	text-align: center;
	background: #ffffff;
	padding: 20px;
	-moz-box-shadow: 0 0 2px #c6c6c6;
	-webkit-box-shadow: 0 0 2px #c6c6c6;
	box-shadow: 0 0 2px #c6c6c6;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}

#splash_logo {
	margin: 0 0 30px 0;
}

#splash_wrapper h1 {
	font-size:31px;
}

#splash_wrapper h2 {
    font-size: 18.7px;
    margin: 5px;
    color: #d1d1d1;
}

