/**************************************
 * Reset
 * 
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }


/************************************
 * Basic elements
 *
 */

body {
	font: normal 100%/1.3 Arial, Helvetica, sans-serif;
	color: white;
	text-align: center;
	background: #5c3a2f url('images/bg-body.png') repeat-y center top;
}

p, li { font-size: 0.75em; }
a { color: white; text-decoration: none; }
a:link { }
a:visited { }
a:hover { text-decoration: underline; }
a:active { }

h1, h2, h3, h4, h5, h6 { margin: 0; font-weight: bold; line-height: 1.3; }
h1 { font-size: 24px; margin-bottom: 1em;}
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4, h5, h6 { font-size: 12px; }

sub { vertical-align: baseline; position: relative; bottom: -0.25em; font-size: smaller; }
sup { vertical-align: baseline; position: relative; bottom: 0.33em; font-size: smaller; }

ul, ol { margin: 1em 0 1em 1em; padding-left: 1em; }
ol { list-style-type: decimal; }
ul { list-style-type: disc; }
ol li, ul li { margin: 0.1em 0; line-height: 1.3; }
li li {	font-size: 1em; }
li ul {	margin: 0; }

address { font-style: normal; }

td { font-size: 0.75em; padding-right: 0.5em; vertical-align: top;}
td p, td li { font-size: 1em; }


/************************************ 
 * Styles
 *
 */



/************************************
 * Layout
 *
 */

#wrapper { 
	text-align: left; position: relative; height: 100%; 
	background: url('images/bg-page.jpg') no-repeat center top; 
}

#page { margin: 0 auto; text-align: left; position: relative; width: 1002px; }

#header { width: 1002px; margin: 0 auto; position: relative; height: 240px; }
#header-top { background-color: #939598; height: 32px; border-bottom: 1px solid white; }
#header-site { line-height: 32px; font-size: 11px; color: #fdc216; font-weight: bold; padding-left: 10px; }
#header-site span { color: #fffffe; }
#header-logo { position: absolute; top: 30px; left: 40px; text-indent: -9200px; }
#header-logo a { width: 270px; height: 105px; display: block;}
#print-logo { display: none; }
#header .search { position: absolute; right: 12px; top: 4px; }
#header-bottom { position: relative; height: 178px; }
#breadcrumbs { text-align: right; position: absolute; right: 18px; bottom: 6px; font-size: 10px; color: #fdc216;  }
#breadcrumbs a { color: #fdc216; }
#breadcrumbs-current-section { text-align: right; position: absolute; right: 18px; bottom: 18px; }
#breadcrumbs-current-section h4 { font-size: 26px; text-transform: lowercase; font-weight: bold; text-shadow: #000000 1px 1px 2px; } 
#navigation-top { width: 1002px; margin: 0 auto; background: #fdbe15; min-height: 28px; height: auto !important; height: 28px; }

#container { }

#content { min-height: 640px; height: auto !important; height: 640px;  }

#main { width: 666px; float: right; margin-bottom: 32px; }
.main-plain { background: url('images/bg-main-inner-bottom.png') no-repeat left bottom; padding-bottom: 30px; }
#main-top { height: 29px; background: url('images/bg-main-inner-top.png') no-repeat left top; }
#main-inner { margin-right: 16px; background: white url('images/bg-main-inner.png') repeat-y right top; padding: 16px 32px 16px 20px; color: black; }
#sidebar { width: 326px; float: left; }
#main a { color: #fdc216; }
#footer {  background: url('images/bg-footer.png') no-repeat center bottom; }
#footer-container { height: 118px; background: url('images/bg-footer-container.png') no-repeat left bottom; width: 1002px; margin: 0 auto; }
#footer .search { margin: 0 auto; text-align: center; }


/***************************************
 * Navigation
 *
 */
