/**
 *
 * Copyright 2010 Firewizz Digital Solutions
 *
 * Firewizz Digital Solutions
 *
 * Website: http://www.firewizz.nl
 * Mail: info@firewizz.nl
 *
 */
 
/*
Firewizz Digital Solutions - Color table:

main					: #e2dedb


*/

/* Reset ================================================================================= */
* 
{ 
	/*margin:0;*/ 
	padding:0;
}

body          
{
	background					:url(../images/bg.png) #fff; 
	font								:12px/15px Arial, Helvetica, sans-serif; 
	color								:#3d3430;   /* 515556 */
	text-align					:center; 
}
/*
body#home a#home
{
	color:#F00;
}
*/
a
{
	color:#3d3430;
	text-decoration:none;
}
a:hover
{
	text-decoration:none;
	color:#056938;
}

h1            
{ 
	color:#046938;
	font-size:20px; 
	font-weight:normal; 
	line-height:1.15; 
	margin-bottom:10px;
	margin-top:10px; 
}
h2           
{ 
	color:#046938;
	font-size:16px; 
	font-weight:normal; 
	line-height:1.15; 
	margin-bottom:10px;
	margin-top:10px; 
}
h3
{
	font								:12px/15px Arial, Helvetica, sans-serif; 
	color								:#022c17;   /* 515556 */
}

.logo
{
	position:absolute;
	top:5px;

}

.header-container
{
	background					:url(../images/bg-header.png) no-repeat 50% 50% ;
	text-align					:center;
	padding-top					:0px;
	height							:75px; /*  was 100 */
	/*
	border-style: double;
border-width:0px 0 3px 0;
border-color:#88746b;
*/
}
.header
{
	width: 980px;
	margin:0 auto;
	text-align:left;
}
.nav
{
	border-top					:0px solid #3d3430;
	border-bottom				:0px solid #3d3430;			
	color								:#e2dedb;
	padding-top					:0px;
	height							:25px; 
}
.nav ul
{
	/*background:url(../images/topshader.png) no-repeat 97% 102%;*/
	padding							:48px 5px 10px 50px; /* was 70 (brede balk) */
	margin							:0 auto;
	width								:980px;
	text-align					:right;
}
.nav ul li
{
	padding							:5px 50px 0 0;
	display							:inline;
}
.nav ul li a
{
/*	text-transform			:uppercase; */
	font-size						:13px;
	color								:#3d3430;
	font-weight:bold;
	text-decoration			:none;

}
.nav ul li a:hover
{
	text-decoration			:none;
	color: #056938;
}

.pictures
{
	width: 980px;
	margin:0 auto;
  padding-top:5px;
}
.picture
{
	display:inline;
	margin:10px 0px 0px 0px;
	width:175px; /* 240 */
	height:131px; /* 180 */
	border: 0px solid #3d3430;

}

.main-container
{
	overflow: auto;

	width: 980px;
	margin:0 auto;
	min-height:600px;	
	/*

border-style: double;
border-width:3px 0 3px 0;
border-color:515556;
	*/

	
  /*background					:url(../images/main-bg.png);*/
}
.left-column
{
	background:url(../images/shader.png);
	text-align:left;
	float:left;
	padding:25px 30px 30px 45px;
	width: 225px;
	min-height:600px;
}
.main-item
{
	font-size:13px;
	font-weight:bold;
	padding-top:15px;
}
.main-item li
{
	display:inline;
	
}
.main-item li a
{
	color:#056938;
	text-shadow: 1px 1px #c0bdb9;	

}


.sub-item
{
	padding-top:5px;
	font-size:13px;
	padding-left: 5px;
}
.sub-item li
{
	display:inline;
	
}
.sub-item li a {
text-shadow: 1px 1px #c0bdb9;	
}
.main
{
	text-align:left;
	padding:30px 0 30px 60px;
	float:right;
	width:610px;
	background:url(../images/bootprint.png) no-repeat 100% 0%; 	
}
.main a
{
	color:#7c2e1c;
	text-decoration:underline;
}
.main a:hover
{
	text-decoration:underline;
	color:#056938;
}
.right-column
{
	padding:30px 30px 30px 0px;	
	float:right;
	width:240px;
	min-height:300px;
}
.side-image
{
	width:240px;
	height:180px;
	margin-bottom:5px;
	border: 1px solid #3d3430;
}
.rope-line
{
	height:20px;
	background:url(../images/ropeline.png) repeat-x;
	/*
	border-style: double;
border-width:3px 0 0px 0;
border-color:#88746b;
*/
}
.footer-container
{
	overflow:auto;
	border-width				:0px 0px 0px 0px;
	border-color				:#515556;
	border-style				:double;
	margin:0 auto;
	width: 980px;
	padding-top:5px;
	background:url(../images/bg-footer.png) 50% -10% no-repeat;
	min-height:120px;
}
.footer-container .footer-left
{
	float:left;
	text-align:left;
	border:0px solid #056938;
	width								:200px;
	height							:100px;	
	margin:-15px 0 0 20px;
}
.footer-container .footer-right
{
	float:right;
	text-align:left;
	margin:-15px 20px 0 0px;
	width								:190px;
	height							:100px;
	list-style:none;
}
.footer-links
{
	padding: 0 0px 0 0px;
	font-size:13px;
}

.footer-links li
{
	display:block;
}
.footer-links li a
{
	color:#7c2e1c;
	text-decoration:none;
}
.footer-links li a:hover
{
	text-decoration:none;
	color:#056938;
}


.copyright li
{
	display:inline;
	padding-top:20px;
	position:relative;
	text-align:center;
}
.copyright a
{
	color:#7c2e1c;
}
.copyright a:hover
{
	text-decoration:none;
	color:#056938;
}














