/********/
/* html */
/********/
body {
	background:#FFF;
	margin:0;
	padding:0;
	text-align:center
}

div {
	text-align:left
}

img {
	border:0;
	display:block
}

h1 {
	
}

h2 {
	
}

h3 {
	
}

h4 {
	
}

h5 {
	
}

h6 {
	
}

p {
	margin:0 0 18px 0;
	padding:0
}

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

a:hover {
	text-decoration:underline
}

a.active,
a:focus {
	outline: 0
}

hr {
	background:#FFF;
	border:0;
	border-top:1px solid #DDD;
	height:1px;
	line-height:1px;
	margin:0 0 10px 0
}

form {
	margin:0;
	padding:0
}

input,
textarea,
select {
	border:1px solid #DBDFE6;
	color:#7F7F7F;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	height:16px;
	padding:2px 5px 0 5px
}

td {
	color:#7F7F7F;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	line-height:18px;
	text-align:left;
	vertical-align:top
}


/**********/
/* layout */
/**********/
/* page */
#page {
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	margin:0 auto;
	width:961px;
	min-height:500px;
}

#bottom_wrapper {
	width:100%;
	background-repeat:repeat-x;
	background-image:url(../img/bg/footer_kleur.jpg);
	background-position:bottom center;
}

#bottom {
	margin:0 auto;
	width:959px;
	height:101px;
	position:relative;
	background-repeat:repeat-x;
	background-image:url(../img/bg/footer_kleur.jpg);
	background-position:bottom center;
}

#empty {
	height:101px;
	width:100%;
}

/* header */
#header {
	width:959px;
	margin:0 auto;
	position:relative;
	height:144px;
	z-index:10;
	background:#391e10;
}

#header_wrapper {
	width:100%;
	position:relative;
	background:#391e10;
	z-index: 600;
}

#logo {
	width:251px;
	height:57px;
	position:absolute;
	left:19px;
	top:27px;
}

#search {
    background: url(../img/bg/search.gif) no-repeat;
    height: 20px;
	position:absolute;
	right:85px;
	top:52px;
    width: 257px;
}

#search input {
    float: left;
    height: 20px;
    padding:0 0 0 5px;
    width: 245px;
    line-height: 20px;
    border: none;
    background: none
}


#search #cs_search_pages_button {
    position:absolute;
	right:-72px;
	top:0;
	width: 72px;
    height: 20px;
}

#search #cs_search_pages_button a {
    background: url(../img/bg/search_button.jpg) no-repeat;
    width: 72px;
    height: 20px;
	float:right;
}

#search #cs_search_pages_button a span {
    display: none
}

/* Menu */
#menu {
	height: 30px;
	margin:0 auto;
	position:relative;
	z-index:2;
	padding-left:17px;
	width: 942px;
	background:#837966;
}

#menu_wrapper {
	width:100%;
	background:#837966;
}
#menu ul {
	list-style: none;
	margin:0 0 0 0px;
	padding:0;
	float:left;
}

#menu li a.active,
#menu li a:hover {
	color:#fff;
	background:#c77022;
}

#menu ul li {

	float: left;
	height: 30px;
	line-height:30px;
	padding: 0 1px 0 1px;
	position: relative;
}
#menu li a {
	color: #fff;
	height:30px;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	font-weight:normal;
	padding: 0px 10px 0 10px;
	font-family:Arial, Helvetica, sans-serif;
}
#menu li a:hover, #menu .cs_hover a {
	background: #c77022 repeat;
}
#menu li:hover .submenu {
	display: block;
}

#menu .submenu {
	display:none;
	background:#c77022;
	position:absolute;	
	z-index:30;
	padding-bottom: 10px;
	padding-top:10px;
	z-index: 601;
	padding-right:10px;
}
#menu .submenu li a:hover {
	background: none;
}

#menu .submenu ul {
	margin:0;
}

#menu .submenu li {
	height: 20px;
	background: none;
	float:none;
	width: auto;
	z-index: 9999;
	position: relative;
	margin:0 0 5px 0;
	line-height:20px;
}
#menu .submenu li a {
	background: none;
	padding: 0px 0 0 10px;
	font-weight: normal;
	float: none;
	width:auto;
    white-space:nowrap;
	padding-right: 5px;
	color:#fff; 
}

#menu .submenu .shadow_tl {
	width:4px;
	height:4px;
	/*background:url(../img/menu/shadow_tl.png);*/
	position:absolute;
	top:-4px;
	left:-4px;
}

