/* 
   CSS do site Hotelamaro.com.br
   Desenvolvido por DominusTec em 2007
   Contatos : www.dominustec.com
              sac@dominustec.com        
*/
/* Elementos do CSS */
body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #F3E129;
	background-image: url(../imgs/bg.jpg);
	background-repeat: repeat-x;	
   margin: 0;	
}
a img, img{
	border: 0;
}
#page{
	margin: 0;
	padding: 0;
	width:759px;
	height:870px;
}
#page h2{font-size:18px; font-weight:bold;}
#logo, #top, #mntop, #mnbody, #cont, #flash, #bgf, #pub, #tel, #p1, #txt, #imgz, #fim, 
#marca, #de, #sob{
   position: absolute;
   display: block;
}
#logo{
	top:6px;
	left:167px;
}
#top{
	top:51px;
	left:165px;
	z-index: 20;
}
#mntop{
	top:0;
	left:28px;	
}
#mnbody{
	top:51px;
	left:0;
	z-index: 10;
}
#tel{
	top: 36px;
	left: 542px;
	color: #01647F;
	font-size: 12px;
	font-weight: bold;
}
#cont{
   top: 51px;
	left: 29px;
	padding: 0;
	width:730px;
	height: 722px;
	background-color: #F7ED7E;
	z-index: 1;
}
#flash{
	top: 18px;
	left: 137px;
	z-index: 30;
}
#bgf{
	top: 19px;
	left: 528px;
	z-index: 25;	
}
#pub{
	top: 18px;
	left: 538px;
	width: 192px;
	height: 213px;
	background-color: #FFD700;
	z-index: 30;
}
#p1{
	width: 593px;
	height: 51px;
	top: 232px;
	left: 137px;
	background: url(../imgs/p1.jpg) repeat-x top;
	z-index: 50;
}
#txt{
   top: 272px;
	left: 140px;
	width: 380px;
	height: 420px;
	z-index: 55;
	color: #706210;
}
#imgz{
   top: 272px;
	left: 524px;
	width: 198px;
	height: 294px;
	z-index: 55;	
}
#imgz a img{
	border: 3px solid #FFD700;
}
#imgz a img:hover{
	border-color: #D5B500;
}
#fim{
	top: 764px;
	left: 30px;
	width: 729px;
	height: 102px;
	background: url(../imgs/rod.jpg) repeat-x center;
}
#marca{
	left: 620px;
}
#de{
   top: 26px;
	left: 620px;
	z-index: 50;
	color: #625300;
	font: bold 9px;
}
#sob{
	top: 24px;
	left: 16px;
	color: #625300;	
}
