
/* CSS Document site ebeark-loja*/

body
			{
			font-size:10px;
			color:#333333;
			margin:0;
			
			
			}

#geral
			{
			
			width:999px;
			height:600px;
			margin-left:1px;
			margin-right:1px;
			margin-top:1px;
			margin-bottom:1px;			
			}
		
#topo	
			{
			background-color:#FFFFFF;
			width:999px;
			height:130px;
			border:#FFFFFF 1px solid;
			}
			
#direita
			{
			width:73px;
			height:500px;
			float:left;
			background-color:#FF9900;
			border:#FFFFFF 1px solid;
			
			}		
			
#esquerda	
			{
			width:75px;
			height:500px;
			float:right;
			background-color:#009900;
			border:#FFFFFF 1px solid;
			}
			
#textomenu
			{
			margin-left:40px;
			}
			
#menu
			{
			width:845px;			
			background-color:#E1E1E1;
			margin-right:10px;
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:16px;
			float:left;
			margin-right:5px;
			padding: 0 0 20px 20px;
			border-bottom: 2px solid #818181;/* Linha que define a cor e a altura da borda inferior*/
			margin: 0;
			padding: 0;
			display: inline;
			list-style-type: none;
			border:#FFFFFF 1px solid;
			}
			
#menu a:link, #menu a:visited
			{
			padding-bottom:5px;
			float: left;
			line-height:16px;
			font-weight:bold;
			margin-right:15px;
			margin-top:6px;
			text-decoration: none;
			color: #666666; /* linha que define a cor do link*/
			background-position:top;
			}
 
#menu a:link#current, #menu a:visited#current, #menu a:hover
			{
			border-bottom: 4px solid #000000; /*muda a cor do sublinhado do link*/
			padding-bottom: 0;
			background: transparent;
			color: #000000;
			}
			
#centro /*Div do centro*/  
			{
			width:845px;
			height:450px;
			background-color:#FDE1A2;
			float:right;
			top:auto;
			table-layout:center;
			border:#FFFFFF 1px solid;
			}
#inferior	/*div inferior*/
			{ 
			width:845px;
			height:20px;
			background-color:#B3D6AD;
			float:right;
			border:#FFFFFF 1px solid;
			}
			
/*tabela da pagina home que contem todos os conteudos do div centro*/		
#global 	{
			background-color:#FFFFFF;
			width:100%;
			height:100%;
			font-size:16px;
			font-family:Georgia, "Times New Roman", Times, serif;
			color:#006600;
			font-weight:bold;
			}	
				
			
#linkar  a
			{

			color:#999999;
			font-family:Geneva, Arial, Helvetica, sans-serif;
			font-size:18px;
			text-decoration:none;
			font-weight:bold;
			text-align:left;
			display: inline;
			list-style-type: none;
			padding-bottom:0;
			margin-left:3px;
			}
			
/* quando passar o mouse em cima muda a cor*/ 
		
#linkar a:link#current, #linkar a:visited#current, #linkar a:hover
			{
			border-bottom: 2px solid #000000; /*muda a cor do sublinhado do link*/
			padding-bottom: 0px;
			background: transparent;
			color: #000000;
			display: inline;
			list-style-type: none;
			text-align:left;
			margin-left:3px;
			}
			
p			{
			margin-right:5px;
			margin-top:5px;
			margin-left:5px;
			}			
			
h1
			{
			font-size:24px;
			color:#585858;
			margin-left:5px;
			padding:0;
			margin-bottom:1px;
			padding-bottom:1px;
			}
h2			
			{
			font-size:20px;
			color:#003399;
			margin-left:5px;
			margin-bottom:1px;
			padding-bottom:2px;
			
			}
h3		
			{
			font-size:17px;
			color:#003366;
			font-weight:bold;
			margin-left:5px;
			margin-right:5px;
			text-align:justify;
			}	
h4			
			{
			font-size:20px;
			color:#6A6A6A;
			margin-left:7px;
			margin-bottom:0px;
			padding-bottom:0px;
			}		
h5
			{
			font-size:20px;
			color:#585858;
			margin-left:3px;
			padding:0;
			margin-bottom:1px;
			padding-bottom:1px;
			}						

#imagens a/*tabela imagens*/
			{
			font-weight:bolder;
			margin-left:10px;
			font-size:20px;
			color:#0000CC;*/
			text-decoration:none;
			}		

#imagens  a:link#current, #imagens  a:visited#current, #imagens  a:hover
			{
			border-bottom: 2px solid #000000; /*muda a cor do sublinhado do link*/
			padding-bottom: 0px;
			background: transparent;
			color: #000000;/*muda a cor das letras */	
			text-decoration:none;
			}

#cadastra
		{
			font-size:14px;
			color:#333333;
			font-weight:bold;
			}
			
#contato
			{
			background-color:#FBEFC8;
			table-layout:center;
			width:100%;
			height:100%;
			
			}			
			
#cliente, #obs, #ped, #selecao, #cadastra input
			{
			background-color:#FDF0DF;
			color:#000000;
			border:#FF9900 1px solid;
			/*height:11px;*/
			font-size:14px;
			}

#cadastra input.botao	
			{
			height:20px;
			background-color:#FDF0DF;
			color:#000000;
			}				
			
#geralfotoretrato
			{
			width:994px;
			background-color:#FFFFFF;
			height:805px;
			margin:0 auto;
			}

