/**
 * standaard lettertype + lettergrootte instellen
 */
* {
	font-family:				Tahoma, Arial, sans-serif;
	font-size:		 			11px;
	color:						#fff;
}

html {
}

.clear {
	clear:						both;
	font-size:					0px;
	height:						0px;
	line-height:				0px;
}

.onlyclear {
	clear:						both;
}

p {
	color:						#fff;
	font-size:					11px;
    line-height:                14px;
}

span {
	color:						#fff;
	font-size:					11px;
}

a {
	color:						#fff;
	font-size:					11px;
	text-decoration:			underline;
}

a:hover {
	color:						#ff0000;
}

h1 {
    font-size:                  24px;
    color:                      #f5e1da;
    font-style:                 italic;
    font-weight:                bold;
    margin:                     0;
}

h2 {
    color:                      #d6a972;
    font-style:                 italic;
    font-weight:                bold;
    font-size:                  11px;
}

h3 {
    color:                      #fff;
    font-size:                  20px;
    font-weight:                bold;
    font-style:                 italic;
    text-transform:             uppercase;
    text-align:                 right;
    margin:                     2px;
    padding:                    0;
}

span.titleproducts,
a.titleproducts {
    font-size:                  22px;
    color:                      #f5e1da;
    font-style:                 italic;
    font-weight:                bold;
    text-decoration:            none;
    margin:                     0;
}

span.title3 {
    color:                      #d6a972;
    font-style:                 italic;
    font-weight:                bold;
    font-size:                  12px;
}


/**
 * body, html
 * margin van het totale frame zetten
 * background instellen
 */
body,html {
	margin:						0px;
	background-color:			#4d4440;
	background-image:           url('/images/site/back.jpg');
}

/**
 * Wrapper
 * algehele container voor het hele frame
 */
#wrapper {
	width:						1001px;
	height:                     552px;
	margin:						0px auto;
	position:                   relative;
}

#wrapper .back {
	margin:						0;
	background-color:			#000;
	width:						1001px;
	height:						552px;
	-moz-opacity:               0.7;
    -khtml-opacity:             0.7;
    filter:                     alpha(opacity=70);
    opacity:                    0.7;
    position:                   absolute;
}

#wrapper .body {
    width:                      1001px;
    height:                     538px;
    position:                   absolute;
    margin:                     7px 0px;
    overflow:                   hidden;
}

#wrapper .body .left {
    float:                      left;
    margin:                      0 0 0 8px;
    width:                      475px;
}

#wrapper .body .left .menuwrap {
    position:                   relative;
    z-index:                    95;
}

#wrapper .body .left .menuwrap .searchform {
	position: 					absolute;
	top:						81px;
	left: 						11px;
}

#wrapper .body .left .menuwrap .searchform input {
	border: 					1px solid #d6a972;
	background-color: 			#000;
	width: 						120px;
}

#wrapper .body .left .menuwrap .searchform input.sm {
	border: 					none;
	font-weight: 				bold;
	color: 						#d6a972;
	font-size: 					12px;
	width: 						auto;
}

#wrapper .body .left .menu {
    position:                   absolute;
    width:                      200px;
    top:                        0px;
    right:                      0px;
}

#wrapper .body .left .menu ul {

    z-index:                    99;
}

#wrapper .body .left .menu ul li {
    background:                 #d6a972;
    height:                     22px;
    width:                      200px;
    margin:                     0px 0px 1px 0px;
}

#wrapper .body .left .menu ul li.sublist {
    height:                     auto;
    width:                      auto;
    margin:                     0 0 0 60px;
    line-height:                0px;
    font-size:                  0px;
    background:                 none;
}

#wrapper .body .left .menu ul li a {

}

#wrapper .body .left .menu ul li a.menuselected {
    color:                      #fff;
    font-size:                  17px;
    font-weight:                bold;
    font-style:                 italic;
    text-decoration:            none;
    position:                   static;
    padding:                    0 0 0 2px;
}

#wrapper .body .left .menu ul li a.menu {
    color:                      #723822;
    font-size:                  17px;
    font-weight:                bold;
    font-style:                 italic;
    text-decoration:            none;
    position:                   static;
    padding:                    0 0 0 2px;
}

#wrapper .body .left .menu ul li a.menu:hover  {
    color:                      #fff;
}

