body {
	background: #2d615d url(/assets/images/body_bg.png) repeat-x top;
	color: #000;
	margin: 0;
	padding: 0;
	font-family: Verdana, "Bitstream Vera Sans", Tahoma, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
}
.clear {
	clear: both;	
}
code, tt {
	font-size: 150%;
	color: #343434;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
ol li {
	margin-bottom: 1ex;
}
table, input, textarea {
	font-size: 100%;
	font-family: Verdana, "Bitstream Vera Sans", Tahoma, Arial, sans-serif;
}
abbr, acronym {
	border-bottom: 1px dotted #999;
	cursor: help;
}
/* imagens */
a img {
	border: 0px;
}
.img-left {
	float: left;
	padding: 0 10px 5px 0;
	background-color: #ffffff;
}
.img-right {
	float: right;
	padding: 0 0 5px 10px;
	background-color: #ffffff;
}
	
p.more {
	font-weight: bold;
	font-size: 11px;
	font-style: oblique;
}

.float-left {
	float: left;
	padding: 0 10px 5px 0;
	text-align: center;
}
.float-right {
	float: right;
	padding: 0 0 5px 10px;
	text-align: center;
}

form input, form select, form textarea {
	border: 1px solid #D6D5D6;
	padding: 2px 1px;
	background-color: #F3EEF3;
}
form input:focus, form textarea:focus {
	background-color: #fff;
	border: 1px solid #223333;
}
form input.button {
	color: #223333;
	font-weight: bold;
	border: 1px solid #000;
}
form input.button:hover {
	color: #fff;
	background-color: #223333;
	cursor: pointer;
}

table.form td {
	padding: 3px;
}
table.form td.error, span.error {
	color: #f00;
	font-size: 11px;
}
.error {
	color: #f00;
}
div#level0 {
	width: 760px;
	overflow: hidden;
	background: #fff;
	margin-left: auto;
	margin-right: auto;
}



div#banner {
	background-color: #fff;
	height: 240px;
	overflow: hidden;
	padding-right: 8px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 91.667%;
	text-align: right;
}
div#banner a:link, div#banner a:visited {
	text-decoration: none;
	color: #666655;
}
div#banner p {
	margin: 0;
	padding: 0;
	text-align: right;
}	  
div#banner form {
	display: inline;
	margin: 0;
	padding: 0;
	color: #666655;
	text-align: right;
	font-family: Arial, sans-serif;
	text-transform: uppercase;
	font-size: 10px;
}
div#banner form input {
	color: #666;
	background-color: #fff;	
}
div#banner form input.button {
	background-color: #ccccbb;
	color: #fff;
	font-weight: bold;
	border: none;
}
div#banner form input.button:hover {
	background-color: #224433;
	color: #CDCDC2;
	font-weight: bold;
}


div#menu {
	/*background: #fff url(/assets/images/bg_menu2.jpg) no-repeat top left;
	padding-top: 140px;*/
	
	width: 150px;
	overflow: hidden;
	float: left;
	text-align: left;
}
div#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
	text-align: left;
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, sans-serif;
	font-size: 14px;
}
div#menu ul li {
	width: 149px;
	border-bottom: 1px solid #fff;
	margin: 0px;
}
div#menu ul li a {
	display: block;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	color: #5A451B;
	width: 100%;
}
html>body div#menu ul li a { width: auto; }

div#menu ul li a.on:link, div#menu ul li a.on:visited {
	color: #5A451B;
	font-weight: bold;
}
div#menu ul li a:hover, div#menu ul li a:active {
	color: #832000;
}
div#menu ul li a.on:hover, div#menu ul li a.on:active {
	color: #832000;
}



div#main {
	color: #555;
	margin: 0 10px 0 10px;
	padding: 10px 0 10px 0;
	text-align: justify;
	line-height: 1.75em;
	float: left;
	width: 578px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 580px;
}
html>body div#main {
	width: 580px;
}
div#main h1 {
	margin-top: 0;
	color: #5A451B;
	font-size: 22px;
	font-family: Arial, sans-serif;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}
div#main h2 {
	color: #224433;
	font-size: 17px;
	font-style: italic;		
	font-family: "Georgia", Verdana, Arial, sans-serif;
}
div#main h2 a:link, div#main h2 a:visited {
	color: #224433;
	text-decoration: none;
}
div#main h2 a:hover, div#main h2 a:active {
	background-color: transparent;
	text-decoration: underline;
}

div#main h3 {
	font-size: 16px;
	font-style: italic;
	color: #5A451B;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}

