@charset "UTF-8";

/* ----------------------- BASIS ----------------------- */

body {
	background-color:#f5f3ef;
	background-image: url(../img/assets/bg_shadow.jpg);
	background-position:center;
	background-repeat:repeat-y;
	padding: 0px;
	margin:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:18px;
	color:#222;
}

a {
	text-decoration: underline;
	color: #000000;
}

img {
	border: 0px;
}

/* ----------------------- OPBOUW ----------------------- */

#total {
	width:820px;
	margin-left: auto;
	margin-right: auto;
}

#holder {
	width:820px;
	float:left;
	background-image:url(../img/assets/bg_right.jpg);
	background-position:right;
	background-repeat:repeat-y;
}

#main {
	width:600px;
	float:left;
	position:relative;
	padding-bottom:15px;
}

#right {
	width:220px;
	float:right;
	padding-bottom:15px;
	background-image:url(../img/assets/bg_right.jpg);
	background-position:right;
	background-repeat:repeat-y;
}

#main_title {
	margin-top:30px;
	margin-left:30px;
}

/* ----------------------- ITEMS ----------------------- */

#item_holder {
	margin:15px;
}

#item_bg {
	cursor:pointer;
	width:190px;
	height:350px;
	float:left;
}

#item_bg:hover {
	background-color:#f0eeeb;
}

#item {
	position:relative;
	top:10px;
	right:15px;
	left:15px;
	width:160px;
}

.item_category {
	font-family:Helvetica, Arial, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#c1b8b0;
}

.item_title {
	font-size:18px;
	line-height:22px;
	padding-top:10px;
	height:42px;
}

hr {
	border:0;
	background-color:#dad8d5;
	height:1px;
	margin:0px;
	padding:0px;
}

.item_hr {
	margin-bottom:7px;
	margin-top:10px;
}

.item_smalltxt {
	font-size:10px;
	color:#c1b8b0;
	position:relative;
	top:8px;
}

.item_smalltxt a {
	color: #c1b8b0;
}

/* ----------------------- ITEMS RIGHT ----------------------- */

#right_item_bg {
	cursor:pointer;
	width:190px;
	padding-bottom:30px;
	margin-bottom:15px;
	float:left;
}

#right_item_bg:hover {
	background-color:#534434;
}

.right_item_category {
	color:#867c71;
}

.right_item_title {
	color:#FFF;
	font-size:18px;
	line-height:22px;
	padding-top:10px;
}

.right_item_hr {
	background-color:#655749;
}

.right_item_description {
	color:#867c71;
}

/* ----------------------- PAGE ----------------------- */

#page {
	padding:30px;
	float:left;
	text-align: justify;
	width:540px;
	font-size:14px;
	line-height:24px;
	color:#272727;
}

.button_back_top {
	margin-bottom:30px;
}

.button_back_bottom {
	margin-top:30px;
	margin-bottom:-13px;
}

.page_bottom_space {
	height:50px;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:28px;
	color:#483b2d;
	font-weight:normal;
	margin:0px;
	padding-top:50px;
}

h2 {
	font-family:Helvetica, Arial, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#c1b8b0;
	margin:0px;
	padding-bottom:34px;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	line-height:28px;
	color:#5a4e42;
	font-weight:normal;
	font-style:italic;
	margin:0px;
	padding-bottom:19px;
	padding-top:14px;
}

h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:20px;
	color:#bab5b0;
	font-weight:normal;
	margin:0px;
}


/* ----------------------- FOOTER ----------------------- */

#footer {
	width:820px;
	background-color:#dedbd2;
	float:left;
	color:#9c9a93;
	text-align: justify;
	background-image:url(../img/assets/about_bg.jpg);
	background-repeat:no-repeat;
	background-position:100% 100%;
}

#footer_txt {
	width:255px;
	margin-left:30px;
	margin-top:30px;
	margin-bottom:30px;
	float:left;
}
#signature {
	float:right;
	position:relative;
	top:25px;
	left:12px;
}
