/* MENU */
#header .menu {
	display: block;
	height: 40px;
	padding: 0 5px;
	width:800px;
	position:absolute;
}

#header .menu ul {
	display:block;
	margin-left: 0px;
}

#header .menu ul li {
	display:block;
	float:left;
	position: relative;
}

#header .menu ul li a {
	display:block;
	height: 25px;
	padding: 11px 0px 20px;
	color: #fff;
	float: left;
	font-weight: bold;
	text-decoration: none;
}

#header .menu ul li a:hover {
	color: #ff9314;
}

#header .menu ul li.selected a,
#header .menu ul li.highlighted a {
	color: #ff9314;
}

#header .menu ul li ul {
	display:none;
	*margin-left: -70px;
	position: absolute;
	margin-top:40px;
}

#header .menu ul li:hover ul,
#header .menu ul li.sfhover ul {
	display: block;
}

#header .menu ul li ul li {
	float:none;
	width: 125px;
	background: url(/files/cms_userfile/img/img_css/bkg_submenu.gif) no-repeat left top;
	margin-left:0;
}

#header .menu ul li ul li.last {
	float:none;
	width: 125px;
	background: url(/files/cms_userfile/img/img_css/bkg_submenu_bottom.gif) no-repeat left top;
}

#header .menu ul li ul li a,
#header .menu ul li.selected ul li a,
#header .menu ul li.highlighted ul li a {
	float:none;
	padding: 3px 8px 0 8px;
	margin-top: 0px;
	font-weight: normal;
	color: #aab3bf;
	height:22px;
}

#header .menu ul li ul li a:hover,
#header .menu ul li ul li.selected a {
	color: #fff;
}

/* BANNER */

#header .banner {
	margin-left:7px;
	margin-top: 40px;
}

/* CONTENT */
#content .left p {
	text-align: justify;
	padding-bottom: 5px;
}

#content .left h1,
#content .left h2,
#content .left h4, 
#content .left a {
	color: #ff9314;
}

#content h1,
#content h2,
#content h3  {
	font-weight: normal;
	font-size: 25px;
	padding: 10px 0;
}

#content h1{
	font-weight: bold;
}

#content h4 {
	padding: 5px 0;
}

#content .left img {
	padding:5px;
	border: solid 1px #bbb;
	background: #eee;
}

#content .news-detail_content {
	text-align: justify;
	padding-bottom: 40px;
	font: 12px Arial, Helvetica, sans-serif;
}

#content .left a {
	display: block;
	padding: 10px;
	font-weight: bold;
	text-decoration: none;
	background: url(/files/cms_userfile/img/img_css/black_arrow.gif) no-repeat left center;
}

/* NEWS */

#news-list_114 {
	font-size: 11px;
	padding: 25px 20px 10px 19px;
}

#news-list_114 a {
	color: #fff;
	text-decoration: none;
}

#news-list_114 .news-list-item_published-date {
	color: #ff9314;
	margin: 17px 0 5px 0;
}

#news-list_114 .label,
#news-list_114 .news-list-item_title,
#news-list-paginator_114 {
	display: none;
}

#news-detail_118 h3 {
	padding-bottom: 0px;
}

#news-detail_118 .news-detail_published-date span {
	float:left;
	padding-right: 5px;
}

#news-detail_118 .news-detail_published-date{
	font-size: 10px;
	padding-bottom: 10px;
	color: #ccc;
}

#news-detail_118 .news-detail_content span {
	display:none;
}

/* SEARCH */

#search-form-details_120,
#search-results_120 .search-results-item_order-num {
	display: none;
}

ul {
	 list-style-type: circle;
}
	 
li {
	margin-left: 30px;
}