.navigation-main ul { margin: 0; padding: 0; list-style: none; text-align: center; line-height: 28px; }
.navigation-main ul li { margin: 0 14px 0 0; padding: 0; display: inline; }
.navigation-main ul li a { text-transform: uppercase; font-size: 10px; line-height: 28px; font-weight: bold; color: #414142; }
.navigation-main ul li.last { margin-right: 0; }
.navigation-main ul li a:hover { }
.navigation-main ul li a.active { color: white; }
#footer .navigation-main ul li a { color: white; }
#footer .navigation-main ul li a.active { color: #fdc216; }

#sub-navigation ul { margin: 0; padding: 0 0 0 10px; list-style: none; }
#sub-navigation li { margin-bottom: 8px; }
#sub-navigation li a { display: block; width: 316px; height: 108px; background: url('images/bg-subnavi.png') no-repeat 0 0; text-indent: -9200px; }
#sub-navigation li a.active { color: #fdbc13; }
#sub-navigation li#menu-sub-41 a { background-position: 0 0; } 
#sub-navigation li#menu-sub-41 a:hover,
#sub-navigation li#menu-sub-41 a.active { background-position: 0 -108px; }
#sub-navigation li#menu-sub-42 a { background-position: -316px 0; } 
#sub-navigation li#menu-sub-42 a:hover,
#sub-navigation li#menu-sub-42 a.active { background-position: -316px -108px; }
#sub-navigation li#menu-sub-43 a { background-position: -632px 0; } 
#sub-navigation li#menu-sub-43 a:hover,
#sub-navigation li#menu-sub-43 a.active { background-position: -632px -108px; }

#sub-navigation li ul { background: url('images/bg-alpha30-black.png') repeat left top; list-style: disc; list-style-position: inside; padding-left: 0; display: none;}
#sub-navigation li.active ul { display: block; }
#sub-navigation li#menu-sub-50 { background: url('images/bg-navi-clear_design.png') no-repeat 10px 10px; list-style: none; border-bottom: 10px solid #fdbc13; }
#sub-navigation li#menu-sub-121 { background: url('images/bg-navi-clear_design.png') no-repeat 10px 10px; list-style: none; border-bottom: 10px solid #fdbc13; }
#sub-navigation li#menu-sub-84 { background: url('images/bg-navi-clear_design.png') no-repeat 10px 10px; list-style: none; border-bottom: 10px solid #fdbc13; }
#sub-navigation li#menu-sub-51 { background: url('images/bg-navi-soft_design.png') no-repeat 10px 10px; list-style: none; border-bottom: 10px solid #fdbc13; }
#sub-navigation li#menu-sub-150 { background: url('images/bg-navi-soft_design.png') no-repeat 10px 10px; list-style: none; border-bottom: 10px solid #fdbc13; }
#sub-navigation li#menu-sub-85 { background: url('images/bg-navi-soft_design.png') no-repeat 10px 10px; list-style: none; border-bottom: 10px solid #fdbc13; }

#sub-navigation li#menu-sub-50 > a,
#sub-navigation li#menu-sub-51 > a,
#sub-navigation li#menu-sub-121 > a,
#sub-navigation li#menu-sub-150 > a,
#sub-navigation li#menu-sub-84 > a,
#sub-navigation li#menu-sub-85 > a {display: block; width: 300px; height: 56px; text-indent: -9200px; }
#sub-navigation li#menu-sub-50 li,
#sub-navigation li#menu-sub-51 li,
#sub-navigation li#menu-sub-121 li,
#sub-navigation li#menu-sub-150 li,
#sub-navigation li#menu-sub-84 li,
#sub-navigation li#menu-sub-85 li { text-indent: 0;  }
#sub-navigation li ul li { margin-bottom: 0; background-image: none; }
#sub-navigation li ul li ul { background-image: none; padding: 0px 12px 24px 14px; }
#sub-navigation li ul li ul li ul { border-bottom: none; padding: 0 0 0 32px; }
#sub-navigation li ul li a { display: inline; font-weight: bold; background-image: none; width: auto; height: auto; text-indent: 0;}


/***************************************
 * Products
 *
 */

div.category { list-style: none; height: 284px; width: 650px; margin: 0 0 6px 0; padding: 0; position: relative; overflow: hidden}
div.category-image { z-index: 1; }
div.category-text { position: absolute; font-size: 13px; text-align: justify; z-index: 3;   }
div.category-text strong {font-size: 11px; }
#category-clear-design { }
#category-clear-design-text { z-index: 20; position: absolute; left: 365px; top: 8px; width: 265px; height: 103px; overflow: hidden;  }
#category-soft-design { }
#category-soft-design-text { z-index: 20; position: absolute; left: 365px; top: 8px; width: 265px; height: 103px; overflow: hidden; color: black;   }

div.category-items { 
	z-index: 50; position: absolute; left: 0; top: 84px; width: 650px; 
	background: url('images/bg-category-items.png') no-repeat left bottom; 
}
div.category-item { 
	float: left; display: block; text-indent: 0; font-weight: bold;
	height: 200px; margin-right: 2px;  
}
div.category-item-image { height: 172px; width: 100%; text-align: center; vertical-align: bottom; }
div.category-item-image img { margin-top: 8px;  }
div.category-item-text p { padding: 0 4px; text-align: center; overflow: hidden; height: 24px; line-height: 24px; font-size: 10px;  }

div.product-item { 
	display: block; text-indent: 0; font-weight: bold;
	min-height: 170px; height: auto !important; height: auto; 
	margin-right: 2px; width: 650px; margin-bottom: 8px;  color: white; 
/*	background-color: #606060;*/
	position: relative; 
	overflow: hidden; 
	background: url('images/bg-product-item.png') no-repeat left top;
}
div.product-item-clear-design { background: url('images/bg-product-item-clear_design.png') no-repeat left top; }
div.product-item-soft-design { background: url('images/bg-product-item-soft_design.png') no-repeat left top; }

div.product-item a { color: #fdc216; }
div.product-item-banner-image { z-index: 1; position: absolute; top: 0; left: 0;  }
div.product-item-image { z-index: 10; position: absolute; top: 0; left: 0; width: 210px; float: left; min-height: 160px; height: auto !important; height: 160px; }
div.product-item-image img { margin-top: 8px; float: left; }
div.product-item-text { font-weight: normal; z-index: 11; position: absolute; left: 210px; top: 0; padding: 0 4px; padding-top: 25px; width: 280px; text-align: justify; }
div.product-item-extra-image { z-index: 12; position: absolute; top: 0; right: 10px; width: 105px; float: left; min-height: 60px; height: auto !important; height: 60px;  }
div.product-item-extra-image img { margin-top: 8px; width: 110px;}

div.product-category { position: relative; width: 650px; clear: both; }
div.product-category-image { z-index: 1; }
div.product-category-text { position: absolute; font-size: 13px; text-align: justify; z-index: 3; top: 105px; left: 12px; width: 185px;  }
div.product-category-text strong { font-size: 11px; }
div.product-image { position: absolute; right: 16px; top: 0;  }

ul.product-tabs { 
	list-style: none; margin: 0 !important; padding: 0; line-height: 29px; min-height: 29px; height: auto !important; height: 29px;
	width: 650px;background: #939598 url('images/bg-product-tabs.png') no-repeat left bottom;
	clear: both; overflow: auto;   
}
ul.product-tabs li { float: left; text-indent: 0; padding: 0 12px; margin: 0 !important; list-style-image: none !important; line-height: 29px; min-height: 29px; height: auto !important; height: 29px; }
ul.product-tabs li.last { padding-right: 0; }
ul.product-tabs li a { font-weight: bold; font-size: 12px; }
ul.product-tabs li a.current { color: #fdbc13; }
div.panes { width: 650px; background: url('images/bg-product-pane.png') no-repeat left bottom; overflow: auto;}
div.panes div.product-tab { display: none; }
div.product-tab { 
	min-height: 200px; height: auto !important; height: 200px;
	padding: 12px 32px 0px 12px;
	margin-right: 16px;  
	color: black; 
}

div.product-tab-content { 
	clear: both; overflow: auto;
	background: url('images/bg-product-tab-content.png') no-repeat 12px center;
} 
div.product-tab-content-inner {
	background: url('images/bg-product-tab-content-inner.png') repeat-y right top;
	width: 360px; min-height: 100px; height: auto !important; height: 100px;
	float: right; padding: 8px 12px 8px 0;   
}
div.product-color-options { color: white; }
div.product-color-options div.category-item { margin-right: 10px; }
div.product-color-options div.category-item-text p { font-size: 11px; }

/************************************ 
 * Home
 *
 */
div.banner { position: relative; width: 650px; clear: both; }
div.banner-image { z-index: 1; }
div.banner-text { position: absolute; font-size: 13px; text-align: justify; z-index: 3; overflow: hidden;  }
div#banner-home-large-text { top: 90px; left: 12px; width: 160px; }
div#banner-home-small-text-1 { top: 64px; left: 275px; width: 355px; height: 38px;}
div#banner-home-small-text-2 { top: 78px; left: 148px; width: 355px; height: 26px; }

/************************************ 
 * Forms
 *
 */

form { }
fieldset { border: 0; margin: 0 0 1em 0; position: relative; clear: both; display: block; }
fieldset.blank { }
textarea { }	
label { }
div.errors, div.required, span.required { color: #a00000; font-weight: bold; }
div.errors { font-size: 0.75em; margin-bottom: 1em; }
input.field { }
input.button { }
option { border: 0; padding: 1px 2px;}
select { border: 1px solid #ccc; padding: 0;}

/************************************ 
 * Search
 *
 */

.search-form input { background-color: white; color: black; font-size: 10px; border: 1px solid white; width: 150px;  }
.search-form input.search-submit { 
	background-color: #fdb813; font-size: 11px; font-weight: bold; color: white; 
	width: auto; 
	border-top: 1px solid #fecd5a; 
	border-right: 1px solid #7a5909;
	border-bottom: 1px solid #89640a;
	border-left: 1px solid #fed268;
}
.ajaxSearch_result { 
	margin-bottom: 0.75em;
	padding-bottom: 0.75em; 
	border-bottom: 1px solid #939598;
}
.ajaxSearch_result a {
	color: #fdbc13;
}
.ajaxSearch_paging { font-size: 11px; font-weight: bold;  }
.ajaxSearch_paging a { color: #fdbc13; }

/************************************ 
 * News
 *
 */

div.news-item { }
div.news-item-short { }
div.news-item h2 { }
div.news-item-short h3 { }
div.news-item p { }

div.pagination { text-align: center; margin: 1em 0; padding: 2em 2em 0.6em; }
div.pagination span.left { width: 40%; float: left; text-align: left; }
div.pagination span.right { width: 40%; float: right; text-align: right; }
div.pagination .ditto_off { color: #e0e0e0; }

/************************************ 
 * Fixes and special cases
 *
 */

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix {display: inline-block;}
/* Hide from IE Mac \*/
.clearfix {display: block;}
/* End hide from IE Mac */
.hidden { display: none; } 
 