
* {
	margin: 0;
	padding: 0;
}

.page { 
        background-color:transparent; 
       /* position: absolute; 
        margin: -250px 0 0 -350px; 
        top: 50%; 
        left: 50%; 
        height: 500px; 
        width: 700px; */
} 


body {
	margin: 20px 0;
	background: #FFFFFF;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
}

h1, h2, h3 {
	color: #333333;
}

h2 {
}

h3 {
	font-size: 1em;
}

h4 {
	height: 28px;
	padding: 12px 0 0 20px;
	font-size: 1em;
	text-transform: uppercase;
	color: #996600;
	
}

h5{
	font-size: 1em;
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	line-height: 1.65em;
	text-align: justify;
}

p {
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	text-decoration: underline;
	color: #3E9722;
}

a:hover {
	text-decoration: none;
	color: #E58C24;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 5px 20px 0 0;
}

img.right {
	float: right;
	margin: 5px 0 0 20px;
}

/* Boxed Style */

.boxed {
}

.boxed .title {
	background: #3C74E6 url(images/img06C.gif) repeat-x;
}

.boxed .title h2 {
	height: 28px;
	padding: 12px 0 0 20px;
	text-transform: uppercase;
	font-size: 1em;
	color: #996600;
}

.boxed .content {
	padding: 20px;
	border-top: 1px solid #FFFFFF;
	background: url(images/img07C.gif) repeat-x; /* fundo gradiente */
}

/* Post */

.post {
}

.post .title {
	background: #3C74E6 url(images/img06C.gif) repeat-x;
	font-size: 1em;
	text-transform: uppercase;
	color: #996600;
}


.post .title span {
	display: block;
	height: 28px;
	padding: 12px 0 0 20px;
}

.post .date {
	margin-top: -25px;
	padding-bottom: 10px;
	padding-right: 20px;
	text-align: right;
	font-size: x-small;
	color: #FFFFFF;
}

.post .date .month {
}

.post .date .day {
}

.post .date .year {
}

.post .meta {
	clear: both;
}

.post .meta p {
	margin: 0;
	padding: 10px 20px 40px 20px;
	border-top: 1px dotted #CCCCCC;
	line-height: normal;
	font-size: x-small;
}

.post .story {
	padding: 20px;
	border-top: 1px solid #FFFFFF;
	background: url(images/img07C.gif) repeat-x; /* fundo gradiente */
}

/* Header */

#header {
	width: 920px;
	height: 60px;
	margin: 0 auto;
	padding: 20px 20px 0 20px;
	background: #CAE646 url(images/img01C.jpg) no-repeat;
}

/* Header > Logo */

#logo {
	float: left;
	width: 240px;
	height: 50px;
}

#logo h1 {
	float: left;
	margin: 0;
	padding: 50px 0 0 0;
	font-size: 2.6em;
}

#logo h2 {
	float: left;
	margin-top: -5px;
	font-size: 1em;
}

#logo a {
	text-decoration: none;
	color: #000000;
}

/* Header > Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding-top: 15px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 120px;
	height: 30px;
	margin-left: 2px;
	padding-top: 10px;
	background: url(images/img03.gif) no-repeat;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #000000;
}

#menu a:hover {
	background-image: url(images/img04C.gif);
}

#menu .active a {
	background-image: url(images/img05.gif);
}

/* Content */

#content {
	width: 920px;
	margin: 0 auto;
	padding: 20px; /* altura após o topo do u verde */
	background: url(images/img02.jpg) no-repeat;
	border-top: 1px solid #FFFFFF;
}

/* Content > Main */

#main {
	float: left;
	width: 530px; /* largura do box da foto entrada index */
	padding-left: 0px;
}

#main .boxed .title h2 {
	background: url(images/img08C.gif) no-repeat;
}

#main .post .title h4 {
	background: url(images/img08C.gif) no-repeat left top;
}



/* Content > Main > Welcome */

#welcome {
	
}

/* Content > Main > Example */

#fotos {
	height: 210px; /* espaço entre o box div fotos em porcelanas */
	margin-bottom: 20px; /* tb influencia no espaço horizontal entre os dois boxes das fotos em porcelanas */
	
}

