/* CSS Document */

/* ==============================================

============================================== */

#box_youtube{
	width:560px;
	height: 358px;
	float:left;
	padding-left:0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#box_cart{
	width:700px;
	height: 100%;
	float:left;
	padding-left:0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* ==============================================
   Global Styles
============================================== */

* { /* Global browser reset */
	margin: 0;
} 

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 69.8%;
	color: #000000;
	background-color: #CCCCCC;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	text-align: center;
}

a:link, a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #08798f;
}
ul {
	list-style: none;
}


/* ==============================================
   Site Shell Elements
============================================== */

#header {
	height: 99px;
	padding-top: 20px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../peacock.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#footer {
	height: 0px;
	padding-top: 0px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #000000;
}
#container {
	width: 950px;
	height:100%;
	margin: 0 auto;
	text-align: left;
	
	background-color: #FFFFFF;
}
#sidebar  {
	width: 200px;
	float: left;
	
}
#sidebar_footer {
	background: transparent url(../images/line_y_bottom.gif) 237px 0 no-repeat;
	height: 200px;
}

#content {
	position: relative;
	margin-left: 200px;
	padding-left: 10px;
	height:100%;
	background-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #EEEEEE;
}
#content_cart {
	position: relative;
	margin-left: 0px;
	padding-left: 10px;
	height:400px;
	background-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #EEEEEE;
}
/* ==============================================
   Header
============================================== */

#header img {
	border: none;
}

/* ==============================================
   Primary Nav
============================================== */

#nav {
	list-style: none;
	text-align: right;
	padding-right: 1px;
}
#nav li {
	line-height: 2.2em;
	font-size: 13px;
	text-transform: normal;
	font-family: Arial, Helvetica, sans-serif;
	background-position: right bottom;
}
#nav a {

	display: block;
	color: #333333;
	font-weight: bold;
	border-bottom: 1px solid #EEEEEE;
}
#nav a:link, #nav a:visited {
	padding-right: 22px;
}
#nav a:hover {
	color: #666666;

}
#nav .active a:link, #nav .active a:visited {
	color: #000;
	border-right: 7px solid #000;
}

/* ==============================================
   Second Nav
============================================== */

#nav2 {
	list-style: none;
	text-align: right;
	padding-right: 1px;
}
#nav2 li {
	line-height: 2.2em;
	font-size: 13px;
	text-transform: normal;
	font-family: Arial, Helvetica, sans-serif;
	background-position: right bottom;
	font-weight: normal;
}
#nav2 a {
	border-right: 7px solid transparent;
	display: block;
	color: #999999;
}
#nav2 a:link, #nav a:visited {
	padding-right: 22px;
}
#nav2 a:hover {
	color: #000;
	border-right: 7px solid #ad141f;
}
#nav2 .active a:link, #nav .active a:visited {
	color: #000;
	border-right: 7px solid #848a47;
}

/* ==============================================
   Home Page
============================================== */
#home_flash {
	background: transparent url(../images/home_flash.jpg) top left no-repeat;
	height: 336px;
    margin-top: 8px;
}
.h1		{
	font-size: 2em;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #666666;
}
h2 { font: normal 1.9em Arial; margin: 0 0 10px; padding: 0 0 3px; color: #333; border-bottom: 1px solid #eee; }
.h2 { font: normal 1.9em Arial; margin: 0 0 10px; padding: 0 0 3px; color: #333;  }
.h3 	{
	font-size: 1.5em;
	color: #666666;
}
.h4		{ font-size: 1em;  }
.h5,h6	{ font-size: .84em;  }

.menu
{
	margin: 0px 0px 0px 3px;
	display: inline;
	float: left;
}

.menu h3
{
	font-size: 1.7em;
}
/*-----------------------------------------------------------------------------------------------*/
/*	Algemene <a></a> in het menu																						 */
/*-----------------------------------------------------------------------------------------------*/
div.menu a
{
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	font-weight: normal;
	font-size: 0.6em;
	color: #3D4B16;
	text-decoration: none;
	border-bottom: 1px solid #c1b9a8;
}

div.menu a:hover
{
	color: #3D4B16;
	text-decoration: none;
	background: #d2d6c4;
}

