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;
	font-family: Courier New,Tahoma, Geneva, sans-serif;
	font-size:62.5%
}
ol, ul {
	list-style: square;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	text-decoration:none;
	color:#999;
}
a:hover{
	color:#46a318;
}
strong {
	  font-weight: bold;
}
/***********************************************/
div#container{
	width:100%;
}
#header{
	width:960px;
	overflow:hidden;
	margin:10px 0 20px 0;
}
h1{
	float:left;
	width:250px;
	height:112px;
	background:url('logo.gif') no-repeat;
	text-indent:-1000px;
}
#lang-bar{
	position:absolute;
	right:15px;
	text-transform:uppercase;
}
#lang-bar a{
	color:#000;
}
#lang-bar a.active{
	background: #ccc;
}
#menu{
	font-family: Courier New;
	float:right;
	margin:93px 0 0 0;
	font-size:1.2em;	
	list-style: none;
}
#menu li{
	float:left;
	text-transform:uppercase;
}
#menu li a{
	display:block;
	margin:0 10px;
	color:#999;
	padding:1px;
}
#menu li a:hover, #menu li a.active{
	color:#000;
	background:#999;
}

#content{
	overflow: hidden;
}
#content .b_txt{
	width:350px;
	color:#fff;
	padding:10px;
	min-height:325px;
	height:auto !important;
	height:325px;
	font-size:1.2em;
	line-height:1.8em;
	float:left;
}
#content .b_txt p{
	padding-bottom:10px;
}

#content .b_txt ul{
	margin-left:10px;
}

#content img.struct{
	float:left;
}
#footer{
	padding:10px;
	color:#666;
	font-size:1.1em;
}
#footer a{
	color:#333;
}
#footer a:hover{
	color:#666;
}


#body .reference ul{
	width:400px;
	float:left;
}
#body .reference{
	width:100%;
	overflow: hidden;
}

.certification{
	margin-top:15px;
}
.certification td{
	padding:5px;
}
.certification td img{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
}


/* BG */
.bg-home{
	background:#444 url('img/bg/bg-home.jpg') no-repeat 370px 0;
}
.bg-dcinema{
	background:#444 url('img/bg/bg-dcinema.jpg') no-repeat 370px 0;
}
.bg-audio{
	background:#444 url('img/bg/bg-audio.jpg') no-repeat 370px 0;
}
.bg-event{
	background:#444 url('img/bg/bg-event.jpg') no-repeat 370px 0;
}
.bg-training{
	background:#444 url('img/bg/bg-training.jpg') no-repeat 370px 0;
}
.bg-contact{
	background:#444 url('img/bg/bg-contact.jpg') no-repeat 370px 0;
}
.bg-reference, .bg-certification{
	background:#444;
}