h1 { 
	margin-bottom: 15px;
	width: 70px;
	background-image: url(../images/header/ontv.png); 
	float: left;
}

h3 {
	margin-bottom: 22px;
	background-repeat: no-repeat;
	text-indent: -100em;
}

.group-1 h3 { background-image: url(../images/header/ontv_nonscriptedtv.png) }
.group-2 h3 { background-image: url(../images/header/ontv_scriptedtv.png) }
.group-3 h3 { background-image: url(../images/header/ontv_tvmovies.png) }
.group-4 h3 { background-image: url(../images/header/ontv_syndication.png) }

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#content { 
	background-image: url(../images/properties2/content_back2.png);
	padding-right: 0;
}

#content a.arrow img {
	margin-top: 4px;
}

#content ul {
	margin-left: 14px;
}

#content ul li {
	float: left;
	margin-right: 36px;
}

#content ul li ul {
	margin-left: 0px;
}

#content ul li ul li {
	float: none;
	margin-bottom: 5px;
	margin-right: 0px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#content li img {
	display: block;
}

#content .more {
	position: relative;
	top: -25px;
	left: 0px;
	background-color: #383838;	/* IE6 gets no transparent png because it will break the links */
	width: 180px;
	height: 25px;
}

#content .no-more {
	background: none;
}

html>body #content .more {
	background-color: transparent;
	background-image: url(../images/button_bar_back.png);
}

html>body #content .no-more {
	background: none;
}

.more a {
	background-image: url(../images/button/butt_arrow_1.png);
	display: block;
	background-repeat: no-repeat;
	height: 18px;
	width: 18px;
}

.more a:hover {
	background-image: url(../images/button/butt_arrow_2.png);
}

.more a.link1 {
	position: absolute;
	top: 4px;
	left: 7px;
}

.more a span {
	position: relative;
	display: block;
	left: 22px;
	background-repeat: no-repeat;
	text-indent: -100em;
}

.more a.official-site span {
	background-image: url(../images/text/official_site_2.png);
	width: 82px; /* IE6: width plus left shift */
}

html>body .more a.official-site span {
	width: 60px;
}

