/* - - - - - - - - - - - - - - - - - - - - -

Title : 
Author : 
URL : 

Description : 

Created :  21/31/2007 
Modified : 

- - - - - - - - - - - - - - - - - - - - - */

/* ----- IDS ----- */
/*BILLBOARD*/
div#billboard {
	height:200px;
}
	div#billboard ul {
		list-style-type:none;
		margin:0;
		margin-left:10px;
		padding-top:15px;
	}
	div#billboard li {
		float:left;
		margin-bottom:5px;
		margin-right:8px;
	}
	div#billboard li a {
		display:block;
		width:202px; height:151px;
	}
		a.h_ubiquity {
			background-image:url(../images/css/btn_h_ubiquity.jpg);
			background-position:top center;
		}
		a.h_backup {
			background-image:url(../images/css/btn_h_backup.jpg);
			background-position:top center;
		}
		a.h_billing {
			background-image:url(../images/css/btn_h_billing.jpg);
			background-position:top center;
		}
	div#billboard li a:link, div#billboard li a:visited {
		background-position:top center;
		text-decoration:none;
	}
	div#billboard li a:hover {
		background-position:bottom center;
	}
	div#billboard a h1 {
		text-indent:-99999px;
	}
/*GET FLASH*/
a#getflash {
	margin:5px 10px; padding:0;
	height:30px;
	background:url(../images/css/btn_getflashplayer.jpg) top left no-repeat;
	display:block;
	clear:both;
}	
/*QUICK*/
div#quick {
	margin:0;
	width:650px;
	clear:both;
	background:#000;
	
}
	div#quick ul {
		margin:0;
		list-style-type:none;
	}
	div#quick li {
		float:left;
	}
	div#quick li a {	
		display:block;
		/*text-indent:-99999px;*/
		height:150px;
		overflow:hidden;
	}
	/*QUICK LINK LIST!!*/
	a.ql1:link, a.ql1:visited {
		width:219px;
		background:url(../images/css/bg_ql1.jpg) top center no-repeat;
	}
		a.ql1:hover {
			background-position:bottom center;
		}
	a.ql2 {
		width:210px;
		background:url(../images/css/bg_ql2.jpg) top center no-repeat;
	}
		a.ql2:hover {
			background-position:bottom center;
		}
	a.ql3 {
		width:221px;
		background:url(../images/css/bg_ql3.jpg) top left no-repeat;
	}
		a.ql3:hover {
			background-position:bottom left;
		}
/*SUPPORT*/		
div#support {

	background:#000098;
	height:220px;
}
