/*
	Filename:	cultilene.base.css
	Website:	Saint Gobain / Cultilène
	
	Flavour Media, Interactive Solutions
	info@flavourmedia.nl / www.flavourmedia.nl
*/

body {
	width: 100%;
}

table {
	margin-bottom: 10px;
	width: 95%;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 960px;
}

a img {
	border: none;
}

#navbar {
	background: url(../_images/navbar_green.png) top repeat-x;
	height: 43px;
	left: 220px;
	position: absolute;
	right: 0;
	top: 0;
	width: 740px;
}

#globalnav {
	left: 30px;
	position: absolute;
	top: 95px;
}

#saintgobain {
	left: 30px;
	position: absolute;
	top: 500px;
}

#breadcrumbs {
	color: #27803e;
	font-weight: bold;
	left: 25px;
	padding: 0;
	position: absolute;
	left: 0;
	text-align: right;
	top: 75px;
	width: 960px;
}

#breadcrumbs a {
	color: #999;
	font-weight: normal;
}

#pagetitle {
	color: #999;
	left: 230px;
	position: absolute;
	top: 72px;
}

#content {
	background-repeat: no-repeat;
	height: 510px;
	left: 220px;
	position: absolute;
	right: 0;
	top: 95px;
	width: 740px;
}

#white {
	background-color: #fff;
	height: 100%;
	opacity: 0.80;
	filter: alpha(opacity=80);
	width: 270px;
}

#textbox {
	height: 490px;
	left: 10px;
	position: absolute;
	top: 10px;
	width: 250px;
}

.bookpage {
	height: 450px;
}

#booknav-current {
	visibility: hidden;
}

#booknav-prev, #booknav-next {
	background-repeat: no-repeat;
	height: 35px;
	margin-top: -5px;
	position: absolute;
	width: 65px;
}

#servicebar {
	top: 560px;
	left: 0;
	position: absolute;
}

#servicebar form {
	margin: 0 0 5px;
}

#servicebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#servicebar li {
	display: inline;
}

#servicebar a {
	color: #999;
	padding: 0 10px 0 0;
	text-decoration: none;
}

#servicebar a:hover {
	color: rgb(48, 69, 125);
	text-decoration: underline;
}

.searchbutton {
	background-color: #fff;
	border: 1px solid #999;
	color: #999;
	height: 20px;
}

.searchbutton:hover {
	background-color: #999;
	color: #fff;
}

#wrapper_print {
	display: none;
	visibility: hidden;
}