/*
	Filename:	glascom_screen.css
	Website:	Glascom Vitrines | Saint Gobain Glass Solutions
	
	Flavour Media, Interactive Solutions
	info@flavourmedia.nl / www.flavourmedia.nl
*/

body, table, input, select, textarea {
	color: #000;
	font: 11px/150% Arial, Helvetica, sans-serif;
}

body {
	background-color: #000;
	margin: 0;
	overflow: hidden;
}

table {
	border-collapse: collapse;
}

tr {
	vertical-align: top;
}

p {
	margin: 0 0 10px;
}

a {
	color: #06c;
	letter-spacing: 1px;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

hr {
	display: none;
}

h1 {
	font-size: 22px;
	font-weight: bold;	
	margin: 10px 0 25px;
}


h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
}

h3, th {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 0;
	text-align: left;
}

ul {
	list-style-type: disc;
	margin: 0;
	padding: 0 20px 10px;
}

li {
	margin-bottom: 5px;
}

img {
	margin-right: 5px;
}

label {
	/*border-bottom: 1px solid #936;*/
	display: block;
	margin-top: 3px;
}

input, select, textarea {
	background-color: #eee;
	border: none;
	left: 100px;
	padding: 2px;
	position: absolute;
}

input:hover, select:hover, textarea:hover {
	background-color: #ccc;
}

#wrapper {
	background-color: #fff;
	height: 550px;
	left: 50%;
	margin-left: -490px;
	margin-top: -280px;
	position: absolute;
	top: 50%;
	width: 980px;
	background-image:url(achter_wrapper.gif);
}

.images {
	left: 0px;
	position: relative;
	height: 550px;
	top: 0px;
	width: 510px;
}

#header {
	background-image: url(glascom.gif);
	height: 116px;
	left: 510px;
	position: absolute;
	width: 470px;
	top: 0px;
	/*z-index:200;*/
}

#logo {
height: 72px;
width: 269px;
left: 47px;
top: -80px;
z-index:200;
position: absolute;
}


#globalnav {
	background-color: #333e99;
	height: 30px;
	left: 440px;
	position: absolute;
	text-align: center;
	top: 116px;
	width: 540px;
	z-index: 2;
}

#globalnav a:hover {
	text-decoration: underline;
}

#contentwrapper {
	/*background-image:url(achter_content.gif);*/
	left: 510px; 
	/*visibility: hidden;*/ 
	overflow: hidden; 
	width:450px; 
	position: absolute; 
	top: 146px; 
	height: 374px;
}	
	
#content {
	left: 0px; 
	position: absolute; 
	padding: 15px 50px 20px 13px;
	top: 0px;
}

#footer {
	position: absolute;
	right: 50%;
	margin-right: -490px;
	margin-top: 270px;
	top: 50%;	
}

#footer a {
	color: #ccc;
	margin-right: 10px;
}

#wrapper_print {
	display: none;
	visibility: hidden;
}

#table_references table {
	border-collapse: collapse;
}

#table_references td {
	border-top: #eee solid 1px;
}

#table_references a {
	font-size: 10pt;
	font-weight: bold;
}

/* scroll layout elements */

.bookpage {
	height: 264px;
	width: 375px;
}

#booknav {
	color: #fff;
	text-align: right;
}
 
#booknav-current {
	visibility: hidden;
}

#booknav-prev, #booknav-next {
	background-repeat: no-repeat;
	height: 30px;
	position: absolute;
	width: 30px;
}

#booknav-prev {
	background-image: url(../_includes/prev_link.gif);
	right: 40px;
}

#booknav-prev:hover {
	background-image: url(../_includes/prev_hover.gif);
}

#booknav-next {
	background-image: url(../_includes/next_link.gif);
	right: 0;
}

#booknav-next:hover {
	background-image: url(../_includes/next_hover.gif);
}