#direitafotoretrato{/*div da direita das paginas de fotos com imagens em retrato*/
		background-color:#009900;
		width:72px;
		height:800px;
		float:right;
		}	
		 
#esquerdafotoretrato{/*div da esquerda das paginas de fotos com imagens em retrato*/
		width:71px;
	    height:800px;
		background-color:#ff9900;
		float:left;
		 }
	 	
#centrofotoretrato{/*div do centro das paginas de fotos com imagens em retrato*/
		width:851px;
		height:704px;
		background-color:#FDE1A2;
		float:left;
		top:auto;
		text-align:center;
		margin:center;
		align:Center;
		table-layout:auto;
	   }		
				
#base	{
		width:851px;
		height:35px;
		background-color:#B3D6AD;
		float:right;
		text-align:center;
		top:auto;
        
		}
		
		 
#paginas /* div com o link de pagina imagens nas paginas de fotos*/
			{
			width:283px;
			height:15px;
			background: transparent;
			float:left;
			top:auto;
			text-align:center;
			list-style-type:none;
			}	 
			
#cantoesq 	{
			width:283px;
			height:15px;
			font-size:12px;
			text-align:center;
			float:left;
		  	}			
#cantodir {
			width:283px;
			height:15px;
			font-size:12px;
			text-align:center;
			float:right;
			}	
			

#cantodir #cantoesq, li /*formataçõa do links proximo e anterior*/
			{	
			text-align:center;
			background: transparent;
			top:auto;
			text-align:center;
			list-style-type:none;
			list-style:none;
			margin:0;
			}				

/* cor dos links das paginas de fotos*/ 		  
#cantodir #cantoesq,   li a
			{
			color:#3333CC;
			font-family:Geneva, Arial, Helvetica, sans-serif;
			font-size:16px;
			text-decoration:none;
			font-weight:bold;
			text-align:center;
			}
			
/*quando passar o mouse em cima muda a cor */
#cantodir #cantoesq a:link#current #cantodir #cantoesq a:visited#current #cantodir #cantoesq,  a:hover
			{			
			border-bottom: 4px solid #FFFFFF; /*muda a cor do sublinhado do link*/
			background: transparent;
			color: #FFFFFF;			
			
			}
	
		 			
/*fotos em tabela de duas imagens centralizadas*/			
#fotos		{
			margin-top:150px;
			
			}
/*imagens individuais*/
#imagensprodutos /*tabela dentro do div centro nas paginas de fotos dos produtos (link Pagina produtos)*/
			{
			table-layout:center;
			background-color:#FBEFC8;
			width:100%;
			height:100%;
			}
#centrofoto{/*div do centro das paginas de fotos*/
		width:851px;
		height:540px;
		background-color:#FDE1A2;
		float:left;
		top:auto;
		text-align:center;
		margin:center;
		align:Center;
		table-layout:auto;
	   }	
		 			
#direitafoto{/*div direita das paginas de fotos*/
		background-color:#009900;
		width:71px;
		height:635px;
		float:right;
		}	
#esquerdafoto{/*div da esquerda das paginas de fotos*/
		width:77px;
	    height:635px;
		background-color:#ff9900;
		float:left;
		 }
#superiorfoto{
	 	width:851px;
		height:35px;
		background-color:#CCCCCC;
		float:left;
  		 }
	 
#inferiorfoto{
		width:851px;
		height:25px;
		background-color:#999999;
		float:left;
		 }		
#margem
	{
	margin-left:5px;
	margin-right:5px;
	}		 	
	
#detfotos	
	{
	margin-left:2px;
	margin-right:2px;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
#centfoto{/*div do centro das paginas de fotos*/
		width:851px;
		height:575px;
		background-color:#FDE1A2;
		float:left;
		top:auto;
		text-align:center;
		margin:center;
		table-layout:left;
	   }	
		 			
#dirfoto{/*div ddireits das paginas de fotos*/
		background-color:#009900;
		width:71px;
		height:620px;
		float:right;
		}	
#esqfoto{/*div da esquerda das paginas de fotos*/
		width:77px;
	    height:620px;
		background-color:#ff9900;
		float:left;
		 }
#supfoto{
	 	width:851px;
		height:25px;
		background-color:#CCCCCC;
		float:left;
  		 }
	 
#inffoto /*Div de fotos inferior da pagina*/
		{
		width:851px;
		height:20px;
		background-color:#999999;
		float:left;
		 }			
#textofoto /*tabela de informações das paginas de fotos*/
		{
		background-color:#EFEFEF;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:14px;
		text-align:justify;
		margin-left:5px;
		margin-right:5px;
		padding-left:5px;
		padding-right:5px;
		color:#494949;
		}
#dicas
		{
		background-color:#EFEFEF;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		text-align:justify;
		margin:0;
		margin-bottom:0;
		margin-left:0;
		margin-right:0;
		margin-top:0;
		padding-left:3px;
		padding-right:3px;
		}		
#galeria /*Link da página 44 cortina teto*/
			{
			text-decoration:none;
			border-bottom: none; /*muda a cor do sublinhado do link*/
			padding-bottom:none; 
			background: transparent;
			font-weight:bold;
			color: #000000; 
			/*muda a cor das letras */	
			
			}	

#galeria a:link#current, #galeria  a:visited#current, #galeria  a:hover /*links das imagens da pagina index album*/
			{
			border-bottom: none; /*muda a cor do sublinhado do link*/
			padding-bottom:none; 
			background: transparent;
			color: none; /*muda a cor das letras */	
			text-decoration:none;
			}		