@import url(reset.css);
/* ONEPIXEL.CH -- www.azck.ch -- CSS 2 Document -- JUNE 2007 - update MARCH 09 */
@media screen, print {
.headerPrint{
display:none;
}
p {
	margin:0;
	padding:0 0 10px 0;
}
A {
	text-decoration:none;
	/*color:#B1B2B4;*/
	color:#B00057;
}
a:hover {
	background:#B00057;
	color:#FFF;
}
img {
	border:none;
}
form {
	margin:0;
	padding:0;
}
input {
	font-size:11px;
	padding:3px 0 5px 10px;
	margin:0;
}
html, body{
    height: 100%;
}
body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size:12px;
	margin: 0;
	padding: 0;
	/*color:#7F9198;*/
	color:#6C7E86;
}
body.main {
}
#container {
	position:relative;
	width: 731px;
	min-height:100%;
    height: auto !important;
    height: 100%;
	margin: 0 auto -55px; /* the bottom margin is the negative value of the footer's height */
	padding:0 30px;
	text-align:left;
	background:url(images/azck_body_bkg.jpg) repeat-y top left;
}
.push {
	height: 55px; /* .push must be the same height as .footer */
}
#footer{
	position:relative;
	width:729px;
	height:35px;
	margin:0 auto;
	padding-top:20px;
	text-align:center;
	border-top:1px solid #EBEBEB;
}
#footer p{
	margin:0 25px;
	font-size:10px;
}
/* == HACK IE6 == 
* html #container{
    height: 100%;
}
*/
/* ============== */

h1 {
	display:none;
}
h2 {
	font-size:18px;
	font-weight:bold;
	color:#B00057;
	padding-bottom:5px;
}
h3 {
	font-size:12px;
	margin:0;
	padding:0 0 5px 0;
	color:#B00057;
}
h4 {
	font-size:12px;
	font-weight:normal;
	color:#B00057;
	margin:0;
	padding:0;
}
h5 {
float:left;
	font-size:12px;
	color:#B00057;
	margin:0;
	padding:0 3px 0 0;
}
h6 {
	/*font-weight:normal;*/
	font-size:12px;
	color:#B00057;
	margin:0;
}
blockquote{
margin:0 45px;
}
.magenta, .linkbox{
color:#B00057;
}
.magentabold{
font-weight:bold;
color:#B00057;
}
.jwplayerr {
	margin:0;
}
/*----header-----*/

#header {
	margin:0 0 0 1px;
	height:185px;
	background:url(images/banner_logo.gif) no-repeat top left #FFF;
}
#header #contact{
font-size:10px;
padding: 120px 0 0 100px;
}
/*----menu-----*/

#nav {
	/*
height:50px;
*/
	z-index:99;
	position:relative;
}

#menu {
	position:relative;
	margin:10px 0 50px 25px;
	padding:0;
	list-style:none;
	z-index:99;
}
/* == HACK IE6 == */
#menu {
	height:1px;
	* html margin:10px 0 0 25px;	
}

#menu li.toplevel {
	display:block;
	float:left;
	height:20px;
	background:url(images/nav_underscore.gif) no-repeat bottom right;
	margin:0 3px 0 0;
}
#menu li#nav8.toplevel {
	display:block;
	float:left;
	height:20px;
	background:none;
	margin:0 3px 0 0;
}
#menu .last {
	background:none;
}
#menu li a {
	display:block;
	height:20px;
}
#menu #nav1 {
	width:82px;
}
#menu #nav3 {
	width:165px;
}
#menu #nav7 {
	width:149px;
}
#menu #nav8 {
	width:165px;
}
#menu #nav9 {
	width:128px;
}
#menu #nav1 a {
	background:url(images/nav_home.gif) no-repeat top left;
}
#menu #nav1 a:hover, #menu #nav1 a.active {
	background:url(images/nav_home.gif) no-repeat bottom left;
}
#menu #nav3 a {
	background:url(images/nav_solutions.gif) no-repeat top left;
}
#menu #nav3 a:hover, #menu #nav3 a.active {
	background:url(images/nav_solutions.gif) no-repeat bottom left;
}
#menu #nav7 a {
	background:url(images/nav_approach.gif) no-repeat top left;
}
#menu #nav7 a:hover, #menu #nav7 a.active {
	background:url(images/nav_approach.gif) no-repeat bottom left;
}
#menu #nav8 a {
	background:url(images/nav_resources.gif) no-repeat top left;
}
#menu #nav8 a:hover, #menu #nav8 a.active {
	background:url(images/nav_resources.gif) no-repeat bottom left;
}
#menu #nav9 a {
	background:url(images/nav_clients.gif) no-repeat top left;
}
#menu #nav9 a:hover, #menu #nav9 a.active {
	background:url(images/nav_clients.gif) no-repeat bottom left;
}
/* toplevel new */
#menu li.toplevel{
	display:block;
	position:relative;
	text-indent:-9999px;
}
/* submenu new */
#nav1 li a, #nav2 li a, #nav3 li a, #nav4 li a, #nav5 li a, #nav6 li a, #nav7 li a, #nav8 li a, #nav9 li a{
	background:#FFF !important;
	width:auto !important;
}
#menu li.toplevel li{
	text-indent:0;
	position:relative;
	z-index:99;
}
#menu li.toplevel ul{
	display: none;
	position:absolute;
	width:150px;
	left:0;
	top:0;
	margin:0;
	padding:20px 0 0 0;
	background:none;
	z-index:100;
}
#menu #nav9 li.toplevel ul:hover{
	background:url(images/nav_clients.gif) no-repeat bottom left;
}
#menu li.toplevel ul li a, #menu li.toplevel ul li a:link{	
display:block;
padding:5px 5px 5px 15px;
margin:0;
color:#6C7E86;
border:1px solid #CCC;
border-top:none;
}
#menu li.toplevel ul li.first{
border-top:1px solid #CCC;
}
#menu li.toplevel ul li.last{

}
#menu li.toplevel ul, #menu li.toplevel span{

