@charset "UTF-8";
/* NICA */

/* Basic */


*
img
{
border:none;
}

a, a:visited
{
	font-family: "Helvetica Neue", Helvetica, Arial, Lucida Sans Unicode, Verdana, sans;	
	text-decoration: underline;
	font-weight: bold;
	color: #ffffff;
	font-weight:normal;


}

a:hover
{
	text-decoration: underline;
}

   
body {
	font-family: "Helvetica Neue", Helvetica, Arial, Lucida Sans Unicode, Verdana, sans;
	font-size: 10pt;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #fff;
	background-color:#333333;
	
}


h1,h2,h3,h4	{
font-family: "Helvetica Neue", Helvetica, Arial, Lucida Sans Unicode, Verdana, sans;	color: #fff;
	font-size: 1.2em;
	font-weight:normal;
	padding-top:15px;
	padding-bottom:0px;
	margin:0;
}

p			{
	font-size: 0.8em;
	color:#ccc;
	line-height:16px;
	margin:0 0 10px 0;
	padding:0;
	}
	

	
	
* html #nav { height:28px; } /*IE min-height hack*/



#menu a:link, a:visited {
	color: #fff;
		text-decoration:none;

	
	
}

#menu a:hover {
	
	text-decoration:underline;
}

#menu a.on {
	
	text-decoration:underline;
}



/**************** MENU NEW *****************/

#menu {
	min-height: 28px;
	height:60px;
	margin:0px 0 10px 0;
	font-size: 0.9em;

	padding: 0 45px;
	margin: 0;
	color:#fff;
	letter-spacing: 0px;
	font-weight:bold;
	text-align:center;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0px 0 0 0px;
	float: left;
	
}

#menu a {
	display: block;
	border-width: 0px;
	margin: 0;
	padding: 5px 3px;
	color:#fff;
	padding-left: 11px;
}







