@charset "utf-8";
* {	border:0; 	margin:0;	padding:0;	text-decoration:none;}
html {
	height:100%;
	width:100%;
}
body {
	height:100%;
	width:100%;
	font: normal 90%/145% "Lucida Sans Unicode", "Lucida Grande", Tahoma, sans-serif;
	color: #eee;
	margin: 0 auto;
	text-align: center;
 	background-color:#000; 
}
a:link, a:active, a:visited {color:#09c;}
a:hover {border-bottom:1px solid #fff;}
img {border:none;}

div.container {
	margin: 0 auto;
	width:61.75em;
}
#main {
	display: block;
	width:59.75em;
	padding: 1em;
	border:1px solid #222;
	background:transparent url(img/tlo_main.png) repeat fixed center center;
	text-align:left;
	height:100%;
}
#header {
	width:61.75em;
	margin:.5em 0;
	height: 400px;
	background:#000 url(metro-header.jpg) center center no-repeat;
}
#topmenu {
	position:relative;
	top:343px; left:0;
	width:61.5em;
	height:40px;
}
#topmenu img {
	display:inline;
	margin-right:10px;
	text-align:left;
	border:none;
	float:left;
}
#topmenu span {
	display:inline;
	float:right;
	font-size:3.5em;
	font-weight:bold;
	letter-spacing:-0.05em;
}

#topmenu span > i {
	display:inline;
	color:#aaa;
	font-size:0.5em;
	word-spacing:-0.15em;
}	
#menu {
	clear:both;
	text-align:center;
	margin:1em 0;
	height:23px;
}
#menu ul li {
	display:inline;
	font: normal 140%/110% "Lucida Sans Unicode", "Lucida Grande", Tahoma, sans-serif;
	border-right: 0.25em solid #fff;
	padding:0 1.5em 0 0;
}
#menu ul li.last {
	border-right:0;
}
#menu:link:hover {color:#fff;	border-bottom:1px solid #09c;
}
.txt, div.txt p {
	margin-bottom:0.7em;
	text-indent:0.7em;
	text-align:justify;
}
div.txt img {
	margin:.5em auto .5em auto;
}
hr {
	border-bottom:1px solid #09c;
	margin:.5em 0;
	clear:both;
}

h1, h2 {
	display: block;
	font:normal 1.8em/0.9em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	letter-spacing:-0.07em;
	word-spacing:-0.1em;
	color:#fff;
	text-indent:0;
}
h1 {
	font-size: 6em;
	font-weight:bold;
	float: left;
}
h2 {
	margin:.25em 0 .75em 0;
}
h2 i {
	font-size:.75em; 
	letter-spacing:0;
	padding-left:.5em;
	color:#999;
}
div p i b, h1 b, h2 b {color:#09c; font-weight:normal;}
div p i {
	font:normal 1.3em/0.55em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	letter-spacing:-0.06em;
	word-spacing:-0.1em;
}
.ctr,body div.ctr,div.txt p.ctr {
	text-align:center;
	margin:0 auto;
	clear:both;
}
.rgt {
	float:right;
	clear:right;
	padding:0 0 1em 1em;
}
.lft {
	float:left;
	clear:left;
	padding:0 1em 1em 0;
}
ol {
	padding-left: 1.3em;
	}
ul li {
	margin: .25em .75em;
	padding-left: 0em;
	text-indent:0;
	color:#bbb;
}
.half {
	width:66%;
	padding-left:1em;
	color:#ddd;
}
.off {color:#333;}
.def {border-bottom:1px dotted #999;}
.sml {font-size:75%;}
.clr {clear:both;}
img.ico, div.txt img.ico {margin:0;}

ul {
	padding:.25em 0 .75em 1em;
}
ul li {
	list-style:square url(img/li_blue10.png) outside;
}

#footer {
	font: normal 90%/120% sans-serif;
	color:#666;
	margin:.5em 0;
	clear:both;
}
#footer :link, #footer :link:active, #footer :link:visited {color:#aaa;}
