/* 
Projeto Desenvolvido por:
http://www.kobi.com.br
Testado nos seguintes navegadores:
Internet Explorer 6.0 / Safari 3.1 / Firefox 3 Beta 5
*/

* {
	margin: 0;
	padding: 0;
}

#logo {
	position: absolute; 
	z-index: 100;
	margin-left:-100px;
	margin-top:-148px;
        background-image: url(images/bgLogoNatal.jpg);
        background-position: top left;
        background-repeat: no-repeat;
}

* html #logo {
	position: absolute; 
	z-index: 100;
	margin-left:-100px;
	margin-top:-148px;
}

#bd {
	margin-top: 10px
}

#header {
	background-image: url(images/topo_fundo.jpg);
    background-repeat:repeat-x;
}

/*
* + html #header{
	height:230px;
	margin-bottom:120px;
}

* html #header{
	height:150px;
	margin-bottom: 10px;
	background-color:#850227;
}
*/

#header img {
	float:  left;
}

#topo_conteudo {
	width: 778px;
	margin: 0 auto;
    height:161px;
}

* html #topo_conteudo {
    height:0px;
}

/* ----------------------------
Menu
---------------------------- */

.segurando_topo{
	height: 150px;
	width: 20px;
}

* html .segurando_topo{
	height:10px;
}	



#menu {
	position: relative;
	height: 135px;
	margin-top: -125px;
	
}

* html #menu{
	height: 138px;
}

* + html #menu{
	height: 138px;
}

#menu span {
	display: none;
}

#link_home {
	width: 100px;
	height:  16px;
	display: block;
	/*background-image: url(images/menu_normal.png);*/
	background-image: url(images/menu_normal.jpg);
	position: absolute;
	left: 200px;
	top: 117px;
	text-align: center;
	padding-top: 5px;
	z-index: 30;
}

.home #link_home {
	/*background-image: url(images/menu_ativo.png);*/
	background-image: url(images/menu_ativo.jpg);
	color: #A80532;
	z-index: 50;
}


#link_cadastre {
	width: 100px;
	height:  16px;
	display: block;
	/*background-image: url(images/menu_normal.png);*/
	background-image: url(images/menu_normal.jpg);
	position: absolute;
	left: 300px;
	top: 117px;
	text-align: center;
	padding-top: 5px;
	display: none;
	z-index: 30;
}

.tela_cadastro #link_cadastre {
	/*background-image: url(images/menu_ativo.png);*/
	background-image: url(images/menu_ativo.jpg);
	color: #fff;
	z-index: 50;
}

#link_cadastro {
	width: 100px;
	height:  16px;
	display: block;
	/*background-image: url(images/menu_normal.png);*/
	background-image: url(images/menu_normal.jpg);
	position: absolute;
	left: 300px;
	top: 117px;
	text-align: center;
	padding-top: 5px;
	display: block;
	z-index: 30;
}


.tela_cadastro #link_cadastro {
	/*background-image: url(images/menu_ativo.png);*/
	background-image: url(images/menu_ativo.jpg);
	color: #A80532;
	z-index: 50;
}

#link_pedidos {
	width: 100px;
	height:  16px;
	display: block;
	/*background-image: url(images/menu_normal.png);*/
	background-image: url(images/menu_normal.jpg);
	position: absolute;
	left: 500px;
	top: 117px;
	text-align: center;
	padding-top: 5px;
	display: block;
	z-index: 30;
}

.tela_meuspedidos #link_pedidos {
	/*background-image: url(images/menu_ativo.png);*/
	background-image: url(images/menu_ativo.jpg);
	color: #fff;
	z-index: 50;
}

#link_carrinho {
	width: 100px;
	height:  16px;
	display: block;
	/*background-image: url(images/menu_normal.png);*/
	background-image: url(images/menu_normal.jpg);
	position: absolute;
	left: 400px;
	top: 117px;
	text-align: center;
	padding-top: 5px;
	display: block;
	z-index: 30;
}

.tela_meucarrinho #link_carrinho {
	/*background-image: url(images/menu_ativo.png);*/
	background-image: url(images/menu_ativo.jpg);
	color: #A80532;
	z-index: 50;
}

#link_quemsomos {
	width: 75px;
	padding-left: 25px;
	height:  16px;
	display: none;
	background-image: url(images/kobi_icone.png);
	background-repeat: no-repeat;
	position: absolute;
	right: 150px;
	top: 90px;
	z-index: 30;
}

#link_faleconosco {
	width: 80px;
	padding-left: 20px;
	height:  16px;
	display: none;
	background-image: url(images/faleconosco_icone.png);
	background-repeat: no-repeat;
	position: absolute;
	right: 50px;
	top: 90px;
	text-align: center;
	z-index: 30;
}
/* ----------------------------
Menu dos Setores
---------------------------- */
#setores {
	background-image: url(images/barra_setores.png);
	font-size: 10px;
	border: 1px solid #A80532;
}

* html #setores{
	position: relative;
	background-color: #FFE6CD;
}



#setores li {
	display:inline;
	line-height:22px;
	padding-top: 5px;
	padding-bottom: 6px;
	margin-right: -4px;
	white-space: nowrap;
}



#setores li a {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;	
	text-decoration: none;
	font-size: 11px;
	border-right: 1px solid #A80532;
}

#setores li a:hover{
	color: #FFE6CD;
	background-color: #A80532;
	
}

* html #setores li a{
	background-image: url(images/barra_setores.png);
	height: 22px;
}	
/* ----------------------------
Busca
---------------------------- */
.logo_topo{
	float: left;
}






#busca {
	background-image: url(images/menu_fundo.jpg);
	height: 29px;
	color:#A80532;
	font-weight:bold;
	padding:0 1em;
	overflow:hidden;
	border: 1px solid #FE7F00;
	z-index: 40;
	position: relative;
	/*margin-top: -14px;*/
	padding-top: 3px;
}

/*
* + html #busca {
	margin-top: -12px;
}
*/

* html #busca {
	margin-top: 0px;
}

#busca_conteudo {
	margin: 0 auto;
}

#busca_conteudo fieldset {
	float: right;
    width:440px;
}

* html #busca_conteudo fieldset {
	float:right;
	height:27px;
	width:430px;
}	
	
* + html #busca_conteudo fieldset {
	height: 40px;
    width:430px;
}

* html #busca_conteudo fieldset {
	position: relative;
}

.ajudaonline {
	float: left;
	margin-top: -3px;
}

#busca p {
	float:left;
	font-size: 12px;
}

#busca * {
	line-height:26px;
}

#busca a {
	color: #fff;
	text-decoration: none;
}

#busca a:hover {
	text-decoration: underline;
}

#busca select, #busca input {
	font-size: 12px;
	line-height: 20px;
	vertical-align: middle;
}

#busca select {
	width: 150px;
}

#busca input {
	width: 140px;
}

#busca .botao {
	border: none;
	width:67px;
    padding-left:5px;
}

/* ----------------------------
Banner
---------------------------- */
#banner {
	background-position: center;
}

* html #banner{
	position: relative;
}

.banner_link {
	display: block;
	background-repeat: no-repeat;
	background-position: center;
}

