/*
-----------------------------------------------------------------------------------------
HeyHoo - www.heyhoo.nl
Mell Stylesheet
-----------------------------------------------------------------------------------------
#container { border: 1px dotted #ff0000; }
*/

/*
-----------------------------------------------------------------------------------------
Global Declarations
----------------------------------------------------------------------------------------- 
*/
* {
  margin: 0; padding: 0;
}

.clearer { 
  clear: both; 
}

img { 
  border: none; 
}

a	{
	color: #004265;
  text-decoration: underline;
}

a:hover	{
  text-decoration: none;
}

/*
-----------------------------------------------------------------------------------------
Layout Structure
-----------------------------------------------------------------------------------------
*/
body {
	font-family: verdana, arial;
	font-size: 12px;
	color: #004265;
	width: 100%;
	height: 100%;
	background: #82A7C2;
	background-image: url(../images/background-x.jpg);
	background-repeat: repeat-x;
	overflow: scroll;
}

#maindiv {
  width: 970px;
  margin: 0 auto;
  border-style: solid;
  border-width: 0px 1px 1px 1px;
  border-color: #00446B;
}

#maindiv, #container, #menuholder, #contentholder, #rightholder {
	background: #E0E9F0;
}

#topimg {
	background-image: url(../images/topbkg.jpg);
	background-repeat: no-repeat;
  height: 129px;
}

#crumblecontainer {
	background-image: url(../images/trailbkg.jpg);
	background-repeat: no-repeat;
  height: 96px;
}

#crumbletrail {
  padding: 8px 0px 0px 310px;
  font-size: 12px;
  color: #fff;
}

#container {
	width: 970px;
	height: 100%;
}

#menuholder {
	text-indent: 4px;
  float: left;
  width: 209px;
}

#contentholder {
  float: left;
  width: 733px;
}

#rightholder {
	float: left;
	width: 28px;
}

#title {
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #82A7C2;
	padding-left: 50px;
	height: 60px;
	background-image: url(../images/titlebkg.jpg);
	background-repeat: no-repeat;
}

#titleright {
	height: 60px;
	background-image: url(../images/titlerightbkg.jpg);
	background-repeat: no-repeat;
}

#content {
	padding-left: 50px;
  padding-right: 15px;
	font-size: 14px;
	line-height: 150%;
	background-image: url(../images/contentbkg.jpg);
	background-repeat: repeat-y;	
}

#contentfooter {
	height: 46px;
	background-image: url(../images/contentfooterbkg.jpg);
	background-repeat: no-repeat;
}

.productname {
  color: #004468;
  font-weight: bold;
}
