/* Top Elements */
* { margin: 0; padding: 0;
}
body {
	background: #F6F6F8;
	font: 11px/1.75em Verdana, Tahoma, arial, sans-serif;
	color: #666666; 
	text-align: center;
	/*margin: 0 0 15px 0;*/
}
.erro {
	color: #FF0000;	
	font-weight: bold;
}
.promocao {
	color: #FF0000;
}
.form {
	background: #FFFFFF;
}
/* links */
a, a:visited {	
	color: #222222; 
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	background: inherit;
	padding-bottom: 0;
	border-bottom: 2px solid #dbd5c5;
}
/* headers */
h1, h2, h3 {
	font-family: 'Arial', Tahoma, Sans-serif;
	font-weight: Bold; 	
	color: #333;
}
h1 {
	font-size: 160%;	
	font-weight: normal;
}
h2 {
	font-size: 130%;
	text-transform: uppercase;
}
h3 {
	font-size: 130%;
}
h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}
code {
	margin: 5px 0;
	padding: 10px;
	text-align: left;
	display: block;
	overflow: auto;  
	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
	/* white-space: pre; */
	background: #F5F5F5;
	border-left: 3px solid #D4D4D4;
}
acronym {
	cursor: help;
	border-bottom: 1px dashed #777;
}
blockquote {
	font: bold 1.4em/1.5em 'Trebuchet MS', Tahoma, Sans-serif;	
	margin: 10px;
	padding: 0 0 0 25px;  
	background: #F5F5F5;
	border-left: 3px solid #D4D4D4;	
	color: #444;
}
/* start - table */
#table {
	border-collapse: collapse;
	margin: 10px;
}
#table th strong {
	color: #FFFFFF;
}
#table th {
	background: #e7e6e6 repeat-x;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;	
	text-align: left;
	border-left: 3px solid #f4f4f4;
	border-bottom: solid 2px #FF9326;
	color: #333;
}
#table tr {
	height: 30px;
}
#table td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
#table td.first,th.first {
	border-left: 0px;
}
#table tr.row-a {
	background: #F8F8F8;
}
#table tr.row-b {
	background: #EFEFEF;
}
/* end - table */
/* form elements */
form {
	margin:10px; padding: 0 5px;
	background: #F5F5F5;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
select {
	padding:2px;
	border:1px solid #FF6633;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:300px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #FF6633;
	height:100px;
	display:block;
	color:#777;
}
.textarea {
	width:500px;
	height:250px;
	border:1px solid #FF6633;
	color:#777;
}
.textarea2 {
	width:600px;
	height:250px;
	border:1px solid #FF6633;
	color:#777;
}
input.button { 
	font: bold 15px Arial, Sans-serif; 
	height: 68px;
	margin: 1;
	padding: 15px 25px; 
	color: #FFFFFF;
	background: #e7e6e6 url(/imagens/button.jpg) repeat-x;
	border: 10px solid #BBBBBB;
	
}


input.button2 { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #333;
	background: #e7e6e6 url(/imagens/button.jpg) repeat-x;
	border: 1px solid #dadada;
}
/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0 5px 0 10px; padding: 5px 0 15px 0;	
	width: 190px;
}
.searchform p { margin: 0; padding: 0;
}
.searchform input.textbox { 
	width: 100px;
	color: #777; 
	height: 18px;
	padding: 2px;	
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}
/********************************************
LAYOUT
********************************************/ 
#wrap {
	position: relative;
	width: 1000px;	
	margin: 0 auto;
	text-align: left;
	background: #FFFFFF url(/imagens/fundo.jpg) repeat-y center top;
}
#content-wrap {
	float: left;
	width: 1000px;
	margin-left: 0px;
	display: inline;
	padding: 0; 	
	border-top: 5px solid #FFFFFF;
}
#header {
	position: relative;
	background: #FFFFFF url(/imagens/topo.jpg) repeat-y center top;
	height: 146px;
	width:1000px;	
	padding: 0;	
	color: #FFFFFF;
}
/* header links */
#header #header-info {
	position: absolute;
	top: -9px;
	left: 610px;
	color: #999999;
	font-size: 10px;	
	font-weight: bold;
}
#header #header-produtos{
	position: absolute;
	top: 16px;
	left: 570px;
	color: #999999;
	font-size: 10px;
	font-weight: bold;
}
#header #header-topo-loja{
	width: 450px;
	height: 100px;
	margin-top: -111px;
	margin-left: -536px;
}
#header #header-links {
	position: absolute;
	top: 8px; right: 45px;	
	color: #FFFFFF;
	font-size: 10px;	
	font-weight: bold;
}
#header #header-links p {	
	padding: 0;	margin: 0;
}
#header #header-links a {	
	color: #FFFFFF;
	text-decoration: none;
}
#header #header-links a:hover {
	color: #FFCCCC;
}
/* header-photo */
#header-photo {
	position: relative;
	clear: both;
	margin: 0px auto;
	height: 38px;
	width: 1000px;
	background: #FFFFFF url(/imagens/topo_busca.jpg) repeat center center;
}
#header-photo h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 48px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -1px;
	color: #FFFFFF;
	text-transform: none;
	text-decoration: none;
	border: none;
	/* change the values of top and left to adjust the position of the logo*/
	top: 5px; left: 30px;
}
#header-photo h2#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 14px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #B6D1F8;
	/* change the values of top and left to adjust the position of the slogan*/
	top: 60px; left: 35px;
}
/* Navigation */
#nav {
	clear: both;	
	padding: 0;
}
#nav ul {
	float: left;
	list-style: none;
	background: #FFFFFF url(/imagens/nav.jpg) repeat-x;	
	width: 850px;		
	padding: 0;	margin: 0 0 0 30px;
	height: 45px;
	display: inline;
	text-transform: uppercase;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 15px;	
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #fafafa;	
	border-bottom: none;
	color: #FFFFFF;
	font: bold 14px/45px "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;	
	letter-spacing: 1px;
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #FFCCCC;
}
#nav ul li#current a {	
	background: #FFFFFF url(/imagens/nav-current.jpg) repeat-x;
}
.two-col #main {
	margin: 5px 5px 0 200px;
}
#main h1 {
	margin: 10px 10px 0 10px;
	font: normal 1.8em Century Gothic,"Arial", Times, serif;
	color: #444;
	padding: 10px 0 2px 0px;
}
#main fieldset {
	padding: 10px;
}
#main legend {
	margin: 0px 10px 0 10px;
	font: normal 1.6em Georgia, "Times New Roman", Times, serif;
	color: #444;
}
/* Sidebar */	
#sidebar {
	float: left;
	width: 195px;	
	margin-top: 0px;
}
/* right column */
#rightcolumn {
	float: right;
	width: 190px;
	margin-top: 10px;
}
#rightcolumn h1, #sidebar h1 {
	margin: 10px 5px 0 5px;
	padding: 5px 5px; 
	font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #444;
}
/* sidemenu */
ul.sidemenu {
	border:1px solid #E0E0E0;
	margin:7px 8px 8px 10px;
	padding:0;
	text-align:left;
	text-decoration:none;
}
ul.sidemenu li {
	border-bottom:1px dashed #E5E5E5;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:5px;
}
ul.sidemenu li:hover {
	background-color:#FF6600;
}
* html body ul.sidemenu li {
	height:1%;
}
ul.sidemenu li a {
	background:transparent url(/imagens/indicador.png) no-repeat scroll 0 0;
	border:medium none;
	color:#9D9D9D;
	margin:0;
	padding:0 0 8px 15px;
	text-decoration:none;
}
ul.sidemenu li a:hover {
	border:medium none;
	color:#FFF;
}
ul.sidemenusub {
	margin:7px 8px 8px 10px;
	padding:0;
	text-align:left;
	text-decoration:none;
}
ul.sidemenusub li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 2px;
	padding:1px 0 4px 5px;
}
* html body ul.sidemenusub li {
	height:1%;
}
ul.sidemenusub li a {
	border:medium none;
	color:#444444;
	text-decoration:none;
}
ul.sidemenusub li a:hover {
	border:medium none;
	color:#383D44;
}
/* footer-wrap */
#footer-wrap {
	clear: both;
	width: 1000px;
	/*height: 50px;*/
	font-size: 95%;
	padding: 5px 0;
	text-align: left;	
	/*background: #FEDFBB;*/
}
#footer-wrap a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
#footer-wrap a:hover {
	color: #FFCCCC;
}
#footer-wrap p {
	padding: 10px 0;
}
#footer-wrap h2 {
	color: #FF6633;
	margin: 0;
	padding: 0 10px;
}
/* footer */
#footer {
	clear: both;
	color: #FFFFFF;	
	margin: 0 auto 10px auto; 
	width: 850px;
	padding: 5px 0;
	text-align: center;
	border-top: 1px solid #F2F2F2;
}
/* alignment classes */
.float-left  { float: left;
}
.float-right { float: right;
}
.align-left  { text-align: left;
}
.align-right { text-align: right;
}
/* display and additional classes */
.clear { clear: both;
}
.expandir {
	width: 15px;
	background: url(/imagens/expandir.gif);
}
.retrair {
	width: 15px;
	background: url(/imagens/retrair.gif);
}
#logo_ilhaweb {
	width: 196px;
	height: 25px;
	float:right;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: auto;
	margin-bottom: 20px;
}
#menu_topo {
	width:auto;
	height:25px;
	float:left;
}
#menu_busca {
	width:350px;
	height:35px;
	float:right;
	margin-right: 20px;
}
.loginform-pr {
	padding: 5px;
	border: none;
	background-color: transparent;
	margin: 0;
	float:right;
}
