/* ----------------------------------------------------------------------- BASICS */

html{
	height:100%;
	background:#e8e8e8 url(images/bg-x.jpg) repeat-x top;
}

body{
	height:100%;
	margin:0;
	padding:0;
	font-family:Arial, Verdana, Geneva, sans-serif;
	font-size:12px;
	background:url(images/bg.jpg) no-repeat top center;
	line-height:1.6em;
	color:#525252;
}
	
div, p, form, img{
	padding:0px; margin:0px;
}

h1 {
	font-size:18px;
}
	
h2 {
	font-size:16px;
}
	
h3 {
	font-size:14px;
}
	
h4 {
	font-size:12px;
}
	
h5 {
	font-size:11px;
}

h1, h2, h3, h4, h5
{
	padding:0px;
	margin:0px;
	color:#bd141a;
}

/* ----------------------------------------------------------------------- LAYOUT */



#container{
	width:990px;
	margin:0 auto;}
	
#header{
	width:990px;
	height:399px;
	float:left;
	position:relative;}
	
#show-overlay{
	width:990px;
	height:399px;
	position:absolute;
	top:0;
	left:0;
	z-index:5000;}
	
#show{
	width:990px;
	height:323px;
	float:left;
	margin:76px 0 0 0;
	background:#EFEFEF;}
	
#menu{
	width:990px;
	height:68px;
	float:left;
	position:relative;
	background:url(images/menu_bg.png) repeat-x;}
	
#main{
	width:990px;
	background:#FFF;
	float:left;}
	
#content-container{
	width:781px;
	background:url(images/content_bg.png) repeat-y;
	float:left;}
	
#content-top{
	width:781px;
	height:25px;
	float:left;}
	
#content-bottom{
	width:781px;
	height:13px;
	float:left;}
	
#content{
	width:700px;
	margin:10px 0 10px 40px;
	float:left;}
	
#box-container{
	width:209px;
	float:left;}
	
.box{
	width:209px;
	float:left;
	background:url(images/box_bg.png) repeat-y;}
	
.box-top{
	width:209px;
	height:45px;
	float:left;
	background:url(images/box_top.png) no-repeat;}
	
.box-top h2{
	font-size:12px;
	color:#FFF;
	font-weight:bold;
	padding:18px 0 0 32px;}	

.box-bottom{
	width:209px;
	height:13px;
	float:left;}

.box-inhoud{
	width:185px;
	margin:5px 0 0 7px;
	float:left;
	color:#525252;}

#footer{
	width:990px;
	height:110px;
	background:url(images/footer.png) no-repeat top;
	float:left;
	text-align:center;
	line-height:17px;
	font-size:11px;
	color:#a6a6a6;}






















/* ----------------------------------------------------------------------- LINKS */

a {
	text-decoration:underline;
	color:#000;
	font-weight:bold;
	font-style:italic;
}

a:hover {
	text-decoration:none;
	color:#000;
	font-weight:bold;
	font-style:italic;
}

/* ----------------------------------------------------------------------- HEAD-MENU */

#menu ul, #menu li
{
	margin:0;
	padding:0;
	list-style-type:none;
}
#menu li{
	float:left;
	background:url(images/head-lines.png) no-repeat right top;}
	
#menu li:hover{
	background:url(images/button_hover.png) repeat-x top;}
	
#menu li.on{
	background:url(images/button_hover.png) repeat-x;}
	
#menu li.on:hover{}

#menu li div{}
	
#menu li a{
	height:42px;
	line-height:42px;
	display:inline-block;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	color:#777;
	padding:0 15px;
	font-style:normal;
}
	
#menu li a:hover{
	color:#FFF;
}
	
#menu li.on a{
	color:#FFF;
}

/* ----------------------------------------------------------------------- SUB-MENU */
#menu ul li ul, #menu li ul li
{
	margin:0;
	padding:0;
	list-style-type:none;
}

