@charset "UTF-8";
/*************************************************
 * CSS Reset for Cross Browser Compatibility
 *************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead,
article, aside, canvas, details, embed, f
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*************************************************
 * Common Theme Structure
 *************************************************/

HTML {
       overflow-y: scroll;
}

BODY {
	background-color:white;
	font-family:sans-serif, Arial, Helvetica;
	font-size:14px;
	margin:0;
}

.wrapper{
	position:relative;
	width:1024px;
	margin:0 auto;
	text-align:left;
}

#header {
	float:left;
	position: fixed;
	bottom:0;
	width:100%;	
	height:30px;
	background:url(../images/header-navigation-bg.jpg) repeat-x;
	z-index:100;
}

#header-navigation {
	float:left;
	width:950px;
	padding:9px 37px 0 37px;
	color:#a0adb7;
}

#banner {
	float:left;
	width:980px;
	height:80px;
	background:url(../images/banner-bg.jpg) no-repeat;
	z-index:100;
	overflow: hidden;
}

#logo {
	float:left;
	width:284px;
	height:80px;
	margin-left:-10px;
}

#banner-menu {
	float:right;
	height:36px;
}

#content {
	float:left;
	width:980px;
	padding:0px 22px;
	/*background:url(../images/content-bg.jpg) repeat-y;*/
	background-color:white;
	min-height:500px;
}

#navigation-menu {
	float:left;
	width:950px;
	height:31px;
	padding:0 15px;
	z-index:100;
	background-color:#eeeeee;
}

#navigation-menu UL LI {
	display: inline;
	position: relative;
	top:8px;
	left:-17px;
	margin-left:20px;
}

#navigation-menu UL LI A {
	font-size:16px;
	color:#000;
	padding-right:10px;
	
}

#navigation-menu UL LI A:hover, #navigation-menu UL LI A.active {
	color:#96268c;
}

#navigation-menu UL LI UL {
	position: absolute;
	background: #fff;
	margin-left:12px;
	padding:15px;
	padding-top:0px;
	width:180px;
	margin-top:20px;
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
    border:1px solid #afafaf;
    display: none;
    z-index: 100;
}

#navigation-menu .pointer {
	position: absolute;
	top:-15px;
	background: url(../images/menu_pointer.png);
	width:15px;
	height:15px;
}

#navigation-menu .navigation-submenu {
	left:-5px;
	width:190px;
}

#navigation-menu UL LI UL LI {
	position: relative;
	top:0;
	left:0;
	line-height: 1.1em;
}

#navigation-menu UL LI UL LI A {
	font-size:16px;
	color:#000;
}

#navigation-menu UL LI UL LI HR {
	padding:0;
	margin:0;
	margin-bottom:-2px;
	padding-top:8px;
	border-color: #afafaf;
}

#navigation-menu UL LI UL STRONG {
	font-size:14px;
	display: block;
	margin-bottom: -15px;
}

#navigation-menu UL LI UL SPAN {
	font-size:13px;
}

#navigation-footer {
	float:left;
	width:940px;
	margin-top:30px;
	border:1px solid #e2e3e7;
	-moz-border-radius: 10px; /* Firefox */
    -webkit-border-radius: 10px; /* Safari, Chrome */
    border-radius: 10px; /* CSS3 */
    color:#7f7f7f;
	margin-left:10px;

}

#navigation-footer TABLE {
	width:100%;

}

#navigation-footer A {
	color:#7f7f7f;
}

#navigation-footer A:hover {
	text-decoration: underline;
}

#navigation-footer TABLE TD {
	padding:20px 20px;
	line-height: 1.5em;
}


#content-divider {
	float:left;
	width:963px;
	padding-left:17px;
	padding-top:10px;
	height:3px;
	/*background:url(../images/content-body-bg.jpg) repeat-x;*/
	z-index:90;
}

#content-body {
	float:left;
	width:980px;
	padding:15px 0 100px 0;
}

#content-full {
	width:950px;
	padding:5px 15px;
}

#content-body-left-col {
	float:left;	
	width:720px;
}

#content-body-right-col {
	float:right;
	width:190px;
	height:548px;
	background:#f4f5f7;
	margin-right:15px;
	padding:15px 20px;
	border-radius:10px;
	-moz-border-radius:10px; 
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;	
	behavior: url(../scripts/PIE.htc);
}

/*************************************************
 * Homepage Styles
 *************************************************/

#homepage-top-banner {
	float:left;
	padding-left:10px;
	margin-top:-2px;
}

#homepage-bottom-banner {
	float:left;
	margin-top:318px;
	padding-left:10px;
}

.homepage-banner {
	float:left;
	position: absolute;
}

/*************************************************
 * Content Page Styles
 *************************************************/

