/*  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:800px;				/* 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:200px;         	/* Left column width + right column width */
        background-color:transparent;    	/* Left column background colour */
    }
    .subpagelayout .subpage_center_wrapper2 {
        float:left;
	    width:50%;
	    position:relative;
	    right:0px;        	/* Width of left column */
	    padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
	}
	.subpagelayout .subpage_center {
        margin:0 200px 0 0;     	/* 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:0px;       	/* 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: 800px;  
	margin: 0 auto; 
	border: none;
	text-align: center;
	background-color:transparent;
}


#header {
	width: 800px;
	height: 85px;
	background-color:transparent;
	clear:both;
}

#logo {
	width: 260px;
	text-align:left;
	float: left;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#header_right {
	width: 540px;
	float: left;
	text-align:right;
}

#auxmenu {
	text-align:right;
	padding-top: 10px;
	padding-right: 0px;
}

#textmenu {
	text-align:center;
	padding-top: 10px;
	padding-bottom: 5px;
}

#mainmenucontainer {
	width: 800px;
	height: 32px;
	background-color: #444444;
	text-align: center;
	clear: both;
	border-style: dotted;
	border-color: #AAAAAA;
	border-width: 1px;
	padding: 0;
	
}

#mainmenushadowtop {
	width: 800px;
	height: 10px;
	background-color: #d9d1ba;
	background-image:url('/gui/mm-shadow-top.gif');
	clear: both;
}

#mainmenushadowbottom {
	width: 800px;
	height: 10px;
	background-color: #d9d1ba;
	background-image:url('/gui/mm-shadow-bottom.gif');
	clear: both;
}

#hpboxarea {
	width: 800px;
	clear: both;
	background-color: transparent;
}

#hpbanner {
	width: 800px;
	clear: both;
	background-color: #b00100;
	text-align:center;
	padding-top: 5px;
	padding-bottom: 5px;
}

#hpbanner p {
	color: #FFFFFF;
	margin: 0px;
	font-size: 12pt;
}

#hpbanner a, #hpbanner a:link, #hpbanner a:visited, #hpbanner a:active {
	color: #FFFFFF;	
	text-decoration: none;
}

#hpbanner a:hover {
	text-decoration: underline;
}

#keyvisual {
	clear: both;
}

#keyvisual_classic {
	clear: both;
	background-repeat:no-repeat;
	background-image:url('/images/common/kv/kv1.jpg');
	height:320px;
	width:800px;
}

#keyvisual_subpage_classic {
	clear: both;
	background-repeat:no-repeat;
	background-image:url('/images/common/kv/kv2.jpg');
	background-position: center;
	height:120px;
	width:800px;
}



#keyvisual_subpage {
	clear: both;
}

#hpbox_left {
	z-index: 2;
	background-repeat:no-repeat;
	/*background-image:url('/gui/boximage1.png');*/
	/*background-position: right top;	*/
	height: 180px;
	text-align: left;
	padding: 12px;
}

#hpbox_center {
	z-index: 2;
	background-repeat:no-repeat;
	/*background-image:url('/gui/boximage2.png');*/
	/*background-position: right top;	*/
	height: 180px;
	text-align: left;
	padding: 12px;
}

#hpbox_right {
	z-index: 2;
	background-repeat:no-repeat;
	/*background-image:url('/gui/boximage3.png');*/
	/*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;
}

#main p {
	line-height: 150%;	
}



#breadcrumbs {
	width: auto;
	padding: 6px;
	background-color: #eeeeee;
	/*background-image:url('/gui/boxbg.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: #444444;
	/*background-image:url('/gui/boxbg.gif');*/
	border-style: dotted;
	border-color: #AAAAAA;
	border-width: 1px;
	clear:both;	
	text-align: left;
}

.subpagebox_right a:link,  .subpagebox_right a:active, .subpagebox_right a:visited {
	color: #FEFEFE;
}

.subpagebox_right a:hover {
	color: #FFFFFF;
}

