/*********************** header elements ***********************/


#headerbg {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #0b2308;
	background-color: #0b0300;
	height: 30px;
	width: 100%;
	}
    
#header {
	position: relative;
	margin: 0 auto 0 auto;
	padding: 0;
	width: 760px;
	background-color: #0b2308;
	background-color: #0b0300;
	height: 30px;
	}
 
#header h1{
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 11px;
	color: #fff;
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	clear: none;
	word-spacing: 0.1em;
	letter-spacing: 1px;
	line-height: 27px;
	}	

#header h1 a {
	color: #fff;
    color: #828282;
	text-decoration: none;
	}	

#header h1 a:hover {
	color: #000;
    color: #fff;
	text-decoration: none;
	}	
 
    
/*********************** banner elements ***********************/

body#open #bannerbg {
	position: absolute;
	top: 30px;
	left: 0;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #2a231b;
	height: 450px;
	height: 495px;
	width: 100%;
	}

body#open #banner {
	position: relative;
	margin: 0 auto 0 auto;
	padding: 0;
	width: 760px;
	background-color: #2a231b;
	height: 450px;
	}

body#open #slideshow {
	position: absolute;
	/*bottom: 0;*/
	left: 0;
	top: 0;
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	width: 760px;
	height: 450px;
	height: 495px;
	}

body#closed #bannerbg {
	position: absolute;
	top: 30px;
	left: 0;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #2a231b;
	height: 80px;
	width: 100%;
    display: block;
	}

body#closed #banner {
	position: relative;
	margin: 0 auto 0 auto;
	padding: 0;
	width: 760px;
	background-color: #2a231b;
	height: 45px;
    display: block;
	}

body#closed #slideshow {
	display: none;
	}

/*********************** nav elements ***********************/

body#open #navbg {
	position: absolute;
	top: 485px;
	left: 0;
	margin: 5px 0 0 0;
	padding: 0 0 0 0;
	background: transparent url(http://www.kask.be/portfolio/images/nav_bg.gif) repeat-x 0 0;
	height: 30px;
	width: 50%;
	}

body#closed #navbg {
	position: absolute;
	top: 75px;
	left: 0;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: transparent url(http://www.kask.be/portfolio/images/nav_bg.gif) repeat-x 0 0;
	height: 30px;
	width: 50%;
    display: block;
	}


#nav {
	position: relative;
	top: 10px;
	left: 0;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	background-color: #2a231b;
	height: 30px;
	width: 760px;
    z-index: 10;
	}

body#closed #nav {
	top: 0;
	}

#nav ul {
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
	font-size: 10px;
	color: #828282;
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	
	
	
	}
	
#nav li {
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
	}
	
#nav li a {
	float: left;
	margin: 0 0 0 0;
	padding: 0 10px 0 10px;
	height: 30px;
	/*background-color: transparent;*/
	line-height: 30px;
	text-decoration: none;
	}
	
#nav li a:hover {
	float: left;
	height: 30px;
	/*background: transparent url(http://www.kask.be/portfolio/images/nav_bg.gif) repeat-x 0 0;*/
	line-height: 30px;
	color: #fff;
	text-decoration: none;
	}							

#nav .current {
	float: left;
	height: 30px;
	background-color: #0a1100;
	background: #0b2308 url(http://www.kask.be/portfolio/images/nav_bg.gif) repeat-x 0 0;
	line-height: 30px;
	color: #000000;
	text-decoration: none;
    border-left: solid 1px #b5b5b5 ;
	}							


#nav .current a, #nav .current a:hover  {
	color: #000000;
	}							

#nav .over {
	float: left;
	height: 30px;
	background: transparent url(http://www.kask.be/portfolio/images/nav_bg.gif) repeat-x 0 0;	line-height: 30px;
	color: #828282;
	text-decoration: none;
	}							


#nav .over a:hover  {
	color: #000;
	}							

h1  {
	color: #2a231b;
	}			


