*{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

div#containerGeral{
	width: 780px;		
	margin:0 auto;
	text-align:left;/* "remédio" para o hack do IE */
	border: 0px solid #FF6347;
}

div#top{
	background-image: url(../images/bgTop.jpg);
	background-repeat: no-repeat;
	width: 779px;
	height: 161px;
	border: 0px solid #B88BB8;
}



/** Menu */
div#menu{
	float: right;
	width: 350px;
	height: 120px;
	margin: 17px 17px 0px 0px ;
	border: 0px solid #FF6347;
}

div#menu a div{
	background-image: url(../images/btMenu.gif);
	background-repeat: no-repeat;
	width: 167px;
	height: 23px;
	
	padding: 5px 0px 0px 25px;
	font-family: tahoma, arial;
	font-size: 12px;
	font-weight: bold;
	color: #245297;
}

div#menu a:hover div{
	text-decoration: none;
}

div#menu a div#btArgila{
	border: 0px solid #FF6347;
	margin: 0px 0px 0px 52px;
}

div#menu a:hover div#btArgila {
	background-image: url(../images/btMenu.gif);
	background-repeat: no-repeat;
	background-position: 0px -33px;
	width: 167px;
	height: 23px;
	cursor: hand;
	margin: 0px 0px 0px 52px;
}

div#menu a div#btMapa{
	border: 0px solid #32CD32;
	margin: 0px 0px 0px 76px;
}

div#menu a:hover div#btMapa {
	background-image: url(../images/btMenu.gif);
	background-repeat: no-repeat;
	background-position: 0px -33px;
	width: 167px;
	height: 23px;
	cursor: hand;
	margin: 0px 0px 0px 76px;
}

div#menu a div#btFotos{
	border: 0px solid #32CD32;
	margin: 0px 0px 0px 100px;
}

div#menu a:hover div#btFotos {
	background-image: url(../images/btMenu.gif);
	background-repeat: no-repeat;
	background-position: 0px -33px;
	width: 167px;
	height: 23px;
	cursor: hand;
	margin: 0px 0px 0px 100px;
}

div#menu a div#btContato{
	border: 0px solid #32CD32;
	margin: 0px 0px 0px 125px;
}

div#menu a:hover div#btContato {
	background-image: url(../images/btMenu.gif);
	background-repeat: no-repeat;
	background-position: 0px -33px;
	width: 167px;
	height: 23px;
	cursor: hand;
	margin: 0px 0px 0px 125px;
}

/** Logo */
div#logoFlash{
	float: left;
	width: 240px;
	height: 132px;
	margin: 21px 0px 0px 17px;
	border: 0px solid #BDB76B;	
}
div#imgLogo{
	margin: 0px 0px 0px 0px ;
	background-image: url(../images/logoArgimax.gif);
	background-repeat: no-repeat;
	width: 189px;
	height: 125px;	
}

div#imgLogo:hover a{
	margin: 17px 17px;
	background-image: url(../images/logoArgimax.gif);
	background-repeat: no-repeat;
	width: 185px;
	height: 123px;	
	cursor: hand;
}

div#principal{
	padding: 4px 12px 12px 12px;
	background-color: White;	
	background-image: url(../images/bgBot2.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	border: 0px solid #BDB76B;
}

div#bot{	
	color: #627588;
	width: 779px;
	background-color: #FFF;
	text-align: center;
}



p{
	text-align: justify;	
}



/** Listas */
li{
	color: Black;
	list-style-type: disc;
	list-style-image: none;
}

ul.star li{			
	list-style-type: none;
	list-style-image: url(../images/star.gif);
	
	/*IE6\*/
	* padding: 0px 0px 3px 6px;
	/**/	
}

ul.tick li{			
	list-style-type: none;
	list-style-image: url(../images/tick.gif);
	
	/*IE6\*/
	* padding: 0px 0px 3px 6px;
	/**/	
}

ul.shape li{			
	list-style-type: none;
	list-style-image: url(../images/shape_move_backwards.gif);
	
	/*IE6\*/
	* padding: 0px 0px 3px 6px;
	/**/	
}





/** Globais uteis */
.corPreto{
	color: Black;
}

.corMarrom{
	color: #693A34;
}

#bandeiraBrasil{
	background-image: url(../images/br.gif);
	background-repeat: no-repeat;
	width: 16px;
	height: 11px;
	float: left;	
	margin-left: 12px;	
	cursor: hand;
}

#bandeiraEspanha{
	background-image: url(../images/es.gif);
	background-repeat: no-repeat;
	width: 16px;
	height: 11px;
	float: left;
	margin-left: 12px;	
	cursor: hand;
}

#bandeiraUS{
	background-image: url(../images/us.gif);
	background-repeat: no-repeat;
	width: 16px;
	height: 11px;
	float: left;
	margin-left: 12px;	
	cursor: hand;
}





		




