@charset "utf-8";
/* CSS Document */

body {
	background-image:url(images/bodybg.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	font-family: Tahoma;
	padding: 0;
	margin: 0;
	min-width: 100%;
	min-height: 100%;
}

#container {
	width: 900px;
	height:590px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-285px;
	margin-left:-462px;
}

h1 {
	background: url(images/logo.png) no-repeat left 0;
	margin: 0 85px;
	padding: 0;
	height: 67px;
	width: 300px;
}
h1:hover {
	background-position: left -67px;
}
h1 a {
	display: block;
	height: 67px;
	width: 300px;
}
.page h1 {
	margin-top: 80px;
}
#pagebox {
	width: 800px;
	height: 280px;
	background: url(images/pagebg.png) no-repeat;
	position: absolute;
	top: 260px;
}
.page #pagebox {
	background: url(images/pagebg2.png) no-repeat;
	width: 799px;
	height: 378px;
	top: 155px;
	left: 50px;
}
#pageimage {
	width: 450px;
	height: 518px;
	background: url(images/pageimage2.jpg) no-repeat;
	position: absolute;
	left: 85px;
	top: 70px;
}
#menu {
	width: 654px;
	height: 30px;
	background: url(images/menubg.png) no-repeat;
	position: absolute;
	top: 221px;
	left: 247px;
}
.page #menu {
	top: 165px;
}
#menu ul {
	margin: 0;
	padding: 5px 0;
	list-style: none;
}
#menu ul li {
	float: left;
	line-height: 18px;
	height: 20px;
	padding: 0 29px;
	border-left: 1px solid #936a6d;
}
#menu ul li:first-child{
	border: none;
}
#menu ul li a{
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}
#menu ul li a:hover{
	color: #ffbfa8;
}

#productsmenu {
	background: #fff;
	height: 20px;
	position: absolute;
	top: 537px;
	left: 80px;
	width: 800px;
}
#productsmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#productsmenu li {
	float: right;
	margin: 3px 0;
	padding: 0 3px;
	border-right: 1px solid #ccc;
}
#productsmenu li a{
	font-size: 10px;
	line-height: 14px;
	text-decoration: none;
	display: block;
	padding: 0 13px;
	color: #333;
}
#productsmenu li:first-child{
	border: none;
}
#productsmenu li a:hover{
	background-color: #d3363b;
	color: #fff;
}
#productsmenu li a.current{
	background-color: #a91217;
	color: #fff;
}

#texts {
	width: 450px;
	height: 130px;
	overflow: auto;
	font-size: 10px;
	position: absolute;
	top: 374px;
	left: 85px;
	background: #fff;
}
.page #texts {
	width: 750px;
	height: 280px;
	top: 240px;
	left: 75px;
	font-size: 11px;
	line-height: 150%;
}
#texts p {
	margin: 10px 5px;
}
#footer {
	width: 545px;
	height: 25px;
	line-height: 25px;
	position: absolute;
	color: #44090f;
	font-size: 10px;
	text-align: right;
	top:555px;
	left: 330px;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#banner {
	width: 320px;
	height: 224px;
	position: absolute;
	background: url(images/bannerbg.png) no-repeat;
	top: 334px;
	left: 560px;
}
#banner .padd {
	margin: 10px 30px;
	font-size: 10px;
	text-align: justify;
}
#banner p {
	margin: 0;
	padding: 0;
}
h4 {
	color: #35060c;
	margin: 0;
	padding: 3px 0;
	font-size: 12px;
}
h2 {
	text-transform: uppercase;
	font-weight: normal;
	font-family: "Myriad Pro", Arial;
	width: 400px;
	border-bottom: 1px solid #999;
	padding: 0 3px;
	margin: 0 0 5px 0;
	font-size: 20px;
	line-height: 20px;
	color: #444;
}
h2.wall, h2.floor {
	background: url(images/titles-wall.png) no-repeat 80px bottom;
	text-transform: none;
	font-size: 16px;
	padding-top: 48px;
	clear: both;
}
h2.floor {
	background: url(images/titles-floor.png) no-repeat 80px bottom;
	padding-top: 31px;
}
.products-header {
	margin-left: 30px;
	border-bottom: 1px solid #ccc;
	height: 26px;
}
.products-header div, .products-header a, .product-tabs .products-header .current {
	border: 1px solid #ccc;
	border-bottom: none;
	float: left;
	padding: 3px 3px 0 3px;
	color: #ac1826;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	height: 23px;
	line-height: 23px;
	background: #fff;
	margin-right: 10px;
}
.product-tabs .products-header a {
	color: #777;
	border: none;
	display: block;
}
.products-header ul {
	margin: 2px 10px;
	padding: 0;
	list-style: none;
}
.products-header li {
	float: right;
}
.products-header li a{
	background-color: #aaa;
	color:#fff;
	margin: 0 0 0 1px;
	padding: 0 10px;
	display: block;
	text-decoration: none;
	font-size: 11px;
}
.products-text {
	clear: both;
	margin-left: 30px;
	padding: 5px 0;
	border-right: 1px solid #ccc;
}
.product-links {
	margin: 5px 10px 5px 30px;
	padding: 0;
	list-style: none;
}
.gallery .product-links {
	width: 90%;
}
.product-links li {
	float: left;
	padding: 0 10px;
	border-left: 1px solid #ccc;
}
.product-links li:first-child {
	border: none;
	padding-left: 0;
}
.gallery .product-links li {
	border: none;
	padding: 0 3px;
	width: 55px;
}
.gallery .product-links li span{
	display: block;
}
.gallery .product-links li img{
	border: 4px solid #be817a;
}
.gallery .product-links li a:hover img{
	border-color: #a3544b;
}
.product-links li a{
	color: #555;
	text-decoration: none;
}
.product-links li a:hover{
	color: darkred;
}

.counter {
	float:right;
	margin-top: 20px;
	margin-left: -20px;
}