/*
	GLOBAL
*/

body {
	color: #575757;
	font: 13px "Arial", "sans-serif";
	/* background: url('../images/bodybg.png') 0 0 repeat-x #ffffff; */
}

#container {
	width:100%;
	/* min-height:1000px; */
	/* background: url('../images/containerbg.png') 50% 0 no-repeat; */
}

#incontainer {
	width:1000px;
	position:relative;
	/* min-height:1000px; */
	margin: 0 auto;
}
a {
	color: #575757;
	font-size: 13px;
	/* font-style: italic; */
	font-family: "Arial";
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

/*	tophead */
.tophead {
	width: 1000px;
	height: 30px;
}
.tophead .icon-home-link {
	padding: 3px 5px 3px 25px;
	background: url('../images/icon_home.png') 0 1px no-repeat;
	font-size: 10px;
	font-family: "Arial";
	font-style: italic;
}
.tophead .icon-mail-link {
	padding: 3px 5px 3px 25px;
	background: url('../images/icon_mail.png') 0 5px no-repeat;
	font-size: 10px;
	font-family: "Arial";
	font-style: italic;
}

/*	header */
.header {
	position: relative;
	width: 1000px;
	height: 300px;
	background: url('../images/bg-header.png') 55% -20px no-repeat;
}
.logo-head {
	position: absolute;
	width: 260px;
	top: 40px;
	left: 0px;
}
.logo-head .logo-head-desc {
	font-size: 13px;
	font-family: "Myriad Pro";
	font-weight: bold;
	color: #d00505;
	text-transform: uppercase;
}

.contact-head {
	position: absolute;
	top: 10px;
	right: 0;
	width: 200px;
	height: 140px;
	padding: 20px 10px 10px 10px;
	background: #FFFFFF;
	box-shadow: 1px 1px 1px #c5c5c5;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
}
.contact-head-phone {
	font-size: 25px;
	font-family: "Century Gothic";
	font-weight: normal;
	color: #303335;
	/* text-transform: uppercase; */
}
.contact-head-mail {
	padding-top: 20px;
}
.contact-head-mail a {
	padding-top: 10px;
	font-size: 20px;
	font-family: "Arial";
	font-weight: normal;
	color: #3c6d98;
	text-decoration: underline;
}
.contact-head-mail a:hover {
	text-decoration: none;
}

.contact-head-title {
	font-size: 10px;
	font-family: "Arial";
	font-weight: normal;
	color: #c8c8c8;
	text-transform: uppercase;
	padding-top: 20px;
}
/*	logo-henkel  */
.logo-henkel {
	position: absolute;
	top: 190px;
	right: 0px;
	width: 200px;
	height: 80px;
	background: url('../images/logo_henkel.png') 50% 2px no-repeat;
	text-align: center;
	padding-top: 55px;
}
.logo-henkel span {
	font-size: 11px;
	font-family: "Myriad Pro";
	font-weight: normal;
	color: #575757;
}

.search-box {
	position: absolute;
	top: 250px;
	left: 0px;
	width: 250px;
	height: 25px;
	background: #FFFFFF;
	box-shadow: 1px 1px 1px #c5c5c5;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;

}
.search-box input[type='text'] {
	border: none;
	width: 194px;
	font-size: 10px;
	font-family: "Arial";
	font-weight: normal;
	color: #c8c8c8;
	padding: 3px;
}
.search-box input[type='submit'] {
	border: none;
	background: url('../images/ico-search.png') 50% 50% no-repeat;
	width: 50px;
	border-left: 1px dotted #c8c8c8;
}

/*
	BREADCRUMBS
*/
.breadcrumbs {
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	padding: 4px 0;
}
.breadcrumbs a {
	font-size: 10px;
	font-family: "Arial";
	font-weight: normal;
	color: #868686;
	text-transform: uppercase;
	text-decoration: underline;
}
.breadcrumbs a:hover {
	text-decoration: none;
}
.breadcrumbs img {
	padding: 0 10px;
}

/*
	WRAPPER
*/

.wrapper {
	width: 1000px;

}

/*
	ASIDE
*/

.sidebar {
	float: left;
	width: 250px;
}
.permalinks {
	position: relative;
	padding-top: 20px;
	margin-bottom: 30px;
	/* width: 250px; */
}
.permalinks ul li {
	border: 1px solid #eaeaea;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	background: url('../images/arrow-li.png') 7px 50% no-repeat #f8f8f8;
	margin-bottom: 3px;
	
}
.permalinks ul li a {
	font-size: 13px;
	font-family: "Arial";
	font-weight: normal;
	color: #7f7f7f;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px 0 3px 20px;
	display: block;
}
.permalinks ul li a:hover {
	color: #000000;
}
/*	products-menu */
.products-menu {
	border: 1px solid #eaeaea;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	background: #f8f8f8;
	padding: 5px 0;
}
.products-menu h2 {
	font-size: 14px;
	font-family: "Arial";
	font-weight: normal;
	color: #000000;
	font-weight: bold;
	padding-left: 20px;
	text-transform: uppercase;
}
.products-menu ul li {
	border-bottom: 1px dotted #e6e6e6;
	background: url('../images/arrow-li.png') 7px 50% no-repeat;
	padding: 4px 0 4px 20px;
}
.products-menu ul li.last {
	border-bottom: none;
}

/*
	CONTENT-WRAP
*/

.content-wrap {
	position: relative;
	padding-top: 20px;
	float: right;
	width: 710px;
	line-height: 20px;
	margin-bottom: 30px;
	min-height: 300px;
}
.content-wrap h1 {
	font-size: 26px;
	font-family: "Arial";
	font-weight: normal;
	color: #484848;
	padding: 0 0 20px 0;
}

/*
	BANNER-WRAP
*/
.banner-wrap {
	position: relative;
	width: 1000px;
	height: 200px;
	/* padding-top: 30px; */
	margin-bottom: 30px;
}
.banner-wrap ul li {
	position: relative;
	height: 190px;
	width: 181px;
	font-size: 18px;
	font-family: "Myriad Pro";
	font-weight: bold;
	color: #313131;
	text-transform: uppercase;
	
	margin: 0 3px;
	float: left;
	border: 1px solid #eaeaea;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	background: #f8f8f8;
	padding: 5px;
	box-shadow: 1px 1px 1px #c5c5c5;
	
}

.bn_T1 {
	position: absolute;
	bottom: 0%;
	left: 10px;
	display: table;
	vertical-align: bottom;
	/* margin-top: -50px; */
}
.bn_I {
	text-align: center;
}
 
 /*
	catalog BANNER-WRAP
*/
.catalog-banner-wrap {
	position: relative;
	width: 710px;
	height: 200px;
	/* padding-top: 30px; */
	margin-bottom: 30px;
}
.catalog-banner-wrap ul li {
	position: relative;
	height: 190px;
	width: 181px;
	font-size: 18px;
	font-family: "Myriad Pro";
	font-weight: bold;
	color: #313131;
	text-transform: uppercase;
	
	margin: 10px 13px;
	float: left;
	border: 1px solid #eaeaea;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	background: #f8f8f8;
	padding: 5px;
	box-shadow: 1px 1px 1px #c5c5c5;
	
}

/*
	FOOTER-MENU
*/
.footer-menu {
	width: 990px;
	border: 1px solid #eaeaea;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	background: #f8f8f8;
	padding: 7px 0;
	box-shadow: 1px 1px 1px #c5c5c5;
	height: 15px;
	margin-bottom: 30px;
}
.footer-menu ul {
	width:500px;
	margin:0 auto;
}
.footer-menu ul li {
	float: left;
	width: 164px;
	text-align: center;
	border-right: 1px solid #e3e3e3;
}
.footer-menu ul li.last {
	border-right: none;
}

.footer-menu ul li a {
	font-size: 11px;
	font-family: "Arial";
	font-weight: normal;
	color: #737373;
	text-transform: uppercase;
	text-decoration: none; 
	padding-top: 5px 10px;
	display: block;
}
.footer-menu ul li a:hover {
	text-decoration: underline;
}

/*
	FOOTER
*/
.footer {
	width: 1000px;
	position: relative;
	height: 70px;
}
.foo-left {
	float: left;
	width: 500px;
	font-size: 9px;
	font-family: "Arial";
	font-weight: normal;
	color: #b4b4b4;
	text-transform: uppercase;
}
.foo-right {
	float: right;
	width: 500px;
}
.foo-right span {
	font-size: 30px;
	font-family: "Century Gothic";
	font-weight: normal;
	color: #303335;
}
.foo-right a {
	font-size: 17px;
	font-family: "Arial";
	font-weight: normal;
	color: #3c6d98;
}

/*
	PRODUCTS-WRAP
*/

.products-wrap {
	width: 700px;
	padding-top: 10px;
}
.products-wrap td {
	padding-bottom: 20px;
}
.product-more {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	width: 100px;
}
.content-wrap .col-1,
.content-wrap .col-2,
.content-wrap .col-3 {
	width: 220px;
	/*height:430px;*/
}
.content-wrap .col-1 .product-con {
	/* float: left; */

}
.content-wrap .col-2 .product-con {
	/* margin: 0 auto; */
	margin: 0 0 0 30px;
}
.content-wrap .col-3 .product-con {
	/* float: right; */
	margin: 0 0 0 60px;
} 
 
/*
	PRODUCT-BODY
*/
.product-con {
	width: 170px;
	/*min-height: 350px;*/
	display: block;
}
.product-body {
	display: block;
/*	min-height: 300px;*/
	border: 1px solid #eaeaea;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	background: #f8f8f8;
	padding: 5px;
	box-shadow: 1px 1px 1px #c5c5c5;
	text-align: center;
}
.product-body h2 {
	font-size: 18px;
	font-family: "Arial";
	font-weight: normal;
	font-weight: bold;
	color: #202020;
	text-decoration: underline;
	padding-bottom: 7px;
}
.product-body p {
	text-align: left;
}
.product-more {
	margin: 0 auto;
	border-radius: 0  0 10px 10px;
	-moz-border-radius: 0  0 10px 10px;
	-o-border-radius: 0  0 10px 10px;
	-webkit-border-radius: 0  0 10px 10px;
	-ms-border-radius: 0  0 10px 10px;
	background: #d54648;
	text-align: center;	
}
.product-more:hover {
	background: #919191;
}
.product-more a {
	padding: 5px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13 px;
	font-family: "Arial";
	font-weight: bold;
	color: white;
}
.product-more a:hover {
	/* text-decoration: underline; */
}

/*
	PAGES
*/
.pages {
	border-top: 1px solid #d9d9d9;
	width: 710px;
}
.pages-num {
	width: 20px;
	margin: 0 auto;
	padding: 10px 0 0 0;
}
.pages-num a {
	font-size: 18px;
	font-family: "Arial";
	font-weight: bold;
	color: #6e6e6e;
	text-decoration: none;
}
.pages-num a:hover {
	color: #dc494b;
}
.pages-num span {
	padding: 0 10px ;
}

/*
	PRODUCT-ONE
*/
.product-one {
	padding: 10px 0 0 0;
}
.product-image {
	width: 200px;
	height: 200px;
	float: left;
}
.product-info {
	width: 490px;
	float: right;
	padding: 20px 0 30px 0;
}
.product-desc {
	font-size: 14px;
	font-family: "Arial";
	font-weight: normal;
	color: #6e6e6e;
}
.product-art,
.product-capacity {
	padding: 20px 0 0 0;
	font-size: 16px;
	font-family: "Arial";
	font-weight: normal;
	color: #6e6e6e;
}
.product-price {
	padding: 20px 0 0 0;
	font-size: 26px;
	font-family: "Arial";
	font-weight: bold;
	color: #cc0404;
}
.product-art span,
.product-capacity span,
.product-price span {
	padding-right: 10px;
	font-size: 16px;
	font-family: "Arial";
	font-weight: bold;
	color: #6e6e6e;
}

/*	contact-box */
.contact-box {
	border: 1px solid #eaeaea;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	background: #f8f8f8;
	padding: 7px 5px;
	box-shadow: 1px 1px 1px #c5c5c5;
	width: 690px;
	font-size: 12px;
	font-family: "Arial";
	font-weight: normal;
	color: #676767;
	font-style:italic;
}
.contact-box span {
	font-weight: bold;
}

/*
	PRODUCT-FEATURE
*/

.product-feature {
	width: 710px;
	padding-bottom: 30px;
}

#tabs-1 ul,#tabs-2 ul,#tabs-3 ul {
list-style-type: disc;
list-style-position: inside;
}

.ui-tabs-panel {
	width: 690px;
	border: 1px solid #eaeaea;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	background: #f8f8f8;
	padding: 7px 5px;
	box-shadow: 1px 1px 1px #c5c5c5;
	display: block;
}

.ui-corner-top {
	border: 1px solid #eaeaea;
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-o-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-ms-border-radius: 10px 10px 0 0;
	background: #f0f4f7;
}
.ui-state-active {
	/* border: 1px solid #eaeaea; */
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-o-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-ms-border-radius: 10px 10px 0 0;
	background: #f8f8f8;
}