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

body {
	background-color: #575669;
}

a:link {
	text-decoration: 		underline;
	color: 					#0a6fa3;
}

a:visited {
	text-decoration: 		underline;
	color: 					#0a6fa3;
}

a:hover {
	text-decoration: 		none;
	color: 					#333;
}

a:active {
	text-decoration: 		underline;
	color: 					#0a6fa3;
}

/*-------------------------------------------*/

#content {
	height: 281px;
	width: 500px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCC;
	background-image: url(../img/ldcard.png);
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}

#content_latitude {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCC;
	background-image: url(../img/ldcard.png);
	background-repeat: no-repeat;
	background-position: top;
}

#btm {
	width: 361px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/bg_dow.png);
	background-repeat: no-repeat;
	background-position: top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCC;
	padding-right: 67px;
	padding-left: 72px;
}
a.acerca {
	background-image: url(../img/acerca_btm.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 181px;
	display: block;
}
a.acerca:hover {
	background-image: url(../img/acerca_btm.png);
	background-repeat: no-repeat;
}
a.contact {
	background-image: url(../img/contact_btm_o.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 181px;
	display: block;
}
a.contact:hover {
	background-image: url(../img/contact_btm_o.png);
	background-repeat: no-repeat;
}

/*-------------------------------------------*/

#main {
	width: 216px;
	color: #666;
	padding-right: 78px;
	padding-left: 206px;
	padding-top: 115px;
}
.blue {
	color: #0a6fa3;
}

/*-------------------------------------------*/

.menu{
	width: 374px;
	height: 50px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
}
.menu ul{
	margin: 0;
	padding: 0;
	float: none;
	width: 374px;
	height: 50px;
}
.menu ul li{
	display: inline;
}
.menu ul li a{
	float: left;
	color: white;
	text-decoration: none;
	height: 50px;
	font-weight: bold;
}
.menu ul li a:hover, .menu ul li .current {
	color: #ace2ff;
	text-decoration: none;
	font-weight: bold;
	height: 50px;
}