
*{
	margin: 0;
	padding: 0;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height:16px;
	background: transparent url(../imagens/background.gif) repeat;
	color: #464646;
}

img{
	border: none;
}

ul{
	list-style: none;
}

table{
	border: none;
}

table td{
	margin: 0;
	padding: 0;
}

#wrapper{
	width: 90%;
	min-width: 570px;
	margin: 0 auto;
	background-color: #f0f0f0;
}

#home #wrapper{
	min-width: 625px;
}

/* *********************************** */
/* Header */
#header{
	background-color: #f0f0f0;
	width: 100%;
	padding-bottom: 3em;
}

#logo, #logoAlt{
	display: inline;
	clear: left;
}

#logoAlt{
	margin-left: 40px;
}

#decoration, #decorationPhrase{
	width: 80%;
	float: right;
	clear: none;
	margin-top: -7em;
	padding-right: 15px;
	vertical-align: top;
}

#decorationPhrase{
	margin-top: -50px;
}

#decoration img, #decorationPhrase img{
	float: right;
	clear: both;
	display: block;
}

#decoration span, #decorationPhrase span{
	float: right;
	font-size: 1.2em;
	line-height: 20px;
	
	color: #333333;
	text-transform: uppercase;
	text-align: right;
	clear: both;
	width: 85%;
	margin-top: 5px;
	padding-right: 6px;
	/*white-space: wrap;*/
	min-width: 85%;
	
}


/* *********************************** */
/* Menu */
#menuTable{
	height: 260px; 
	margin-top: 10px; 
	padding-right: 10px;
}

#menuTable td{
	padding-top: 2px;;
}

#homemenu #menuTable{
	margin: 0;
	padding: 3px 0 0 0;
	padding-right: 10px; 
}

.menuClass{
	padding-bottom: 20px; 
	margin: 0;
}

.menuHeader{
	background: url(../imagens/headers/somos.jpg) left top no-repeat; 
	width: 100%;
}

.goumi .menuHeader{
	background-image: url(../imagens/headers/goumi.jpg);
}

.produtos .menuHeader{
	background-image: url(../imagens/headers/produtos.jpg);
}

.portfolio .menuHeader{
	background-image: url(../imagens/headers/portfolio.jpg);
}

.press .menuHeader{
	background-image: url(../imagens/headers/press.jpg);
}

.contactos .menuHeader{
	background-image: url(../imagens/headers/contactos.jpg);
}

#flashSrc{
	width: 100%;
	padding: 0;
	margin: 0;
}

#flashSrc object{
	margin: 0;
	padding: 0;
}

#homemenu{
	/*background-color: #999;*/
	background-color: #96918c;
	height: 260px;
}

#homemenu a:link, #homemenu a:visited{
	color: #fff;	
}

#menu{
	float: left;
	clear: none;
	width: 213px !important;
	background: transparent url(../imagens/menu.gif) top left no-repeat;
}

#homemenu #menu{
	background-image: url(../imagens/menu_home.gif);
}

#menuarea{
	/*background-color: #dcdcdc*/
	background-color: #aaa5a0;
	overflow: hidden;
	margin-bottom: 18px;
	height: 260px;
}


#menuarea a, #menuarea a:visited{
	color: #666666;
}

ul#menu{
	display: inline;
	overflow: hidden;
	width: 200px;
	margin-left: 40px;
	margin-right: 10px;
	background-color: inherit;
	padding: 3em 2em 0 0;
}

div table #menu{
	padding-top: 0;
	padding-bottom: 0;
	
}



#menu li{
	height: 35px;
	float: left;
	clear: both;
	width: 100%;
	padding: 0;
	margin: 0;
}
#menu li#mnContacts{
	height: 36px;
}
#menu a, #menu a:visited{
	display: block;
	clear: none;
	width: 100%;
	height: 35px;
	overflow: hidden;
	text-indent: -1000px;
	/*background-color: #666666;*/
}

#menuarea #mnContacts a, #menuarea #mnContacts a:visited{
	height: 36px !important;
}

#menu a:hover{
	color: #fff;
	background-color: #666666;
}

#menu a:visited{
	text-decoration: none;
}

/* Menu */
#homemenu #mnGoumi a {
	background: url(../imagens/menu/goumi_home.gif) top left no-repeat;
}

#mnGoumi a {
	background: url(../imagens/menu/goumi.gif) top left no-repeat;
}