#form {
	height: 210px; /* espaço entre o box div fotos em porcelanas */
	margin-bottom: 20px; /* tb influencia no espaço horizontal entre os dois boxes das fotos em porcelanas */
	background: url(images/img07C.gif) repeat-x; /* fundo gradiente */
}

#fotos ul {
}

#fotos li {
	display: block;
	float: left;
	width: 110px; /* largura entre fotos das promoçoes */
	padding: 10px 23px; /* espaço horizontal entre fotos promoçoes e espaço vertical */
	border-bottom: 1px solid #EFEFEF;
}

#fotos a {
	padding-left: -20px; /* espaço da primeira foto de produtos e porcelanas */
	padding-right: 20px; /* espaço do texto saiba mais */
	border-left: 0px solid #996600; /* borda marrom do saiba mais e fotos promoçoes */
	text-transform: uppercase;
	font-size: 72%; /* tamanho da fonte saiba mais e legenda das fotos promoçoes */
	font-weight: bold;
	color: #7F7772;
}

#fotos li.active a {
	border-left: 10px solid #FF9523; /* espessura do quadrado laranja da foto ativa promoçoes */
}


#example {
}

/* Content > Sidebar */

#sidebar {
	float: left;
	width: 220px; /* largura da caixa promoçoes em produtos.html e endereços em empresa.html  */
}

#sidebar .boxed .title h2 {
	background: url(images/img08C.gif) no-repeat;
}

/* Content > Sidebar > Login */

#login {
}

#login form {
}

#login fieldset {
	border: none;
}

#login legend {
	display: none;
}

#login label {
	display: block;
}

#login input {
	margin-bottom: 10px;
	padding: 2px 5px;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
}



#enviar, #apagar {
	margin-left: 200px;
	padding: 0;
}

/* Content > Sidebar > Updates*/

#updates {
}

#updates ul {
	margin: 0; /* espaço do paragrafo da caixa endereços em empresa.html  */
	list-style: none;
}

#updates h3 {
	font-size: .8em;
}

#updates p {
	line-height: normal;
	font-size: .8em;
}

#updates a {
	text-decoration: none;
}

/* Content > Sidebar2 */

#sidebar2 {
	float: left;
	width: 363px; /* largura da caixa destaques em index */
	padding-left: 20px; /* espaço horizontal entre a caixa destaques e mais em index */
}

#sidebar2 .boxed .title h2 {
	background: url(images/img10C.gif) no-repeat right top;
}

/* Content > Sidebar2 > Sponsors */

#sponsors {
}

#sponsors ul {
	margin-left: 0;
	padding-left: 0;
	list-style: inside;
}

/* Content > Sidebar2 > ad120x600 */

#ad120x600 {
	text-align: center;
}

/* Footer */

#footer {
	clear: both;
	width: 960px;
	height: 30px;
	margin: 0 auto;
	padding: 2px 0;
	background: url(images/img02.jpg) no-repeat;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
	font-size: x-small;
}

#footer a {
	text-decoration: underline;
	color: #666666;
}

#footer a:hover {
	text-decoration: none;
}


#footer1 {
	clear: both;
	
	bottom: 0;
	width: 960px;
	height: 30px;
	margin: 0;
	padding: 2px 0;
	background: url(images/img02.jpg) no-repeat;
}

#footer1 p {
	margin: 0;
	text-align: center;
	line-height: normal;
	font-size: x-small;
}

#footer1 a {
	text-decoration: underline;
	color: #666666;
}

#footer1 a:hover {
	text-decoration: none;
}



/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}

/* Content > Sidebar3 */

#sidebar3 {
	float: left;
	width: 180px; /* largura da caixa produtos e horarios */
	padding-left: 20px; /* espaço a esquerda destas caixas produtos e horarios */
}

#sidebar3 .boxed .title h2 {
	background: url(images/img10C.gif) no-repeat right top;
}

#canto {
}

#canto ul {
	margin-left: 0; /* margem esquerda do texto menu de produtos */
	padding-left: 0;
	list-style: inside;
}

/* Content > Sidebar3 > ad100x600 */

#ad100x600 {
	text-align: center;
}

/* Content > Main */

#centro {
	float: left;
	width: 480px; /* largura da caixa empresa e produtos */
	padding-left: 20px; /* espaço esquerdo entre caixas empresa e produtos */
}

