/*  layout styles */ 

/* holy grail 3 column layout */

	/* column container */
	.subpage_mainwrapper {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
    clear:both;
  /*  float:left; */
    width:960px;				/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* holy grail 3 column settings */
	.subpagelayout {
	    background-color:transparent;    	/* Right column background colour */
	}
    .subpagelayout .subpage_mainwrapper2 {
        float:left;
        width:200%;
        margin-left:-200px; 	/* Width of right column */
        position:relative;
        right:100%;
        background-color:transparent;    	/* Centre column background colour */
    }
    .subpagelayout .subpage_center_wrapper {
        float:left;
        width:100%;
        margin-left:-50%;
        position:relative;
        left:400px;         	/* Left column width + right column width */
        background-color:transparent;    	/* Left column background colour */
    }
    .subpagelayout .subpage_center_wrapper2 {
        float:left;
	    width:50%;
	    position:relative;
	    right:200px;        	/* Width of left column */
	    padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
	}
	.subpagelayout .subpage_center {
        margin:0 200px;     	/* Centre column side padding:
                            	Left padding = left column width + centre column left padding width
                            	Right padding = right column width + centre column right padding width */
        position:relative;
	    left:200%;
	    overflow:hidden;
	}
    .subpagelayout .subpage_left {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:200px;       	/* Width of left column content (left column width minus left and right padding) */
        position:relative;
        right:0px;         	/* Width of the left-had side padding on the left column */
    }
    .subpagelayout .subpage_right {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:200px;        	/* Width of right column content (right column width minus left and right padding) */
        margin-right:0px;  	/* Width of right column right-hand padding + left column left and right padding */
        position:relative;
        left:50%;
    }
    
    <!--[if lt IE 7]>
    .subpage_center {
	    width:100%;
	}
    <![endif]-->


/*  layout styles */ 

#container {
	width: 960px;  
	margin: 0 auto; 
	border: none;
	text-align: center;
	background-color:transparent;
}


#header {
	width: 960px;
	height: 120px;
	background-color:transparent;
	clear:both;
}

#logo {
	width: 535px;
	text-align:left;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 5px;
}

#header_right {
	width: 420px;
	float: left;
	text-align:right;
}

#auxmenu {
	text-align:right;
	padding-top: 15px;
	padding-right: 0px;
}

#textmenu {
	width: 960px;
	text-align:center;
	padding-top: 5px;
	padding-bottom: 5px;
}

#mainmenucontainer {
	width: 960px;
	background-color: #d9d1ba;
	background-image:url('/gui/menubg.gif');
	text-align: center;
	clear: both;
}

#mainmenushadowtop {
	width: 960px;
	height: 10px;
	background-color: #d9d1ba;
	background-image:url('/gui/mm-shadow-top.gif');
	clear: both;
}

#mainmenushadowbottom {
	width: 960px;
	height: 10px;
	background-color: #d9d1ba;
	background-image:url('/gui/mm-shadow-bottom.gif');
	clear: both;
}

#hptext {
	width: 936px;
	height: 175px;
	background-color: #b1afa5;
	clear:both;
	text-align: left;
	padding: 12px;
	margin-top: -12px;
}

#hpboxarea {
	width: 960px;
	clear: both;
	background-color: transparent;
}

#keyvisual {
	clear: both;
}

#keyvisual_subpage {
	clear: both;
}

#hpbox_left {
	z-index: 2;
	background-repeat:no-repeat;
	background-position: right top;	
	height: 180px;
	text-align: left;
	padding: 12px;
}

#hpbox_center {
	z-index: 2;
	background-repeat:no-repeat;
	background-position: right top;	
	height: 180px;
	text-align: left;
	padding: 12px;
}

#hpbox_right {
	z-index: 2;
	background-repeat:no-repeat;
	background-position: right top;	
	height: 180px;
	text-align: left;
	padding: 12px;
}

#main {
	background-color: #FFFFFF;
	min-height: 520px;
	margin-top: 15px;
	padding-top: 20px;
	padding-bottom: 25px;
	padding-left: 25px;
	padding-right: 25px;
	text-align: left;
}

#breadcrumbs {
	width: auto;
	padding: 6px;
	background-color: #d9d1ba;
	background-image:url('/gui/box-a.gif');
	text-align: left;
	margin-bottom: 5px;
	clear: both;		
}

.subpagebox_left {
	margin-bottom: 0px;
	margin-top: 15px;
	margin-left: 0px;
	margin-right: 15px;
	padding: 15px;
	width: auto; auto;
	background-color: #d9d1ba;
	background-image:url('/gui/boxbg.gif');
	border-style: solid;
	border-width: 0px;	
	border-right-width: 1px;	
	border-top-width: 1px;
	border-color: #8d806d;	
	clear:both;	
	text-align: left;
}