#mnGoumiSelected{
	background: url(../imagens/menu/goumi_selected.gif) top left no-repeat;
	text-indent: -1000px;
}

#homemenu #mnGoumi a:hover{
	background: url(../imagens/menu/goumi_selected_home.gif) top left no-repeat;
}

#mnGoumi a:hover{
	background: url(../imagens/menu/goumi_selected.gif) top left no-repeat;
}

#homemenu #mnProducts a {
	background: url(../imagens/menu/produtos_home.gif) top left no-repeat;
}

#mnProducts a {
	background: url(../imagens/menu/produtos.gif) top left no-repeat;
}

#homemenu #mnProducts a:hover{
	background: url(../imagens/menu/produtos_selected_home.gif) top left no-repeat;
}

#mnProductsSelected{
	background: url(../imagens/menu/produtos_selected.gif) top left no-repeat;
	text-indent: -1000px;
}

#mnProducts a:hover{
	background: url(../imagens/menu/produtos_selected.gif) top left no-repeat;
}

#homemenu #mnPortfolio a {
	background: url(../imagens/menu/portfolio_home.gif) top left no-repeat;
}

#mnPortfolio a {
	background: url(../imagens/menu/portfolio.gif) top left no-repeat;
}

#homemenu #mnPortfolio a:hover{
	background: url(../imagens/menu/portfolio_selected_home.gif) top left no-repeat;
}

#mnPortfolioSelected{
	background: url(../imagens/menu/portfolio_selected.gif) top left no-repeat;
	text-indent: -1000px;
}

#mnPortfolio a:hover{
	background: url(../imagens/menu/portfolio_selected.gif) top left no-repeat;
}

#homemenu #mnPress a {
	background: url(../imagens/menu/press_home.gif) top left no-repeat;
}

#mnPress a {
	background: url(../imagens/menu/press.gif) top left no-repeat;
}

#homemenu #mnPress a:hover{
	background: url(../imagens/menu/press_selected_home.gif) top left no-repeat;
}

#mnPressSelected{
	background: url(../imagens/menu/press_selected.gif) top left no-repeat;
	text-indent: -1000px;
}

#mnPress a:hover{
	background: url(../imagens/menu/press_selected.gif) top left no-repeat;
}

#homemenu #mnContacts a {
	height: 36px;
	background: url(../imagens/menu/contactos_home.gif) top left no-repeat;
}

#mnContacts a {
	height: 36px;
	background: url(../imagens/menu/contactos.gif) top left no-repeat;
}

#homemenu #mnContacts a:hover{
	background: url(../imagens/menu/contactos_selected_home.gif) top left no-repeat;
}

li#mnContactsSelected{
	height: 36px;
	background: url(../imagens/menu/contactos_selected.gif) top left no-repeat;
	text-indent: -1000px;
}

#mnContacts a:hover{
	background: url(../imagens/menu/contactos_selected.gif) top left no-repeat;
}

/* Submenu */
#submenu{
	
}

#subPersonalized, #subPersonalized:visited{
	display: block;
	float: left;
	clear: none;
	background: url(../imagens/submenu/personalizados.gif) top left no-repeat;
	width: 147px;
	height: 27px;
	text-indent: -500px;
}

span#subPersonalized{
	background: url(../imagens/submenu/personalizados_selected.gif) top left no-repeat;
}

#subPersonalized:hover{
	display: block;
	float: left;
	clear: none;
	background: url(../imagens/submenu/personalizados_selected.gif) top left no-repeat;
	width: 147px;
	height: 27px;
	text-indent: -500px;
}

#subCatalog{
	display: block;
	float: left;
	clear: none;
	background: url(../imagens/submenu/catalogo.gif) top left no-repeat;
	width: 93px;
	height: 27px;
	text-indent: -500px;
}

span#subCatalog{
	background: url(../imagens/submenu/catalogo_selected.gif) top left no-repeat;
}

#subCatalog:hover{
	display: block;
	float: left;
	clear: none;
	background: url(../imagens/submenu/catalogo_selected.gif) top left no-repeat;
	width: 93px;
	height: 27px;
	text-indent: -500px;
}
/* *********************************** */
/* Content */
#visualHeader{
	float: left;
	display: inline;
	clear: right;
	height: 100%;
	margin: 10px 0 0 0;
	overflow: hidden;
	/*background: url(../imagens/header.jpg) repeat-x;
	height: 198px;*/
}