#wrapper .body .left .menu ul li.sublist ul.submenu {

}

#wrapper .body .left .menu ul li.sublist ul.submenu li {
    background:                 #f5cf9f;
}

#wrapper .body .left .menu ul li.sublist ul.submenu li a{
    padding:                    5px 0 0 10px;
}

#wrapper .body .left .menu ul li.sublist ul.submenu li a.menu {
    padding:                    0 0 0 10px;
}

#wrapper .body .left .menu ul li a.menusubselected {
    color:                      #000;
    font-size:                  17px;
    font-weight:                bold;
    font-style:                 italic;
    text-decoration:            none;
    padding:                    0 0 0 10px;
}

#wrapper .body .left .logo {
    width:                      197px;
    height:                     69px;
    background-image:           url('/images/site/logo.png');
}

#wrapper .body .left .leftspacer {
	width: 						300px;
	height: 					100px;
}

#wrapper .body .left .worldmap {
	position: 					absolute;
	top: 						-4px;
	right: 						10px;
}

#wrapper .body .left .mailingusers {

}

#wrapper .body .left .mailingusers label {
	float: 						left;
	font-size: 					12px;
	width: 						200px;
	margin:                     5px 0 0;
}

#wrapper .body .left .mailingusers span.sublabel {
	float: 						left;
	margin: 	                5px 3px 0px;
}

#wrapper .body .left .mailingusers span.sublabel2 {
	width: 						433px;
	float: 						left;
	margin: 	                5px 3px 0px;
	*margin: 	                3px 3px 0px;
}

#wrapper .body .left .mailingusers input,
#wrapper .body .left .mailingusers textarea {
	float: 						left;
	font-size: 					12px;
	background-color:			#000000;
	border:						1px solid #D6A972;
	width: 						200px;
	margin:                     2px 0;
}

#wrapper .body .left .mailingusers input.radio {
	width: 						20px;
	margin: 	                5px 0 2px;
	*margin:                    0px 0 2px;
	border: 					none;
}

#wrapper .body .left .mailingusers select {
	width: 						200px;
	border:						1px solid #D6A972;
	background-color:			#000000;
	float: 						left;
}

#wrapper .body .left .mailingusers select option {
	color: 						#fff;
}

#wrapper .body .middle {
    float:                      left;
    width:                      301px;
    border-width:               0px 1px;
    border-style:               solid;
    border-color:               #d6a972;
    margin:                     0 7px 0 0;
}

#wrapper .body .middle #map {

}

#wrapper .body .middle #map div {
    color:                      #000;
}

#wrapper .body .middle #map span.tt {
    color:                      #000;
    font-size:                  16px;
    font-weight:                bold;
}

#wrapper .body .middle #map p {
    color:                      #000;
    font-size:                  12px;
}

#wrapper .body .middle #map a.glink {
	color: 						#000;
    font-size:                  12px;
}

#wrapper .body .right {
    float:                      left;
    width:                      194px;
}

#wrapper .body .right .contactlink {
    width:                      184px;
    height:                     18px;
    display:                    block;
    margin:                     0;
    padding:                    0;
}

/* template specific */
#wrapper .body .secondleft {
    width:                      550px;
}

#wrapper .body .secondleft .logo {
    width:                      160px;
    height:                     57px;
    background-image:           url('/images/site/logosmall.png');
}

#wrapper .body .secondmiddle {
    width:                  424px;
    height:                 536px;
}

#wrapper .body .secondleft .column {
    float:                  left;
    width:                  250px;
    padding:                5px 10px 0 0;
}

#wrapper .body .secondleft .column .desc {
    line-height:            16px;
}

#wrapper .body .secondleft .column ul {
}
#wrapper .body .secondleft .column ul li {
    clear:                  both;
}

#wrapper .body .secondleft .column ul li .label {
    color:                  #d6a972;
    float:                  left;
    width:                  127px;
    font-weight:            bold;
    padding:                5px 0;
}

#wrapper .body .secondleft .column ul li .val {
    float:                  left;
    width:                  116px;
    padding:                5px 0;
}

#wrapper .body .secondleft .column a.download {
    display:                block;
    color:                  #d6a972;
    margin:                 10px 0 0 0;
}

#wrapper .body .secondleft .columnleft ul {
    list-style-type:        disc;
    margin:                 0 0 0 15px;
}

