/* 

TITLE: BT UNLEASHED
DATE: 07-AUG-2009
CODE: TP

COLOURS:
PINK: #ec3e98

*/

/*------------------------ CSS RESET ------------------------*/

@import url("reset.css");

/*------------------------ GLOBAL STYLES ------------------------*/

body {
	background-color:#000;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:1.3em;
	}

h1 {
	font-size:15px;
	padding-bottom:16px;
	}

p {
	width:180px;
	padding-bottom:7px;
	}

a {
	color:#ec3e98;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	text-align:right;
	}

.right {
	padding-top:12px;
	text-align:right;
	}

.strong {
	font-weight:bold;
	}

.toplink {
	text-align:left;
	font-size:10px;
	}
	
/*------------------------ PAGE LAYOUT ------------------------*/

#flash {padding-bottom:60px;}

#container, #flash {
	margin:0 auto;
	width:970px;
	}

#content {
	background:url(../images/content_bg.jpg) no-repeat;
	height:237px;
	padding:16px 0 0 16px;
	}
	
#content .module {
	background:url(../images/content_module_sm.png) no-repeat;
	}

.module {
	padding:16px 20px;
	width:195px; /*235px-40px for padding */
	height:173px; /*213px-40px for padding */
	float:left;
	}

#broadband, #vision, #mobile, #superfast {
	margin: 10px 0;
	height:237px;
	padding:16px 0 0 16px;
	}

#broadband {background: url(../images/broadband_bg.jpg) no-repeat;}
#vision {background: url(../images/vision_bg.jpg) no-repeat;}
#mobile {background: url(../images/mobile_bg.jpg) no-repeat;}
#superfast {background: url(../images/superfast_bg.jpg) no-repeat;}

.whitespace {height:500px;}

/*------------------------ TERMS PAGE ------------------------*/

body#terms { background: #000000 url(../images/terms-bg.jpg) no-repeat center top; font-family:Arial, Helvetica, sans-serif; font-size:12px; }
body#terms h2 { margin:10px 100px; font-size:24px; letter-spacing:-1px; }
ol {list-style-type:decimal !important; margin:20px 120px; }
ol li { line-height:1.2; margin-bottom:15px;}
