/* -------------------------------------------------------------------------------------------- */
/*      global definitions to ensure default attributes are as desired                                                          */                              
/* -------------------------------------------------------------------------------------------- */

BODY {
        font-size: 11px; 
        color: #666666; 
        line-height: 15px; 
        font-family: verdana, arial, sans-serif;
        margin:20px 20px 20px 20px;
        }

A, A:visited {
        color: #0066cc; 
        text-decoration: none;
        }

A:hover, a:visited:hover {
        text-decoration: underline;
        color: #000000;
        }

a img { border:0 }

.content {
        font-size: 11px; 
        color: #666666; 
        line-height: 15px; 
        font-family: verdana, arial, sans-serif;
}
.contentblack {
        font-size: 11px; 
        color: #000000; 
        line-height: 15px; 
        font-family: verdana, arial, sans-serif;
}


/*fat footer*/

#fatFooter{
	clear: both;
	overflow: hidden;
	margin: 20px 0;
	background: transparent url(http://www.bt.com/static/wa/homepage/images/newhomepage/home/bg_footer_top.gif) top left no-repeat;
}

#fatFooter .footerContent{
	overflow: hidden;
	background: transparent url(http://www.bt.com/static/wa/homepage/images/newhomepage/home/bg_footer_bot.gif) bottom left no-repeat;
	padding: 20px 0 0;
}

#fatFooter h2{
	width: 130px;
	float: left;
	margin-right: 15px;
	color: #333333;
	padding-left: 20px;
}

#fatFooter .footerColumn{
	width: 200px;
	float: left;
	margin: 0 42px 10px 0;
}

#fatFooter .footerColumn h3{
	font-size: 1.4em;
	padding: 0 0 10px;
	font-weight: normal;
}

#fatFooter .footerColumn h3 a{
	color: #666666;
}
#fatFooter .footerColumn h3 a.selected {
	color: #000000;
}
#fatFooter .footerColumn h3 a.link {
	padding-right: 12px;
}
#fatFooter .sitemapLinks{
	background: transparent url(http://www.bt.com/static/wa/homepage/images/newhomepage/css/bg_footer_divider.gif) left top no-repeat;
	overflow: hidden;
	padding: 0 25px;
	margin-bottom: 25px;
}

#fatFooter .footerColumn ul li{
	list-style-type: none;
	padding: 4px 0 4px 0;
	margin: 0;
	font-size: 1.1em;
		list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#fatFooter .footerColumn ul li.separator{
	border-top: 1px dotted #cccccc;
	margin-top: 8px;
	padding-top: 8px;
}

#fatFooter .footerColumn ul li a{
	color: #666666;
}

#fatFooter .last{
	margin-right: 0;
}

#fatFooter ul.footerLinks{
	overflow: hidden;
	padding: 5px 0 5px 25px;
}

#fatFooter ul.footerLinks li{
	float: left;
	font-size: 1.1em;
	padding: 3px 15px 0 0;
		list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
#fatFooter ul.footerLinks li a{
	color: #666666;
}

#fatFooter ul.footerLinks li.image{
	padding-top: 0;
}



