/* <RESET> */
/* Eric Meyer's CSS reset: */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* </RESET> */


#slideshow{
  height:364px;
  width:600px;
  overflow: hidden;
  position:relative;
}

#slideshow img{
  position:absolute;
}

#geral {
  background:white;
  width:600px;
  margin: 0 auto;
  padding:20px;
}

body { 
  background:#666; 
  padding:0;
  margin:0;
  font-family:arial, sans-serif;
  font-size:80%;
  line-height:1.3;
  color: #333;
}

h1 {
  font-size:40px;
  text-align:center;
  padding:0 0 20px;
}

h2 {
  background:#FF6;
  padding:10px;
  text-align:center;
  font-size:28px;
  width:160px;
  float:right;
  margin:10px -10px 10px 10px;
  color:black;
  position:relative;
  top:-50px;
  z-index:3;
  -moz-transform:rotate(330deg);
  -webkit-transform:rotate(330deg);
}

h2 a {
  display:block;
  text-decoration:none;
  color:red;
}

#logo {
  text-align:center;
}

h3 {
  font-size:19px;
  font-weight:bold;
  padding:10px 0;
}

h4 {
  font-size:16px;
  font-weight:bold;
  padding:10px 0 5px;
}

p {
  padding:0 0 20px;
}

.lista{
  clear:both;
  margin:15px;
}

.lista li{
  width:80px;
  height:50px;
  background:silver;
  float:left;
  margin:2px;
  padding:10px 5px;
  text-align:center;
  font-size:16px;
  line-height:25px;
}

.lista li.OK{
  background:#9C9;
}

#pagar{
  font-size:16px;
  text-align:right;
  clear:both;
  padding:40px 0 0;
}

#rodape{
  text-align:center;
  clear:both;
  padding:40px;
}

th {
  font-weight:bold;
  text-align:center;
}

th,td{
  padding:1px;margin:0;
  border-left:1px solid #666;
  border-top:1px solid #666;
}

table input, table select {
  margin:0;
  border:none;
}

table {
  border-collapse:collapse;  
  border-right:1px solid #666;
  border-bottom:1px solid #666;
}

table, table input, table select {
  font-size:85%;
}

strong {
  font-weight:bold;
  color:#422
}

button {
  float:right;  
  margin:10px 40px;
}

#menu {
  border-top:1px solid #999;
  text-align:center;
  padding:15px;
}

#menu li {
  display:inline;
  margin:15px;
}

#menu li a {
  text-decoration:none;
  font-size:120%;
  font-style:italic;
  color:#933;
}

.erro {
  background:yellow;
  color:red;
}