#menu .submenu .shadow_tc {
	height:4px;
	/*background:url(../img/menu/shadow_tc.png);*/
	position:absolute;
	top:-4px;
	left:0px;
	right:0;
}

#menu .submenu .shadow_tr {
	width:4px;
	height:4px;
	/*background:url(../img/menu/shadow_tr.png);*/
	position:absolute;
	top:-4px;
	right:-4px;
}

#menu .submenu .shadow_ml {
	width:4px;
	background:url(../img/menu/shadow_ml.png);
	position:absolute;
	top:0px;
	bottom:0;
	left:-4px;
}

#menu .submenu .shadow_mr {
	width:7px;
	background:url(../img/menu/shadow_mr.png);
	position:absolute;
	top:0px;
	bottom:0;
	right:-7px;
}

#menu .submenu .shadow_bl {
	width:5px;
	height:8px;
	background:url(../img/menu/shadow_bl.png);
	position:absolute;
	bottom:-8px;
	left:-5px;
}

#menu .submenu .shadow_bc {
	height:8px;
	background:url(../img/menu/shadow_bc.png);
	position:absolute;
	bottom:-8px;
	left:0px;
	right:0;
}

#menu .submenu .shadow_br {
	width:7px;
	height:8px;
	background:url(../img/menu/shadow_br.png);
	position:absolute;
	bottom:-8px;
	right:-7px;
}
#menu .last {
	background: none;
}
#menu #submenu_active a {
	font-weight: bold;
}

/* top_menu */
#top_menu {
	height: 30px;
	position:relative;
	top:114px;
	left:17px;
	width: 929px;
	background:#fff;
	z-index:5;
	background:#391e10;
	color:#837966;
}
#top_menu ul {
	list-style: none;
	margin:0 0 0 0px;
	padding:0;
	float:left;
}

#top_menu li a.active,
#top_menu li:hover a {
	color:#000;
}

#top_menu ul li {
	float: left;
	height: 30px;
	line-height:30px;
	padding: 0 1px 0 1px;
	position: relative;
}
#top_menu li a {
	color: #837966;
	height:30px;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	padding: 0px 10px 0px 10px;
}
#top_menu li a:hover, #top_menu .cs_hover a {	
	color: #000;
	background: url(../img/menu/submenu_white.png) repeat;
}
#top_menu .cs_hover a {	
	padding: 0px 9px 29px 9px;
	border-top: solid 1px #a5a5a6;
	border-left: solid 1px #a5a5a6;
	border-right: solid 1px #a5a5a6;	
	line-height:29px;
}

#top_menu .cs_hover li a {
	border: none;
}

#top_menu li:hover .submenu {
	display: block;
}

#top_menu .submenu {
	display:none;
	background:url(../img/menu/submenu_white.png);
	position:absolute;	
	z-index:30;
	padding-bottom: 10px;
	padding-top:10px;
	z-index: 9999;
	padding-right:10px;
}
#top_menu .submenu li a:hover {
	background: none;
}

#top_menu .submenu ul {
	margin:0;
}

#top_menu .submenu li {
	height: 20px;
	background: none;
	float:none;
	width: auto;
	padding-bottom:5px;
	z-index: 9999;
	position: relative;
	line-height:20px;
}
#top_menu .submenu li a {
	background: none;
	padding: 0px 0 0 10px;
	font-weight: normal;
	float: none;
	width:auto;
	color:#4b4b4d;
    white-space:nowrap;
	padding-right: 5px;
	color:#000; 
}

#top_menu .submenu .shadow_tl {
	width:4px;
	height:4px;
	/*background:url(../img/menu/shadow_tl.png);*/
	position:absolute;
	top:-4px;
	left:-4px;
}

#top_menu .submenu .shadow_tc {
	height:1px;
	/*background:url(../img/menu/shadow_tc.png);*/
	position:absolute;
	top:-1px;
	left:0px;
	right:0;
}

#top_menu .submenu .shadow_tr {
	width:4px;
	height:4px;
	/*background:url(../img/menu/shadow_tr.png);*/
	position:absolute;
	top:-4px;
	right:-4px;
}

#top_menu .submenu .shadow_ml {
	width:4px;
	/*background:url(../img/menu/shadow_ml.png);*/
	border-left: solid 1px #a5a5a6;
	position:absolute;
	top:0px;
	bottom:0;
	left:0px;
}

#top_menu .submenu .shadow_mr {
	width:7px;
	/*background:url(../img/menu/shadow_mr.png);*/
	border-right: solid 1px #a5a5a6;
	position:absolute;
	top:0px;
	bottom:0;
	right:0px;
}

