
	/*****************************************************************/
	/* Hosting plan																  */
	/*****************************************************************/

		/**************************************************************/
		/* List																		  */
		/**************************************************************/
			
			/***********************************************************/
			/* List element														  */
			/***********************************************************/

			div.hosting-plan ul li a
			{
				color:#2296D1;
			}

		/**************************************************************/
		/* Second column															  */
		/**************************************************************/
		
		div.hosting-plan ul.hosting-plan-second-column li.hosting-plan-header
		{
			background-image:url('grids_col1_header.png');
		}
			
		div.hosting-plan ul.hosting-plan-second-column li.hosting-plan-subheader
		{
		  	background-image:url('grids_col1_subheader.png');	
		}			
			
			div.hosting-plan ul.hosting-plan-second-column li h1
			{
				text-shadow:0px 1px 0px #4BA2BE;	
			}
		
		/**************************************************************/
		/* Third column															  */
		/**************************************************************/

		div.hosting-plan ul.hosting-plan-third-column li.hosting-plan-header
		{
			background-image:url('grids_col2_header.png');
		}
			
		div.hosting-plan ul.hosting-plan-third-column li.hosting-plan-subheader
		{
		  	background-image:url('grids_col2_subheader.png');	
		}	
		
			div.hosting-plan ul.hosting-plan-third-column li h1
			{
				text-shadow:0px 1px 0px #1B81B3;
			}
		
		/**************************************************************/
		/* Fourth column															  */
		/**************************************************************/
		
		div.hosting-plan ul.hosting-plan-fourth-column li.hosting-plan-header
		{
			background-image:url('grids_col3_header.png');
		}
			
		div.hosting-plan ul.hosting-plan-fourth-column li.hosting-plan-subheader
		{
		  	background-image:url('grids_col3_subheader.png');	
		}	
		
			div.hosting-plan ul.hosting-plan-fourth-column li h1
			{
			  	text-shadow:0px 1px 0px #065F88;	
			}
	
