*{ 
	border:0;
	margin:0;
	padding:0;
}
html,body { height: 100%; background: url(../images/backgroundn.jpg) top left;}

#main {
	width:766px;
	height:699px;
	_height:899px;
	border-right: solid 2px #F0EEE2;
	background: url(../images/background.jpg) top left;
	margin:0 auto;
}

#main #head{
	height:135px;
	background: #FFFFFF url(../images/logo.gif) top left no-repeat;
}

#main #head #logo{
	width:165px;
	height:135px;
	float:left;
}

#main #menu{
	height:28px;
	font-family: "times new roman", sans-serif;
	font-size: 10.5pt;
	font-weight: bold;
	background: #FFFFFF;
	/*padding-left:45px;	
	_padding-left:35px;
	*padding-left:25px;*/
}

#main #menu li{
	display:block;
	float: left;
	list-style: none;
}

#main #menu li a{
	display:block;
	color:#000000;
	text-decoration:none;
	padding: 5px 10px;
}

#main #menu li a:hover{
	color:#FFF;
	text-decoration:none;
	padding: 5px 10px;
	background: url(../images/menu_background.gif) top right repeat;
}

body#home a#menuhome,
body#empresa a#menuempresa,
body#produtos a#menuprodutos,
body#produtosDetalhe a#menuprodutos,
body#drsoft a#menudrsoft,
body#tecnologia a#menutecnologia,
body#imperdivel a#menuimperdivel,
body#faleconosco a#menufaleconosco {

	color:#FFF;
	text-decoration:none;
	background: url(../images/menu_background.gif) top right repeat;

}

#main #content{
	min-height:422px;
	height:auto !important;	
	_height:500px;
	background: #FFFFFF url(../images/content_borda.jpg) bottom left no-repeat;
	margin-bottom:3px;
}

body#empresa #main #content {
	min-height:342px;
	height:auto !important;		
	background: #FFFFFF url(../images/content_borda.jpg) bottom left no-repeat;
	margin-bottom:3px;
	padding:30px 0px 20px 10px;
}


body#empresa #main #content h1{
    width:100px;
    height:15px;
    background:url(../images/a_empresa.gif) no-repeat;
}

/***produtos***/
body#produtos #main #content{
	min-height:450px;
	height:auto !important;
	_height:650px;	
	padding:30px 0 5px 10px;
}

html>body#produtos #main #content{
	height:650px;
	overflow:auto;

}

body#produtos #main #content .catSel
{
	font-weight:bold;
}

body#produtos #main #content h1{
    width:76px;
    height:15px;
    background:url(../images/categoria.gif) no-repeat;
    float:left;
}

body#produtos #main #content #subcategoriaH2{
    width:105px;
    height:45px;
    background:url(../images/subcategoria.gif) no-repeat;
    float:left;
}
body#produtos #main #content #categoriasGroup{
	clear:right;
	padding:0;
	height:25px;
}


body#produtos #main #content .categoria  a{
	display:block;
	font-family: Tahoma,sans-serif;
	font-size:11px;	
	border-right: solid 1px black;
	float:left;
	width:110px;
	text-align:center;
	text-decoration: none;
	color:#000;
}


body#produtos #main #content #subCategoriasGroup{
	margin-bottom:20px;
}

body#produtos #main #content .ultimo  a{
	display:block;
	font-family: Tahoma,sans-serif;
	font-size:11px;	
	border-right: solid 1px white;
	float:left;
	width:110px;
	text-align:center;
}


body#produtos #main #content .produto{
	float:left;
	width:230px;
	min-height:205px;
	padding-top: 10px;
	margin:0 10px;
	_margin:0 5px;

}

body#produtos #main #content .produto .descricao{
	display:block;
	min-height:30px;
	padding:10px 0;
	font-family: Tahoma,sans-serif;
	font-size:13pt;
	font-weight: normal;	

}

body#produtos #main #content .produto .produtodetalhes a span{
    width:73px;
	text-align:right;
	text-decoration:none;
    color:#000;
}

body#produtos #main #content .produto .produtodetalhes a img{
display:block;
	margin-right:3px; 
	float:right;
}

body#produtos #main #content .produto .produtodetalhes span{
	display:block;
	padding-top:3px;
	width:60px;
	height:15px;
	font-family: Tahoma,sans-serif;
	font-size:7.5pt;
	float:right;
}