#top_menu .submenu .shadow_bl {
	width:5px;
	height:8px;
	xbackground:url(../img/menu/shadow_bl.png);
	position:absolute;
	bottom:-8px;
	left:-5px;
}

#top_menu .submenu .shadow_bc {
	height:8px;
	/*background:url(../img/menu/shadow_bc.png);*/
	border-bottom: solid 1px #a5a5a6;
	position:absolute;
	bottom:0px;
	left:0px;
	right:0;
}

#top_menu .submenu .shadow_br {
	width:7px;
	height:8px;
	xbackground:url(../img/menu/shadow_br.png);
	position:absolute;
	bottom:-8px;
	right:-7px;
}
#top_menu .last {
	background: none;
}
#top_menu #submenu_active a {
	font-weight: bold;
}

/* content */
#content {
	width:959px;
	min-height:100px;
	float:left;
	margin:0 0 0 1px;
	position:relative;
	z-index:1
}

#breadcrum {
	width:931px;
	height:36px;
	float:left;
	padding:12px 0 0 28px;
}

#blocks_wrapper {
	width:930px;
	height:412px;
	float:left;
	margin:0 0 0 16px;
	position:relative;
}

.block_1 {
	width:296px;
	height:412px;
	position:absolute;
	left:0;
	bottom:0;
	overflow:hidden;
}

.block_1 p,
.block_1 img {
	width:296px;
	left:0;
	position:absolute;
	top:0;
}


.block_1 .overlay {
	width:266px;
	min-height:102px;
	padding:15px;
	position:absolute;
	left:0;
	font-size:11px;
	top:131px;
	color:#fff;
	line-height:16px;
	background:url(../img/bg/overlay.png) repeat-y
}

.block_1 .overlay p {
	margin:0;
	position:static;
}

.block_1 .overlay h2 {
	margin:0 0 10px 0;
	padding:0;
	font-weight:normal;
	font-size:28px;
}

.block_2 {
	width:296px;
	height:412px;
	position:absolute;
	left:318px;
	bottom:0;
	overflow:hidden;
}

.block_2 p,
.block_2 img {
	width:296px;
	left:0;
	position:absolute;
	top:0;
}

.block_2 .overlay {
	width:266px;
	min-height:102px;
	padding:15px;
	position:absolute;
	left:0;
	font-size:11px;
	top:0px;
	color:#fff;
	line-height:16px;
	background:url(../img/bg/overlay.png) repeat-y
}

.block_2 .overlay p {
	margin:0;
	position:static;
}

.block_2 .overlay h2 {
	margin:0 0 10px 0;
	padding:0;
	font-weight:normal;
	font-size:28px;
}

.block_3 {
	width:296px;
	height:412px;
	position:absolute;
	right:0px;
	bottom:0;
	overflow:hidden;
}

.block_3 p,
.block_3 img {
	width:296px;
	left:0;
	position:absolute;
	top:0;
}

.block_3 .overlay {
	width:266px;
	height:67px;
	padding:15px;
	position:absolute;
	left:0;
	font-size:11px;
	bottom:0px;
	color:#fff;
	line-height:16px;
	background:url(../img/bg/overlay.png) repeat-y
}

.block_3 .overlay p {
	margin:0;
	position:static;
}

.block_3 .overlay h2 {
	margin:0 0 10px 0;
	padding:0;
	font-weight:normal;
	font-size:28px;
	line-height:28px;
}

.block_1 img, .block_2 img, .block_3 img {
	z-index:1;
}

.overlay {
	z-index:1000;
}

.overlay p, .overlay h2 {
	z-index:3;
}


#content_wrapper {
	width:959px;
	float:left;
	margin:36px 0 41px 0;
	min-height:100px;
}

#content_wrapper_text {
	width:959px;
	float:left;
	padding:0px 0 41px 0;
	min-height:100px;
}

#content_wrapper_text #text_wide {
	width:701px;
	min-height:119px;
	float:left;
	line-height:16px;
	color:#4b4b4d;
	padding:12px 0 0 0;
}

.news_item {
	width:701px;
	min-height:100px;
	float:left;
	padding-bottom:5px;
	border-bottom:1px solid #a5037c
}

.news_item .image {
	width:150px;
	height:100px;
	float:left;
}

.news_item .text {
	width:536px;
	height:100px;
	float:left;
	color:#4B4B4D;
	line-height:16px;
	margin:0 0 0 15px;
}