#menu ul li ul{
	position:absolute;
	top:42px;
	left:5px;}

#menu li ul li{
	float:left;
	background:url(images/sub-lines.png) no-repeat right top;}
	
#menu li ul li:hover{
	background:url(images/sub-lines.png) no-repeat right top;}
	
#menu li ul li.on{
	background:url(images/sub-lines.png) no-repeat right top;}
	
#menu li ul li.on:hover{}

#menu li ul li div{}
	
#menu li ul li a{
	height:26px;
	line-height:26px;
	display:inline-block;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
	color:#fff;
	padding:0 10px;
	font-style:normal;
}
	
#menu li ul li a:hover{
	height:26px;
	line-height:26px;
	display:inline-block;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
	color:#000;
	padding:0 10px;
	font-style:normal;
}
	
#menu li ul li.on a{
	height:26px;
	line-height:26px;
	display:inline-block;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
	color:#000;
	padding:0 10px;
	font-style:normal;
}



/* ----------------------------------------------------------------------- FOOTER-MENU */


#footer ul, #menu li
{
	margin:0;
	padding:0;
	list-style-type:none;
}
#footer ul{
	height:12px;}

#footer li{
	display:inline;
	height:12px;
	border-right:1px solid #a6a6a6;}
	
#footer li:hover{}
	
#footer li.on{}
	
#footer li.on:hover{}

#footer li div{
	display:inline;}
	
#footer li a{
	line-height:12px;
	display:inline-block;
	font-size:11px;
	text-decoration:underline;
	font-weight:normal;
	color:#a6a6a6;
	padding:0 5px;
	font-style:normal;
}
	
#footer li a:hover{
	text-decoration:none;
}
	
#footer li.on a{
}


/* ----------------------------------------------------------------------- NEWS */

.news_item
{
	padding-bottom:20px;	
}
.news_title
{
	border-bottom:1px solid #ddd;	
	font-weight:bold;
}
.news_date
{
	font-style:italic;	
}
.news_image
{
	float:left;
	margin-right:5px;
}

/* ----------------------------------------------------------------------- SEARCH */
#search_shop{
	width:200px;
	padding:5px;
}
#search_site{
	width:200px;
	padding:5px;
}

/* ----------------------------------------------------------------------- SPOTLIGHT */
#spotlightContainer
{
	width:100%;	
}
.item_spotlight{
	float:left;
	padding:3px;
}

.item_spotlight img{
	}
	
.item_spotlight h3 a{
	}

/* ----------------------------------------------------------------------- GUESTBOOK */
#guestbook_write
{
	padding:3px;	
}
.guestbook_comment
{
	margin-bottom:20px;	
}
.guestbook_content
{
	padding:5px;
	border:1px solid #ddd;
}
.guestbook_sig
{
	font-weight:bold;	
	background:#ddd;
	padding:5px;
}

#guestbook_form img
{
	border:0;
}	
#guestbook_form input
{
	width:300px;
	font-size:10px;
	padding:5px;
}
#guestbook_form textarea
{
	width:300px;
	height:150px;
}
.error
{
	color:#f00;	
}


/* ----------------------------------------------------------------------- GALLERY */

#gal_wrapper{
	width:630px;
	text-align:center;}
	
#gal_title{
	width:630px;
	font-size:14px;
	font-weight:bold;
	color:#000;}

#gal_title a{
	font-size:14px;
	font-weight:bold;
	color:#000;}

#gal_image_name{}
	
#gal_allthumbs{
	width:630px;}
	
#gal_viewer{
	width:630px;}

#gal_nav{
	display:inline;
	vertical-align:top;
}
#gal_image_wrapper{}

#gal_image{}

#gal_nav_arrow_1{
display:inline;
}
 
#gal_nav_arrow_2{
	display:inline;}

#gal_nav_thumbs{
	display:inline;
}
#gal_nav_thumbs img{
	display:inline;
}