#submenu{
	margin-left: 3%;
	margin-bottom: 0.4em;
	width: 97%;
	background-color: #96918d;
	height: 27px;
	padding:0;
}

#catmenu{
	margin-left: 3%;
	margin-bottom: 18px;
	width: 97%;
	background-color: #d6c7ae;
	padding: 0.5em 0;
}

h1{
	display: block;
	clear: none;
	color: #333333;
	font-size: 1.7em;
	margin-top: 1.3em;
	line-height: 2em;
	margin-left: 34px ;
	letter-spacing: 0px;
}


#catmenu table{
	height: 85px;
}

#catmenu td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#505050;
	padding: 0 1em;
	text-transform: uppercase;
}

#catmenu td a, #catmenu td a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #96918c;
	text-decoration: none;
}

#catmenu td a:hover{
	color:#505050;
}

#contentImage{
	float: right;
	clear: none;
	background-color: #e0d6c5;
	padding: 10px;
	border: 1px dashed #98918b;
	margin-top: 30px;
	margin-left: 25px;
	margin-bottom: 25px;
	margin-right: 25px;
}

#content p{
	margin: 10px 25px 10px 40px;
}

#content span.description{
	display: block;
	clear: none;
	font-size: 1.2em;
	margin-bottom: 1em;
	text-transform: uppercase;
}

.press #content span.description, .contactos #content span.description{
	text-transform: none;
}


.product span.description, .lastProduct span.description{
	margin-top: 10px;
}


#descriptionHeader{
	width: 100%;
	height: 60px;
}

#projectDescr{
	display: inline;
	float: right;
	clear: both;
	margin-top: 10px;
	padding-right: 140px;
}

#newProds{
	width: 100%; 
	/*min-width: 698px;*/
	height: 105px; 
	background-color: #d6c7ae; 
	margin-top: 30px; 
	padding-top: 10px;
}

#novelties{
	width: 100%; 
	padding-top: 3px; 
	height: 91px;
	border-top: 1px dashed #666666; 
	border-bottom: 1px dashed #666666; 
}

#noveltiesTitle{
	float: left; 
	margin: 0 80px 0 40px;  /*  0 40% 0 40px; */
}

/* Produtos */
.product, .lastProduct, .firstProduct{
	width: 100%;
}

.productImage{
	width: 570px;
	float: right; 
	clear: right;
	background-color: #e0d6c5;
	padding: 10px 0 20px;
	margin: 0 0 0 0;
}

.firstProduct .productImage{
	padding-top: 0px;
}

.lastProduct .productImage{
	padding-bottom: 60px;
}


.productImage img{
	margin-top: 10px;
	float: right;
	clear: none;
	background-color: #e0d6c5;
	padding: 10px;
	border: 1px dashed #98918b;
	margin: 10px 10px 0 10px;
}

.product p span, .firstProduct p span, .lastProduct p span{
	font-weight: bold;
}

.prodDescription{
	height: 363px; 
	border-bottom: 1px dashed #98918b;
	margin: 0 610px 0 35px;
	padding-top: 10px;
}

.firstProduct .prodDescription{
	height: 353px;
}

/* Fix for page Goumi - Quem Somos, because of the text length */
.goumi div.prodDescription{ 
	height: auto;
	border: none;
	margin: 0 10px 0 35px;
}

.contactos div.prodDescription{ 
	height: auto;
	border: none;
	margin: 0 10px 0 35px;
}

.press div.prodDescription{ 
	min-height: 363px;
	height: auto;
	margin: 0 10px 0 35px;
}

.portfolio div.prodDescription, .produtos div.prodDescription{ 
	min-height: 363px;
	height: auto;
	margin: 0 10px 0 35px;
}

.press .firstProduct div.prodDescription, .portfolio .firstProduct div.prodDescription, .produtos .firstProduct div.prodDescription{ 
	min-height: 353px;
	height: auto;
	margin: 0 10px 0 35px;
}

.press div.productImage, .portfolio div.productImage, .produtos div.productImage{
	float: right;
}


.lastProduct .prodDescription, .lastPress .prodDescription{
	border-bottom: none;
}

#content .prodDescription p{
	margin: 10px 0;
}

.description{
	color: #666666;
	font-weight: bold;
}

#mainContent{
	/*margin-right: 20px;*/
}

.product a, .product a:visited, .lastProduct a, .lastProduct a:visited, .firstProduct a, .firstProduct a:visited{
	color: #666666;
	text-decoration: underline;
}

