/* *//* navigation nav */#nav {	background-color: #e50050;	position: relative;	top: 90px;	height: 50px;	_height: 60px;	padding: 10px 0 0 20px;}#nav ul { 	height: 25px;}#nav ul, #nav ul li {	list-style-type: none;	margin: 0;	padding: 0;}#nav li a {	color: white;	font-size: 13px;	padding: 2px 15px 2px 15px;	text-decoration: none;	height: 20px;	background: transparent url(../images/app/bg_metanav.gif) 0 4px no-repeat;}#nav li a:hover, #nav a.active {	color: #d7df23;}#nav li {	float: left;}#nav li.first a {	background: none;}#nav ul.subnav li a {	font-size: 12px;}#nav ul.show {	display: block;}/* footer */#footer {	background-color: #e50050;	padding: 5px 0 5px 35px;	border-bottom: 20px solid white;}#footer a {	color: white;	text-decoration: none;	padding: 0 20px 0 0;}#footer a:hover, #footer a.active {	color: #d7df23;	}