.subpagebox_right {
	margin-bottom: 0px;
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 0px;
	padding: 15px;
	width: auto; auto;
	background-color: #d9d1ba;
	background-image:url('/gui/boxbg.gif');
	border-style: solid;
	border-width: 0px;	
	border-left-width: 1px;	
	border-top-width: 1px;
	border-color: #8d806d;	
	clear:both;	
	text-align: left;
}

#catalogitemlistcontainer {
	margin-top: 20px;	
}

.wrapperCatalogItem {
	float: left;
	width: 160px;
	padding: 0px;
	margin-right: 15px;	
}

.wrapperCatalogItemLast {
	float: left;
	width: 160px;
	padding: 0px;
	margin-right: 0px;
	clear: both;
}

.spacerCatalogItem {
	width: 100%;
	height: 25px;
	clear: both;
	line-height: 0px;
	padding: 0px;
}

.cataloghelper {
	clear: both;
	width: 100%;
}

.catalogpagination {
	float:left;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 20px;
}

.catalogbuttoncontainter_back {
	float:right;
	padding-top: 3px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.catalogbuttoncontainter_next {
	float:right;
	padding-top: 3px;
	padding-bottom: 0px;
	padding-left: 10px;
}

/*  body & links */ 

body {
	width:100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#f7f3dc;
	background-image:url('/gui/bg1.jpg');
	font: 9pt Arial;
	color:#333333;
	text-decoration: none;
	padding: 0;
}

p, #main {
	line-height: 150%;
}

h1 {
	color: #424242;
	font-size: 16pt;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 15px;
	font-family: Georgia;	
}

.txt {
	
}

.txtSEO {
	font-weight: bold;
}


a, a:link, a:active, a:visited {
	color:#cfb109;
	text-decoration: underline;
}

a:hover {
	color:#edebea;
	text-decoration: underline;
}

#main p a, #main p a:link, #main p a:active, #main p a:visited, #main ul li a, #main table tr td a {
	color:#cfb109;
	font-size: inherit;
	text-decoration: underline;
}

.clearfloat { 
clear:both;
 height:0;
 font-size: 1px;
 line-height: 0px;
}

.txtSmall {
	font-size: 7.5pt;	
}

.txtSmallLight {
	font-size: 7.5pt;	
	color: #666666;
}

/*  text styles - navigation */ 


.txtAuxMenu {
	font-size: 9pt;
	color:#c9c9c8;
}

.txtAuxMenu a, .txtAuxMenu a:link, .txtAuxMenu a:visited, .txtAuxMenu a:active {
	font-size: 8.5pt;
	text-decoration: none;
	font-weight: normal;
}

.txtAuxMenu a:hover {
	text-decoration: underline;
}

.txtTextMenu {
	font-size: 8pt;
	color:#f7f3dc;
	margin-top:0px;
	margin-bottom:8px;
	line-height: 11pt;
}

.txtTextMenu a, .txtTextMenu a:link, .txtTextMenu a:visited, .txtTextMenu a:active {
	color: #f7f3dc;
	text-decoration: underline;
}

.txtTextMenu a:hover {
	color:#FFFFFF;
}

.txtBreadcrumbs {
	font-size: 7.5pt;
	color:#111111;
	line-height: 10pt;	
}

/*  text styles - texts */ 

.txtTitle2 {
	font: 11pt Verdana;
	font-weight: bold;
	color:#cfb109;
	text-decoration: none;
}

.txtPrecrtan {
	text-decoration: line-through;
}

.txtRed {
	color:#FF0000;
	text-decoration: none;
}

.txtDisclaimer {
	font-size: 7pt;
	color:#c9c9c8;
	text-decoration: none;
}

