@charset "utf-8";
/* CSS Document */

html>body { overflow:  }

html { height: 100%; margin-bottom: 1px; }
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0;
	padding:0;
	color:#666;
	background-color:#e3cb97;
	background-image:url('img/bg.jpg');
	background-position: top;
	background-repeat:repeat-x;
}

h1 {
	margin:0;
	padding:0;
}

h1 span {
	display: none;
}

h2 {
	font-size: 22px;
	font-weight: normal;
	color:#b5866e;
	font-variant:small-caps;
	margin:0;
	padding:5px 0 10px 0;
}

h3 {
	font-size: 24px;
	margin:0;
	padding:5px 0 5px 0;
	color:#fff6ba;
	font-weight: normal;
}

h4 {
	font-size:12px;
	font-weight: bold;
	margin:0;
	padding:2px 0;
}

a {
	color:#fff6ba;
	text-decoration: underline;
}

img {
	border: none;
}





#container {
	width: 940px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	text-align: left;
	background-image:url('img/bg_container.png');
	background-position: top;
	background-repeat:repeat-y;
}

#head {
	width: 940px;
	height: 160px;
	float: left;
	margin: 0 auto 0 auto;
	padding:0;
	background-image:url('img/bg_head.gif');
	background-position: top;
	background-repeat: no-repeat;
}

#logo {
	width: 250px;
	padding: 30px 0 0 60px;
	float: left;
}

#lang {
	width: 150px;
	padding: 35px 0 0 0;
	float: right;
	text-align: left;
	font-weight: bold;
}



#content {

}

#left {
	width: 230px;
	padding: 25px 0 0 42px;
	float: left;
	line-height: 22px;
}

#right {
	width: 580px;
	padding: 25px 60px 40px 0;
	float: right;
	color:#CCCCCC;
}

#end {
	float: none;
	clear: both;
}

#foot {
	width: 940px;
	height: 20px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	background-image:url('img/bg_foot.png');
	background-position: top;
	background-repeat: no-repeat;
}








a.cat {
	font-size:15px;
	color:#b5866e;
	font-variant:small-caps;
	text-decoration:none;
}

a:hover.cat {
	color:#b5866e;
	text-decoration:none;
}


.sub{
	font-size:12px;
	text-decoration: none;
	font-variant:small-caps;
	color:#AAAAAA;
}

.subsub{
	font-size:11px;
	text-decoration: none;
	color:#fff6ba;
}


.product {
	width: 140px;
	height: 250px;
	margin: 10px;
	padding:12px;
	border: 1px solid #333;
	float: left;
	text-align:center;
}

.product h4 {
	color:#fff6ba;
	font-size: 12px;
	padding: 0 0 5px 0;
}
.path {
	font-size:12px;
	text-decoration: none;
	font-variant:small-caps;
	color:#b5866e;
}
