@charset "utf-8";
/* Home CSS Document */

/* HEADING */	
#page #heading{
	padding:0; margin:10px 0 0 0;
	height:112px;
	background-image:url(../img/heading_bg.jpg);
	background-repeat:no-repeat;
	background-color:#ececec;
	}
	#page #heading h1{
		padding:20px 0 0 20px;
		color:#FF0000;
		width:310px;
	}
/* BANNER */	
#page #banner{
	height:206px;
	background-color:#ffffff;
	}
	/* QUICK LINKS */
	#page #quick_links{
		float:right;
		width:140px; height:146px;
		padding:60px 20px 0 40px; margin:0;
		background-image:url(../img/quick_links_bg.jpg);
		background-repeat:no-repeat;
		background-color:#ececec;
		}
		#page #quick_links ul{
			padding:0;margin:0;
			list-style:none;
		}
		#page #quick_links a{
			display:block;
			height:25px;
			padding:5px 25px 0 0; margin:0 0 12px 0;
			background-image:url(../img/quick_links_arrow.gif);
			background-position:right;
			background-repeat:no-repeat;
		}
		#page #quick_links a:link 		{text-decoration: none; color:#000000; font-weight:bold;}
		#page #quick_links a:visited 	{text-decoration: none; color:#000000; font-weight:bold;}
		#page #quick_links a:active 	{text-decoration: none; color:#000000; font-weight:bold;}
		#page #quick_links a:hover 		{text-decoration: underline; color:#000000; font-weight:bold;}
/* ICONS */	
#page #icons{
	padding:0; margin:10px 0 10px 0;
	height:116px;
	background-image:url(../img/icons_bg.gif);
	background-repeat:no-repeat;
	background-color:#ececec;
	}
	#page #icons .message{
		float:left;
		margin:20px 20px 0 20px;
		width:300px;
		color:#666666;font-size:120%;font-weight:bold; line-height:1.8;
		}
		#page #icons .message a:link 	{text-decoration: none; color:#ff0000;}
		#page #icons .message a:visited {text-decoration: none; color:#ff0000;}
		#page #icons .message a:active 	{text-decoration: none; color:#ff0000;}
		#page #icons .message a:hover 	{text-decoration: underline; color:#ff0000;}
	#page #icons .icon{
		float:left;
		width:90px; height:106px;
		padding:10px 0 0 0; margin:0 50px 0 0;
		background-position:center top;
		background-repeat:no-repeat;
		text-align:center;
		}
		#page #icons .icon:link 	{text-decoration: none; color:#000000; font-weight:bold;}
		#page #icons .icon:visited 	{text-decoration: none; color:#000000; font-weight:bold;}
		#page #icons .icon:active 	{text-decoration: none; color:#000000; font-weight:bold;}
		#page #icons .icon:hover 	{text-decoration: underline; color:#000000; font-weight:bold;}
		#page #icons .news{background-image:url(../img/icons_news.gif);}
		#page #icons .promotions{background-image:url(../img/icons_promotions.gif);}
		#page #icons .phones_help{background-image:url(../img/icons_phones_help.gif);}
		#page #icons .price_plans{background-image:url(../img/icons_price_plans.gif);}
/* PANELS */	
#page .panel{
	float:left;
	padding:0; margin:0 10px 10px 0;
	width:232px; height:200px;
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#999999;
	}
	#page .panel a{
		display:block;
		padding:177px 0 0 30px; margin:0;
		width:202px; height:23px;
		background-image:url(../img/panel_overlay.gif);
		background-position:center top;
		background-repeat:no-repeat;
	}
	#page .panel a:link 	{text-decoration: none; color:#ffffff; font-weight:bold;}
	#page .panel a:visited 	{text-decoration: none; color:#ffffff; font-weight:bold;}
	#page .panel a:active 	{text-decoration: none; color:#ffffff; font-weight:bold;}
	#page .panel a:hover 	{text-decoration: underline; color:#ffffff; font-weight:bold;}
#page .nomargright{
	margin-right:0;
}

#page #business_panels{
	background-image:url(../img/business_panels_footer.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#e1e1e1;	
	height:193px;
	padding:10px 0 10px 0;
	margin-bottom:10px;
	}
	#page #business_panels .business_panel{
		float:left;
		width:261px;
		height:163px;
		margin-left:10px;
		background-color:#FFFFFF;
		padding:20px 23px 10px 23px;
		font-size:14px;
		font-weight:bold;
		color:#333333;
		background-image:url(../img/business_panel_bg.jpg);
		background-repeat:no-repeat;
		}
		#page #business_panels .business_panel h2{
			padding:0; margin:0 0 10px 0;
			color:#FF0000;
			font-size:18px;
			text-transform:uppercase;
		}
		#page #business_panels .business_panel img{
			width:256px; height:61px;
			border:2px solid #333333;
			margin-bottom:10px;
		}
		#page #business_panels .business_panel a:link 		{text-decoration: none; color:#ff0000; font-weight:bold;}
		#page #business_panels .business_panel a:visited 	{text-decoration: none; color:#ff0000; font-weight:bold;}
		#page #business_panels .business_panel a:active 	{text-decoration: none; color:#ff0000; font-weight:bold;}
		#page #business_panels .business_panel a:hover 		{text-decoration: underline; color:#ff0000; font-weight:bold;}