#wrapper .body .secondleft .columnleft ol {
    margin:                 0 0 0 15px;
}

#wrapper .body .secondleft .columnleft ul li,
#wrapper .body .secondleft .columnleft ol li {
    line-height:            16px;
}

/* block specific */

#wrapper .body .search_results {
    margin:                     10px 0 0 0;
}

#wrapper .body .search_results li {
    padding:                    2px;
}

#wrapper .body .search_results li a {
    text-decoration:            none;
    font-size:                  11px;
}

#wrapper .body div.desc {
	height: 					80px;
	margin: 					20px 15px 0 0;
}

#wrapper .body .categoryview {
    width:                      489px;
    height:                     181px;
    background:                 #3b3736;
    border-width:               0px 1px;
    border-style:               solid;
    border-color:               #d6a972;
    position:                   relative;
    margin:                     30px 0 0 -15px;
}

#wrapper .body .categoryview a.nav {
    width:                      39px;
    height:                     39px;
    background-image:           url('/images/site/navigate-l.png');
    position:                   absolute;
    z-index:                    99;
    top:                        131px;
    left:                       -19px;
}

#wrapper .body .categoryview a.nav-left {
    display:                    none;
}

#wrapper .body .categoryview a.nav-right {
    left:                       438px;
    background-image:           url('/images/site/navigate-r.png');
    display:                    none;
}

#wrapper .body .categoryview .products-catlist-visible-wrap {
    width:                      489px;
    position:                   relative;
    overflow:                   hidden;
    z-index:                    2;
}

#wrapper .body .categoryview .products-catlist-visible-wrap .products-catlist-wrap {
    width:                      4000px;
    height:                     160px;
    position:                   relative;
    z-index:                    2;
    left:                       0px;
    overflow:                   hidden;
}

#wrapper .body .categoryview .products-catlist-visible-wrap .products-catlist-wrap .noprods {
    display:                    block;
    margin:                     130px 0 0 0;
    width:                      450px;
    font-style:                 italic;
    font-weight:                bold;
    color:                      #fff;
    font-size:                  16px;
    text-align:                 center;
}

#wrapper .body .categoryview .products-catlist {
    margin:                      0 0 0 12px;
    height:                      160px;
}

#wrapper .body .categoryview .products-catlist3 {
    margin:                      0 0 0 68px;
}

#wrapper .body .categoryview .products-catlist2 {
    margin:                      0 0 0 123px;
}

#wrapper .body .categoryview .products-catlist1 {
    margin:                      0 0 0 168px;
}

#wrapper .body .categoryview .products-catlist li {
    height:                     153px;
    width:                      108px;
    margin:                     10px 0 0 7px;
    float:                      left;
    position:                   relative;
}

#wrapper .body .categoryview .products-catlist li .cattitle {
    color:                      #f4ce9f;
    font-size:                  11px;
    line-height:                16px;
    text-decoration:            none;
    padding:                    5px 0px;
    display:                    block;
    width:                      103px;
    text-align:                 center;
    top:                        121px;
    position:                   absolute;
}

#wrapper .body .categoryview .products-catlist li .catimg img {
    position:                   absolute;
    width:                      106px;
    clip:                       rect(0px, 106px, 119px, 0px);
    /* ie ignores comma's */
    *clip:                       rect(0px 106px 119px 0px);
}

#wrapper .body .categoryview .products-catlist li .cattitle:hover {
    text-decoration:            underline;
}

#wrapper .body .productslist {

}

#wrapper .body .productslist img {
    border:                 1px solid #d6a972;
    width:                  120px;
}

#wrapper .body .prodimgs {
    margin:                 0 0 0 20px;
}

#wrapper .body .prodimgs .wrap {
	position: 				relative;
}

#wrapper .body .prodimgs .wrap a.prev {
	top: 					-20px;
	left: 					50px;
	position: 				absolute;
}

#wrapper .body .prodimgs .wrap a.next {
	top: 					388px;
	left: 					50px;
	position: 				absolute;
}

#wrapper .body .prodimgs .smallimgs {
    width:                  120px;
    float:                  left;
    height: 				380px;
    overflow: 				hidden;
    position: 				relative;
    margin: 				0;
    text-align:				center;
}

