@charset "UTF-8";
* {margin:0; padding:0; border:0; font-family:Helvetica, Arial, sans-serif;list-style:none;outline:none;}

html{ overflow-y:scroll; }

body {
	background-color: #FFF;
	background-image: url(img/body_bg.gif);
	background-repeat: repeat-x;
}
#main-container {
	width:970px;
	margin:0 auto;
}
a {
	text-decoration:none;
	
}
h1 a {
	color:#434462;
	font-size:14px;
	font-weight:bold;
	margin:0 0 0 10px;
	float:left;
	letter-spacing:6px;
	display:block;
	text-transform:uppercase;
}
.orange {
	color:#cd674d;
}
#header {
	width:970px;
	height:68px;
	padding:51px 0 17px 0;
}
#menu {
	width:240px;
	float:right;
	margin:0 0 0 0;
}
#menu li {
	width:70px;
	margin:0 10px 0 0;
	float:left;
}
#menu li a {
	color:#cd674d;
	font-size:13px;
	display:block;
	letter-spacing:1px;
}
#menu li a:hover {
	color:#434462;
}
#menu li ul {
	margin:5px 0 0 0;
	padding:5px 0 0 0;
	width:240px;
	float:left;
	display:none;
	background: url(img/bg_undermenu.gif) no-repeat;
}
#menu li ul.display li a.active {
	color:#cd674d;
}
#menu li ul li {
	width:30px;
	margin:0 10px 0 0;
	text-align:center;
}
#menu li ul li a {
	display:block;
	padding:4px 0;
	color:#777;
	font-size:11px;
	font-weight:normal;
}
#menu li.level:hover ul {
	display:inline;
}
#menu li ul li a:hover {
	color:#cd674d;
}
#menu li ul li a:active {
	color:#cd674d;
}
#content #home {
	margin:0 0 41px 95px;
}
#work img {
	margin:0;
}

/*INFOS*/
#content p.basic-infos {
	font-size:13px;
	color:#434462;
	margin:0 0 17px 95px;
}
#content p.basic-infos a {
	color:#434462;

}
#content p.basic-infos a:hover {
	color:#cd674d;

}
#content p.basic-infos-orange {
	font-size:13px;
	color:#cd674d;
	margin:0 0 68px 95px;
}
h2 {
	font-size:13px;
	font-weight:normal;
	color:#434462;
	margin:0 0 17px 95px;
	letter-spacing:1px;
}
table {
	margin:0 0 68px 95px;
	width:866px;
}

.column0 {
	color:#cd674d;
	width:230px;
	line-height:28px;
}
.column1 {
	color:#cd674d;
	width:230px;
	line-height:28px;
	background:url(img/bg_td.gif) repeat-x center;
}
.column2 {
	padding:0 0 0 3px;
}
.white {
	background-color:#FFF;
	padding:0 5px 0 0;
}
td {
	font-size:13px;
	color:#777;
}
td a {
	color:#777;
}
td a:hover {
	color:#434462;
}
#contact {
	width:625px;
	margin:0 0 78px 95px;
}
.text {
	width:603px;
	font-size:13px;
	color:#777;
	padding:10px;
	margin:0 0 10px 0;
	background:#ddd;
}
.textarea {
	width:603px;
	font-size:13px;
	color:#777;
	padding:10px;
	margin:0 0 17px 0;
	background:#ddd;
	height:253px;
}
.submit {
	width:147px;
	font-size:13px;
	color:#fff;
	padding:10.5px 10px;
	background:#434462;
	cursor:pointer;
	float:right;
}
.submit:hover {
	background:#cd674d;
}
#footer {
	color:#999;
	font-size:12px;
	clear:both;
	width:950px;
	margin:0 auto 34px auto;
	padding:0 0 34px 0;
}
#footer a {
	color:#434462;
}
#footer a:hover {
	color:#cd674d;
}
#footer span.left {
	float:left;
	width:230px;
	margin:0 10px 0 0;
}
#footer span.midlle {
	float:right;
	width:230px;
	margin:0;
	text-align:right;
}
#footer span.right {
	float:right;
	width:230px;
	margin:0 0 0 10px;
	text-align:left;
}
