* {
	margin: 0;
	padding: 0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#999999;
	color: #000000;
	cursor:default;
}

a {
	text-decoration:none;
	color:#333333;
}

a:hover {
	text-decoration: none;
	color:#A2D20A;
}

table{
	border-collapse:collapse;
}

img {
	border:none;
}

.botao {
	padding-right:20px;
	padding: 3px 10px;
	border:thin solid #999999;
	cursor:pointer;
}


/* TUDO */
#tudo{
	border:thick solid #333333;
	width:940px;
	position:relative;
	background-color:#eeeeee;
	margin: 0 auto;
	border-top:none;
	margin-bottom:10px;
}

#tudo1{
	border:thick solid #333333;
	width:940px;
	position:relative;
	background-color:#FFFFFF;
	margin: 0 auto;
	border-top:none;
	margin-bottom:10px;
}

/* Header */

#header {
	width: 940px;
	height: 230px;
	margin: 0 auto;
	background:url(images/testeFundo.gif) 50% 100% no-repeat #ffffff;
	border:thick solid #333333;
	border-bottom:none;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
	font-size:12px;
}

#logo {
	float: left;
	width: 340px;
	height: 140px;
}

#logo1 {
	float:right;
	width:570px;
	height:140px;
	text-align:right;
	font-size:1em;
	font-weight:bolder;
	color:#000000;
}

#idioma {
	float:right;
	position: relative;
	text-align:center;
	top: 20px;
	right:30px;
	padding: 2px 10px;
	border-style:dotted;
	border-width:thin;
	border-color:#999999;
	margin-right:27px;
}

#idioma img{
	width:40px;
	height:32px;
	border:none;
	cursor:pointer;
}

/* Menus 1 */
#menu1 {
	width:540px;
	overflow: hidden;
	margin-bottom:0px;
	margin-top:80px;
	position:relative;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bolder;
	font-size:14px;
	padding-bottom:5px;
	text-align:center;
} 

#menu1 ul li{
	display:inline;
}

#menu1 a {
	padding: 5px 0px 5px 0px;
	margin: 0px 5px;
	width: 124px;
	float:left;
	vertical-align:bottom;
	text-decoration: none;
	color:#333333;
	background: url(images/testemenu7.png) 50% 50% no-repeat;
}

#menu1 a:hover, #menu1 .active a {
	color:#999999;
	/*background: url(images/testemenu2.png) 50% 50% no-repeat;*/
	text-decoration:underline;
	/* background:url(images/fundoMenu1Select.png) 50% 90% no-repeat; */
}

/* Content */

#extra {
	clear: both;
	height: 5px;
}

/* Main */

#main {
	width: 938px;
	color: #FFFFFF;
	margin: 0 auto;
	background-color:#eeeeee;
}

#main a {
	text-decoration:none;
}

/* Main > Content*/

#content {
	position:relative;	
	float: left;
	width: 588px;
	color:#333333;
}

#content a {
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	color:#CCCCCC;
}

#content a:hover{
	color:#A2D20A;
}

#titContent{
	padding-left:50px;
	padding-top:5px;
	padding-bottom:5px;
	font-size:16px;
	font-weight:bolder;
	height:20px;
	background:url(images/titBgg.png) repeat-x;
	color:#333333;
}

#text {
	padding: 0px 0px;
	background-color:#FFFFFF;
	height:1000px;
}

#empresa{
	background-color:#efefef;
	border:thin dotted #DDDDDD;
	width:550px;
	margin-left:18px;
	margin-top:18px;
	margin-bottom:10px;
}

#titEmpresa {
	font-size:20px;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:5px;
	margin-left:10px;
	color:#999999;
}

#textEmpresa {
	margin-left:200px;
	margin-right:10px;
	margin-bottom:20px;
	text-align:justify;
	font-size:12px;
	width: 300px;
}

#imgEmpresa{
	float:left;
	margin-left:20px;
	margin-top:20px;
}

#destaque{
	margin-left:2px;
	height:250px;
	width:583px;
	background-color:#FFFFFF;
}

#fotoDestaque{
	float:left;
	margin-left:30px;
	width:200px;
	height:200px;
}

#infoDestaque{
	float:left;
	margin-left:30px;
	margin-top:30px;
	height:100px;
	width:300px;
	padding: 5px;
	color:#555555;
	font-size:22px;
	font-weight:bolder;
}

#detalhesDestaque {
	float:left;
	padding: 3px 10px;
	margin-left:50px;
	margin-top:0px;
	border:thin solid #999999;
}
#detalhesDestaque a, #detalhesDestaque a:hover{
	color:#999999;
	font-weight:bolder;
}

#produto{
	margin-left:2px;
	height:210px;
	width:190px;
	background-color:#FFFFFF;
	border: thin solid #999999;
	margin-bottom:10px;
}

#centraIMG{
	display: block; 
	margin-left: auto; 
	margin-right: auto;
}
#titulo { 
	color:#333333;
	height:50px;
	width:180px;	
	padding-left:10px;
	padding-right:0px;
	font-size:14px;
	font-weight:bold;
	/* border-bottom: thin solid #999999; */
	background-color:#eeeeee;
}

#foto{
	width:190px;
	height:165px;
    display: table-cell;
    vertical-align: middle;
}

