/* @override http://localhost/~tino/css/folio.css */

/* @override http://localhost/~tino/css/index.css */

/* @override http://localhost/~tino/css/index.css */

@charset "UTF-8";
/* CSS Document */

body {
	padding: 0;
	font: 13px Arial,Helvetica,Garuda,sans-serif;
	*font-size: small;
	*font: x-small;
	margin: 0;
	background-repeat: repeat;
}

h1,h2,h3,h4,h5,h6,ul,li,em,strong,pre,code {
	padding: 0;
	line-height: 1em;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}

table {
	font-size: inherit;
	font: 100%;
}

ul {
	list-style: none;
}

img {
	border: 0;
}

p {
	margin: 1em 0;
}

#header {
	width: 1019px;
	height: 494px;
	float: left;
	z-index: 1;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

#repeat {
	background: none repeat-x -1154px;
	height: 495px;
	z-index: -3;
}

#wide {
	clear:both;
	margin:auto;
	width: 1024px;
}

#inner {
	width:1024px;
	clear:both;
	margin:auto;
	top: 70px;
}

#logo {
	float: left;
	padding-left: 20px;
	bottom: 10px;
}

/* @group Menu */

#menu {
	background-position: left;
	background-attachment: fixed;
	float: left;
	clear: both;
	position: relative;
	left: 533px;
	bottom: 53px;
}

ul{
    margin: 0 auto;
	padding-left: 2px;
	padding-right: 2px;
}

ul.rollover li{
    text-align: left;
    float: left;
    list-style: none;
	color: #bfbfbf;
	text-transform: uppercase;
	margin-right: 19px;
	text-shadow: white 0 0 0;
	list-style-position: outside;
	opacity: 1;
	padding-right: 0;
	padding-left: 0;
	text-decoration: none;
	position: relative;
	left: 10px;
	font: bold 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}
ul.rollover a{
    text-align: left;
    float: left;
    list-style: none;
	color: #bfbfbf;
	text-transform: uppercase;
	text-shadow: white 0 0 0;
	list-style-position: outside;
	opacity: 1;
	text-decoration: none;
	padding-left: 0;
	position: relative;
	left: 10px;
	padding-right: 0;
	margin: 25px 0 23px;
	font: bold 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

ul.rollover a:hover{
    text-align: left;
    float: left;
    list-style: none;
	color: white;
	text-transform: uppercase;
	text-shadow: silver 0 0 6px;
	list-style-position: outside;
	opacity: 1;
	left: 10px;
	padding-left: 0;
	padding-right: 0;
	list-style-type: disc;
	font: bold 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}



/* @end */