@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	border: 0;
}

html {}

body {
	font: 80% Arial, Verdana, sans-serif;
	text-align: center;
	background: url(../images/bg-site2k11.jpg);
}

#container {
	width: 1015px;
	text-align: left;
	margin: 0 auto;
	position: relative;
	background: #FFF;
	padding-bottom: 40px;
	-moz-box-shadow: 0 0 6px 6px rgba(200, 200, 200, 0.2);
	-webkit-box-shadow: 0 0 6px 6px rgba(200, 200, 200, 0.2);
	box-shadow: 0 0 6px 6px rgba(200, 200, 200, 0.2);
}

#header {
	width: 1015px;
	height: 163px;
	background: url(../images/header.png) repeat-x;
	position:relative;
}

#addresse {
	position:absolute;
	bottom: 30px;
	left: 80px;
	font-size:7pt;
	color:#7F8F9A;
}

#addresse a {
	color:#7F8F9A;
}

h1 {
	width: 79px;
	height: 50px; 
	background: url(../images/h1.png) no-repeat 0 0;
	text-indent: -9000px;
	position: relative;
	top: 50px;
	left: 80px;
}

h2.award {
	margin: 10px 0;
	overflow: hidden; 
	width: 396px;
	height: 271px;
	position: relative;
	padding: 0px;
}

h2.team {
	margin: 10px 0;
	overflow: hidden; 
	width: 396px;
	height: 271px;
	position: relative;
	padding: 0px;
}

h2.testimonial {
	margin: 10px 0;
	overflow: hidden; 
	width: 372px;
	min-height: 271px;
	position: relative;
	padding: 0px 12px;
	
	/*background: #009ACC;*/
	background: #111111;
	color: white;
	font-size: 80%;
}

a {
	color: #27659e;
	text-decoration: none;
}

#content {
	width: 396px;
	margin-left: 474px;
	
	font-size: 10pt;
	line-height: 1.4em;
	color: #5C6F7B;
}

#more {
	font-size: 86%;
}

p {
	margin: 1em 0;
}

span#sub-brand {
	display: block;
	width: 194px;
	height: 10px; 
	background: url(../images/body.png) no-repeat;
	text-indent: -9000px;

	position: relative;
	top: 62px;
	left: 80px;
}

#section-body {
	float: left;
	width: 320px;
}

#section-nav {
	float: right;
	width:70px;
	margin-top: 20px;
}

#previous {
	float: left;
	width: 26px;
	height: 26px;
	
	background: url(../images/prev.jpg) no-repeat;
	margin-right: 15px;
}

#next {
	width: 26px;
	height: 26px;
	float: right;
	background: url(../images/next.jpg) no-repeat;
}


/*****************
*** MENU STYLE ***
******************/

#main-nav {
	width: 358px;
	height: 25px;
	margin-left: 293px;
	position: absolute;
	bottom: 0px;
	border-right:1px solid #7F8F9A;
}

#main-nav li {
	display: inline;
	list-style-type: none;
}

#main-nav li a:hover {
	
}	

#main-nav li a {
	color: #FFFFFF;
	float: left;
	font-size: 90%;
	font-weight: bold;
	padding: 5px 0;
	padding-left: 7px;
	text-decoration: none;
	text-transform: uppercase;
	border-left:1px solid #7F8F9A;
	width: 171px;
}

#main-nav li a.current {
	background: url(../images/current-menu.png) repeat-x;
}
	

ul#sub-nav {
	position: absolute;
	left: 300px;
	top: 250px;
	width: 150px;
}

ul#sub-nav li {
	margin-top: 15px;
	list-style-type: none;
}

ul#sub-nav li a {
	text-decoration: none;
	text-transform: uppercase;		
	font-size: 86%;
	color: #5C6F7B;
	font-weight:normal;
}

ul#sub-nav li a.current {
	color: #e51837;
}


ul#sup-nav {
	margin-bottom: 10px;
	position: absolute;
	left: 610px;
	top: 115px;
}

ul#sup-nav li {
	display: inline;
	list-style-type: none;
	padding: 0 10px;

}

ul#sup-nav li a {
	text-decoration: none;	
	font-size: 90%;
	color: #fff;
}

a#rololight {
display: block;
   position: relative;
   top: 40px;
   left: 314px;
clear:both;
}


/**********************
	BOTTOM SHOWCASE
	7 * 145px = 1015px
***********************/

ul#showcase
{
	list-style-type: none;
	color: #FFFFFF;
	height: 158px;
	clear:both;
	padding: 45px 0 15px 0;
}

ul#showcase li {
	display: block;
	float: left;
	height: 158px;
	width: 144px;
	border-right: 1px solid white;
}



/**********************
	IMAGE EFFECT
***********************/
#img-wrapper {
	margin: 10px 0;
	overflow: hidden; 
	width: 396px;
	height: 271px;
	position: relative;
	padding: 0px;
}
 
#img-inner {
	width: 526px;
	height: 271px;
	position: relative;
}