div#main a:link, div#main a:visited, div#main .link	{
	text-decoration: underline;
	color: #224433;
}
div#main a:hover, div#main a:active, div#main a:hover code, div#main a:active code {
	text-decoration: underline;
	background-color: #224433;
	color: #fff;
}
div#main ul {
	margin-top: 1em;
	margin-left: 0;
	padding-left: 10px;
}
div#main ul li {
	background: url(/assets/images/ul.png) no-repeat top left;
	list-style-type: none;
	padding-left: 22px;
	padding-bottom: 1em;
}



div#footer {
	font-family: Verdana, "Bitstream Vera Sans", Tahoma, Arial, sans-serif;
	background-color: #2d615d;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	padding: 10px 0 10px 0;
	clear: both;
	color: #ccc;
}
div#footer p {
	margin: 0;
	padding: 0;
}
div#footer a:link, div#footer a:visited {
	color: #ccc;
	text-decoration: none;
}
div#footer a:hover, div#footer a:active {
	color: #fff;
	text-decoration: none;
}


p.search-item big {
	font-size: 1.25em;
	font-weight: bold;
}
div#main p.search-item a.url {
	font-family: monospace;
	font-size: 13px;
}

div.page-naveg {
	clear: both;
	margin-top: 20px;
	color: #878768;
	font-size: 11px;
	font-weight: bold;
}
div.page-naveg span.number {
	font-size: 15px;
	font-family: Arial;	
}
div.page-naveg span.current {
	font-size: 18px;
	color: #333;
	font-weight: bold
}
div#main div.page-naveg a:link, div#main div.page-naveg a:visited {
	color: #878768;
	text-decoration: none;
}
div#main div.page-naveg a:hover, div#main div.page-naveg a:active {
	color: #2d615d;
	text-decoration: none;
	background-color: transparent;
}

div#main div.sub-article {
	border-bottom: 1px dashed #2d615d;
	padding-bottom: 5px;
}

div#main p.code {
	font-family: monospace;
	text-align: left;
	font-size: 12px;
	background-color: #ccc;
	padding: 5px;
	line-height: 120%;
}

div.shop-item {
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #ccc;
	font-size: 11px;
	text-align: left;	
}

div.shop-item p {
	margin: 0 0 5px 0;
	line-height: 150%;
}
div.shop-item p.item-name {
	font-size: 15px;
	font-style: italic;
	color: #82705D;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-weight: bold;
}
div.shop-item p.item-obs {
	font-style: italic;	
}
div.shop-item .number {
	font-family: Georgia, sans-serif;
	font-size: 200%;
	font-weight: bold; 	
}
div.shop-item .reserved {
	color: #8E0000;
	font-variant: small-caps;
	font-size: 14px;
	font-weight: bold;	
}
div.shop-list .number {
	font-family: Georgia, sans-serif;
	font-size: 150%;
}
div.shop-item div.item-image {
	float: right;
	padding-left: 5px;
}

div.shop-list {
	clear: both;
	margin-left: 20px;
}

div.shop-list p {
	margin: 0 0 1ex 0;
}

div#main div.form-ok p.title {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	margin-top: 0;
	font-family: Arial;
	font-variant: small-caps;
}
div#main div.form-ok {
	color: #2D615D;
	background-color: #CCCCBB;
	margin: 1ex;
	padding: 1ex;
}

div#veil {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 900;
	background-color: #fff;
	width: 100%;
	display: block;
	overflow: hidden;
}
div#dialog-box {
	background-color: #F3EEF3;
	position: absolute;
	z-index: 910;
	width: 350px;
	left: 50%;
	margin-left: -150px;
	display: block;
	border: 2px solid #2d615d;
	padding: 0;
	color: #000;
	text-align: center;
}
div#dialog-box p.title {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	background-color: #2d615d;
	color: #000;
	margin: 0;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
div#dialog-box p {
	padding: 2px 1ex;
	margin-bottom: 1ex;
}

div#main p.breadcrumb, div#main p.breadcrumb a:link, div#main p.breadcrumb a:visited {
	margin: -10px 0 4px 0;
	font-size: 10px;
	color: #999;
	font-weight: bold;
}
div#main p.breadcrumb a:hover, div#main p.breadcrumb a:active {
	color: #2d615d;
	background-color: transparent;
}

p.destaque {
	margin: 0 0 5px 5px;
	padding: 5px;
	color: #fff;
	background-color: #3B817B;
	border: 1px solid #2d615d;
	line-height: 120%;
	text-align: center;
}
div#main p.destaque a:link, div#main p.destaque a:visited {
	color: #fff;
	background-color: transparent;
	text-decoration: none;
}
div#main p.destaque a:hover, div#main p.destaque a:active {
	color: #fff;
	background-color: transparent;
	text-decoration: underline;
}