#page-content-body {
	float:left;
	padding-left:15px;
	width:480px;
}

#page-content-navigation {
	float:right;
	width:200px;
	margin-right:5px;
	margin-top:16px;
}

#sub-top-banner {
	float:left;
	padding-left:13px;
}

#sub-bottom-content {
	float:left;
	margin-top:9px;
	width:723px;
}

#sub-bottom-left-col {
	float:left;
	width:226px;
	padding:10px 0 0 20px;
}

#sub-bottom-right-col {
	float:right;
	width:432px;
	height:225px;
	padding:19px 20px;

}

#testingshits {
    -moz-border-radius: 10px; /* Firefox */
    -webkit-border-radius: 10px; /* Safari, Chrome */
    border-radius: 10px; /* CSS3 */
	padding:10px;
	background-color:#f4f5f7
}

#sub-bottom-full-col {
	float:left;
	padding:5px 20px;
	width:680px;
}

#sub-top-content {
	float:left;
	width:723px;
}

#sub-top-left-col {
	float:left;
	width:226px;
	padding:0px 0 0 20px;
	font-size:12px;
}

#sub-top-right-col {
	float:right;
	width:432px;
	font-size:13px;
	height:155px;
	padding:90px 20px 19px 20px;
}

#sub-gamer-routing {
	float:left;
	padding-left:20px;
	padding-top:2px;
}

#sub-tutor-left-col {
	float:left;
	width:226px;
	padding:10px 0 0 20px;
}

#sub-tutor-right-col {
	float:right;
	width:470px;
	background: url(../images/tutor-biege-bg.jpg) repeat-y;
}

#sub-tutor-right-col-top {
	float:left;
	width:470px;
	background: url(../images/tutor-right-col-top.jpg) no-repeat;
	height:19px;
}

#sub-tutor-right-col-content {
	padding:100px 15px 0 15px;
	margin:10px 5px;
	min-height: 300px;
}

#sub-tutor-right-col-bottom {
	float:left;
	width:470px;
	background: url(../images/tutor-right-col-bottom.jpg) no-repeat;
	height:19px;
}

.tutor-content {
	float:left;
	width:100%;
	margin-top:5px;
	border-top:1px solid #777;
	padding-top:5px;
	padding-bottom:10px;
}

.tutor-content IMG {
	float:left;
	margin:0 10px 0 0;
}

.tutor-content IMG.nofloat {
	float:none;
	display: block;
	margin:0 0 10px 0;
	width:430px;
}


/*************************************************
 * Order Now Styles
 *************************************************/

#content-ordernow-header {
	float:left;
	padding-left:15px;
}

#content-ordernow-header-image {
	float:left;
	padding-right:20px;
	padding-top:3px;
}

#content-ordernow-header-text {
	float:left;
	width:450px;
}

#content-ordernow-tab {
	float:left;
	width:650px;
	margin-left:17px;
	margin-top:20px;
}

#content-ordernow-callme, #content-ordernow-walkin {
	float:left;
	padding:10px 15px;
	font-weight: bold;
}

#content-ordernow-callme {
	background: #f4f5f7;
	border-radius:10px 0 0 0;
	-moz-border-radius:10px 0 0 0; 
	-webkit-border-radius: 10px 0 0 0;
	-khtml-border-radius: 10px 0 0 0;
	behavior: url(../scripts/PIE.htc);
}

#content-ordernow-walkin {
	background: #fff9e5;
	border-radius:0 10px 0 0;
	-moz-border-radius:0 10px 0 0; 
	-webkit-border-radius: 0 10px 0 0;
	-khtml-border-radius: 0 10px 0 0;
	behavior: url(../scripts/PIE.htc);
}
	
#content-ordernow-form {
	float:left;
	padding:15px;
	margin-left:17px;
	width:650px;
	min-height:450px;
	background:#f4f5f7;
	border-radius:0 10px 10px 10px;
	-moz-border-radius:0 10px 10px 10px; 
	-webkit-border-radius: 0 10px 10px 10px;
	-khtml-border-radius: 0 10px 10px 10px;
	behavior: url(../scripts/PIE.htc);
}

#content-ordernow-form TABLE TH {
	width:180px;
	padding:9px 10px;
}

#content-ordernow-form TABLE TD {
	padding:9px 10px;
} 

#content-ordernow-form INPUT[type=text] {
	width:375px;
}

#content-ordernow-form SELECT {
	width:390px;
}

#content-ordernow-form INPUT[type=text], #content-ordernow-form SELECT {
	padding:3px;
}

#content-ordernow-form BR {
	padding:0;
	margin:0;
	margin-bottom: 15px;
}

