/* CSS Document */

/* general styles */

html, body{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #000;
}

a img{
	border: none;
}

a.more{
	margin-left: 3px;
}

/* layout styles */

#container{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	margin-top: 30px;
}

#header{
	float: left;
	width: 800px;
}

#main{
	float: left;
	width: 800px;
	padding-top: 30px;
}

#content_left{
	width: 400px;
	float: left;
	margin-right: 10px;
}

#content_bottom{
	width: 400px;
	float: left;
	margin-top: 30px;
	color: #666;
}

#content_right{
	width: 390px;
	float: left;
}

#footer{
	float: left;
	width: 800px;
	margin-top: 40px;
}

/* header */

#header .logo{
	float: left;
}

#header .nav_tr{
	float: right;
}

/* content */

#main h1{
	font-size: 18px;
	color: #000;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

#main p.intro{
	font-size: 16px;
	color: #989898;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
	margin-bottom: 35px;
}

#project_detail p.intro{
	margin-bottom: 20px;
}

#main p.intro a.more{
	color: #989898;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}

#main p.intro a.more:hover{
	color: #000;
}

#main p.less a{
	color: #000;
	text-decoration: none;
	font-weight: bold;
	margin-left: 5px;
}

#main p.less img{
	margin-top: 2px;
	float: left;
}

#content_right p.hillewaere{
	color: #666;
	font-size: 10px;
}

#content_right p.hillewaere img{
	float: left;
	margin-right: 10px;
}

/* home page */

#main div.projects{
	float: left;
	width: 804px;
}

#main div.project{
	float: left;
	width: 184px;
	margin-right: 20px;
	display: inline;
}

#main div.project h3{
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 2px;
}

#main div.project h3 a{
	text-decoration: none;
	color: #000;
}

#main div.project p{
	margin: 0px;
	padding: 0px;
}

#main div.project.last{
	margin-right: 0px !important;
}

/* partner page */

#main div.partners{
	float: left;
	/*margin-top: 55px;*/
	padding-bottom: 65px;
}

#main div.partner{
	float: left;
	width: 800px;
	margin-bottom: 30px;
}

#main div.partner img{
	float: left;
}

#main div.partner img{
	float: left;
	border: 1px solid #ccc;
	margin-right: 35px;
}

#main div.partner h2{
	float: left;
	margin: 0px;
	padding: 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-size: 18px;
	font-weight: normal;
}

#main div.partner a.link{
	float: left;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #7e7e7e;
	font-size: 18px;
	text-decoration: none;
	margin-left: 10px;
}

#main div.partner a.link:hover{
	color: #000;
}

#main div.partner img.more{
	float: left;
	border: none;
	margin-top: 6px;
	margin-left: 5px;
}

#main div.partner p{
	float: left;
	width: 565px;
	margin: 0px;
	padding: 0px;
	margin-top: 15px;
}

/* project overview page */

#main div.project_overview{
	float: left;
	width: 390px;
	margin-right: 10px;
	margin-bottom: 15px;
}

#main div.project_overview img{
	float: left;
	margin-right: 20px;
}

#main div.project_overview h3{
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	float: left;
}

#main div.project_overview h3 a{
	text-decoration: none;
	color: #000;
}

#main div.project_overview p{
	margin: 0px;
	padding: 0px;
	width: 175px;
	float: left;
}

#main div.project_overview p img{
	float: none;
	margin-left: 4px;
}

/* project detail */

#horizontal_carousel{
	float: left;
	width: 800px;
	height: 226px;
	margin-top: 25px;
}

#horizontal_carousel .previous_button{
	float: left;
	margin-right: 1px;
	cursor: pointer;
	background-image:url(../img/btn_prev.gif);
	background-repeat: no-repeat;
	height: 226px;
	width: 29px;
}

#horizontal_carousel .previous_button_disabled {
	background-image:url(../img/btn_prev_disabled.gif);
	cursor: default;
}

#horizontal_carousel .next_button{
	float: left;
	cursor: pointer;
	background-image:url(../img/btn_next.gif);
	background-repeat: no-repeat;
	height: 226px;
	width: 29px;
}

#horizontal_carousel .next_button_disabled {
	background-image:url(../img/btn_next_disabled.gif);
	cursor: default;
}

#horizontal_carousel .container{
	float: left;
	width: 740px;
	overflow: hidden;
	position: relative;
}

#horizontal_carousel ul{
	height: 226px;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	width: 10000px;
	position: relative;
  	top: 0;
  	left: 0;
}

#horizontal_carousel ul li{
	float: left;
	width: 369px;
	height: 226px;
	margin: 0px;
	padding: 0px;
	margin-right: 1px !important;
	overflow: hidden;
}


/* contact page */

#main div.contact{
	font-size: 18px;
	color: #989898;
	margin-top: 65px;
	padding-bottom: 120px;
	float: left;
	font-size: 12px;
}

#main div.contact a.href{
	font-size: 18px;
	color: #000;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 3px;
	float: left;
}

#main div.contact img.more{
	margin-left: 5px;
	margin-top: 6px;
	float: left;
}

/* footer */

#footer .nav_bl{
	float: left;
}

#footer .nav_br{
	float: right;
}