body#produtos #main #content #paginacao{
	width:750px;
	clear:both;
	text-align:center;
	font-family: Tahoma,sans-serif;
	font-size:9pt;
	font-weight: normal;
	color:#000;
	padding:25px 0 5px 0;
	
}
body#produtos #main #content #paginacao a{
	text-decoration:none;
	color:#000;
}

/* Detalhe do produto */


body#produtosDetalhe #main #content{
	height:auto !important;
	_height:0;
	min-height:550px;
	padding:30px 0 5px 10px;
}

body#produtosDetalhe #main #content h1{
    width:76px;
    height:15px;
    background:#FFFFFF url(../images/categoria.gif) no-repeat;
    float:left;
    margin-left:11px;
}

body#produtosDetalhe #main #content #subcategoriaH2{
    width:105px;
    height:15px;
    background:url(../images/subcategoria.gif) no-repeat;
    float:left;
    clear:left;    
    margin-left:11px;
}

body#produtosDetalhe #main #content .categoria  a{
	display:block;
	font-family: Tahoma,sans-serif;
	font-size:11px;	
	border-right: solid 1px black;
	float:left;
	width:110px;
	text-align:center;
	margin-bottom:20px;
	text-decoration: none;
	color:#000;
}

body#produtosDetalhe #main #content .ultimo  a{
	display:block;
	font-family: Tahoma,sans-serif;
	font-size:11px;	
	border-right: solid 1px white;
	float:left;
	width:110px;
	text-align:center;
}

body#produtosDetalhe #main #content #produtoDetalhe{
	width:390px;
	float:left;
	clear:left;
}

body#produtosDetalhe #main #content #produtoDetalhe #imagensDetalhe #imagemDetalhe1,#imagemDetalhe2,#imagemDetalhe3{
	float:left;
	padding:10px;
}

body#produtosDetalhe #main #content #produtoDetalheDivisoria{
	width:5px;
	float:left;
	padding:0 10px;
}

body#produtosDetalhe #main #content #produtoDetalheDetalhes{
	width:325px;
	float:left;
}

body#produtosDetalhe #main #content #produtoDetalheDetalhes {
	font-family:Tahoma, "sans-serif";
}

body#produtosDetalhe #main #content h3{
    width:205px;
    height:15px;
	background:url(../images/produto_detalhe.gif) no-repeat;
}

body#produtosDetalhe #main #content #produtoDetalheDetalhes  #nome{
	font-size:11pt;
	width:100%;
}

body#produtosDetalhe #main #content #produtoDetalheDetalhes  p{
	font-size:11px;
/*	line-height:20px;*/
	text-align: justify;
}

body#produtosDetalhe #main #content #produtoDetalheDetalhes  #preco{
	font-size:11pt;
}

body#produtosDetalhe #main #content #produtoDetalheVoltar{
	display:block;
	font-family:Tahoma, sans-serif;
	text-decoration:none;
	font-size:11px;
	text-align:right;
	width:98%;
	padding:0 10px 0 0;
	color:#000;
}
/* FIM Detalhe do produto */

/* D R SOFT*/
body#drsoft #main #content{
	min-height:342px;
	height:auto !important;
	_height:342px;	
	_overflow:auto;	
	background: #FFFFFF url(../images/content_borda.jpg) bottom left no-repeat;
	margin-bottom:3px;
	padding:30px 0 0 10px;
}

body#drsoft #main #content h1{
    width:250px;
    height:15px;
    background:url(../images/dr_soft.gif) no-repeat;
}
/* FIM D R SOFT*/

/* TECNOLOGIA */
body#tecnologia #main #content{
	height:342px;
	background: #FFFFFF url(../images/content_borda.jpg) bottom left no-repeat;
	margin-bottom:3px;
	padding:30px 0 0 10px;
}

body#tecnologia #main #content h1{
    width:100px;
    height:15px;
    background:url(../images/tecnologia.gif) no-repeat;
}

/* FIM TECNOLOGIA */

/* IMPERDIVEL */

body#imperdivel #main #content #imperdivelH1{
    width:250px;
    height:15px;
    background:url(../images/imperdivel.gif) no-repeat;
}

body#imperdivel #main #content{
	min-height:80%;	
	overflow: auto;
	height:auto !important;
	_height:342px;	
	*overflow:auto;	
	_overflow:none;
	background: #FFFFFF url(../images/content_borda.jpg) bottom left no-repeat;
	margin-bottom:3px;
	padding:30px 0 0 10px;
	_padding:30px 0 0 0px;
}

