﻿body
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
}
img
{
	border: 0px;
}
img.indexbuttons
{
	border: 1px;
}
table.main
{
	width: 1000px;
	margin: 0px auto;
}
#topleft
{
	background-image: url('images/bg_logo.png');
	background-repeat: no-repeat;
	width: 330px;
}
#topmiddle
{
	background-image: url('images/bg_top.png');
	background-repeat: no-repeat;
	width: 340px;
}
#topright
{
	background-image: url('images/bg_topright.png');
	background-repeat: no-repeat;
	width: 330px;
}
td.menu
{
	/*background-color: #91b843;*/
	background-color: #cc9f4a;
	height: 50px;
}
.menu span, .menu strong
{
	display: none;
	margin-left: 15px;
}
#menu-home
{
	display: block;
	background: url('images/m_home.png') no-repeat 0 0;
	height: 50px;
	width: 87px;
	cursor: pointer;
	float: left;
}
#menu-home:hover
{
	background: url('images/m_home.png') no-repeat 0 -50px;
}
#menu-products
{
	display: block;
	background: url('images/m_products.png') no-repeat 0 0;
	height: 50px;
	width: 120px;
	cursor: pointer;
	float: left;
}
#menu-products:hover
{
	background: url('images/m_products.png') no-repeat 0 -50px;
}
#menu-whyuse
{
	display: block;
	background: url('images/m_whyuse.png') no-repeat 0 0;
	height: 50px;
	width: 118px;
	cursor: pointer;
	float: left;
}
#menu-whyuse:hover
{
	background: url('images/m_whyuse.png') no-repeat 0 -50px;
}
#menu-wheretobuy
{
	display: block;
	background: url('images/m_wheretobuy.png') no-repeat 0 0;
	height: 50px;
	width: 177px;
	cursor: pointer;
	float: left;
}
#menu-wheretobuy:hover
{
	background: url('images/m_wheretobuy.png') no-repeat 0 -50px;
}
#menu-diversion
{
	display: block;
	background: url('images/m_diversion.png') no-repeat 0 0;
	height: 50px;
	width: 121px;
	cursor: pointer;
	float: left;
}
#menu-diversion:hover
{
	background: url('images/m_diversion.png') no-repeat 0 -50px;
}
#menu-contact
{
	display: block;
	background: url('images/m_contact.png') no-repeat 0 0;
	height: 50px;
	width: 118px;
	cursor: pointer;
	float: left;
}
#menu-contact:hover
{
	background: url('images/m_contact.png') no-repeat 0 -50px;
}
#menu-socialmedia {display:block; background:url('images/m_facebook.png') no-repeat 0 0; width:129px; height:50px; cursor:pointer;float:left;}
#menu-socialmedia:hover {background: url('images/m_facebook.png') no-repeat 0 -50px;}

div.footer{
	height:44px;
	color: #000;
	text-align:center;
	background-repeat:repeat-x;
	line-height:22px;
	font-size: 11px;
}
div.footer a{
    text-decoration:none;
    color: #000;
}
#productsbg
{
	background:url('images/bg_products.png') no-repeat 0 0;
}
#whyuse
{
	padding: 10px 10px 10px 10px;
}
#whyusebg
{
	background:url('images/bg_whyuse.png') no-repeat 0 0;
}
#wheretobuybg
{
	background:url('images/bg_wheretobuy.png') no-repeat 0 0;
}
#contactbg
{
	background:url('images/bg_contact.png') no-repeat 0 0;
}
td.content
{
	/*background-color: #cc9f4a;*/
	background-image: url('images/bg_top.png');
	background-position: top right;
	background-repeat:repeat-x;
	width: 500px;
	height: 820px;
	vertical-align:top;
	text-align:left;
}
#imagebanner
{
	background-image: url('images/bg_content.png');
}
#allproducts
{
	margin: 10px 10px 10px 10px;
	width:480px;
	height:800px;
	position:absolute;
}
#products
{
	position:absolute;
	bottom:0px;
	left:50px;
}
h1
{
	font-size: 28px;
	margin: 0px;
	padding: 0px;
}
h2
{
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
div.productimages
{
	position:absolute; /* Gaat goed in IE maar slecht in FF */
	top: 100px;
	left: 175px;
}
.holdon
{
  z-index:200;
  width: 300px;
  height: 200px;
  background-color: White;
  top: 200px;
  left: 350px;
  position: fixed;
  border: solid 1px #794400;
  color: #794400;
 	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align:middle;
	font-weight:bold;
  /*filter: alpha(opacity=80);*/
  /* CSS3 standard */
  /*opacity: 0.8;*/
  /* for Mozilla */
  -moz-opacity: 0.8;
}
td.pagebg
{
	width:500px;
	height:820px;
}