*{
	margin: 0 0;
	padding: 0 0;
}

body{
	background: gray;
	line-height:1.5em;
	text-shadow:0 1px 0 black;
	font-family: helvetica, sans-serif;
}

h1, h2 { font-family: 'Yanone Kaffeesatz', helvetica, sans-serif }

h2{
	margin-bottom:20px;
}

ol,ul{
	margin:.8em 2em;
}

ol {
  background: #555555;
  margin:0px;
  padding: 0px;
}
p {
  margin:0px;
  padding:3px 0;
}
li {
  background: gray;
  margin-left: 40px;
  padding-left: 10px;
  padding-bottom:.5em;
}


#container{
width:960px;
margin:0 auto;
}


#banner{
	background:#a9014b;
	height:300px;
	position:relative;
	border-top:5px solid black;
	border-bottom:5px solid black;
}


h1{
	list-style:none;
	color:white;
	margin-bottom:40px;
	font-size:3em;
	position:absolute;
	top:45%;
	left:40px;
}

h1 span{
	font-size:35px;
	
}





.box{
color:white;
width:272px;
margin-top:20px;
margin-bottom:40px;
min-height:294px;
}


.box_left{
float:left;
}

.box_right{
float:right;
margin-left:65px;
}

#footer{
clear:both;
color:#555;
margin-top:40px;
tex-shadow:none;
}





p#website_information{
clear:both;
color:#464646;
font-size:10px;
text-align:center;
text-shadow:none;
margin:40px 0;
}


/*footer*/


#info{
	color:white;
}

strong{
	background: black;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	padding:1px;
}

a{
	text-shadow:none;
	text-decoration:underline;
	color:#555;
}
a:hover{
	color:#orange;
}


/* botão */
#info,
#pagseguro_banner{
	float:right;
}

input[type=submit]{
	border:none;
	font-size:4em;
}

input[type=submit], .awesome, .awesome:visited {
	background: #222 url(alert-buttom.png) repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}
 
	.awesome:hover							{ background-color: #111; color: #fff; }
	.awesome:active							{ top: 1px; }
	.small.awesome, .small.awesome:visited 			{ font-size: 11px; padding: ; }
	.awesome, .awesome:visited,
	.medium.awesome, .medium.awesome:visited 		{ font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
	.large.awesome, .large.awesome:visited 			{ font-size: 14px; padding: 8px 14px 9px; }
	
	.green.awesome, .green.awesome:visited		{ background-color: #91bd09; }
	.green.awesome:hover						{ background-color: #749a02; }
	.blue.awesome, .blue.awesome:visited		{ background-color: #2daebf; }
	.blue.awesome:hover							{ background-color: #007d9a; }
	.red.awesome, .red.awesome:visited			{ background-color: #e33100; }
	.red.awesome:hover							{ background-color: #872300; }
	.magenta.awesome, .magenta.awesome:visited		{ background-color: #a9014b; }
	.magenta.awesome:hover							{ background-color: #630030; }
	.orange.awesome, .orange.awesome:visited		{ background-color: #ff5c00; }
	.orange.awesome:hover							{ background-color: #d45500; }
	.yellow.awesome, .yellow.awesome:visited		{ background-color: #ffb515; }
	.yellow.awesome:hover							{ background-color: #fc9200; }


