#header {
	clear:left;
}


/* @group Header */
#pageHeader {
	width: 141px;
	height: 141px;
	float: left;
}
#container #pageHeader h1 {
	width:141px;
	height:141px;
	
	background:transparent url(http://www.etv.co.za/img/slice/etvlogo.png) no-repeat left top;
}
#pageHeader h1 span {
	display:none
}


/* @group PageMenu */
#pageMenu {
	/*mew change */
	float:left;
	width:550x; /* TODO: check if the change from 550x -> 550px hurts anything ... too wide for container div */ 
	height:141px;
	text-align:center;
} 
#pageMenu ul {
	list-style-type:none;
	margin:0 0 0 12px;
	padding: 0;
}
#pageMenu li {
	list-style-type:none;
	margin:0;
	padding:0;
	line-height:141px;
	display:block;
	float:left;
}

#pageMenu li a { 
	text-indent:-6000px;
	line-height:141px;
	display:block;
	background-image: url(http://www.etv.co.za/app/webroot/2009/get_nav_image.php);
	background-repeat:no-repeat;
	margin-right:2px;
}

#pageMenu li a:hover {
	background-color: #ebebeb;
}
#pageMenu a.home {
	width:50px;
	background-position:0px 85px;
}
#pageMenu a.tv_guide {
	width:74px;
	background-position:-52px 85px;
}
#pageMenu a.movies {
	width:61px;
	background-position:-126px 85px;
}
#pageMenu a.soapies {
	width:68px;
	background-position:-191px 85px;
}
#pageMenu a.series {
	width:58px;
	background-position:-261px 85px;
}
#pageMenu a.shows {
	width:58px;
	background-position:-261px 85px;
}

#pageMenu a.competitions { 
	width:107px; 
	height:141px;
	background-position:-321px 85px; 
} 


#pageMenu a.home:hover {
	/* background-position:-533px 85px; */  
	background-position:-433px 85px; 
}
#pageMenu a.tv_guide:hover { 
	/* background-position:-585px 85px; */ 
	background-position:-485px 85px;
}
#pageMenu a.movies:hover {
	/* background-position:-659px 85px; */ 
	background-position:-559px 85px;
}
#pageMenu a.soapies:hover {
	/* background-position:-724px 85px; */
	background-position:-624px 85px;
}
#pageMenu a.series:hover { 
	/* background-position:-794px 85px; */ 
	background-position:-694px 85px;
}
#pageMenu a.shows:hover {
	/* background-position:-794px 85px; */ 
	background-position:-694px 85px;
} 
#pageMenu a.competitions:hover { 
	/* background-position:-854px 85px; */  
	background-position:-754px 85px; 
} 

/* pagesearch */

#pageSearch {
	float:right;
	width:191px;
	height:141px;/*background:transparent url(../img/slice/search.png) no-repeat left top;*/
}
#pageSearch .formContainer {
	/* new change */
	padding: 0;
	margin: 0;
	height: 28px;
	text-align: right;
	background: #f6f6f6 url(http://www.etv.co.za/img/etv/search_bg.gif) no-repeat left top;
}
#pageSearch .search-field {
	width:80px;
	border:1px solid #c4c4c5;
	background:#f1f1f1;
	margin: 0 0 0 3px;
	height: 18px;
	color:#999;
}
#pageSearch .rss {
	width: 21px;
	height: 21px;
	display: block;
	background:transparent;
	margin: 2px 0 0 4px;
	padding: 0;
	border:0;
	float: left;
}

#pageSearch a {
	display: block;
	background: url(http://www.etv.co.za/img/etv/feed.gif) 0px 0px no-repeat;
}

#pageSearch a:hover {
	background: url(http://www.etv.co.za/img/etv/feed_over.gif) 0px 0px no-repeat;
}


#pageSearch .submit {
	border:none;
	/*background:transparent;*/
	background: #FFF;
	color:#aaaaaa;
	border:1px solid #c4c4c5;
	font:12px Arial, Helvetica, Geneva, sans-serif;
	text-transform:uppercase;
	clear:none;
	margin: 3px 8px 0 3px;
	padding:0;
	text-align:left;
	width:60px;
}
#pageSearch .date {
	/* new change */
	padding-top:49px;
	line-height:27px;
	padding-right:5px;
	color:#b30000;
	font-size:12px;
	text-align: right;
	text-transform:uppercase;
}
#pageSearch input#etvsearchSearchString {
	width:88px;
	height:22px;
	line-height:22px;
	background:#f2f2f2;
	border:1px solid #c5c5c5;
	clear:none;
}

/* @group pageMenuBlock */
#pageMenuBlock {
	width:auto !important;
	padding:0;
	margin:0 auto;
	text-align:left;
	background-color:#fff;
	position:absolute;
	top:141px;
	left:141px;
	z-index:1999 !important;
	display:none;
	clear:both;
}
.pageMenuBlockMovies {
	left:143px !important;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
}
.pageMenuBlockSoapies {
	left:344px !important;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
}
.pageMenuBlockSeries {
	left:143px !important;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
}
html>body #pageMenuBlock {
	width:auto;
	z-index:1999 !important;
}
#pageMenuBlock .two_show, .three_show, .four_show {
	border-right:1px solid #cccccc;
	height:321px;
}
#pageMenuBlock #show_nav_column {
	width:183px;
	float:left;
	padding-left:0px;
	padding-top:14px;
	margin-bottom:0px;
	line-height:16px;
}
html>body #show_nav_column {
	width:190px;
}
#show_nav_column hr {
	width:190px;
	border:1px solid #cccccc;
}
#show_nav_column a {
	text-decoration: none;
	float:left;
	padding-left:10px;
	padding-bottom:2px;
	font-weight:700;
	width:177px;
}
html>body #show_nav_column a {
	text-decoration: none;
	float:left;
	padding-left:10px;
	padding-bottom:2px;
	font-weight:700;
	width:177px;
}

a.shows:link {
	color: #333;
}
a.shows:visited {
	color: #333;
}
a.shows:hover {
	color: #fff;
	background: #b30000;
}

#pageMenuBlock .homepage .content_soapie {
	background:#f4f4f4 !important;
}


