HTML, BODY {
	font-family: Verdana, Arial, Tahoma;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	width: 100%;
	height: 100%;
}

IMG {
	border: none;
}

H1 {
	font-size: 20px;
	margin: 0px 0px 15px 0px;
	text-align: center;
}

H2 {
	font-size: 16px;
	margin: 10px 0px 10px 0px;
	text-align: center;
}

A {
	color: #E67817;
	text-decoration: underline;
}

A:hover {
	color: #E67817;
	text-decoration: none;
}

.header {
	width: 100%;
	height: 255px;
	margin-bottom: -255px;
	position: relative;
	z-index: 4;
}

.header IMG {
	display: block;
}

.top_top {
	width: 100%;
	background: url('/img/top_top_bg.png') bottom left repeat-x;
	padding: 0px 0px 17px 3px;
}

.top_middle {
	width: 100%;
	background: url('/img/top_middle_bg.png') repeat-x;
	color: #E67817;
	font-weight: bold;
	font-size: 11pt;
	padding-right: 10px;
}

.top_middle TD {
	white-space: nowrap;
}

.top_middle IMG {
	padding-right: 5px;
}

.top_middle A {
	text-decoration: none;
}

.top_middle A:hover {
	text-decoration: underline;
}

.top_bottom {
	width: 100%;
	background: url('/img/top_bottom_bg.png') top left repeat-x;
	padding: 17px 10px 0px 3px;
}

.top_bottom TD {
	white-space: nowrap;
}

.top_bottom IMG {
	display: inline;
}

.keytitle {
	color: #E67817;
	font-size: 18pt;
	font-weight: bold;
}

.bottom {
	background: url('/img/bottom_bg.png') repeat-x;
	height: 40px;
	margin-top: -40px;
	padding: 0px 5px 0px 5px;
	font-weight: bold;
}

.bottom DIV {
	padding-top: 24px;
	font-size: 12px;
}

.bottom A {
	color: black;
}

.left_block {
	width: 260px;
	vertical-align: top;
}

.menu DIV {
	width: 260px;
	cursor: hand;
	margin-bottom: 1px;
	font-size: 10pt;
}

.menu DIV.sub, .menu DIV.subsub {
	margin-bottom: 0px;
}

.menu DIV {
	background: url('/img/menu_item_bg.png') no-repeat;
	line-height: 20px;
	padding-left: 15px;
}

.menu DIV.sub {
	background: none;
	padding-left: 0px;
}

.menu DIV.mselected {
	background: url('/img/selected_item_bg.png') no-repeat;
}

.menu DIV A {
	color: black;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

.sub, .subsub {
	display: none;
}

.sub DIV, .subsub DIV {
	background: none;
	background-color: #f9e2b5;
	line-height: 17px;
}

.sub DIV {
	padding-left: 15px;
	width: 245px;
}

.sub DIV.subsub {
	background: none;
	padding-left: 0px;
}

.sub DIV.mselected, .subsub DIV.mselected {
	background: none;
	background-color: #f1cb7c;
}

.sub DIV A {
	color: #b6661e;
	font-weight: bold;
	text-decoration: none;
	font-size: 8pt;
	text-transform: none;
}

.subsub DIV {
	padding-left: 35px;
	width: 225px;
}

.subsub DIV A {
	font-weight: normal;
}

.counters {
	margin-top: 20px;
	text-align: center;
}

.content {
	width: 100%;
	height: 100%;
	padding: 259px 0px 54px 0px;
}

.content_zone {
	vertical-align: top;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

.simpletable TD {
	vertical-align: top;
	text-align: justify;
	line-height: 20px;
}

.simpletable TD DIV {
	color: #e67817;
}

.simpletable TD IMG, .cat {
	border: 3px solid #EFEFEF;
	margin-right: 15px;
}

.product {
	font-weight: bold;
	margin-left: 20px;
	width: 100%;
}

.product IMG {
	border: 2px solid #E6E6E6;
}

.smalltable TD {
	vertical-align: top;
	font-size: 12px;
}

.slim {
	border: 1px #000000 solid;
	border-collapse: collapse;
	font-size: 12px;
}

.slim TD {
	border: 1px #000000 solid;
	padding: 5px;
}

.lang {
	background-color: white;
	position: absolute;
	z-index: 37;
	width: 180px;
	top: 195px;
	right: 0px;
}

.lang IMG {
     display: inline;
}

.contact {
	position: absolute;
	z-index: 37;
	width: 250px;
	top: 100px;
	right: 14px;
}

.contact {
     color: #E67817;
     font-weight: bold;
     font-size: 11pt;
     overflow: hidden;
}

.contact TD {
     white-space: nowrap;
}

.contact IMG {
     padding-right: 5px;
}

.contact A {
     text-decoration: none;
}

.contact A:hover {
     text-decoration: underline;
}

.errors {
	margin-bottom: 10px;
	display: none;
	color: red;
}
