/* CSS Style */

* {
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
}

body {
	color:#555555;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background: url(left-col-bg.jpg) left top repeat-y;
}

.clear {
	clear:both;
}

#header {
	width: auto;
	height: 171px;
	background: #F8C301 url(alfatur_logo_right.jpg) right top no-repeat;
}

#header div.logo {
	width: 198px;
	height: 171px;
	background: url(alfatur_logo.jpg) left top no-repeat;
	float: left;
}

#header div.pic-link {
	width: auto;
	height: auto;
	padding-top: 20px;
	padding-right: 160px;
	text-align: center;
}

#menu-top {
	width: auto;
	height: 46px;
	background: url(menu-top-bg.gif) left top repeat-x;
}

#menu-top div.left-part {
	width: 198px;
	height: 46px;
	background: url(left-col-top.jpg);
	float: left;
}

#menu-top div.menu-box {
	float: left;
}

#menu-top ul.top-menu-elements {
	height: 23px;
	list-style: none;
	border: 0 none;
	float: left;
}

#menu-top ul.top-menu-elements li {
	margin: 0;
	padding: 0px 1px 0px 0px;
	position: relative;
	display: inline;
	float: left;
}

#menu-top ul.top-menu-elements li ul {
	width: 180px;
	position: absolute;
	border-bottom: 1px solid #777777;
	display: none; visibility: hidden;
}

#menu-top ul.top-menu-elements li ul li {
	width: auto;
	display: block;
	float: none;
	background: white;
	border: 1px solid #777777;
	border-bottom: none;
	min-width: 0;
}

#menu-top ul.top-menu-elements li ul li a {
	width: 164px;
}
 
#menu-top ul.top-menu-elements li a {
	border:1px solid #FFFFFF;
	color:#777777;
	display:block;
	float:none !important;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	height:auto !important;
	line-height:22px;
	padding:0 6px;
	text-decoration:none;
}

#content {
	width: auto;
	height: auto;
}

#content div.left-menu-box {
	width: 198px;
	height: auto;
	float: left;
}

#content div.bottom-menu-element {
	width: 177px;
	height: 20px;
	margin-left: 20px;
	background: url(bottom-element.gif) left top no-repeat;
}

#content ul.left-menu-elements {
	list-style: none;
	padding-left: 20px;
	padding-right: 1px;
	height: 100%;
}

#content ul.left-menu-elements li {
	background: #E67817 url(menu-norm-2.jpg) left bottom no-repeat;
	list-style: none;
	padding-left: 20px;
	border-left: 2px solid white;
	border-right: 2px solid white;
	margin: 0;
}

#content ul.left-menu-elements li a {
	font-weight: bold;
	color: white;
	display: block;
	padding: 4px 0px 7px 0px;
	text-decoration:none;
	min-width: 1px;
	/*width: 158px;*/
}

#content ul.left-menu-elements li a:hover {
	width: auto;
	height: auto;
	_height: 1%;
}

#content ul.left-menu-elements li ul {
	background: url(dark-orange.gif) left top no-repeat;
	min-width: 1px;
	padding-left: 9px;
	width: 191px;
	position: absolute;
	left: 170px;
	margin-top: 0px;
	border-top: 1px solid #F6C48F;
	display: none; visibility: hidden;
	
}

#content ul.left-menu-elements li ul li ul {
	background: url(pink.gif) left top no-repeat;
	border-top: 1px solid #CE6524;
}
#content ul.left-menu-elements li ul li ul li {
	border: 1px solid #CE6524;
	border-top: none;
}

* html #content ul.left-menu-elements li a,
* html #content ul.left-menu-elements li ul li a,
* html #content ul.left-menu-elements li ul li ul li a {
	height: 1%;
	float: none;
}

* html #content ul.left-menu-elements li,
* html #content ul.left-menu-elements li ul li,
* html #content ul.left-menu-elements li ul li ul li {

	height: 1%;
	float: left;
}

#content ul.left-menu-elements li ul li {
	border: 1px solid #F6C48F;
	border-top: none;
	background: white;
	padding-left: 0px;
	width: auto;
	height: auto;
}

#content ul.left-menu-elements li ul li ul {
	position: absolute;
}

#content ul.left-menu-elements li ul li a {
	padding-left: 20px;
	/*width: 177px;*/
	background: white;
}
/*
#content ul.left-menu-elements li ul li:hover a {
	color: #E67817;
}

#content ul.left-menu-elements li ul li:hover li a {
	color: #E67817;
}

#content ul.left-menu-elements li ul li:hover li a:hover {
	color: white;

}

*/
#content ul.left-menu-elements li ul li a {
	color: white;
	background-color: #CE6524;
}

#content ul.left-menu-elements li ul li a:hover {
	color: #CE6524;
	background-color: white;
}

#content ul.left-menu-elements li ul li ul li a {
	color: #CE6524;
	background-color: #F6C48F;
}

#content ul.left-menu-elements li ul li ul li a:hover {
	color: #CE6524;
	background-color: white;
}

#content div.text-box {
	width: 74%;
	height: auto;
	padding: 20px 30px;
	float: left;
}

