/* CSS Document */
html,body {
	height: 100%;
	}
body {
	background: #f4f4f4 url('../images/bodyBg.jpg') repeat-y center top;
	padding: 0; margin: 0;
	font-family: "Tahoma, Helvetica", sans-serif;
	}
#container {
	width: 760px;
	border-top: 0; border-bottom: 0;
	margin: 0 auto;
	position: relative;
	min-height: 100%;
	}
* html #container {
	height: 100%;
	}
#header {
	/* border-top: 5px solid #FFB400; - HIDDEN AND NOW USED IN SKIPTOCONTENT */
	display: block;
	height: 130px;
	background: #FDFDFD url('../images/headerBg.jpg') no-repeat right top;
	}
#header img {
	position: relative;
	top: 19px; left: 29px;
	border: 0;
	}
#navigation {
	display: block;
	height: 40px;
	background: url('../images/navigationBg.jpg') no-repeat right top;
	}
#navigation.inner {
	background: url('../images/navigationBgInner.jpg') repeat-x right top;
	}
#navigation ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	}
#navigation ul li {
	display: inline;
	margin: 0;
	padding: 0;
	}
#navigation ul li a {
	display: block;
	height: 40px;
	background: url('../images/navigation.jpg');
	float: left;
	}
/* navigation home link background positions */
#navigation ul li.home a { background-position: 0px 0; width: 64px; }
#navigation ul li.home a:hover { background-position: 0px 40px;}
/* navigation about us link background positions */
#navigation ul li.about a { background-position: -63px 0; width: 77px; }
#navigation ul li.about a:hover { background-position: -63px 40px;}
/* navigation tv antenna installations,repairs and service link background positions */
#navigation ul li.installation a { background-position: -140px 0; width: 261px; }
#navigation ul li.installation a:hover { background-position: -140px 40px;}
/* navigation additional services link background positions */
#navigation ul li.additional a { background-position: -402px 0; width: 137px; }
#navigation ul li.additional a:hover { background-position: -402px 40px;}
/* navigation contact link background positions */
#navigation ul li.contact a { background-position: -539px 0; width: 72px; }
#navigation ul li.contact a:hover { background-position: -539px 40px;}
#banner {
	display: block;
	height: 185px;
	background: url('../images/banner.jpg') no-repeat;
	}
#bannerinner {
	display: block;
	height: 92px;
	}
#bannerinner.aboutus {
	background: url('../images/banner_aboutus.jpg') no-repeat;
	}
#bannerinner.additional {
	background: url('../images/banner_additional.jpg') no-repeat;
	}
#bannerinner.installation {
	background: url('../images/banner_installation.jpg') no-repeat;
	}
#bannerinner.contact {
	background: url('../images/banner_contact.jpg') no-repeat;
	}
#banner a {
	display: block;
	width: 127px; height: 27px;
	position: relative;
	top: 72px; left: 260px;
	}
#left {
	width: 460px;
	float: left;
	background: #fff;
	padding: 20px;
	color: #000;
	font-size: 11px;
	}
#right {
	width: 220px;
	float: left;
	background: #fff url('../images/rightBg.jpg') no-repeat 0 0;
	min-height: 290px;
	padding: 15px;
	color: #07376E;
	font-size: 11px;
	}
#footer {
	clear: left;
	display: block;
	height: 30px;
	background: #002262;
	font-family: "Verdana, Helvetica", sans-serif;
	font-size: 10px;
	color: #fff;
	padding: 15px 20px;
	position: relative;
	}
#footer p {
	padding: 0;
	margin: 0;
	position: relative;
	}
#footer p a {
	text-decoration: none;
	color: #fff;
	}
#footer p a:hover {
	text-decoration: underline;
	}
#footer a.webfirmlink {
	display: block;
	width: 203px; height: 30px;
	position: absolute;
	right: 20px;
	top: 12px;
	}
#left div#welcome {
	background: url('../images/welcomeBg.jpg') no-repeat;
	display: block;
	height: 65px;
	margin: -20px;
	margin-bottom: 20px;
	}
#left p.blue {
	color: #002261;
	font-weight: bold;
	font-size: 12px;
	}
#right img {
	border-bottom: 5px solid #FFB400;
	}
#right p {
	color: #07376E;
	font-size: 11px;
	}
#right a {
	color: #FFB400;
	text-decoration: none;
	font-weight: bold;
	}
#right a.rightlink {
	display: block;
	width: 230px; height: 14px;
	background: url('../images/rightLinkTVAntenna.jpg') no-repeat;
	margin-top: 10px;
	margin-bottom: 0px;
	}
* html body #right a.rightlink {
	margin-bottom: -10px;
	}
#left a {
	text-decoration: none;
	font-weight: bold;
	color: #07376E;
	}
#left a:hover {
	background: #07376E;
	color: #fff;
	}
.hidden { /* used to hide content from user */
	position:absolute; 
	left:0px; 
	top:-500px; 
	width:1px; 
	height:1px; 
	overflow:hidden; 
	}
#skiptocontent {
	border-top: 5px solid #FFB400;
	position: absolute;
	z-index: 2;
	display: block;
	width: 760px;
	font-size: 11px;
	font-weight: bold;
	}
#skiptocontent a {
	display: block;
	height: 5px;
	color: #fff;
	line-height: 25px;
	overflow: hidden;
	padding: 0 10px;
	text-decoration: none;
	}
#skiptocontent a:hover {
	color: #fff;
	background: #FFB400;
	height: 25px;
	line-height: 18px;
	overflow: visible;
	}
td.formlabel {
	text-align: left;
	padding-right: 10px;
	font-weight: bold;
	width: 140px;
	}