/* ========================================== //
//	Website: Liquenda II
//	Author: MvW (2005)
//	Purpose: Website Layout Style Definitions
// ========================================== */

.mitem,
.mitem_over,
.mitem_active {
	width:135px;
	height:27px;
	font-size:10px;
	cursor:pointer;
	line-height:25px;
	padding-left:5px;
	font-weight:bold;
	text-align:center;
	background-position:left;
	background-repeat:no-repeat;
}

.mitem {
	color:#804D27;
	background-image:url(../images/mitem.png);
}

.mitem_over {
	color:#FCFBF9;
	background-image:url(../images/mitem_over.png);
}

.mitem_active {
	color:#5C1E08;
	background-image:url(../images/mitem_active.png);
}
.hlight,
.hlight_over,
.hlight_active {
	font-size:14px;
	font-weight:bold;
	text-align:left;
	cursor:pointer;
	width:350px;
	float:right;
}
.hlight {
	color:#63250B;
}
.hlight_over {
	color:#FCFBF9;
}
.hlight_active {
	color:#63250B;
}
.ly_back {
	background-image:url(../images/background.jpg);
	background-position:top left;
	background-repeat:repeat-x;
}
.ly_horizon {
	width:100%;
	height:612px;
}
.ly_cntr {
	width:840px;
	height:617px;
}
.ly_top {
	width:840px;
	height:130px;
	background-image:url(../images/top.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	vertical-align:bottom;
	line-height:60px;
	padding-right:55px;
}
.ly_left {
	width:153px;
	height:487px;
	background-image:url(../images/left.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
.ly_main {
	width:674px;
	height:468px;
	padding:2px 1px 1px 1px;
	background-image:url(../images/main.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
.ly_right {
	width:11px;
	height:487px;
	background-image:url(../images/right.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
.ly_bottom {
	width:676px;
	height:16px;
	background-image:url(../images/bottom.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

/*====================================================================================
	IE Box model fix
====================================================================================*/

.ly_main {
	_width:676px;
	_height:471px;
}

/*====================================================================================
	IE6 PNG Transparency filters
====================================================================================*/

.mitem {
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,src='images/mitem.png');
	_background-image:none;
}
.mitem_over {
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,src='images/mitem_over.png');
	_background-image:none;
}
.mitem_active {
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,src='images/mitem_active.png');
	_background-image:none;
}
