@charset "utf-8";

#imageWrap { 
        width: 640px; 
        height: 420px; 
        background: url('../jquery/ajax-loader.gif') center center no-repeat; 
    }

a img { border: 0px;}

body {
	background-image:url(../images/fundos/bg_fundo.jpg);
	background-repeat: repeat;
}

/* Header */
#header_full{ 
	width: 100%;
	height: 148px;
}

#header_margem_full{
	width: 990px;
	height: 100%;
	margin: auto;
	background-color:#CA0088;
}

#header_logo{
	width: auto;
	height: auto;
	margin-top: 17px;
	margin-left:24px;
	float:left;
}

#header_busca{
	width: auto;
	height: auto;
	text-align:right;
	margin-top: 55px;
	margin-right:24px;
	float:right;
}

/* Header Menu */
#header_full_menu{ 
	width: 100%;
	height: 44px;
	display:table;
}

#header_margem_menu_full{
	width: 990px;
	height: 100%;
	margin: auto;
	background-color:#D1D2D2;
	display:table;
}

#header_menu_box{
	width: auto;
	height: auto;
	float:left;
	margin:7px;
}

/* Footer */
#footer_full{ 
	width: 100%;
	height: 44px;
	display:table;
	margin-bottom:10px;
}

#footer_margem_full{
	width: 990px;
	height: 100%;
	margin: auto;
	background-color:#D1D2D2;
	display:table;
}

#footer_box{
	width: 100%;
	height: auto;
	margin:11px;
	text-align:center;
}

/* Index Principal */
#principal_full{ 
	width: 100%;
	height: auto;
}

#principal_margem_full{
	width: 990px;
	height: auto;
	margin: auto;
	background-color:#FFF;
	display: table;
}

#principal_menu_esquedo{
	width: 228px;
	height: auto;
	margin:8px;
	display: table;
	float:left;
}

#principal_menu_titulo{
	height: auto;
	text-indent:2px;
	margin-bottom:10px;
	margin-top:10px;
	display: table;
}

#principal_menu_categoria{
	height: auto;
	margin:8px;
	display: table;
}

#principal_menu_subcategoria{
	height: auto;
	text-indent:14px;
	display: table;
}

#principal_conteudo{
	width: 730px;
	margin:8px;
	display: table;
	float:right;
}

/* Banner Principal */
#banner_full{ 
	width: 100%;
	height: auto;
}

#banner_margem_full{
	width: 990px;
	height: 334px;
	margin: auto;
	display: table;
}

/* Internas */
#internas_full{ 
	width: 100%;
	height: auto;
}

#internas_margem_full{
	width: 990px;
	height: auto;
	margin: auto;
	background-color:#FFF;
	display: table;
}

#internas_conteudo{
	width: 730px;
	margin:8px;
	display: table;
	float:right;
}

#internas_titulo{
	width: auto;
	margin:8px;
	display: table;
}

#internas_texto{
	width: auto;
	margin:8px;
	display: table;
}

#internas_video{
	width: 225px;
	height:auto;
	margin:3px;
	float:left;
	display: table;
}

#internas_box_produto{
	width: 120px;
	height:150px;
	margin:8px;
	display: table;
	float:left;
}

#internas_produto_foto{
	width: 110px;
	height:110px;
	display: table;
}



/* Variados */

.forms {
	background-color: #FFF; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}

.forms_busca {
	height:16px;
	background-color: #FFF; 
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
}

#direita{
	float:right;
}

#esquerda{
	float:left;
}

.botao { display: inline-block; background: url(../images/botao.gif) no-repeat; text-align: center; line-height: 24px; border: none; font-size: 15px; font-weight: bold; color: black; cursor: pointer; -moz-opacity:.80; filter:alpha(opacity=80); opacity:.80; }
.botao:hover { -moz-opacity:1; filter:alpha(opacity=100); opacity:1; color: black; text-decoration: none; }
.botao:active { -moz-opacity:.60; filter:alpha(opacity=60); opacity:.60; position: relative; top: 1px; }

/* Neoware */
#neoware { position: absolute; left: 0px; bottom: 0px; width: 100%; height: 17px; color: #000; background:#999; text-align: center; font-family: tahoma; font-size: 12px; line-height: 16px; display:block; z-index:2; }
div > div#neoware { position: fixed; }

div#neoware {
_right: auto; _bottom: auto;
_left: expression( ( 0 - neoware.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
_top: expression( ( 0 - neoware.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );}