/*
#precoProduto{
	float:right;
	padding-right:0px;
	padding-top:50px;
	font-size:18px;
	font-weight:bolder;
}
*/

#detalhesProduto {
	float:left;
	margin-left:40px;
	padding: 0px 5px;
	border: thin solid #999999;
}

#detalhesProduto a, #detalhesProduto a:hover{
	color:#999999;
	font-size:16px;
	font-weight:bolder;
}

#viewFoto{
	float:left;
	width:587px;
	height:300px;
}

/* Main > LeftSidebar */

#sidebar {
	position:relative;	
	float:left;
	width: 198px;
	background-color:#eeeeee;
}
/* Main > Sidebar > pesquisa */

#pesquisa {
	background-color:#eeeeee;
	margin:0 auto;
	height:100px;
}

#titMenu {
	font-size:16px;
	font-weight:bolder;
	text-align:center;
	padding: 5px 0;
	color:#333333;
	background:url(images/titBgg.png) repeat-x;
}

#textoPesquisa{
	background:url(images/asd.png) 50% 50% no-repeat #eeeeee;
	margin: 20px 0px;
}

#textBoxPesquisa{
	background:none;
	margin-left:30px;
	width:125px;
	border:none;
	color:#000000;
	height:20px;
	margin-top:5px;
	margin-bottom:5px;
}

#botaoPesquisa{
/*background:url(images/search_magnifier.png) 80% 50% no-repeat;*/
background-color:transparent;
cursor:pointer;
padding: 3px 3px 3px 3px;
border:none;
}

/* Main > LeftSidebar > Menu */

#menuSide {
	margin: 0;
	list-style: none;
	font-weight:bolder;
	text-align:left;
	background-color:#FFFFFF;
}

#menuSide ul li {
	display: block;
	padding-bottom: 1px;
}

#menuSide a {
	display: block;
	width: 158px;
	padding: 5px 10px 5px 30px;
	text-decoration: none;
	background:#eeeeee;
}

#menuSide a:hover, #menuSide .active a {
	/*background:url(images/botaoTeste.png) 3% 50% no-repeat;*/
	color:#999999;
	text-decoration:underline;
}

#subMenu{
	display: block;
	font-size:11px;
}

#subMenu ul li {
	display: block;
}

#subMenu a{
	display: block;
	padding-left:60px;
	width: 128px;
}

#navegador{
	text-align:center;
	color:#000000;
	background-color:#eeeeee;
}

#navegador img{
	margin-top:10px;
}

#fotoMarca{
	background-color:#eeeeee;
}
/* Main > RightSideBar */

#marcas {
	position:relative;
	background-color:#eeeeee;
	color:#000000;
	width:152px;
	float: right;
	text-align:center;
}


#paginas{
	padding:2px;
	border:thin solid #CCCCCC;
}

#noticias{
	background-color:#FFFFFF; 
	color:#000000; 
	text-align:center;
}

#fotoNoticia{
	background-color:#FFFFFF; 
	width:500px;
	display: block; 
	margin-left: auto; 
	margin-right: auto; 
	margin-top:20px;
}

#dataNoticia{
	width:485px; 
	text-align:left; 
	margin-left:50px; 
	margin-top:30px;
	font-weight:bold;
	color:#333333;
}

#tituloNoticia{
	width:485px; 
	text-align:left; 
	margin-left:50px; 
	margin-top:30px;
	font-weight:bold;
	font-size:16px;
	color:#A2D20A;
}

#tituloNoticia a{
	color:#A2D20A;
	font-weight:bold;
	font-size:16px;
}

#textoNoticia{
	width:485px;
	height:500px;
	text-align:left; 
	margin-left:50px; 
	margin-top:30px;
	color:#999999;
	overflow:auto;
	text-align:justify;
}

#boxNoticias{
	margin-bottom:25px;
	margin-top:15px;
	text-align:left;
	margin-left:10px;
	color:#333333;
}
/* Footer */

#footer {
	clear: both;
	width: 940px;
	margin: 0 auto;
	margin-top:0px;
	height:50px;
	background:#333333;
	color:#FFFFFF;
}

#foot{
	float:right;
	position:relative;
	margin: 0;
	margin-top:10px;
	margin-right:100px;
	text-align: right;
	font-size:12px;
	color:#FFFFFF;
}

#foot a {
	color:#BBBBBB;
	margin-right:10px;
}

/* Footer > Legal */

#legal{
	float:left;
	position:relative;
	margin: 0 ;
	margin-top:10px;
	margin-left:100px;
	text-align:center;
	text-decoration:none;
	color:#FFFFFF;
	font-size: 12px;
}

#legal a {
	color:#DDDDDD;
}

/* Admin */
#areaAdmin {
	float:left;
	position:fixed;
	width:150px;
	height:200px;
}

#areaAdmin ul li {
	display: block;
	padding-bottom: 1px;
}

#areaAdmin a {
	display: block;
	width: 150px;
	padding: 5px 20px 5px 30px;
	text-decoration: none;
}

#titAdmin{
	background-image:url(images/titProdBg.png);
}

#contactos{
	padding: 20px 0px 40px 20px; 
	color:#999999;
}



#main1 {
	width: 938px;
	color: #000000;
	margin: 0 auto;
	height:400px;
	margin-top:40px;
}

#cat1{
	width:220px;
	float:left;
	margin-left:10px;
	text-align:center;
	font-size:20px;
}