.subpagebox_right_alt {
	margin-bottom: 0px;
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 0px;
	padding: 15px;
	width: auto; auto;
	background-color: #666666;
	/*background-image:url('/gui/boxbg.gif');*/
	border-style: dotted;
	border-color: #AAAAAA;
	border-width: 1px;
	clear:both;	
	text-align: left;
}

.subpagebox_right_alt a:link, .subpagebox_right_alt a:active, .subpagebox_right_alt a:visited {
	color: #FEFEFE;
}

.subpagebox_right_alt a:hover {
	color: #FFFFFF;
}

.subpagebox_right_highlight {
	margin-bottom: 0px;
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 0px;
	padding: 15px;
	width: auto; auto;
	background-color: #b00100;
	/*background-image:url('/gui/boxbg.gif');*/
	border-style: dotted;
	border-color: #FFFFFF;
	border-width: 1px;
	clear:both;	
	text-align: left;
}

.subpagebox_right_highlight a:link, .subpagebox_right_highlight a:active, .subpagebox_right_highlight a:visited {
	color: #FEFEFE;
}

.subpagebox_right_highlight a:hover {
	color: #FFFFFF;
}


#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/fond2.png'); */
	background-image:url('/gui/grad.jpg');
	font: 9pt Tahoma;
	color:#333333;
	text-decoration: none;
	padding: 0;
}

ul {
list-style-type: square;	
}

#main ul li {
	line-height: 150%;	
	margin-bottom: 3px;
}

p, #main {
	line-height: 150%;
}

h1 {
	color: #b00100;
	font-size: 15pt;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 15px;	
}

.txt {
	font: 9pt Arial;
}

.txtSEO {
	font-weight: bold;
}


a, a:link, a:active, a:visited {
	color:#b00100;
	text-decoration: underline;
}

a:hover {
	color:#74584b;
	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:#b00100;
	font-size: inherit;
	text-decoration: underline;
}

.clearfloat { 
clear:both;
 height:0;
 font-size: 1px;
 line-height: 0px;
}

.txtSmall {
	font-size: 7.5pt;	
}

.txtTiny, .txtTiny a {
	font-size: 7pt;	
}


.txtMedium {
	font-size: 8pt;	
}


.txtSmallLight {
	font-size: 7.5pt;	
	color: #666666;
}

.txtHighLight {
	color: #000;
	background-color: yellow;
	padding: 5px;
	font-weight: bold;
}

/*  text styles - navigation */ 


.txtAuxMenu {
	font-size: 8.5pt;
	color:#CCCCCC;
}

.txtAuxMenu a, .txtAuxMenu a:link, .txtAuxMenu a:visited, .txtAuxMenu a:active {
	font-size: 8pt;
	text-decoration: none;
	font-weight: normal;
	color:#CCCCCC;
}

.txtAuxMenu a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}

.txtTextMenu {
	font-size: 7.5pt;
	color:#eeeeee;
	margin-top:0px;
	margin-bottom:8px;
	line-height: 11pt;
}

.txtTextMenu a, .txtTextMenu a:link, .txtTextMenu a:visited, .txtTextMenu a:active {
	color: #eeeeee;
	text-decoration: underline;
}

.txtTextMenu a:hover {
	color:#FFFFFF;
	text-decoration: underline;

}

.txtBreadcrumbs {
	font-size: 7.5pt;
	color:#111111;
	line-height: 10pt;	
}

/*  text styles - texts */ 

.txtQuote {
	margin: 10px 10px 10px 20px;
	padding: 20px;
	background-color: #eeeeee;
	color: #111;
	font-style: italic;
	font-family: "Times New Roman", serif;
	font-size: 120%;
}

.txtTitle {
	color: #b00100;
	font-size: 12pt;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}

.txtTitle2 {
	color: #999999;
	font-size: 13pt;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}

.txtTitle3 {
	color: #999999;
	font-size: 11pt;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}

.txtTitle3MS {
	color: #b7504f;
	font-size: 10.5pt;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}

