body {
	text-align: center;
	background: #FFF;	
}
#fx_wrapper {
	background: #FFF;
	width: 817px;
	text-align: left;
	position: relative;
	margin: 0 auto;		
}
#fx_main {
	position: relative; 
}
#fx_copyright {
	clear: both;
	position: relative; 
	margin: 10px 0 10px 0;
	padding-left: 55px;
	text-align: left;
	font-size: smaller;	
}
#fx_copyright a {
	color: #1C1C1C;
}
#fx_content {
	position: relative;
	padding: 20px 10px 10px 54px;
	float: left;
	margin-bottom: 50px;
}
/* 
 * header 
 */
#fx_header { 
 	background: url(../images/sibmar-header.gif) no-repeat;
 	background-position: bottom left;
	height: 172px;
	position: relative; 
}
/* frentix logo */
#fx_home {
	position: absolute;
	width: 280px; height: 78px;
	top: 10px; left: 48px;
	z-index:2;
}
#fx_home img {
	border: 0;
}

/***  navigation */
#fx_menu {
	/* start at right position left from logo and at correct height */
	padding: 120px 0 0 44px;
	position: relative;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;	
	font-stretch: wider;
	text-transform: uppercase;
}

#fx_menu ul {
	padding: 0; margin: 0;	
}
ul.fx_hm_l1 {
	position: relative;		
}
ul.fx_hm_l2 {
	position: absolute; 
	top: 18px;
	white-space: nowrap;
	z-index: 3;
}
li > ul.fx_hm_l2 {
	width: 400px; /* firefox auto width fix */
}

#fx_menu li {
	margin: 0;
	list-style-type: none;
	list-style-image: none;	
	float: left;
	position: relative;
	background: url("../images/menuitem-decorator.gif") no-repeat;
	height: 15px;
	padding-left: 10px;
	margin-right: 10px;
}

/* menu items */
#fx_menu a.fx_hm_l1,
#fx_menu a.fx_hm_l1_sel {	
	text-decoration: none;
 	padding: 0; 
	font-weight: normal; 	
}
#fx_menu a.fx_hm_l2,	
#fx_menu a.fx_hm_l2_sel {	
	text-decoration: none;
 	padding: 0; 
	font-weight: normal;
	margin: 0 7px 0 0;
}

#fx_menu a.fx_hm_l1,
#fx_menu a.fx_hm_l2 {
		color: #363636;
}
#fx_menu a.fx_hm_l1:hover,
#fx_menu a.fx_hm_l1:focus,
#fx_menu a.fx_hm_l2:hover,
#fx_menu a.fx_hm_l2:focus {
		color: #701113;
}
#fx_menu a.fx_hm_l1_sel,
#fx_menu a.fx_hm_l2_sel {
		color: #9C181B;
}

span.fx_menu_sep {
	color: #9C181B;
	padding: 0 7px 0 7px;
}

/* meta menu */
#fx_meta {
	position: absolute;
	top: 30px; right: 10px;
	padding: 0; margin: 0;
}
#fx_meta ul {
	padding: 0 0 0 15px; margin: 0;	
}
#fx_meta li {
	list-style-type: none;
	list-style-image: none;	
	padding: 10; margin: 0;
	height: 15px; 
}
#fx_meta a {
	font-weight: normal;
	color: #363636;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;	
	font-stretch: wider;
	text-transform: uppercase;
	text-decoration: none;
}
#fx_meta a:hover,
#fx_meta a:focus {
	color: #701113;
}
a.fx_meta_act {
	color: #9C181B  ! important;
}