#wrapper .body .prodimgs .smallimgs .allimgs {
    width:                  120px;
    height: 				4190px;
    overflow: 				hidden;
    position: 				relative;
}

#wrapper .body .prodimgs .smallimgs .allimgs li {
	margin: 			    0 0 10px 0;
}

#wrapper .body .prodimgs .smallimgs .allimgs img {
    height:                  120px;
}

#wrapper .body .prodimgs .bigimg img {
    width:                  275px;
}

#wrapper .body .quickproductsel {
    height:                 80px;
    margin:                 10px 0 0 130px;
}

#wrapper .body .quickproductsel span {
    padding:                0 0 5px 0;
}

#wrapper .body .quickproductsel select {
    color:                  #d6a972;
    border:                 none;
    position:               relative;
    top:                    1px;
    left:                   2px;
    width:                  178px;
}

#wrapper .body .quickproductsel select optgroup {
    color:                  #d6a972;
    font-weight: 			bold;
}

#wrapper .body .quickproductsel select option{
    color:                  #d6a972;
}

#wrapper .body .quickproductsel .wrap {
    position:               relative;
}

#wrapper .body .quickproductsel .selectunderlay {
    width:                  215px;
    height:                 21px;
    background-image:       url('/images/site/quickselect.png');
    position:               absolute;
}

#wrapper .body .quickproductsel .arrowremove {
    width:                  17px;
    height:                 17px;
    background:             #fff;
    position:               absolute;
    left:                   163px;
    top:                    2px;
    z-index:                1;
}

#wrapper .body .contactform-l form {
    margin:                     5px 0 0 0;
}

#wrapper .body .contactform-l form label {
    float:                      left;
    width:                      120px;
    font-weight:                bold;
    font-size:                  11px;
    padding-top:                3px;
}

#wrapper .body .contactform-l form .failure {
	border: 					1px solid #ff0000;
}

#wrapper .body .contactform-l form input,
#wrapper .body .contactform-l form textarea {
    float:                      left;
    background-color:           #d6a972;
    margin:                     0px 0px 5px;
    width:                      325px;
    font-weight:                bold;
    font-size:                  11px;
    color:                      #000;
    padding:                    2px;
    border:                     none;
}

#wrapper .body .contactform-l form input.small {
	width: 						158px;
	margin: 					0px 5px 5px 0px;
	*margin: 					0px 5px 0px 0px;
}

#wrapper .body .contactform-l form input.checkbox {
    width:                      30px;
    background:                 none;
    margin:                     7px 0 0;
}

#wrapper .body .contactform-l form input.radio {
	background: 				none;
	border: 					none;
	width: 						30px;
	margin: 	                5px 0;
}

#wrapper .body .contactform-l form span.sublabel {
	float: 						left;
	margin: 	                5px 0
}

#wrapper .body .contactform-l form textarea {
    height:                     75px;
}

#wrapper .body .contactform-l form .submitlbl {
    float:                      left;
    display:                    block;
    font-weight:                bold;
    font-size:                  11px;
    margin:                     10px 0 0 110px;
}

#wrapper .body .contactform-l form input.submit {
    float:                      left;
    width:                      20px;
    height:                     20px;
    background-image:           url('/images/site/button.jpg');
    cursor:                     pointer;
    margin:                     7px 0 0 5px;
    padding:                    0;
}

#wrapper .body .newsitems_ext {
    margin-right:           10px;
	height:315px;
}

#wrapper .body .left .newsitems .item {
	height:315px;
}


#wrapper .body .newsitems .itemholder span.title,
#wrapper .body .newsitems .item span.title {
    display:                    block;
    font-style:                 italic;
    font-weight:                bold;
    color:                      #fff;
    font-size:                  16px;
    border-width:               1px 0px;
    border-style:               solid;
    border-color:               #d6a972;

    padding:                    2px 0px;
    margin:                     10px 0px 5px;
}

#wrapper .body .newsitems .itemholder p,
#wrapper .body .newsitems .item p {
    line-height:                14px;
}

#wrapper .body .newsitems .itemholder a,
#wrapper .body .newsitems .item a {
    color:                      #d6a972;
}

#wrapper .body .contactform {

}