.txtNormalMS {
	color: #b7504f;
}

.txtRed {
	color: #ff0000;
}



.txtDisclaimer {
	font-size: 7pt;
	color:#FFFFFF;
	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: #b00100;
	font-size: 12pt;
	line-height: 14pt !important;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
}

.txtBoxContentsHP, .txtBoxContentsHP p {
	color: #111111;
	font-size: 8pt;
	margin-top: 0px;
	margin-bottom: 0px;
}

.txtBoxContentsHP ul {
margin-left: -25px;	
}

.txtBoxContentsHP ul li {
padding-top: 2px;
padding-bottom: 2px;	
}  

.txtBoxTitle {
	color: #FEFEFE;
	font-size: 12pt;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 8px;
	text-align: left;
}

.txtBoxContents {
	color: #FEFEFE;
	font-size: 8pt;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
}

.txtBoxContents ul {
margin-left: -25px;	
}

.txtBoxContents ul li {
padding-top: 2px;
padding-bottom: 2px;	
}  

.ulRelatedPages li a {
	text-decoration: underline;
}

.txtNewsDateBox {
	color: #666666;
	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;
}

.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: #b00100;
	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:#b00100;
	border-style: solid;
	border-width: 0px;	
	border-color: #b00100;	
	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:#b00100;
	border-style: solid;
	border-width: 0px;	
	border-color: #b00100;	
	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: #b00100;
	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: #b00100;
	border-style: solid;
	border-width: 0px;	
	border-color: #b00100;	
	color: #e1dac7;
	font-size: 7.5pt;
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
	margin-top: 3px;
	margin-bottom: 0px;
	cursor:pointer;
}

/*  table styles */ 

#main table td p {
	margin:0px;	
}

.hpbox {
	width: 383px;
	min-height: 150px;
	/*background-image:url('/gui/boxbg.gif');*/
	background-color: #FFFFFF;
	border-style: dotted;
	border-color: #FEFEFE;
	border-width: 1px;
	margin-top: 15px;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.hpboxspacer {
	width: 28px;
}

hr {
	width: 100%;
	height: 1px;
	line-height: 1px;
	border-style: none;
	border-width: 0px;	
	background-color: #8d806d;
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 15px;		
}

.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;
	color: #FFFFFF;
	margin: 0px;
}

ul.ulRelatedPages li {
	margin-left: -25px;
	padding:2px;
	font-size: 8.5pt;
	color: #FFFFFF;
	
}

.tblInnerHighlight {
	font-size: 9pt;
	background-color: #eeeeee;
	border-width: 1px;
	border-style: dotted;
	border-color: #b00100;	
}

.tblInnerHighlight p.txtBoxTitleHP {
	margin-top: 0px;
}

.customCategory {
	padding: 10px;
	border-style: dotted;
	border-width: 1px;
	border-color: #999999;	
}

.customProduct {
	padding: 10px;
	border-style: dotted;
	border-width: 1px;
	border-color: #999999;	
}

.customProductGallery {
	padding: 10px;
	border-style: dotted;
	border-width: 1px;
	border-color: #999999;	
}

.customProductGallery td {
	text-align: center;
}


.floatleft {
	float:left;	
}

.floatright {
	float:right;	
}

.krneki {
	width: 0px;
	height: 0px;
	visibility: hidden;
}

table.tblBlack {
	background-color: #000000;	
	color: #dddddd;
}

table.tblBlack strong {
	color: #ffffff;
}


table.tblBlack p.txt {
	color: #dddddd;
}

table.tblBlack p.txt strong {
	color: #ffffff;
}

#main table.tblBlack td p {
	margin:15px 0px;	
}

#main table.tblBlack td p table.tblGallery td p {
	margin:0px;	
}

#main table.tblBlack td div.customProductGallery {
	border: 0px solid #666666;
	padding-left: 0px;
}

.txtNoBold {
	font-weight: normal !important;		
}

#main table.tblBlack td p.txtBoxTitleHP {
	margin:0px 0px 15px 0px;	
}
