* 									{ margin: 0; padding: 0; }
body								{ font: 12px Helvetica, Sans-Serif; } 
#page-wrap							{ width: 800px; margin: 25px auto; } 
a									{ text-decoration: none; }
ul									{ list-style: none; }
p                                   { margin: 15px 0; font-size:16px; }

/* 
	LEVEL ONE
*/
ul.dropdown                         { position: relative; }
ul.dropdown li                      { font-weight: bold; float: left; zoom: 1; }
ul.dropdown a:hover		            { color: #000; }
ul.dropdown a:active                { color: #ffa500; }
ul.dropdown li a                    { display: block; padding: 4px 8px; border-right: 1px solid #333;
	 								  color: #222; }
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                { background: #F3D673; color: black; position: relative; }
ul.dropdown li.hover a              { color: black; }


/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ width: 220px; visibility: hidden; position: absolute; top: 100%; left: 0; }
ul.dropdown ul li 					{ font-weight: normal; background: #f6f6f6; color: #000; 
									  border-bottom: 1px solid #ccc; float: none; }
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; width: 100%; display: inline-block; } 

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }

#menuhome{
	float: right;
	margin-top: -12px;
	font-size:10px;
}

#dicasuteis{
	float:left;
	width:300px;
	font-size:10px;
	padding-left:10px;
	padding-right:10px;
	border-color:#999999;
	border-style:solid outset outset solid;
	border-width:thin;
}

#dicasuteis H3 {
	margin-top: 10px;
	font-size: 20px;
}


#dicasuteis img {
	float: left;
	margin-right: 10px;
	border: thin solid #999;
}

#dicasuteis li {
	font-size: 1em;
	list-style-position: inside;
	list-style-type: square;
	padding-left:14px;
	text-indent:-13px;
	font-size:2em;
}

#higienizacao{

	font-size:10px;
	margin-left:347px;
	margin-right:-45px;
	margin-top:188px;
	padding-left:10px;
	padding-right:10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}


#higienizacao H3 {
	margin-top: 10px;
	font-size: 20px;
}

#higienizacao .higTxtAntes{
	float:left;
	margin-left:5px;
	margin-top:-20px;
	font-weight: bolder;
	text-transform: uppercase;
}
#higienizacao .higTxtDepois{
	float:right;
	margin-right:8px;
	margin-top:-20px;
	font-weight: bolder;
	text-transform: uppercase;
}


#higienizacao img.higAntes{
	float: right;
	border: thin solid #999;
}

#higienizacao img.higDepois{

	border: thin solid #999;
}