.news_item .text h2 {
	margin:5px 0 10px 0;
	padding:0;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}

.news_item .link {
	width:701px;
	height:20px;
	float:left;
	text-align:right;
	line-height:20px;
	margin:5px 0 0 0;
}

.news_item .link a {
	color:#a5037c;
}

.news_item .image img {
	width:150px;
	height:100px;
}

#content_wrapper_text #text_wide h1 {
	margin:0 0 10px 0;
	padding:0;
	font-size:28px;
	color:#4b4b4d;
	font-weight:normal;
}

#content_wrapper_products {
	width:959px;
	float:left;
	margin:0px 0 0 0;
	min-height:100px;
}

#content_wrapper_detail {
	width:959px;
	float:left;
	margin:0px 0 0 0;
	min-height:100px;
}

#content_wrapper_detail #large_image {
	width:258px;
	height:272px;
	float:left;
	margin:10px 48px 60px 58px;
}

#content_wrapper_detail #detail_text {
	width:357px;
	min-height:163px;
	float:left;
	line-height:16px;
	color:34b4b4d;
	padding:0px 0 0 0;
	margin:0 12px 0 24px;
}

#content_wrapper_detail #detail_text h1 {
	margin:0 0 10px 0;
	padding:0;
	font-size:28px;
	color:#4b4b4d;
	font-weight:normal;
}

#content_wrapper_detail #detail_right {
	width:180px;
	float:right;
	margin:0 12px 0 0;
	position:relative;
}

#content_wrapper_detail #detail_right p,
#content_wrapper_detail #detail_right img {
	width:180px;
	left:0;
	position:absolute;
	top:0;
}

#latest_news {
	width:264px;
	min-height:93px;
	background:#837966;
	float:left;
	line-height:16px;
	margin:0 38px 0 16px;
	padding:12px 16px 16px 16px;
	color:#fff;
}

#latest_news a {
	color:#fff;
}

#latest_news p {
	margin:0;
}

#latest_news_text {
	width:169px;
	min-height:386px;
	background:#837966;
	float:left;
	line-height:16px;
	margin:0 28px 0 16px;
	padding:12px 16px 16px 16px;
	color:#fff;
}

#latest_news_text p {
	margin:0;
}

#latest_news_text h1 {
	margin:0 0 10px 0;
	padding:0;
	font-size:28px;
	color:#fff;
	font-weight:normal;
}

#latest_news h1 {
	margin:0 0 10px 0;
	padding:0;
	font-size:28px;
	color:#fff;
	font-weight:normal;
}

#content_wrapper_text #text {
	width:377px;
	min-height:119px;
	float:left;
	line-height:16px;
	color:#4b4b4d;
	padding:12px 0 0 0;
}

#content_wrapper_products #text {
	width:357px;
	min-height:163px;
	float:left;
	line-height:16px;
	color:#4b4b4d;
	padding:0px 0 0 0;
	margin:0 12px 0 24px;
}

#content_wrapper_products #banner_right {
	width:553px;
	height:163px;
	float:left;
	line-height:16px;
	color:#4b4b4d;
	padding:0px 0 0 0;
}

#content_wrapper_products #banner_right_wide {
	width:553px;
	height:163px;
	float:left;
	line-height:16px;
	color:#4b4b4d;
	padding:0px 0 0 0;
}

#content_wrapper_products #banner_right p,
#content_wrapper_products #banner_right img {
	width:553px;
	height:163px;
	left:0;
	position:absolute;
	top:0;
}

#content_wrapper_products #banner_right img {
	xdisplay:none;
}


#banner_right {
	width:296px;
	float:right;
	margin:0 13px 0 0;
	position:relative;
}

#banner_right img {
	width:296px;
	height:412px;
}

#banner_right p,
#banner_right img {
	width:296px;
	height:412px;
	left:0;
	position:absolute;
	top:0;
}

#banner_right img {
	xdisplay:none;
}

#borders {
	width:959px;
	height:51px;
	float:left;
	background:url(../img/bg/borders.gif) no-repeat
}

.product_wrapper {
	width:934px;
	min-height:100px;
	float:left;
	padding:35px 0 0 55px;
}

.product_wrapper .product {
	width:100px;
	min-height:105px;
	margin:0 86px 0px 0;
	float:left;
	padding-bottom:50px;
}

.product_wrapper .product .image {
	width:100px;
	height:105px;
	margin:0 0 29px 0;
	float:left;
}

.product_wrapper .product .image img {
	width:100px;
	height:105px;
}

