/* CSS Document */

a
{
	text-decoration:none;
}

body
{
	background-image:url(/image/bodyBg.png);
	background-repeat:no-repeat;
	background-position:left;
  font-size:12px;
  font-family:Arial, Helvetica, sans-serif;
  background-color:#fff;
  margin:0px;
  padding:0px;
}

.top
{
	background-image:url(/image/topbg.jpg);
	background-position:bottom;
	height:357px;
	width:100%;
	background-repeat:repeat-x;
	
}

.mainPlaceHolder
{
	width:975px;
	margin:auto;
		
}
a.logo
{

	margin-top:36px;
position:absolute;

	width:216px;
	height:141px;
	background-image:url(/image/logo.png);
	display:block;
}
#header
{

	float:left;
	width:975px;
	height:246px;
	background-image:url(/image/defaultHeader.jpg);
	background-position:right;
	background-repeat:no-repeat;
}
.headerOverlay
{
	width:975px;
	height:246px;
	background-image:url(/image/headerOverlay.png);
	background-position:right;
}
.headerMsg
{
	font-family:century gothic, Arial, Helvetica, sans-serif;
	font-size:24px;
	text-align:left;
	width:405px;
	color:#fff;
	float:right;
	margin-top:155px;
}
	
.smallCart
{
	margin-left:10px;
	float:left;
	margin-top:50px;
	background-image:url(/image/smallCart.png);
	width:223px;
	height:105px;
}
.middleBg
{
	width:100%;
	float:left;
	background-image:url(/image/middleBg.jpg);
	background-repeat:repeat-x;
}
.left
{
	float:left;
	width:200px;
}
.leftBlok
{
	padding:10px;
	margin-top:20px;
	margin-left:45px;
	float:left;
	width:168px;
	height:216px;
	background-image:url(/image/leftBlokBg.png);
}
	.leftBlokHeader
	{

		font-family:century gothic, Arial, Helvetica, sans-serif;
		font-size:18px;
		color:#121212;
		margin-bottom:10px;
	}
.leftBlok table
{
	
	width:150px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;	

	border-spacing:0px;
}
.leftBlok table td
{

	font-size:11px;
	margin:0px;

	border-bottom:1px dotted #999;
}
		
.leftBlok p
{
	margin-top:0px;
	margin-bottom:12px;	
}
.main
{
	float:right;
	width:650px;
	padding:20px;
}
.main h1, .main h1 a
{


		font-family:century gothic, Arial, Helvetica, sans-serif;
				font-size:22px;
				font-weight:normal;
	color:#093977
}
.main h1 a:hover,.main h2 a:hover
{
	text-decoration:underline;
}
.main h2 , .main h2 a
{		
font-family:century gothic, Arial, Helvetica, sans-serif;
				font-size:18px;
				font-weight:normal;
	color:#093977
}
.bottom
{
	margin-top:30px;
	float:left;
	width:100%;
	background-image:url(/image/bottomBg.jpg);
	height:109px;
	background-position:center;
	background-repeat:no-repeat;
	background-color:#3e3e3e;
}
.copyRight, .copyRight a
{
	color:#999
}
.copyRight a:hover
{
	color:#FFF;
}
.copyRight
{
	text-align:center;
	margin-top:35px;
	margin-right:200px;
}
.communityHolder
{
	margin-top:40px;
	width:150px;
	float:left; 
	height:60px;
}
.communityHolder .hyvesLink
{
	background-image:url(/image/hyvesGrey.png)
}
.communityHolder .hyvesLink:hover
{
	background-image:url(/image/hyves.png)
}

.communityHolder .twitterLink
{
	background-image:url(/image/twitterGrey.png)
}
.communityHolder .twitterLink:hover
{
	background-image:url(/image/twitter.png)
}
.communityHolder .facebookLink
{
	background-image:url(/image/facebookGrey.png)
}
.communityHolder .facebookLink:hover
{
	background-image:url(/image/facebook.png)
}

.communityHolder a
{
	margin:1px;
	float:left;
	display:block;
	width:48px;
	height:48px;
	background-repeat:no-repeat;
	background-position:center;
}

/*Menu*/
.subMenuPlaceHolder
{
	position:absolute;
	width:100%;
	left:0px;
}

.menu
{
	text-align:right;

	margin-top:90px;
	float:right;
}
.menu ul
{
	display:block;
	list-style-type:none;
	margin:0px;
	padding:0px;
}
.menu ul li
{
	list-style-type:none;
	margin:0px;
	padding:0px;
	display:block;
	float:left;
}
.menu ul li ul
{
	position:absolute;
	left:50%;

	padding:10px;
	width:467px;
	display:none;

	list-style-type:none;
	border:1px solid #CCC;
	background-image:url(/image/dropDownBg.png);
}
.menu ul li ul li
{
	list-style-type:none;
	margin:0px;
	padding:0px;
	display:block;

	float:left;
	text-align:left;
}
.menu ul li ul li a,.menu ul li ul li span
{
	background-image:url(/image/opsom.png);
	background-position:left;
	background-repeat:no-repeat;
	width:195px;

	padding:5px;
	padding-left:20px;
	color:#121212;
	font-size:12px;

	border-bottom:1px dotted #666;
}
.menu ul li ul li a:hover
{
	color:#000;
	background-color:#CCDBFD;
}
.menu ul li a,.menu ul li span
{
	height:16px;
	color:#121212;
	font-size:12px;
	padding:2px;
	display:block;
	margin-left:3px;
	margin-right:3px;
	
}
.menu span
{
	margin-left:2px;
	font-size:12px;
}
.menu a:hover, .menu a.Active
{
	color:#666	
}
.menu ul li:hover ul
{
	display:block;
}

.smallReferenties a
{
	margin:2px;
	display:block;
	float:left;
	width:80px;
	height:52px;
}
	
.menu1
{
	float:left;
	margin-top:79px;
	margin-left:42px;
	
	}
.menu1	ul
{
	margin:0px;
	padding:0px;
	list-style:none;
	display:block;
}
.menu1 li	
{
	margin:0px;
	padding:0px;
}
.menu1 a
{
	font-size:18px;
	font-family:century gothic, Arial, Helvetica, sans-serif;

	display:block;
	width:169px;
	height:31px;
	margin:9px;
	padding-top:10px;
	padding-left:10px;
	color:#fff;
}
	
