#background{
	background-image:url(images/home_bg_header.jpg);
	background-repeat:repeat-x;
	background-position:top center;
}

#menu {
	height:357px;
	width:849px;
}

	div#logo { 
		background-image:url(images/logo_corona.jpg);
		background-repeat:no-repeat;
		width:230px;
		height:92px;
		cursor:pointer;
	}
	
	div#flashZone1 {
		height:265px;
		background-image:url(images/home_flash_zone1.jpg);
		background-repeat:no-repeat;
		width:100%;
	}
	
	div#flashZone2 {
		height:265px;
		background-image:url(images/home_flash_zone2.jpg);
		background-repeat:no-repeat;
		width:100%;
	}
	
	div#flashZone3 {
		height:265px;
		background-image:url(images/home_flash_zone3.jpg);
		background-repeat:no-repeat;
		width:100%;
	}
	
div#myReseller { 
	float:left;
	margin-left:17px;
	margin-top:20px;
} 

div#products { height:73px; }

	div#products a { 
		display:block;
		float:right;
		height:73px;
		width:142px;
	 }
	 
	 div#products a:hover {
	 	filter : alpha(opacity=80);
		-moz-opacity : .80;
		opacity : .80;
	 }
	 
	 	div#products a#id_card {
			background-image:url(images/home_button_id_card.jpg);
			width:128px;
		}
		
		div#products a#accessories {
			background-image:url(images/home_button_accessories.jpg);
		}
		
		div#products a#card_readers {
			background-image:url(images/home_button_card_readers.jpg);
		}
		
		div#products a#card_printers {
			background-image:url(images/home_button_card_printers.jpg);
		}

div#homepageBlocs {
	margin-top:15px;
	font-size:11px;
}

div#homepageBlocs div { 
	float:left;
	padding:0 10px 0 10px;
}

	div#homepageBlocs div div.blocHigh { 
		float:none;
		height:105px;
	}
	
	div#homepageBlocs div div.more { 
		float:none;
		text-align:right;
	}
	
div#homeName{
	width:262px;
	background-image:url(images/home_bg_nameIt.gif);
	height:132px;
}

div#homeNews{
	width:232px;
	background-image:url(images/home_bg_news.gif);
	height:132px;
}

	div#homeNews span{
		float:right;
	}

div#homeProducts{
	height:132px;
	width:295px;
}

div#homeProducts li{
	color:#0066CC;
	float:left;
	width:120px;
	margin-right:5px;
}
	
div.listHome{
	margin-top:0px;
}
	
	div.listHome div{
		border-bottom:none;
	}