#wrapper .body .contactform input {
    background-color:           #d6a972;
    margin:                     5px 0;
    width:                      184px;
    font-weight:                bold;
    font-size:                  11px;
    color:                      #000;
    padding:                    2px;
}

#wrapper .body .contactform input.radio {
    width:                      auto;
    margin:                     4px 6px;
    float:                      left;
    background:                 none;
}

#wrapper .body .contactform input.submit {
    float:                      left;
    width:                      20px;
    height:                     20px;
    background-image:           url('/images/site/button.jpg');
    cursor:                     pointer;
    margin:                     1px 0 0 60px;
}

#wrapper .body .contactform label {
    float:                      left;
    padding:                    4px 0;
}

#wrapper .body .line {
    height:                     1px;
    width:                      184px;
    font-size:                  0px;
    line-height:                0px;
    background-color:           #723822;
}

#wrapper .body .title2 {
    font-size:                  16px;
    padding:                    3px 0;
    font-weight:                bold;
    font-style:                 italic;
    text-transform:             uppercase;
    color:                      #fff;
    text-decoration:            none;
}

#wrapper .body .wrap {
    position:                   relative;
}

#wrapper .body .wrap .contactblock {
    position:                   absolute;
    top:                        436px;
    left:                       0px;
}


#wrapper .body .wrap .smalltxt {
    font-size:                  10px;
    position:                   absolute;
    top:                        5px;
    left:                       100px;
}

.copyright {
	width:						1001px;
	margin:                     0px auto;
}

.copyright .inside {
    float:                      right;
    width:                      200px;
    margin:                     2px 0 0 0;
    position:                   relative;
}

.copyright .inside span {
    color:                      #807570;
    float:                      left;
}

.copyright .inside a {
    color:                      #807570;
    text-decoration:            none;
    float:                      left;
}

.copyright .inside a.img {
    background-image:           url('/images/site/conceptlicious.gif');
    width:                      11px;
    height:                     12px;
    display:                    block;
    margin:                    0px 3px;
}

#footer {
    width:                      100%;
    height:                     169px;
}

#footer .footerclosed {
    height:                     169px;
    background-image:           url('/images/site/footerback.png');
    background-position:        center center;
    width:                      100%;
    position:                   absolute;
    bottom:                     0px;
    z-index:					98;
}

#footer .footerclosed .insidewrap,
#footer .footeropen .insidewrap {
    width:                      1001px;
    margin:                     0px auto;
}

#footer .footerclosed .insidewrap .bottompic,
#footer .footeropen .insidewrap .bottompic {
    float:                      left;
    margin-top:                 45px;
}

#footer .block {
    float:                      left;
    height:                     89px;
    width:                      300px;
    margin:                     60px 0 0 30px;
    cursor: 					pointer;
}

#footer .block span.subtitle {
    color:                      #74584c;
    font-size:                  12px;
    font-weight:                bold;
}

#footer .block span.subtext {
    color:                      #000;
    font-size:                  10px;
    font-weight:                bold;
}

#footer .block p {
    color:                      #74584c;
    font-size:                  11px;
    line-height:                16px;
}

#footer .block .cloud {

}

#footer .block .cloud a {
    text-decoration:            none;
    color:                      #74584c;
    padding:                    2px;
}

#footer .block .cloud .tag5 a {
    font-size:                  24px;
}

#footer .block .cloud .tag4 a {
    font-size:                  20px;
}

#footer .block .cloud .tag3 a {
    font-size:                  16px;
}

#footer .block .cloud .tag2 a {
    font-size:                  12px;
}

#footer .block .cloud .tag1 a {
    font-size:                  10px;
}

#footer .blockbig {
    width:                      400px;
}

#footer .blockbig .bottompic2 {

}

#footer .footeropen{
    height:                     637px;
    background-image:           url('/images/site/footerbackopen.png');
    background-position:        center center;
    width:                      100%;
    position:                   absolute;
    bottom:                     0px;
    z-index:					99;
}

#footer a.footerbutton {
    color:                      #723822;
    font-weight:                bold;
    font-style:                 italic;
    font-size:                  14px;
    text-decoration:            none;
    margin:                     25px auto 0px;
    width:                      100px;
}

/* other css */
#slider ul, #slider li{
	margin:0;
	padding:0;
    list-style:none;
}

#slider, #slider li{
	width:301px;
	height:538px;
	overflow:hidden;
}