body#imperdivel #main #content p {
	margin:10px 0 2px 0;
	padding-bottom:10px;
}

/*
body#imperdivel #main #content h1{
    width:250px;
    height:15px;
    background:url(../images/imperdivel.gif) no-repeat;
}*/

body#imperdivel #main #content img{
	/*margin: 20px 121px 0 121px;*/
	margin: 20px 25px 10px 25px;	
    /*_margin: 20px 111px 0 121px;*/
	_margin: 20px 15px 0 20px;
	display:block;
}

/* FIM IMPERDIVEL */

/* FALE  CONOSCO */
body#faleconosco #main #content{
	min-height:450px;
	height:auto !important;
	_height:450px;	
	_overflow:auto;
	background: #FFFFFF url(../images/content_borda.jpg) bottom left no-repeat;
	margin-bottom:3px;
	padding:30px 0 0 10px;
}

body#faleconosco #main #content h1{
	width:434px;
    height:15px;
    background:url(../images/faleconosco.gif) no-repeat;
	border-bottom: solid 1px #303030;
}

body#faleconosco #main #content #form{
	width:414px;
	float:left;
}

body#faleconosco #main #content #form form{
	padding-left:120px;
}

body#faleconosco #main #content #form  label{
	display:block;
	clear:both;
	font-family: tahoma,sans-serif;
	font-size:8pt;
	height:15px;
}

body#faleconosco #main #content #form  input,textarea{
	border: solid 1px #918888;
}

body#faleconosco #main #content #form  #nome,#email,#mensagem{
	width:244px;
}

body#faleconosco #main #content #form  #ddd{
	width:37px;
}

body#faleconosco #main #content #form  #telefone{
	width:144px;
}

body#faleconosco #main #content #form  #cidade{
	width:182x;
	margin-right:2px
}

body#faleconosco #main #content #form  #uf{
	width:57px;
}

body#faleconosco #main #content #form p{
	margin:10px 0 10px 0;
}

body#faleconosco #main #content img{
	margin-top:50px;
}

body#faleconosco #main #content #form  button{
	background:#FFFFFF;
	font-family: tahoma,sans-serif;
	font-size:8pt;
	font-weight:bold;
	width:127px;
}

/* FIM FALE  CONOSCO */

#main #content h1{
	color:#303030;
	font-family: "Trajan Pro", tahoma,sans-serif;
	font-size:10pt;
	font-weight: normal;
}

#main #content p{
	font-family: Tahoma,sans-serif;
	font-size:10pt;
	margin:10px 0px 20px 0px;
}

#main #footer{
	height:120px;
	background: url(../images/background.jpg);
}

#main #footer #newsletter{
	background: #FFFFFF url(../images/footer_borda.jpg) top left no-repeat;
	height:52px;
	font-family: tahoma,sans-serif;
	font-size:9pt;
	padding:10px 0 0 20px;
}

#main #footer #newsletter span{
	display:block;
	color: #9B231C;
	font-family: tahoma,sans-serif;
	font-size:9pt;
	font-weight:bold;
	padding-bottom:5px;
}

#main #footer #newsletter form{
	display:block;
	float:left;
	width:300px;
}

#main #footer #newsletter form label{
	display:block;
	float:left;
	padding-top:3px;
	font-family: tahoma,sans-serif;
	font-size:8pt;	
	font-weight: normal;
}

#main #footer #newsletter form input{
	display:block;
	border: solid 2px #CCCCCC;
	width:190px;
	float: left;
}

#main #footer #newsletter form button{
	display: block;	
	color: #9B231C;
	background:#FFFFFF;
	font-family: tahoma,sans-serif;
	font-size:8pt;	
	font-weight: bold;
	padding:3px 0 0 10px;
}

#main #footer #newsletter #img1{
	display:block;
	margin:-35px 0 0 590px;
	_margin:-15px 0 0 280px;
	float:left;
}

#main #footer #newsletter #img2{
	display:block;
	margin:-45px 0 0 668px;
	_margin:-45px 0 0 335px;
	float:left;
}

#main #footer #endereco{
	width:90%;
	font-family: tahoma,sans-serif;
	font-size:8pt;
	margin:0 auto;
	text-align:center;
	padding-top:15px;
}
#main #footer #endereco span{
	display:block;
	clear:both;
	margin:0 auto;
	text-align:center;
}

#message
{
    width:250px;
}

