/*
@author: Mr. Jean at www.mrjean.net
@location: Wax Interactive at www.wax.be
@date: 15.05.2008
*/

/* ----------(  GENERAL  )---------------- */

	* {
		padding:0;
		margin:0;
	}
	a{
		outline:none;
	}
	body {
		font-size:11px;
		font-weight:normal;
		font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
		color:#585858;
		background-color:#ffcd00;
	}

/* -------------- ( HIDDEN CONTACT FORM ) ------ */
div#hiddenContactForm
{
	text-align: center;
	padding-left: 200px;
}
	
/* -------(  FORCE SCROLLBAR IN FX/SF  )------- */

	html { 
		min-height: 100%; 
		margin-bottom: 1px;
	}

/* ----------(  MAIN LAYOUT  )---------------- */

#wrapper {
	margin: 0 auto;
	width: 1200px;
	background:url(../images/layout/repeater.jpg) left top repeat-y;
}

#wrapper #left {
	width:438px;
	float:left;
}

#wrapper #left h1 {
	display:none;
}

#wrapper #right {
	width:762px;
	float:left;
}


/* ---------( HIDDEN CONTACT FORM )-------- */

#hiddenContactForm {
	margin-left:-200px;
	position:relative;
	background-color:#DFB200;
	border-bottom: 4px solid #D5D5D5;
}

/* ------------( RIGHT LAYOUT )------------ */

#right #menu {
	padding-top: 31px;
	list-style:none;
	background-color:#ffcd00;
	height:30px;
}

#right #menu li {
	float:left;
}

#right #menu li a {
	padding: 0 10px;
	line-height:30px;
	text-decoration:none;
	color:#000;
	height:30px;
	display:block;
	float:left;
}

#right #menu li a.active {
	background-color:#fff;
}

#right #menu li a:hover {
	background-color:#fff;
}

#right #content_wrapper {
	background: #fff url(../images/layout/corner_top_right.jpg) top right no-repeat;
	float:left;
}

#content_wrapper #breadcrumb {
	margin: 40px 0;
	color:#000;
	width:762px;
	float:left;
}

#content_wrapper a,
#content_wrapper #breadcrumb a {
	color:#000;
}

/* content left */

#content_wrapper #content_left {
	padding: 0 2px;
	width:456px;
	float:left;
}

#content_left ul {
	margin-left:20px;
	list-style:disc;
}


#content_wrapper #content_left h2,
#content_wrapper #content_left h3 {
	padding-bottom:35px;
	font-size: 18px;
	color:#000;
}

#content_wrapper #content_left p {
	padding-bottom:10px;
	word-spacing:2px;
}

/* CSS code for a button as on the homepage */

#content_wrapper .btn_wrapper {
	margin-bottom:5px;
	height:26px;
	clear:both;
}
#content_wrapper .btn_wrapper .left {
	background:url(../images/layout/btn_left.jpg) left top no-repeat;
	height:26px;
	width:5px;
	float:left;
}
#content_wrapper .btn_wrapper .middle {
	background:url(../images/layout/btn_repeat.jpg) left top repeat;;
	height:26px;
	float:left;
}
#content_wrapper .btn_wrapper .middle span {
	padding: 0 5px;
	line-height:26px;
	font-weight:bold;
}
#content_wrapper .btn_wrapper .right {
	background:url(../images/layout/btn_right.jpg) right top no-repeat;
	height:26px;
	width:5px;
	float:left;
}

#contact_wrapper #content_left .contact_info {
	line-height:16px;
}

/* content right */

#content_wrapper #content_right {
	margin-left: 10px;
	width:220px;
	float:left;
}

#content_wrapper #content_right #lang {
	margin:10px 0;
	list-style:none;
	height:15px;
}

#content_right #lang li {
	list-style:none;
	float:left;
}

#content_right #lang li a {
	margin:0 1px;
	padding:4px 2px;
	display:block;
	text-decoration:none;
	width:14px;
	text-align:center;
	color:#fff;
	background-color:#FFCD00;
	float:left;
}

#content_right #quotes {
	padding: 10px;
	background-color:#d5d5d5;
}

#content_right #quotes .speaker {
	margin-top: 15px;
	font-weight:bold;
	color:#585858;
	display:block;
}

#content_right #flash_right {
	margin-top: 15px;
}


#content_right #flash_right h3 {
	padding-left: 10px;
	color:#000;
	background: #ffcd00 url(../images/layout/corner_top-news.jpg) right top no-repeat;
	height: 34px;
	line-height:34px;
}

#content_right #news,
#content_right #newsletter
{
	margin-top: 15px;
	margin-bottom:15px;
	background-color:#d0d0d0;
}

#news h3,
#newsletter h3
 {
	padding-left: 10px;
	color:#000;
	background: #ffcd00 url(../images/layout/corner_top-news.jpg) right top no-repeat;
	height: 34px;
	line-height:34px;
}

#newsletter
{
	padding-bottom: 5px;
}

#newsletter input
{
	margin-left: 5px;
	display: block;
}

#news .item {
	padding: 10px 5px;
	border-bottom: 1px solid #9b9b9b;
}

#news .item img {
	margin: 0 10px 10px 0;
	border:1px solid #fff;
	max-width:55px;
	_width:55px;
	float:left;
}

#news .item .content_news span,
#news .item .content_news h4,
#news .item .content_news h4 a {
	color:#000;
	font-size:11px;
	font-weight:bold;
}

#news .item .content_news p {
	margin-top:5px;
}

#news .item .content_news p a {
	color:#000;
}

/* footer */

#wrapper #footer {
	padding-bottom:20px;
	height:20px;
	text-indent:-9999px;
	background-color:#FFCD00;
	clear:both;
}
