html, body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #FFE87D;
	background: #F26520;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}

h1 {
	font-size: 16px;
	color: #FFE87D;
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 12px;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}


/* TABLE STYLE */

td {
	vertical-align: top;
}

/* Block 01 */
table.block_01 {
	background:#FF8B30;
	margin-top: 10px;
	clear: both;
}

table.block_01 .top {
	background:url(images/block_01_top.gif) repeat-x;
}

table.block_01 .left {
	background:url(images/block_01_left.gif) repeat-y;
}

table.block_01 .content {
	color: #FFD461;
	padding: 0px 19px 12px 19px;
}

table.block_01 .right {
	background:url(images/block_01_right.gif) repeat-y;
}

table.block_01 .bottom {
	background:url(images/block_01_bottom.gif) repeat-x;
}

table.block_01 a {
	color: #FFF29D;
}
table.block_01 a:hover {
	color: #FFF29D;
	text-decoration: none;
}
table.block_01 a.more {
	padding: 0px 0px 0px 12px;
	background:url(images/ch_more2.gif) 0px 6px no-repeat;
}

/* Block 02 */
table.block_02 {
	background: #E23417;
	margin-top: 10px;
	clear: both;
}

table.block_02 .top {
	background: url(images/block_02_top.gif) repeat-x;
}

table.block_02 .left {
	background: url(images/block_02_left.gif) repeat-y;
}

table.block_02 .content {
	color: #FB932E;
	padding: 0px 19px 12px 19px;
	
}

table.block_02 .right {
	background: url(images/block_02_right.gif) repeat-y;
}

table.block_02 .bottom {
	background: url(images/block_02_bottom.gif) repeat-x;
}

table.block_02 a {
	color: #FFA20F;
}

table.block_02 a:hover {
	color: #FFA20F;
	text-decoration: none;
}

table.block_02 a.more {
	padding: 0px 0px 0px 12px;
	background:url(images/ch_more1.gif) 0px 6px no-repeat;
}

table.block_02 b {
	color: #FB932E;
}

/* Block 03 */
table.block_03 {
	background: #CC3016;
	margin-top: 10px;
	clear: both;
}

table.block_03 .top {
	background: url(images/block_03_top.gif) repeat-x;
}

table.block_03 .left {
	background: url(images/block_03_left.gif) repeat-y;
}

table.block_03 .content {
	padding: 0px 19px 12px 19px;
	color: #FB932E;
}

table.block_03 .right {
	background: url(images/block_03_right.gif) repeat-y;
}

table.block_03 .bottom {
	background: url(images/block_03_bottom.gif) repeat-x;
}

table.block_03 a {
	color: #FFA20F;
}

table.block_03 a:hover {
	color: #FFA20F;
	text-decoration: none;
}

table.block_03 a.more {
	padding: 0px 0px 0px 12px;
	background:url(images/ch_more1.gif) 0px 6px no-repeat;
}

/* Block 04 */
table.block_04 {
	background: #FB8A2C;
	margin-top: 10px;
	clear: both;
}

table.block_04 .top {
	background: url(images/block_04_top.gif) repeat-x;
}

table.block_04 .left {
	background: url(images/block_04_left.gif) repeat-y;
}

table.block_04 .content {
	padding-top: 4px;
	padding-left: 19px;
	padding-right: 19px;
	padding-bottom: 10px;
}

table.block_04 .right {
	background: url(images/block_04_right.gif) repeat-y;
}

table.block_04 .bottom {
	background: url(images/block_04_bottom.gif) repeat-x;
}

table.block_01 li {
	margin: 0px;
	padding: 0px 0px 0px 12px;
	background:url(images/r2.gif) 0px 5px no-repeat;
	color: #FFF29D;
}

table.block_02 li, table.block_03 li {
	margin: 0px;
	padding: 0px 0px 0px 12px;
	background:url(images/r1.gif) 0px 5px no-repeat;
	color: #FFB739;
}

table.price {
	border-collapse: collapse;
	border: 1px solid #FFB739;
}

table.price td {
	border-color: #FFB739;
	padding: 0px 6px 2px 6px;
}

#topmenu {
	width: 308px;
	height: 108px;
}

.item {
	margin-top:2px;
	margin-left:0px;
	margin-right:5px;
	margin-bottom:2px;
	padding: 0px;
	width:149px;
	height:auto;
	float:left;
	
}

* html a {
	height: 1%;
}

.item a {
	display: block;
	padding: 8px 0px 10px 40px;
	background: url(images/menu_01_items.gif) 0px 0px no-repeat;
	color: #FFE5B7;
	font-family: Tahoma;
	font-size: 12px;
	text-decoration: none; 
	box-sizing: border-box;
	-moz-box-sizing: border-box; 
	font-weight: bold;
}
	
.item a:hover {
	display: block;
	color: #FFDE5A;  
	background: url(images/menu_01_items.gif) 0px -32px no-repeat; 
	box-sizing: border-box;
	-moz-box-sizing: border-box; 
}

.item a.selected {
	color: #FFDE5A;
	background: url(images/menu_01_items.gif) 0px -32px no-repeat;
}

#language {
	margin-top: 20px;
	margin-left: 32px;
}
#logo {
	width: 308px;
	height:147px;
	position:relative;
	left: 10px; 
	z-index: 2;
}
a.b_menu {
	color: #FFDE5A;
}
a.b_menu:hover {
	color: #FFDE5A;
	text-decoration: none;
}