* {
	padding:0;
	margin:0;
}

html {
	overflow: hidden;	
}

body { 
	color: #666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height: 150%;
}

.clearfix {display:inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display:block}
/* End hide from IE-mac */

a, a:hover, a:visited, a:link, a:active  {
	color:#919191;
	text-decoration:underline;
}
	a:hover { text-decoration:none; }

a img {
	border: 0px;
}

label {
	margin-left: 5px;
	display: block;
}

label.left {
	display: inline;
}

input, select, textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-size:10px;
}

h1,h2 {
	color:#8f0000;
	font-size: 14px;
	font-weight:bold;
	margin-bottom: 5px;
}

h3 {
	margin-left:15px;
	font-size: 12px;
}

input.button {
	color:#FFFFFF;
	text-transform:uppercase;
	background-color:#BF0000;
	border:0px;
	font-weight:bold;
	padding:2px;
}

input.txt {
	background-color: #ffffff !important;
	border: 1px solid #666666;
	width: 200px;
}

select.dropdown
{
	border: 1px solid #666666;
	width: 204px;
	font-size:11px;
}

form
{
	margin-top:10px;
}

form p {
  clear: left;
  margin: 0 50px;
  padding: 0;
  padding-top: 5px;
}
form p label {
  float: left;
  width: 30%;
}


#container {
	position:absolute;
	display:block;
	
	width: 795px;
	margin-left: -397px;
	left: 50%;
	
	height: 575px;
	margin-top: -287px;
	top: 50%;
}

#left, #right {
	display:block;
	float:left;
	width:10px;
	height: 575px;
	background-repeat:no-repeat;
}
	#left{
		background-image:url(../../images/main/bg_left.jpg);
		background-position:right center;
	}
	#right {
		float:right;
		background-image:url(../../images/main/bg_right.jpg); 
		background-position:left center;
	}

#header, #main, #footer {
	display:block;
	float:left;
	width:775px;
}
#header {
	height:30px;
}
#main {
	height:500px;
	background-repeat:no-repeat;
	background-position:center;
}

#statusMessage
{
	font-style:italic;
}

#statusMessage.error, #statusMessage.success
{
	border: 1px solid gray;
	padding: 3px;
	margin-bottom: 5px;
}

#statusMessage.error
{
	color:red;
}

#statusMessage.success
{
	color:green;
}

#disclamer
{
	font-style:italic;
	padding-top:10px;
	padding-right: 10px;
	font-size: 8px;
}

#nav {
	display:block;
	float:left;
	position:absolute;
	bottom:259px;
	right: 10px;
	width:758px;
	height:18px;
}

	#nav ul {
		list-style-type: none;
		padding-left: 15px;
		text-transform:uppercase;
	}
	
	#nav ul li {
		display: block;
		float: left;
		margin-right: 5px;
		background-repeat:no-repeat;
	}
		#nav ul.orange li {
			width:22px;
			height:18px;
			background-image:url(../../images/main/tab_orange.png);		
		}
			#nav ul.orange li#intro { 
				width: 70px;
				background-image:url(../../images/main/tab_orange_intro.png);
				background-repeat:no-repeat;
				background-position:center;
			}

		#nav ul.red li {
			height:18px;
			background-image:url(../../images/main/tab_red_left.png);
			background-position:left;
		}
		
		#nav ul.red li.active span {
			color: #ff7f00;
		}

		#nav ul.red li#actions, #nav ul.red li#brands {
			position:absolute;
			right: 0px;
		
		}

	#nav a {
		float:left;
		display: inline;
		color: #FFFFFF;
		background-color: transparent;
		background-repeat:no-repeat;
		text-decoration: none;
		font-weight: bold;
		font-size:11px;
		cursor:pointer;
	}
		#nav ul.orange a {
			width:22px;
			height:18px;
		}
			#nav ul.orange li#home a { background-image:url(../../images/main/icon_home.jpg); background-position:center;}
			#nav ul.orange li#intro a { width:auto; }
			
				#nav ul.orange a:hover { color:#8f0000; }		
				#nav ul.orange li#home a:hover { background-image:url(../../images/main/icon_home_hover.jpg);}
		#nav ul.red a {
			display: inline;
			height:18px;
			padding-right:2px;
			margin-left:2px;
			background-image:url(../../images/main/tab_red_right.png);
			background-position:right;
			font-size:9px;	
		}
			#nav ul.red a:hover { color:#ff7f00; }		
				#nav ul.red li#actions a:hover { color:#FFFFFF; cursor:default; }

	#nav span {
		float:left;
		display:block;
		width:100%;
		height:100%;
	}
			#nav ul.orange li#home span { display:none; }
			#nav ul.orange li#language span { margin: 2px 0px 0px 2px; }
			#nav ul.orange li#intro span { margin: 1px 0px 0px 4px; font-size:9px; }

			#nav ul.red li span { 
				padding: 0px 2px 0px 2px;
				background-image:url(../../images/main/tab_red_center.png);
				background-repeat:no-repeat;
				background-position:right;	
			}


