/*** geral ***/
* {
	margin: 0; 
	padding: 0; 
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 14pt;
	color: #FFFFFF;
	font-variant: normal;
	text-decoration: none;	
}
html {
	height: 100%;
}
body {
	height: 100%;
	font-style: normal;
	text-align: center;
	background-color: #000000;
}
#geral {
	margin: 0px auto;
	width: 778px;
	height: 100%;
	text-align: left;
}
a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #B1C903;
	font-weight: bold;
	text-decoration: none;
}
p {
	margin-bottom: 10px;
}
h1 {
	font-size: 10pt;
	color: #FFCC00;
	margin-bottom: 5px;
}
h2 {
	font-size: 10pt;
	color: #339900;
	margin-bottom: 5px;
}

/*** template ***/
#top,
#index {
	width: 778px;
	height: 143px;
	float: left;
}
#titlePage {
	width: 778px;
	height: 67px;
	float: left;	
}
#content {
	width: 778px;
	background-image: url(../img/att/table.jpg);
	background-position: left top;
	background-repeat: repeat-y;
	float: left;
}
#contentInfo {
	height: 283px;
	padding: 0px 45px 5px 45px;
	background-image: url(../img/att/content.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
#contentBottom {
	width: 778px;
	height: 8px;
	background-image: url(../img/att/bottom.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#bottom {
	width: 778px;
	height: 20px;
	margin-top: 10px;
	float: left;
}
#bottom p {
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	margin-bottom: 0px;
}


/*** index ***/
#main {
	width: 778px;
	height: 262px;
	background-image: url(../img/att/main.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}
#cardapio {
	width: 559px;
	height: 145px;
	background-image: url(../img/att/cardapio.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}
#cardapio div {
	margin: 40px 0px 0px 45px;
}
#reservas {
	width: 219px;
	height: 145px;
	float: left;
}

/*** abertura ***/
#geralIndex {
	margin: 0px auto;
	width: 778px;
	height: 100%;
	background-image: url(../img/att/index.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	text-align: left;
}
#anima {
	width: 778px;
	height: 285px;
	float: left;
}
#confira {
	width: 778px;
	height: 140px;
	float: left;
}

/*** detail ***/
#imgDetail {
	width: 150px;
	height: auto;
	margin: 0px 0px 10px 10px;
	padding: 5px;
	border: 1px solid #CCE18D;
	float: right;
}
#imgThumbs {
	width: 90px;
	height: auto;
	margin: 0px 0px 10px 10px;
	float: left;
	padding: 5px;
	border: 1px solid #666666;
}

/*** list ***/
.listOptions {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	background-image: url(../img/att/line.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	float: left;
}
.colorOn{	
	background:#EBEBEB;
	padding: 3px 3px 3px 15px;
}
.colorOff {	
	background: transparent;
	padding: 3px 3px 3px 10px;
}

/*** galeria ***/
.thumbs {
	width: 110px;
	height: 90px;
	margin-bottom: 10px;
	float: left;
}
.imgThumbs {
	width: 90px;
	height: auto;
	background-color: #FFCC00;
	border: 1pt solid #FFCC00;
	text-align: center;
}

/*** forms ***/
form {
	display: block;
}
input, textarea, select {
	color: #336600;
	margin-bottom: 10px;
	line-height: normal;
	vertical-align: middle;	
	background-color: #FFFFFF;
	border-top: solid 1px #336600;
	border-left: solid 1px #336600;
	border-bottom: solid 1px #EFEFEF;
	border-right: solid 1px #EFEFEF;
}
option {
	color: #000000;
}
.radio {
	background-color: transparent;
	border: none;
}
label {
	width: 80px;
	text-align: left;
	float: left;
}
.labelNews {
	color: #FFFFFF;
	font-weight: bold;
}
.inputNews {
	margin-bottom: 5px;
}
input.ok {
	font-size: 7pt;
	text-align: center;
	font-weight: bold;
	line-height: normal;
	color: #336600;
	margin-left: 82px;
	filter: chroma (color=#FFFFFF);
	background-color: #FFFFFF;
	border-top: solid 1px #EFEFEF;
	border-left: solid 1px #EFEFEF;
	border-bottom: solid 1px #336600;
	border-right: solid 1px #336600;
}
#submit {
	margin-left: 100px;
}
/*** admin ***/
.listMenu {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	float: left;
}
.listMenuName {
	width: 72%;
	height: auto;
	float: left;
}
.listMenuAction {
	width: 25%;
	height: auto;
	float: left;
}