@charset "utf-8";
/* CSS Document */

/* CSS RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
table, caption, tbody, tfoot, thead, tr, th, td{
	vertical-align: top;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}



/*
	Project styles
*/

body{
	background: #000 url('../img/bg.jpg') no-repeat center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
}


.main{
	width: 960px;
	margin: 0px auto;
}

.menu{
	height: 100px;
	overflow: hidden;
}

a.menuhome{
	display: block;
	float: left;
	width: 268px;
	height: 100px;
	text-decoration: none;
}

a.menulink{
	display: block;
	float: left;
	width: 173px;
	height: 100px;
	text-decoration: none;
}
a.menu0{
	background: url('../img/menu0_about.jpg') no-repeat;
}
a.menu0.sel, a.menu0:hover{
	background: url('../img/menu0_about_sel.jpg') no-repeat;
}
a.menu1{
	background: url('../img/menu1_catalog.jpg') no-repeat;
}
a.menu1.sel, a.menu1:hover{
	background: url('../img/menu1_catalog_sel.jpg') no-repeat;
}
a.menu2{
	background: url('../img/menu2_distributors.jpg') no-repeat;
}
a.menu2.sel, a.menu2:hover{
	background: url('../img/menu2_distributors_sel.jpg') no-repeat;
}
a.menu3{
	background: url('../img/menu3_downloads.jpg') no-repeat;
}
a.menu3.sel, a.menu3:hover{
	background: url('../img/menu3_downloads_sel.jpg') no-repeat;
}



.content{
	margin-top: 30px;
	padding-bottom: 40px;
	text-align: center;
}



h1{
	color: #ffcd19;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: normal;
	padding-bottom: 20px;
}




.foot{
	text-align: center;
	margin-bottom: 10px;
	font-size: 12px;
}



a.catalog_button{
	margin: 0px auto;
	margin-top: 20px;
	display: block;
	width: 470px;
	height: 40px;
	background: url('../img/catalog_button.png') no-repeat;
}
a.catalog_button:hover{
	background: url('../img/catalog_button2.png') no-repeat;
}





.column{
	float: left;
	padding: 20px;
	width: 440px;
}





.overzicht{
	margin: 0px auto;
	text-align: center;
	line-height: 20px;
}

.overzicht td{
	text-align: left;
	padding: 0px 10px;
}





a{
	color: #ffcd19;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}

.foot a{
	color: #666666;
}



/* CLEAR FIX */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