#top_corner {
	display:block;
	float:left;
	position:absolute;
	top:30px;
	right: 25px;
	width:775px;
	height:70px;
}
	#top_corner li {
		list-style-type:none;
		list-style-position:inside;	
		display: inline;
		width: 39px;
		height: 25px;
		float:right;
		margin:10px 10px 5px 0px;
	}
		#top_corner li a { width:100%; height:100%; display:block; float:left; }
		#top_corner li a img { border:0; width:39px; height:25px;}
		
	#top_corner	span.text {
		color:#000000;
		text-transform:uppercase;
		font-size:8px;
		font-weight:bold;
		text-align:right;
		display:block;
		float:right;
		margin-right:10px;
		width:100%;
		display:block;
	}
			#top_corner	span.text a { text-decoration:none; color:#000000; }


#holder {
	display:block;
	float:left;
	position:absolute;
	bottom:85px;
	right: 10px;
	width:758px;
	height:174px;
}
	#holder_bg {
		display:block;
		float:left;
		position:absolute;
		bottom:85px;
		right: 10px;
		width:758px;
		height:174px;
	
		background-image:url(../../images/main/bg_main.png);
		background-repeat:no-repeat;
	}
	
	#holder_logo {
		background-image: url(../../images/main/logo_vastiau.png);
		height: 159px;
		width: 236px;
		position: absolute;
		right: 0px;
		top: -45px;
	}
	
	ul#languages {
		position:absolute;
		list-style-type: none;
		left:290px;
		top:55px;
	}
	
	ul#languages li {
		display: block;
		float: left;
		margin-right: 15px;
		background-repeat:no-repeat;
		width:75px;
		height:51px;
	}
		ul#languages #nl {background-image:url(../../images/main/lang_nl.jpg);}
		ul#languages #fr {background-image:url(../../images/main/lang_fr.jpg);}
		
		ul#languages li a {
			display: block;
			float: left;
			width:75px;
			height:51px;
		}
			ul#languages li a span { display:none; }
			
	#holder_video {
		display:block;
		float:left;
		margin-left: 230px;
	
	}
	
	#holder_content {
		display:block;
		float:left;
		padding: 10px 15px 10px 15px;
		height:152px;
		width:545px;
		overflow:auto;
		overflow-x: hidden;
	}
	
		#holder_content ul {
			margin: 5px;	
		}

		#holder_content li {
			list-style-position:inside;		
		}
	
	#holder_actions, #holder_brands {
		display:block;
		position:relative;
		float:left;
		margin:5px;
		margin-left:30px;
		height:162px;
		width:145px;
		overflow:auto;
		overflow-x: hidden;
		line-height: 175%;
	}
	#holder_actions input { margin-top:8px; }
	
	#holder_actions .verticalWrapper, #holder_brands .verticalWrapper
	{
		position: absolute;
		top: 40%;
		display: table-cell;
		vertical-align: middle;
	}
	
	#holder_actions .formMessage
	{
		text-align:center;
		position:relative;
		width:145px;
	}
	
	#holder_catalogue {
		display:block;
		float:left;
		padding: 10px 15px 10px 15px;
		height:152px;
		width:545px;
		overflow:auto;
		overflow-x: hidden;
	}
		#holder_catalogue.full {
			width:715px;
			background-color:#FFFFFF;
			margin-left:10px;
		}
	
	#holder_catalogue img {
		height: 75px;
		width: 75px;			
	}
	
	#holder_catalogue li {
		float: left;
		list-style-type: none;
		margin-left: 25px;
		text-align: center;
	}
	
	#holder_catalogue a.request {
		left: 35px;
		font-weight: bold;
		color: #8F0000;
	}
	
	#holder_catalogue ul {
		margin: 0px;
		padding: 0px;
	}
	
	#holder_request {
		display:block;
		float:left;
		padding: 10px 15px 10px 15px;
		height:152px;
		width:545px;
		overflow:auto;
		overflow-x: hidden;
	}
		#holder_request form
		{
			float:right;
			clear:right;
			margin-left:0px;
			margin-bottom:20px;
			width:400px;
		}
		
		#holder_request form p {	  
			  margin: 0 10px;
		}
		
		#holder_request form p label {
		  	width: 35%;
		}
		
		#holder_request form #street
		{
			width: 162px;
		}
		
		#holder_request form #hnr
		{
			width: 32px;
		}
		
		#holder_request ul
		{
			width: 115px;
			border-right:1px solid black;			
		}
		
		#holder_request li {
			display: block;
			width:92px;
			height:26px;
			margin-bottom:10px;
			background-position:center;
			background-repeat:no-repeat;
			list-style:none;
		}
		
			#holder_request li#shopping { background-image:url(../../images/main/catalogue-shopping.jpg); }
			#holder_request li#showroom { background-image:url(../../images/main/catalogue-showroom.jpg); }
			#holder_request li#kitchen { background-image:url(../../images/main/catalogue-kitchen.jpg); }
			
		#holder_request li a {
			display: block;
			width:92px;
			height:26px;
		}	
			#holder_request li a span { display:none; }
			

#footer {
	height:45px;
	text-align: center;
	color:#919191;
}
	#lithium { display: none; }

#marquee {
	margin-top:430px;
}
