@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
}

body {
	background-color:#369;
	font-size: 75%;
	width: 100%;
	text-align: center;
}

#swfWeb {
	margin: 12px auto 12px auto;
	text-align: left;
}

h1 {
	font-size:1.833em;
	font-weight:normal;
	text-transform:uppercase;
}

p {
	font-size:1.167em;
	margin-top:1em;
	line-height:1.3em;
}

#wblink {
	display: none;
}

.clear {
	clear:both;
}

.center{
    margin: 0 auto;
    width:760px;
}

#capsule {
	margin:0 auto;
	background-color:#FFF;
	/*width:756px;*/
	width:740px;
	border-top:solid 2px #999;
	border-left:solid 2px #999;
	border-right:solid 2px #bfbfbf;
	border-bottom:solid 2px #bfbfbf;
	padding:8px;
}

#header {
	background-image:url(../images/prestosite/background_header.png);
	background-repeat:no-repeat;
	height:131px;
}

#banner {
	float:right;
	background:url(../images/prestosite/banner.png) no-repeat;
	height:125px;
	width:516px;
	border:1px solid #CCC;
}

#menu {
	text-align:center;
	margin-top:8px;
	margin-bottom:8px;
	display:inline-block;
}

#menu ul{
	list-style: none;
}

#menu ul li{
	display: inline;
	text-align:center;
}

#menu li{
	width:100px;
}

#menu a,#menu a:link,#menu a:visited{
	width:100px;
	display:inline-block;
	line-height:1em;
	font-size:1.3em;
	text-transform:uppercase;
	text-decoration: none;
	/*color:#07052d;*/
	color:#000;
}

#menu a:hover{
	text-decoration: underline;
}

.text_block{
	position:relative;
	padding-bottom:2em;
}

.text_block ul{
	list-style:none;
	font-size:1.2em;
	line-height:1.3em;
	margin-top:1em;
}

.text_block a, .text_block a:link, .text_block a:visited{
	font-size:1.1em;
	font-weight:bold;
	color:#000;
	text-decoration:none;
}

.text_block a:hover{
	color:#000;
	text-decoration:underline;
}

.blue_button{
	font-size:1.5em;
	line-height:2em;
	background-color:#369;
	position:relative;
	margin:1em auto 0 auto;
	width:12.5em;
	text-align:center;
	border-top:solid 2px #999;
	border-left:solid 2px #999;
	border-right:solid 2px #bfbfbf;
	border-bottom:solid 2px #bfbfbf;
}

.blue_button a, .blue_button a:link, .blue_button a:visited{
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
}

.blue_button a:hover{
	text-decoration:underline;
}

.to_top {
	position:absolute;
	right:0;
}

.to_top a, .to_top a:link, .to_top a:visited{
	text-decoration:none;
	font-weight:bold;
	color:#000;
}

.to_top a:hover{
	text-decoration:none;
	color:#000;
}