/** design by www.fruitblu.com */

body {
	margin: 0px;
	padding: 0px;
	background: url(images/img02.jpg) repeat-x left top;
	line-height: 20px;
	text-align: justify;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

a {
	color: #CC0000;
}

a:hover {
	text-decoration: none;
}




/** HEADER */

#header {
    background: url(images/header.png);
	width: 710px;
	margin: 0px auto;
	padding: 1em;
	height: 90px;
	color: #254360;
}


/** MENU */

#menu {
	width: 778px;
	margin: 0px auto;
}

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

#menu li {
	display: inline;
}

#menu a {
	background: url(images/img04.gif) no-repeat right 50%;
	padding: 0px 20px 0px 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}

#menu a:hover {
	background: #FFFFFF;
	color: #000;
}

#menu .active {
	background: #FFFFFF;
	color: #000;
}

#linkmenu a{
	padding-right:5px;
	padding-left:5px;
	padding-top:10px;
	display:block;
	width:160px;
	color:red;
	font-weight:bold;
	text-decoration:none;
	height:30px;
	border-bottom:solid 1px silver;
	text-align:left;
}

#linkmenu a:hover {
	color:white;
	font-weight:bold;
	text-decoration:none;
	background: red;
}