cursor:pointer;

}
#menu li.toplevel ul li a:hover, #menu li.toplevel ul li.active a{
background:#F5F5F5 !important;
color:#B00057;
}		

/*----content-----*/
.clear {
	clear:both;
}
#content_1, #content_2, #content_3, #content_4, #content_5, #content_6, #content_7, #content_8, #content_9, #content_10, #content_11, #content_12, #content_13, #content_14, #content_21, #content_22, #content_23, #content_24, #content_25 {
	margin:20px 0 0 0;
	padding:0 25px;
	position:relative;
	z-index:1;
}
#content_4{ /* PROJECT_MANAGEMENT */
background:url(images/dessin_bkg_02.gif) no-repeat 100px 7px;
}
#content_5{ /* CHANGE_MANAGEMENT */
background:url(images/dessin_bkg_03.gif) no-repeat 280px 260px;
}
#content_6{ /* TEAM_BUILDING */
background:url(images/dessin_bkg_04.gif) no-repeat 20px 260px;
}
#content_7{ /* APPROACH */
position:relative;
background:url(images/dessin_bkg_05.gif) no-repeat 330px 140px;
}
#content ul {
	clear:both;
	list-style:none;
	margin:0;
	padding:0;
}
#content li {
	background:url(images/bullet01.gif) no-repeat 0 6px;
	padding: 0 0 0 7px;
}
#scroll {
margin:20px 0 30px 0;
padding:0;
}
#content_1 #scroll{ /* HOME */
	margin:10px 0 80px 0;
}
#content_7 span.approach{ /* APPROACH */
	position:absolute;
	top:60px;
}
#content_7 #scroll{ /* APPROACH */
	width:50%;
	margin:50px 0 80px 0;
}
#content_8 #scroll{ /* RESSOURCES */
	margin:0 0 80px 0;
}
/*----- challenges / solutions -----*/
.challenge_solution {
	margin:10px 0 0 0;
	clear:both;
}
.challenge_title{
height:20px;
background:url(images/bkg_line_dotted.gif) repeat-x bottom left;
margin:15px 0 0 0;
}
.challenge_title h6 {
	float:left;
	width:330px;
	margin:0;
	padding:0;
}
.challenge_solution div {
	float:left;
	width:260px;
	background:url(images/challenge_arrow.gif) no-repeat top right;
	padding:0 55px 0 0;
	margin:10px 0 0 0;
}
.challenge_solution div.solution {
	width:290px;
	padding:0 0 0 15px;
	background:none;
}
.challenge_solution p {
	padding:0;
}


}
@media print {
body{
	font-size:11px;
}
h1 {
	display:block;
	font-size:18px;
}
.headerPrint{
display:block;
}
#nav, #contact{
display:none;
}
#container{
width:630px;
}
/*----- challenges / solutions -----*/
.challenge_solution {
	margin:10px 0 0 0;
	/*text-align:justify;*/
	clear:both;
}
.challenge_title{
height:20px;
margin:30px 0 0 0;
border-bottom:1px solid #B00057;
}
.challenge_title h6 {
	float:left;
	width:290px;
	margin:0;
	padding:0;
}
.challenge_solution div {
	float:left;
	width:250px;
	background:url(images/challenge_arrow.gif) no-repeat top right;
	padding:0 30px 0 0;
	margin:10px 0 0 0;
}
.challenge_solution div.solution {
	width:290px;
	padding:0 0 30px 10px;
	background:none;
}
.challenge_solution p {
	padding:0;
}
/*---------------------------*/
/*
#content_1, #content_2, #content_3, #content_4, #content_5, #content_6, #content_7, #content_8, #content_9, #content_10, #content_11, #content_12, #content_13, #content_14 {
	height:350px;
	min-height:350px;
	overflow:auto;
	margin:0;
	padding:0 20px;
}*/
}
