/* CSS Document */

	/*-------------weather-----------*/
#wHome {
	display:block; width:172px; height:72px; margin:80px 0 0px 10px; background:url(images/roularouvalettings_weather.jpg) no-repeat; position:absolute;
	padding:10px 0 0 0;
}

	#wHome .wConditions { /* conditions for now and today */
		position:absolute; right:0px; top:40px; width:172px; height:72px; 
		font:26px/32px Arial, Helvetica, sans-serif; color:#003366; font-weight:normal; text-align:left; text-indent:20px;
	}
			#wHome .wConditions .tod { /* now - text now*/
				display:none;
			}
			#wHome .wConditions br { /* now - text now*/
				display:none;
			}
			#wHome .wConditions img { /* now - text now*/
				position:absolute; right:6px; top:-30px;
				
			}
			
			#wHomeEn .wConditions .tod { /* now - text now*/
				display:none;
			}
			#wHomeEn .wConditions br { /* now - text now*/
				display:none;
			}
			#wHomeEn .wConditions img, #wHome .wConditions span { /* now - text now*/
				position:absolute; right:10px; top:0px;
				
			}
	
	#wHomeArea {
		display:none;
	} 
