/*
=====================================================================
Cascading Style Sheet -------------> ESTRUTURA DO SITE <-------------
Site: www.eurofarma.com.br
Criado em: 18/03/2008
=====================================================================
*/
.body, html{ width:100%; }

body{
	overflow: -moz-scrollbars-vertical;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	margin:0;
	color:#fff;
	background:url(/imagens/bg.jpg);
}

img{border:0px; margin:0px; padding:0px;}
form{border:0px; margin:0px; padding:0px;}
select{font-size:11px;}
table{font-size:11px;}
.inputdefault{ font-size:11px; border:0px; background:#CCCCCC; width:280px; height:17px;}

a{ text-decoration:none; color:#F1BF29;}
a:hover{ color:#999;}

select{
	width:100%;
	height:17px;
	background:#fff;
	border:1px solid #3D6694;
	font-size:11px;
}
.bgSelect{background:#B6B6B6;}

#gambi{ width:100%; height:62px; background:url(/imagens/bgTopo.jpg); text-align:center; }
#gambi2{ position:relative; width:770px;; height:62px; margin:auto; }
#topo{ position:absolute; z-index:500; top:0px; left:0px; width:770px; height:150px; }

#home { min-height:466px; *height:466px; background:url(/imagens/bgHome.gif); }

#rodape { position:relative; float:left; width:100%; height:69px; background:url(/imagens/bgRodape.jpg) repeat-x; }


#conteudoInterno {width:100%; min-height:466px;  *height:466px; background:url(/imagens/bgInterno.gif) repeat-x #000000; }

:root #conteudoInterno {position:relative; float:left; width:100%; min-height:466px; *height:466px; background:url(/imagens/bgInterno.gif) repeat-x #000000; }


.logo{
	float:left;
	width:256px;
	height:438px;
	margin:11px 0 0 0;
}

.titulo{
	float:right;
	width:480px;
	height:41px;
	margin:45px 10px 0 0;
	text-align:right;
}

.subTit{
	float:left;
	width:300px;
	height:30px;
	text-align:left;
	margin:17px 0 0 15px;
}

.imgLateral{
	position:absolute;
	z-index:100;
	top:50px;
	width:254px;
	height:324px;
}

.areaConteudo{
	position:relative;
	float:right;
	width:500px;
	text-align:left;
	margin:30px 0 20px 0;
	line-height:18px;
}