.product a:hover, .lastProduct a:hover, .firstProduct a:hover{
	color: #000;
	text-decoration: underline;
}

#pressPhotos img{
	float: right;
	clear: none;
	background-color: #e0d6c5;
	padding: 10px;
	border: 1px dashed #98918b;
	margin: 40px 10px 0 10px;
}


/* *********************************** */
/* Footer */

#footer{
	height: auto;
	font-size: 11px;
	clear: both;
}

#footer img{
	margin: 0;
	padding: 0;
	clear: none;
	float: left;
}

#footer span{
	white-space: nowrap
}

#contactsDiv{
	display: block;
	width: 586px;
	font-size: 11px;
	color:#666666;
	margin: 9px 12px 40px;
	text-align: right;
	
	float: right;
}


#contactsDiv .separator{
	margin: 0 3px;
}

#contacts{
	height: auto;
	min-height: 2.7em;
	/*line-height: 2.7em;*/
	font-size: 1em;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	vertical-align: bottom;
	text-align: center;
	
	color: #666666;
	background-color: #d6c7ae;
	
	border-top: 2.67em solid #f0f0f0;
	border-bottom: 1.4em solid #e0d6c5;
	margin-bottom: 4em;
	
}

#contacts .separator{
	vertical-align: middle;	
	float: none !important;
}

#copyright{
	clear: none;
	vertical-align: bottom;
	/*white-space: nowrap;*/
}

#copyright span{
	
	white-space: nowrap;
}

#copyright a{/*, #copyright span{*/
	
	white-space: normal;
}

#copyright span{
	padding-left: 0.67em;
	line-height: 37px;
	height: 37px;
}

#footer, #footer span, #footer a, #footer a:visited, #contactsDiv a, #contactsDiv a:visited{
    color:#666666;
	text-decoration: none;
}
#footer a:hover, #contactsDiv a:hover{
    color:#666666;
	text-align:left;
    text-decoration:underline;
}

/* **************************************** */
.novelty, .lastNovelty{
	display: inline;
	width: 18%; /*era 17% era 170px;*/
	float: left; 
	clear: none; 
	color: #666666;
	
	height: 66px;
	margin: 0 0 0 1.5em;
	padding: 8px 2px 8px 0; 
	border-right: 1px dashed #666666;
}

.lastNovelty{
	width: 17%;
	min-width: 120px;
	border: none;
}

.novelty img, .lastNovelty img{
	float: left; 
	clear: none; 
	margin-right: 5px;
	width: 49px !important;
	height: 65px;
}

.novelty p, .lastNovelty p{
	text-transform: lowercase;
}

.novelty p span, .lastNovelty p span{
	font-weight: bold;
}

.novelty p span.prodDate, .lastNovelty p span.prodDate{
	display: block; 
	clear: none;
	font-weight: 100;
}

.novelty a, .novelty a:visited, .lastNovelty a, .lastNovelty a:visited{
	color:#666666;
	text-decoration: none;
}

.novelty a:hover, .lastNovelty a:hover{
	text-decoration: underline;
}

/* Login */
#login{
	width: 100%; 
	background-color: #dfd6c5; 
	height: 38px; 
	padding-top: 9px;
}

#loginContent{
	width: 100%; 
	height: 28px;
	border-top: 1px dashed #666666;
	border-bottom: 1px dashed #666666;
}

#loginContent img{
	float: left; 
	margin-left: 40px; 
	margin-top: 4px;
	clear: none;
}

#loginContent img#loginTitle{
	margin-left: 15px;
	margin-top: 6px;
}

#loginDiv{
	display: block;
	margin: 10px 0 0 15px;
	height: 60px;
}

#loginDiv p{
	height: 20px; 
	margin-top: 5px; 
	margin-bottom: 10px;
}

#loginDiv label{
	margin-right: 5px;
}
#loginDiv input{
	margin-right: 10px;
}

/* **** */
.moreContent, .moreContent:visited{
	font-size: 34px;
	color: #96918c;
	font-weight: bold;
	text-decoration: none !important;
}

.moreContent:hover{
	color:#505050;
}

#nextProducts{
	float: right;
	padding-top: 22px;
	
	margin-bottom: -40px;
	padding-right: 20px;
}

#prevProducts{
	float: left;
	padding-top: 22px;
	margin-left: 20px;
	
	margin-bottom: -40px;
	padding-right: 20px;
}