@charset "utf-8";
@import url("reset.css");

/***********************
	Standaard
***********************/

body {
	background:url(../images/background.gif) no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

a:hover {text-decoration:none}

/***********************
	Site structure
***********************/

#backgroundBar {
	background-color:#F2F2F2;
	height:188px;
	position:relative;
	margin:141px 0 0 0;
}
#container {
	width:771px;
	height:500px;
	margin:-359px auto 0 auto;
	position:relative;
}
#header {
	height:171px;
}
#contentWrap {
	overflow:hidden;
}
	#contentWrap a {color:#fff}

/***********************
	Header / Logo's
***********************/

	#header h1 {display:block; background:url(../images/logo.gif) no-repeat; height:88px; width:247px; position:absolute; margin:59px 0 0 -33px; z-index:100}
	#header h1 a {display:block; height:100%}
	#header h1 a span {display:none}
	
	#header ul {margin:171px 0 0 0; position:absolute}
	#header ul li {height:54px; width:192px; float:left;}
	#header ul li a {display:block; height:100%}
	#header ul li a span {display:none}
	
	#header ul li#pipesystems {background:url(../images/button_pipesystems.gif) no-repeat; margin:0 1px 0 0}
	#header ul li#pipesystems a:hover {background:url(../images/button_pipesystems_on.gif) no-repeat; border-bottom:5px solid #FED120;}
	
	#header ul li#cranage {background:url(../images/button_cranage.gif) no-repeat; margin:0 1px 0 0}
	#header ul li#cranage a:hover {background:url(../images/button_cranage_on.gif) no-repeat; border-bottom:5px solid #FED120;}
	
	#header ul li#fabrication {background:url(../images/button_fabrication.gif) no-repeat; margin:0 1px 0 0}
	#header ul li#fabrication a:hover {background:url(../images/button_fabrication_on.gif) no-repeat; border-bottom:5px solid #FED120;}
	
	#header ul li#steel {background:url(../images/button_steel.gif) no-repeat; margin:0 1px 0 0}
	#header ul li#steel a:hover {background:url(../images/button_steel_on.gif) no-repeat; border-bottom:5px solid #FED120;}
	
	#header ul li#gratings {background:url(../images/button_gratings.gif) no-repeat; margin:0;}
	#header ul li#gratings a:hover {background:url(../images/button_gratings_on.gif) no-repeat; border-bottom:5px solid #FED120;}
	
	#hoverMenu {background-color:#F2F2F2; height:171px; width:192px; overflow:hidden; position:absolute; display:none}

.flashHeader {
	background:url(../images/header/structural.jpg) no-repeat;
	height:126px;
	margin:55px 0 0 0;
}
#flashBottom {
	background:url(../images/background_flash.gif) repeat-y;
	height:6px;
	font-size:1px;
	border-top:1px solid #fff;
}

/***********************
	Content
***********************/

#welcome {
	float:left;
	width:545px;
	overflow:hidden;
	background-color:#41A9E0;
	padding:17px;
	color:#fff;
	font-size:12px;
}
#welcome ul, #welcome li, #welcome ol {
	margin-top: 0;
}

	#welcome h2 {font-weight:bold; margin:0 0 10px 0; font-size:13px}
	#welcome p {line-height:19px; font-size:12px}
	
#contentWrap fieldset {
	float:left;
	background-color:#F2F2F2;
	width:100px;
	height:32px;
	padding:10px 5px 0 5px;
}	
	#contentWrap fieldset legend {display:none}
	#contentWrap fieldset select {border:1px solid #ccc; width:182px; font-size:11px; color:#606060; height:19px}

/***********************
	Footer
***********************/
	
#footer {
	color:#555555;
	width:578px;
	margin:6px 0 10px 0;
}
	#footer p {display:block; float:left}
	#footer ul {float:right;}
	#footer ul li {float:left}
	#footer ul li a {color:#555555; margin:0 0 0 15px}