/* # page settings ########## */
#outerFrame {
 position:absolute; 
 width:100%;
 height:1570px;
 top:50%; 
 margin-top:-783px;
 text-align: center;
 background:#fff url(img/bg_outerframe.jpg) repeat-x; 
}

#navigation {
 position:absolute;
 right:0;
 top:60px;
 width: 647px;
 height: 45px;
 padding-left:8px;
 background: url(img/bg_navi.jpg) no-repeat;
 vertical-align:middle;
 overflow:hidden;
}

#navigation A:link,
#navigation A:visited,
#navigation A:hover,
#navigation A:active,
#navigation A.current:link,
#navigation A.current:visited,
#navigation A.current:hover,
#navigation A.current:active {
  display:block;
  float:left;
  font-size:12px;
	color: #c390bb;
	text-decoration:none;
	width:156px;
	height:44px;
	line-height:42px;
 text-align: center;
 vertical-align:middle;
 margin-right:4px;
}
#navigation A:hover {
	color: #fff;
	background: url(img/bg_navion.gif) repeat-x;
}
#navigation A.current:link,
#navigation A.current:visited,
#navigation A.current:hover,
#navigation A.current:active {
  font-size:14px;
	color: #fff;
  background: url(img/bg_navion.gif) repeat-x;
}

#navigation A.disabled:link,
#navigation A.disabled:visited,
#navigation A.disabled:hover,
#navigation A.disabled:active 
{
	display:block;
	float:left;
	font-size:12px;
	color: #c390bb;
	text-decoration:none;
	width:156px;
	height:44px;
	line-height:42px;
	text-align: center;
	vertical-align:middle;
	margin-right:4px;
	cursor:default;
	background: none repeat-x;
}

#phones6 {
	display: none;
	visibility: hidden;
}