@font-face {
    font-family: 'Calibri';
    src: url('../fonts/calibri.eot');
    src: url('../fonts/calibri.eot') format('embedded-opentype'),
         url('../fonts/calibri.woff') format('woff'),
         url('../fonts/calibri.ttf') format('truetype'),
         url('../fonts/calibri.svg#CalibriRegular') format('svg');
}

@font-face {
    font-family: 'Calibri';
	font-weight: bold;
    src: url('../fonts/calibrib.eot');
    src: url('../fonts/calibrib.eot') format('embedded-opentype'),
         url('../fonts/calibrib.woff') format('woff'),
         url('../fonts/calibrib.ttf') format('truetype'),
         url('../fonts/calibrib.svg#CalibriBold') format('svg');
}

body {
	text-align: center;
	font-family: 'Calibri';
	font-size: 17px;
}

h1 {
	font-size: 42px;
	font-weight: normal;
	margin: 0 0 .2em 0;
}

h2 {
	font-size: 36px;
	font-weight: normal;
	margin: 0 0 .2em 0;
}

h3 {
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 .1em 0;
}

p {
	line-height: 1.45em;
	margin: 0 0 1.0em 0;
}

#wrapper {
	/* width: 1007px; */
	margin: 0 auto;
	text-align: left;
}

#header {
	position: relative;
}

#header #logo img {
	margin: 15px 0 30px 0;
}

#header #whats-on {
	position: absolute;
	top: 20px;
	right: 5px;
}

nav#main ul {
	list-style: none;
	margin: 0;
	width: 100%;
	overflow: hidden;
	clear: both;
}

nav#main ul li {
	display: inline;
	margin: 0;
	padding: 0;
}

nav#main ul li a {
	background: url('../img/navigation.png') top left no-repeat;
	text-indent: -10000px;
	display: block;
	float: left;
	height: 62px;
	width: 100px;
}

nav#main ul li.television a {
	width: 169px;
}

nav#main ul li.television a.active,
nav#main ul li.television a:hover {
	background-position: 0px -62px;
}

nav#main ul li.internet a {
	width: 165px;
	background-position: -169px 0px;
}

nav#main ul li.internet a.active,
nav#main ul li.internet a:hover {
	background-position: -169px -62px;
}

nav#main ul li.telephone a {
	width: 168px;
	background-position: -334px 0px;
}

nav#main ul li.telephone a.active,
nav#main ul li.telephone a:hover {
	background-position: -334px -62px;
}

nav#main ul li.bundles a {
	width: 165px;
	background-position: -502px 0px;
}

nav#main ul li.bundles a.active,
nav#main ul li.bundles a:hover {
	background-position: -502px -62px;
}

nav#main ul li.about a {
	width: 165px;
	background-position: -667px 0px;
}

nav#main ul li.about a.active,
nav#main ul li.about a:hover {
	background-position: -667px -62px;
}

nav#main ul li.contact a {
	width: 175px;
	background-position: -832px 0px;
}

nav#main ul li.contact a.active,
nav#main ul li.contact a:hover {
	background-position: -832px -62px;
}

nav#phone select {
	width: 100%;
	margin: 0 0 15px 0;
}

#slider {
	position: relative;
	overflow: hidden;
	clear: both;
	width: 100%;
}

#slider .images img {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

#slider img.placeholder {
	position: relative;
}

/* Centre widthless floats */
/* http://pmob.co.uk/pob/centred-float.htm */

#slider #controls {
	float:right;
	position:relative;
	left:-50%;
	bottom: 50px;
	text-align:left;
	z-index: 100;
}

#slider #controls ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position:relative;
	left:50%;
}

#slider #controls ul li {
	float:left;
	position:relative;
}

#slider #controls ul li a {
	float: left;
	height: 17px;
	width: 17px;
	margin: 0 4px;
	text-indent: -10000px;
	background: url('../img/slider-controls.png') 0px 0px no-repeat;
}

#slider #controls ul li.active a,
#slider #controls ul li a:hover {
	background-position: 0px -17px;
}

.home-featured {
	padding: 10px 20px 40px 20px;
}

.home-features .row-fluid {
	margin-bottom: 20px;
}

.home-features h2 {

}

.home-features p {
}

footer {
	color: #333;
	margin-top: 35px;
}

footer nav {
	padding: 30px 40px;
}

footer h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	margin-bottom: 10px;
}

footer h3 a {
	color: #333;
}

footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

footer ul li a {
	font-size: 12px;
	text-decoration: none;
	color: #333;
}

article#inner {
	padding: 25px;
}

body#redirect {
	text-align: center;
}

body#redirect header {
	margin: 15px 0;
}

body#redirect article {
	margin: 25px;
}

.align-left {
	text-align: left !important;
}

.align-right {
	text-align: right !important;
}

.align-center {
	text-align: center !important;
}

@media (max-width: 767px) {
	#header #logo img {
		margin: 10px 0;
	}

	#slider #controls ul {
		display: none;
	}

	footer nav {
		padding: 10px;
	}
}

.table tr th {
	background: #d5e2f0 !important; /* no hover */
}

.required {
	color: #900;
}

#ChannelList .logo {
    width: 70%;
    padding: 4px;
    margin: 0 auto;
}