/* ----------------------------------------------------------------------- BASICS */

html{
	height:100%;
}

body{
	height:100%;
	margin:0;
	padding:0;
	font-family:Arial, Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#49262f;
	background:#6b0000 url(images/bg2.jpg) no-repeat top center fixed;
	line-height:1.6em;
}
	
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
{
}

/* ----------------------------------------------------------------------- LAYOUT */


#container{
	width:938px;
	margin:0 auto;}
	
#header{
	width:938px;
	height:116px;
	float:left;
	background:url(images/header.png) no-repeat;}
	
#menu{
	margin:29px 0 0 244px;
	width:690px;
	float:left;
	height:34px;}

#main-container{
	width:938px;
	float:left;
	background:url(images/main-bg.png) repeat-y;}

#sub-menu{
	width:241px;
	float:left;
	background:url(images/sub-top.png) no-repeat;
	padding-top:12px;}
	
#main{
	width:691px;
	float:left;
	position:relative;}
	
#show{
	width:420px;
	height:236px;
	float:left;
	background:#FFF;}
#show_overlay_slice
{
	position:absolute;	
	width:420px;
	height:236px;
	top:0;
	left:0;
	overflow:hidden;
}

#show-overlay{
	width:691px;
	height:236px;
	position:absolute;
	top:0;
	left:0;}
#showspotlightContainer
{
	width:691px;
	height:236px;
	float:left;
	overflow:hidden;
	background:url('images/show-overlay.png');
}

#shop_spotlight_container
{
	float:left;
	width:250px;
	overflow:hidden;
}
.item_spotlight
{
	height:72px;
	width:240px;
	float:left;
	overflow:hidden;
	margin:0;
	padding:0 10px;
}
	
#shop_spotlight_container img
{
	width:72px;
	height:72px;
	float:left;
	border:0;
	margin:0; padding:0 2px;
}
.item_spotlight_title
{
	width:150px;	
	border:0px solid red;
}
.item_spotlight_title, .item_spotlight_price
{
	margin: 0 4px;
	float:left;
}

	
	
#breadcrumb{
	width:691px;
	float:left;
	height:24px;
	background:url(images/beadcrumbs-bg.png) no-repeat;
	color:#b60136;
	font-size:11px;
	padding-left:20px;}
	
#content{
	width:640px;
	margin:15px 0 0 25px;
	float:left;}
	
#footer{
	width:938px;
	height:70px;
	float:left;}

#search_site{
	float:left;
	margin:17px 20px 0 0;}

#search_site #search_text{
	border:1px solid #CCC;
	float:left;}

#search_site #search_button{
	border:1px solid #CCC;
	float:left;
	margin-left:3px;}













/* ----------------------------------------------------------------------- LINKS */

a {
	color:#b60136;
	text-decoration:underline;	}

a:hover {
	text-decoration:none;
}

/* ----------------------------------------------------------------------- HEAD-MENU */

#menu ul{
	margin:0;
	padding:0;
	list-style-type:none;
	position: relative;
	z-index:500;
}
#menu ul li {
	margin:0;
	padding:0;
	list-style-type:none;
	float:left;
	background:url(images/menu-lines.png) no-repeat right;
	}
	
#menu li:hover{}
	
#menu li.on{}
	
#menu li.on:hover{}

#menu li div{}
	
#menu li a{
	height:34px;
	line-height:32px;
	display:inline-block;
	font-size:12px;
	padding:0 15px;
	text-decoration:none;
	font-weight:normal;
	color:#760022;
}
	
#menu li a:hover{
	color:#FFF;
}

#menu ul li ul
{
	display: none;
}

#menu ul li:hover ul 
{
	display: block;
	position: absolute;
	z-index: 1000;
}

#menu li ul li
{
	width: 200px;
	background-color: #AE0321;
	background-image: none;
	border-bottom: #FFF solid 1px;
	clear: both;
}

#menu ul li ul li a
{
	color: #FFF;
	display: block;
	width: 200px;
}

#menu ul li ul li a:hover
{
	font-weight: bold;
}
	
#menu li.on a{
	color:#FFF;
}

/* ----------------------------------------------------------------------- SUB-MENU */


#sub-menu ul{
	margin:-1px 0 0 6px;
	padding:0;
	list-style-type:none;
}

#sub-menu li{
	margin:0;
	padding:0;
	list-style-type:none;
	background:url(images/sub-button.png) no-repeat;
}


#sub-menu li:hover{
	background:url(images/sub-button_hover.png) no-repeat;}

#sub-menu li.on{
	background:url(images/sub-button_hover.png) no-repeat;}

#sub-menu li div{}

#sub-menu li a{
	text-align:center;
	width:235px;
	height:30px;
	line-height:27px;
	font-size:12px;
	font-weight:bold;
	display:block;
	color:#b60136;
	text-decoration:none;}

#sub-menu li:hover a{
	color:#000;}

#sub-menu li.on a{
	color:#000;}











/* ----------------------------------------------------------------------- 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 */


/* ----------------------------------------------------------------------- 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;
}

#mod_projects_items table
{
	width:100%;	
}
#mod_projects_items td
{
	padding:2px;	
}
#mod_projects_items img
{
	border:0;	
}

#mod_projects_items .td_leesmeer
{
	text-align:right;	
}
#mod_projects_items th
{
	border-bottom: 1px solid #ccc;
	text-align:left;
	
}
#mod_projects_items td
{
	border-bottom: 1px solid #ccc;
	text-align:left;		
}