.product_wrapper .product .title {
	width:100px;
	margin-bottom:4px;
	text-align:center;
	float:left;
}

.product_wrapper .product .title h3 {
	margin:0;
	padding:0;
	font-family:Helvetica;
	font-size:12px;
	color:#4b4b4d;
}

.product_wrapper .product .price {
	width:100px;
	text-align:center;
	float:left;
}

.color {
	width:22px;
	height:22px;
	float:left;
	margin:0 7px 7px 0;
}

#text {
	width:596px;
	min-height:119px;
	float:left;
	line-height:16px;
	color:#4b4b4d;
	padding:12px 0 0 0;
}

#text h1 {
	margin:0 0 10px 0;
	padding:0;
	font-size:28px;
	color:#4b4b4d;
	font-weight:normal;
}


/* footer */
#footer {
	width:931px;
	float:left;
	margin:0px 0 0 17px;
	min-height:117px;
	position:relative;
}

.title_1 {
	width:140px;
	height:25px;
	padding:10px 0 0 16px;
	position:absolute;
	left:0;
	top:0;
}

.title_1 h2 {
	margin:0;
	padding:0;
	font-size:22px;
	color:#4b4b4d;
	font-weight:normal;
}

.title_2 {
	padding:10px 0 0 16px;
	width:137px;
	height:25px;
	position:absolute;
	left:155px;
	top:0;
}

.title_2 h2 {
	margin:0;
	padding:0;
	font-size:22px;
	color:#4b4b4d;
	font-weight:normal;
}

.foot_1 {
	width:156px;
	min-height:117px;
	float:left;
	margin:0 1px 0 0;
	position:relative;
}

.foot_2 {
	width:153px;
	min-height:117px;
	float:left;
	margin:0 1px 0 0;
	position:relative;
}

.foot_3 {
	width:160px;
	min-height:117px;
	float:left;
	margin:0 1px 0 0;
}

.foot_4 {
	width:156px;
	min-height:117px;
	float:left;
}

.foot_2, .foot_3, .foot_4 {
	margin-left:-10px;
}

.foot_2 ul li, .foot_3 ul li, .foot_4 ul li {
	margin-left:10px;
}

#footer ul {
	list-style:none;
	float:left;
	margin:45px 0 0 13px;
	padding:0;
	border:none;
}

#footer ul:first-child {
	border-left:1px dotted #000;
}

#footer li {
	padding:0 0 0 10px;
	min-width:150px;
	float:left;
	line-height:16px;
	background:url(../img/bg/list_item.png) left 5px no-repeat;
}

#footer li a {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#4b4b4d;
	float:left;
	font-size:12px;
}

.foot_left {
	width:400px;
	height:20px;
	position:absolute;
	left:30px;
	top:-11px;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}

.foot_right {
	width:400px;
	height:20px;
	position:absolute;
	right:30px;
	top:-11px;
	text-align:right;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}

.cs_breadcrumb ul {
	margin:0;
	padding:0;
	list-style:none
}

.cs_breadcrumb li {
	float:left;
	margin:0 5px 0 0;
}

.cs_breadcrumb li a {
	color:#a5037c;
}

/*********/
/* pages */
/*********/


/***********/
/* overall */
/***********/
.clear {
	clear:both;
	font-size:1px;
	height:1px;
	line-height:1px
}

.hide{
	display:none
}

/* forms */
.cs_form_wrapper .cs_form_label label {
	
}

.cs_form_wrapper .cs_form_input input,
.cs_form_wrapper .cs_form_input textarea,
.cs_form_wrapper .cs_form_input select {
	
}

.cs_form_wrapper .cs_form_input textarea,
.cs_form_wrapper .cs_form_input select {
}

.cs_form_wrapper .cs_form_button {
}

.cs_form_wrapper .cs_form_button {
    display: inline;
    float: right;
    margin: 10px 15px 20px 10px;
}

.cs_form_wrapper .cs_form_button input {
	cursor:pointer;
	background:#a5037c;
	color:#fff;
}

#cs_language_chooser {
	background: url(../img/bg/language_chooser_bg.png) 68px 2px no-repeat;
	position: absolute;
	right: 5px;
	top: 5px;
	width: 100px;
}
#cs_language_chooser ul {	
	margin: 0px;
	list-style: none;
	float: right;
}
#cs_language_chooser ul li {
	float: left;
	padding-right: 10px;
}
#cs_language_chooser ul li a {
	text-decoration: none;
}
#cs_language_chooser ul li.cs_active a {
	font-weight: bold;
	text-decoration: underline;
}
