/* GENERAL */

body {
	background: url('../images/home-bg.jpg') repeat-x;
	background-position: top left;
}

/* START */

/* whatnew */

#home {
	text-align: center;
	width: 100%;
}

#home #whatsnew {
	width: 900px;
	height: 480px;
	margin: auto;
	margin-bottom: 50px;
	background: url('../images/home-bg.jpg') repeat-x;
	background-position: top left;
}

* html #home #whatsnew { margin-bottom: 25px; }

#home #whatsnew #menubar {
	text-align: left;
	width: 900px;
	height: 129px;
}

#home #whatsnew #menubar #logo {
	float: left;
}

#home #whatsnew #menubar #menu {
	margin: 0;
	width: 449px;
	height: 80px;
	margin-left: 55px;
	float: right;
}

#home #whatsnew #menubar #menu .item {
	float: left;
	height: 74px;
}

/* showcase */

#home #whatsnew #showcase {
	text-align: left;
	margin: auto;
	width: 900px;
	height: 351px;
	color: white;
	overflow: hidden;
    background: transparent !important;
}

#home #whatsnew #showcase .info {
	float: left;
	width: 340px;
	padding-left: 25px;
	padding-right: 25px;
}

#home #whatsnew #showcase .info a {
	text-decoration: underline;
}

#home #whatsnew #showcase .info .title {
	margin-bottom: 5px;
}

#home #whatsnew #showcase .info .subtitle {
	margin-bottom: 5px;	
}


#home #whatsnew #showcase .picture {
	float: left;
}

#home #whatsnew #showcase a {
	color: white;
}

#home #whatsnew #showcase a:hover {
	color: #e2007a;
}

/* showcase - navigation */

#home #whatsnew #scnavigation {
	position: relative;
	top: -55px;
	left: 0px;
	text-align: left;
	margin: 0;
	padding: 0;  
	z-index: 15;
}

#home #whatsnew #scnavigation a {
	background: url('../images/showcase-off.gif') no-repeat;
	text-decoration: none;
	width: 30px;
	height: 30px;
	float: left;
	position: relative;
}

#home #whatsnew #scnavigation a.activeSlide {
	background: url('../images/showcase-on.gif');
	text-decoration: none;
	position: relative;

}

#home #whatsnew #scnavigation a:focus {
	outline: none;
	text-decoration: none;

}

/* whoweare */

#home #whoweare {
	margin: auto;
	width: 900px;	
}

#home #whoweare .panel {
	width: 447px;
	height: 447px;
	background: url('../images/whoweare-bg.gif');
	float: left;
}

#home #whoweare .spacer {
	margin-right: 6px;	
}

#home #whoweare .panel .content {
	text-align: left;
	padding: 20px 25px 25px 25px;
	color: white;
	overflow: hidden;
}


#home #whoweare .panel .content #clients {
	margin-top: 35px;
	width: 390px;
	height: 150px;
}

/* footer */

#home #footer {
	margin: auto;
	width: 900px;	
}

#home #footer .panel {
	width: 447px;
	height: 200px;
	background: url('../images/whoweare-reflection.gif');
	float: left;

}

#home #footer .spacer {
	margin-right: 6px;	
}

#home #footer #contact {
	text-align: left;
	margin: 45px 0 0 0;
	color: black;
	padding-left: 25px;
        width: 200px;
        float: left;
        height: 130px;
}

#home #footer #navigation {	
	margin: 25px 0 0 0;
	color: black;
        width: 670px;
        float: left;
}

#home #footer #navigation #links {
	float: left;
	padding-top: 65px;
}

#home #footer #navigation #language {
	float: left;
        padding-left: 15px;
}

#home #footer .switch_language {
    border: 1px #e49cc2 dotted;
    /* background: #fafafa; */
    display: inline;
    padding: 6px 10px 6px 10px;
}


/* Christmas */

.christmas { z-index: 20; }