INPUT.blur { color: #777; }

/*************************************************
 * Link Styles
 *************************************************/
 
A {
	color:#722680;
	text-decoration:none; 
}

A:hover {
	color:#e20470;
}
 
A.grey {
	 color:#a0adb7;
}
 
A.grey:hover {
	color:#fff; 
}
 
A.active {
	color:#fff; 
}

A.contentnavigation {
	color:#5e5e5e;
}

A.contentnavigation:hover {
	color:#e20470;
}

#page-content-navigation A.active, #content-divider A.active {
	color:#e20470;
}
 
/*************************************************
 * Font Styles
 *************************************************/
 
.tiny {
	font-size:10px; 
}
 
.small {
	font-size:12px; 
}
 
.medium {
	font-size:14px; 
}
 
.large {
	font-size:20px; 
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.black {
	color:#000;
}

.grey {
	color:#999;
}

.bold {
	font-weight: bold;
}

P {
	margin:12px 0;
	line-height: 1.3em;
	text-align: left;
	color:#5e5e5e;
}

HR {
	margin:12px 0 0 0;
	border:none;
	border-bottom:1px solid #808c97;
}

#content-body UL {
	list-style:disc;
}

#content-body UL LI {
	margin:0 0 7px 15px;
	padding-left:5px;
	line-height: 1.1em;
	width:440px;
	color:#555;
}

OL {
	list-style:decimal;
}

OL LI {
	margin:0 0 10px 30px;
	color:#555;
	line-height:1.3em;
}

STRONG {
	font-weight: bold;
}

U {
	text-decoration: underline;
}

I {
	font-style: italic;
}

#sub-bottom-right-col UL {
	margin-top:-10px;
}

/*************************************************
 * Header Styles
 *************************************************/

#page-content-navigation H1 {
	color:#722680;
	padding:3px 0 2px 0;
	border-bottom:1px solid #808c97;
}

#page-content-navigation H2 {
	color:#5e5e5e;
	padding:10px 0 2px 13px;
	border-bottom:1px solid #808c97;
}

#page-content-body H1 {
	color:#722680;
	padding:0 0 10px 0;
	font-size:25px;
	border-bottom:1px solid #808c97;
}

#page-content-body H2 {
	color:#000;
	font-weight: bold;
	padding:14px 0 0 0;
	line-height:1.3em;
}

#sub-bottom-right-col H1 {
	font-size:34px;
	padding-bottom:3px;
	margin-top:-5px;
	color:#722680;
}

/*************************************************
 * Element Styles
 *************************************************/
 
.hidden {
	display: none;
}

.right-image {
	position: absolute;
}

/*************************************************
 * Table Styles
 *************************************************/

TABLE#faqtable {
	border:1px solid;
}

TABLE#faqtable TH {
	background: #722680;
	color:#fff;
	padding:5px;
	border-bottom: 1px solid;
	line-height: 1.3em;
}
 
TABLE#faqtable TD {
color:#555;
	padding:5px;
	border-bottom: 1px solid;
	line-height: 1.3em;
 }
 
#partners {
	display: none;
}

#my-account {
	margin-right:119px;
}

LABEL.error {
	display: block;
	color:red;
	padding-top:3px;
}

/*************************************************
 * Fibre Broadband Page Layouts
 *************************************************/

#content-full H2 {
	font-size:31px;
	color:#96268c;
	line-height: 1.2em;
}

/*************************************************
 * About Us Page Layouts
 *************************************************/
 #content-aboutus-body-right-col {
	float:right;
	width:224px;
	height:279px;
	margin-right:15px;
}

 #content-aboutus-body-right-col P{
	margin-left:25px;
}

#content-aboutus-body-left-col {
	float:left;	
	width:720px;
	margin-left:20px;
}

#content-aboutus-body-left-col-inner {
	width:720px;
	height:550px;
	overflow:auto;
}

#content-aboutus-body-left-col-inner-2 {
	width:720px;
	height:450px;
	overflow:auto;
}

#content-aboutus-body {
	width:980px;
	padding:0 0 100px 0;
}

.about-us-td {
	color:#5e5e5e;
	width:240px;
	text-align:center;
	line-height: 1.3em;
}

.about-us-td-2 {
	width:340px;
	text-align:justify;
	padding-right:15px;
	padding-left:15px;
	padding-bottom:15px;
	color:#5e5e5e;
	line-height: 1.3em;
}

.about-us-td-3 {
	width:500px;
	text-align:justify;
	padding-left:15px;
	padding-bottom:30px;
	color:#5e5e5e;
	line-height: 1.3em;
}

#display-centered H1{
	font-size:16px;
	font-weight:bold;
	color:#722680;
}

#display-centered IMG{
	margin-left:auto;
	margin-right:auto;
	display: block;
}

#display-centered TABLE{
	margin-left:auto;
	margin-right:auto;
}