#centro1 {
	float: left;
	width: 700px; /* largura da caixa das fotos de porcelanas */
	padding-left: 10px; /* espaçamento esquerdo da caixa fotos de porcelanas */
	padding-bottom: 330px;
	
}

#centro2 {
	float: left;
	width: 700px; /* largura da caixa empresa e produtos */
	padding-left: 20px; /* espaço esquerdo entre caixas empresa e produtos */
}
/* 3 columns */
#container1 {
	float: right;
	width: 73%;
	padding: 0 0 0.1em;
	margin-bottom: 2em;
}

#container2 {
	float: left;
	width: 69%; /* espaço entre as 3 primeiras fotos de porcelanas */
	padding: 0 0 0.1em;
	margin-bottom: 2em;
}

#container3 {
	float: left;
	width: 22%;
	padding: 0 0 0.1em;
	margin-bottom: 1em;
}

.oneCol #container {
	width: 100%;
	
}


.inside #container  {
	width: 100%;
	
}

.inside #container2  {
	width: 59%;
	
}

.inside #container #top {
	width: 100%;
	height: 25px;
	margin-bottom: -15px;
}


.inside #container *, .oneCol #container * {

	
}

#mainCol, #subCol, #extraCol, #feature {
	font-size: 75%; /* tamanho da fonte do texto de produtos porcelanas inox e cristais */
	color: #000033;
}


#mainCol {
	float: right;
	width: 48%; /* espaço ocupado na horizontal pelo texto do meio de produtos */
	margin-left: 2%; /* espaço do texto cristais em produtos.htm */
}	
#mainCol2 {
	float: left;
	width: 30%; /* espaço entre 3 primeiras fotos de porcelanas */
	
}	

#mainCol3 {
	float: left;
	width: 30%; /* espaço entre a segunda e terceira foto de porcelanas */
}	

.inside #mainCol {

	float: left;
	width: 64%;
	margin-left: 1%;
	display: inline;
}


.oneCol #mainCol {
	width: 100%;
}


#subCol {
	float: right;
	width: 48%;
	}

#subCol2 {
	float: right;
	width: 48%;
	}

.inside #subCol {
	float: right;
	width: 32%;
	margin-right: 1%;
	display: inline;
	}
	
#extraCol {
	float: inherit;
	width: 20%; /* espaçamento entre duas útltimas fotos de porcelanas */
	}

#extraCol {
	
	float: right;
	width: 30%; /* espaço esquerdo do item inox de produtos */
	}
#extraCol5 {
	margin-top: -221px; /* espaçamento foto última de porcelanas */
	float: right;
	width: 33%; /* espaçamento esquerdo última foto de porcelanas */
	margin-right: 5%; /* espaçamento direito última foto de porcelanas*/
	display: inline;
	}

#extraCol6 {
	margin-left: -100px; /* espaçamento foto penúltima de porcelanas */
	float: right;
	width: 33%; /* espaçamento esquerdo penúltima foto de porcelanas */
	margin-right: 5%; /* espaçamento direito última foto de porcelanas*/
	display: inline;
	}
#conten {
	padding: 20px;
	float: right;
	position: relative;
	background: url(images/img07C.gif) repeat-x; /* fundo gradiente */
	margin-top: 2px;
	padding-top: 20px;
	padding-right: 2px;
	padding-left: 2px;
  }

.thumbnail
{
font-size:9px;
float:right;
width: 126px;
padding: 3px;
border: 1px solid #999;
margin: 0 05px 05px 0;
display:block-inline;
background: url(images/img07C.gif) repeat-x; /* fundo gradiente */
}

.clearboth { clear: both; }

# displaybox {
	Z-index: 10000;
	Filtro: Alpha (Opacidade = 50); / * ou seja, mais velhos * /
	Filtro:Progid:Dximagetransform.microsoft.Alpha (Opacidade = 50); / * ie * /
	-moz-opacidade: .50; / * idosos mozilla * /
	-khtml-opacidade: 0.5; / * safari idosos * /
	Opacidade: 0.5; / * apoiado pelo atual mozilla, Safari, E ópera * /
	Background-color:# 009900;
	Posição:Fixo; Topoo:0px; esquerda:0px; largura:100%; altura:100%; Text-align:Center; vertical-align:Média;
}