.txtNewsDate {
	color: #666666;
	font-size: 7.5pt;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

.txtNewsTitle, .txtNewsTitle a, .txtNewsTitle a:link, .txtNewsTitle a:active, .txtNewsTitle a:visited {
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}

/*  text styles - boxes */ 

.txtBoxTitleHP {
	color: #241f1f;
	font-size: 12pt;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
	font-family: Georgia;
}

.txtBoxContentsHP {
	color: #111111;
	font-size: 8pt;
	margin-top: 0px;
	margin-bottom: 0px;
}

.txtBoxTitle {
	color: #241f1f;
	font-size: 12pt;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 8px;
	text-align: left;
	font-family: Georgia;
}

.txtBoxContents {
	color: #111111;
	font-size: 8pt;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
}

.ulRelatedPages li a {
	text-decoration: underline;
}

.txtNewsDateBox {
	color: #111111;
	font-size: 7.5pt;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

.txtNewsTitleBox, .txtNewsTitleBox a, .txtNewsTitleBox a:link, .txtNewsTitleBox a:active, .txtNewsTitleBox a:visited {
	color: #000000;
	font-size: 9.5pt;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}

.txtNewsTeaserBox {
	color: #111111;
	font-size: 8pt;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 8px;
}


.txtNewsTeaserBox a, .txtNewsTeaserBox a:link, .txtNewsTeaserBox a:active, .txtNewsTeaserBox a:visited {
	color: #edebea;	
}

.hpbox a, .hpbox a:link, .hpbox a:active, .hpbox a:visited {
	color: #111111;	
}

.subpagebox_left a, .subpagebox_left a:link, .subpagebox_left a:active, .subpagebox_left a:visited {
	color: #ffffff;	
}

.subpagebox_right a, .subpagebox_right a:link, .subpagebox_right a:active, .subpagebox_right a:visited {
	color: #ffffff;	
}
	
.txtNewsTitleBoxSub {
	color: #000000;
	font-size: 8pt;
	font-weight: bold;
	padding: 0px;
	line-height: 12pt;
	margin-top: 0px;
	margin-bottom: 0px;
}

.txtNewsTeaserBoxSub {
	color: #111111;
	font-size: 7.5pt;
	padding: 0px;
	font-weight: normal;
	line-height: 11pt;
	margin-top: 0px;
	margin-bottom: 8px;
}


/*  text styles - catalog */ 

.txtCatalogItemListTitle {
	text-align: center;
	font-size: 9pt;
	color: #424242;
	font-weight: bold;
	padding: 0px;
	margin-top: 2px;
	margin-bottom: 0px;
}

.txtCatalogItemListDesc {
	text-align: center;
	font-size: 7.5pt;
	color: #666666;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 3px;
	line-height: 9pt;
}

/* colors */ 

.tblColor1 {
	background-color: #caaf9a;
}


/*  button styles */ 

.button {
	background-color:#521a00;
	border-style: solid;
	border-width: 0px;	
	border-color: #424242;	
	color: #FFFFFF;
	font-size: 8.5pt;
	font-weight: bold;
	padding: 3px;
	padding-left: 4px;
	padding-right: 4px;
	margin-top: 3px;
	margin-bottom: 0px;
	cursor:pointer;
}

.button_big {
	background-color:#521a00;
	border-style: solid;
	border-width: 0px;	
	border-color: #424242;	
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: bold;
	padding: 3px;
	padding-left: 4px;
	padding-right: 4px;
	margin: 0px;
	margin-top: 3px;
	margin-bottom: 0px;
	cursor:pointer;
}

.button_small {
	background-color: #e1dac7;
	border-style: solid;
	border-width: 0px;	
	border-color: #e1dac7;	
	color: #521a00;
	font-size: 7.5pt;
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
	margin-top: 3px;
	margin-bottom: 0px;
	cursor:pointer;
}

.button_small_alt {
	background-color: #521a00;
	border-style: solid;
	border-width: 0px;	
	border-color: #521a00;	
	color: #e1dac7;
	font-size: 7.5pt;
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
	margin-top: 3px;
	margin-bottom: 0px;
	cursor:pointer;
}

/*  table styles */ 

.hpbox {
	width: 300px;
	min-height: 150px;
	background-image:url('/gui/boxbg.gif');
	background-color: #beaf9a;
	border-style: solid;
	border-width: 0px;	
	border-right-width: 1px;	
	border-top-width: 1px;
	border-color: #8d806d;	
	margin-top: 15px;
	margin-bottom: 15px;
}

.hpboxspacer {
	width: 28px;
}

.hr1 {
	width: 100%;
	height: 1px;
	line-height: 1px;
	border-style: none;
	border-width: 0px;	
	background-color: #e1dac7;
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 15px;		
}

.hr2 {
	width: 100%;
	height: 1px;
	line-height: 1px;
	border-style: none;
	border-width: 0px;	
	background-color: #8d806d;
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 15px;		
}

ul.ulRelatedPages {
	list-style-type: square;
}

ul.ulRelatedPages li {
	margin-left: -25px;
	padding:2px;
	font-size: 8.5pt;
	
}

.floatleft {
	float:left;	
}

.floatright {
	float:right;	
}

.krneki {
	width: 0px;
	height: 0px;
	visibility: hidden;
}
