body
{
	margin:0; padding:0;
	font-family:Verdana, Geneva, sans-serif; font-size:12px;
}
a
{
	text-decoration:none;
}
#bg-top
{
	background:url(../images/bg_top.png) repeat-x; 
	height:111px;
	width:100%;
	background-color:#CCC;
	position:absolute;
}
#DivHeader
{
	width:100%;
	height:170px;
	margin:0;
	padding:0;
	position:relative;	
}
#Header
{
	width:1025px;
	height:170px;
	margin:0 auto;
	padding:0;
	position:relative;	
}
#bg-top-left
{
	padding:0;
	width:41px;
	height:74px;
	background:url(../images/top-left.png) no-repeat -15px 0;
	position:absolute;
}
#bg-top-middle
{
	height:74px;
	background:url(../images/bg-top.png) repeat-x;
}
#bg-top-right
{
	width:28px;
	height:74px;
	background:url(../images/top-right.png) no-repeat;
	float:right;
}

#PPCTV-LOGO
{
	margin-top:30px;
	margin-left:20px;
	float:left;
	position:absolute;
}
#Bring-Color
{
	margin-top:60px;
	padding-left:165px;
	position:relative;
}
#top-right-contain
{
	position:relative;
	float:right;
	margin-top:55px;
	color:#999;
	font-weight:bolder;
}

/*#Menu
{
	margin:0; 
	padding:0; 
	list-style:none;
	position:absolute;
	margin-top:60px;
	margin-left:15px;
	height:35px;
}
#Menu li
{
	float:left; 
	display:block; 
	position:relative;
	margin:0 1px;
}

#Menu li .home
{
	width:29px;
	height:35px;
	background:url(../images/home.png) no-repeat;
}
#Menu li .home:hover
{
	width:29px;
	height:35px;
	background:url(../images/home-hover.png) no-repeat;
}

#Menu li a
{
	text-decoration: none;
	width:122px;
	height:35px;
	text-align:center;
	background:url(../images/menu.png) no-repeat;
	margin-left:2px;
	color:#FFF;
	font-size:12px;
	display:block;
	line-height:35px;
}
#Menu li a:hover
{
	background:url(../images/menu-hover.png) no-repeat;
}

#Menu ul li:hover ul
{
	display:block;
}

#Menu ul
{
	position:absolute; 
	left:0; 
	display:none;
	padding:0;
	list-style:none;
	margin-left:3px;
	width:160px;
	z-index:100001;
	opacity:0.9;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	filter:alpha(opacity=90);
	-moz-box-shadow:0 0 8px lightblue;
	-webkit-box-shadow:0 0 8px lightblue;
	box-shadow:0 0 8px lightblue;
	background-color:#6EC804;
}
#Menu ul li
{
	padding:0;
	margin:0;
	float:left;
	position:relative;
	z-index:1;	
}
#Menu ul li a
{
	padding:0;
	margin:0;
	text-align:left;
	background-image:none;
	padding-left:8px;
	border-bottom:#FFF solid 1px;
}

#Menu ul a
{
	width:150px;
	display:block; 
	color:#FFF;
	text-shadow:0 1px 0 #fff;
}

#Menu ul a:hover
{
	background-image:none;
	text-decoration:underline;
}

*html #Menu ul
{
	margin:0 0 0 -2px;
}*/

.suckertreemenu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	position:absolute;
	margin-top:60px;
	margin-left:21px;
	z-index:3;
}

/*Top level list items*/
.suckertreemenu ul li
{
	position: relative;
	display: inline;
	float: left;
	height:35px;
	z-index:3;
}
.suckertreemenu ul li a.home
{
	width:29px;
	background:url(../images/home.png) no-repeat;
}
.suckertreemenu ul li a.home:hover
{
	width:29px;
	background:url(../images/home-hover.png) no-repeat;
}
/*Top level menu link items style*/
.suckertreemenu ul li a
{
	margin-right:0px;
	padding-left:5px;
	display: block;
	width:122px;
	height:35px;
	text-align:center;
	color:#FFF;
	font-size:12px;
	line-height:35px;
	background:url(../images/menu.png) no-repeat;
	text-decoration: none;
	z-index:3;
}
.suckertreemenu ul li a:hover
{
	background:url(../images/menu-hover.png) no-repeat;
}
/*1st sub level menu*/
.suckertreemenu ul li ul
{
	left: 0;
	position: absolute;
	margin:0;
	top: 1em; /* no need to change, as true value set by script */
	display: block;
	visibility:hidden;
	margin-left:1px;
	opacity:0.9;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	filter:alpha(opacity=90);
	-moz-box-shadow:0 0 8px lightblue;
	-webkit-box-shadow:0 0 8px lightblue;
	box-shadow:0 0 8px lightblue;
	background-color:#6EC804;
	z-index:1000001;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li
{
	display: list-item;
	float: none;
	z-index:3;
}
.suckertreemenu ul li ul li a
{
	left:0;
	margin:0;
	text-align:left;
	display: list-item;
	float: none;
	background-image:none;
	color:#FFF;
	border-bottom:#FFF solid 1px;
	z-index:3;
}
.suckertreemenu ul li ul li a:hover
{
	background-image:none;
	text-decoration:underline;
}
/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul
{ 
	left: 159px; /* no need to change, as true value set by script */
	top: 0;
	z-index:3;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a
{
	z-index:3;
	display: block;
	width: 160px; /*width of sub menu levels*/
/*color: navy;
text-decoration: none;
padding: 1px 5px;*/
}

/*.suckertreemenu ul li a:hover{
background-color: black;
color: white;
}*/

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon
{
	/*background: #F3F3F3 url(media/arrow-down.gif) no-repeat center right;*/
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon
{
	background: #F3F3F3 url(../media/arrow-right.gif) no-repeat center right;
}

* html p#iepara
{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
	padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */

#DivSearch
{
	float:right;
	margin:0;
	padding:0;
	margin-top:62px;
	margin-right:25px;
}
#Search
{
	margin:0;
	padding:0;
}
#Search li
{
	float:left;
	display:inline;
	list-style:none;
	display:block;
}
#Search li a
{	
	width:26px;
	height:30px;
	background:url(../images/btn-search.png) no-repeat;
	display:block;
	text-decoration:none;
}
#Search li a:hover
{	
	width:26px;
	height:30px;
	background:url(../images/search-hover.png) no-repeat;
	display:block;
	text-decoration:none;
}
#sp_q
{
	border:#000 solid 0;
	padding:3px;
	width:140px;
}
#DivTxtSearch
{
	padding:2px;
	margin-left:2px;
	margin-top:2px;
}
#Search .txtSeach
{
	width:150px;
	height:30px;
	background:url(../images/txt-search.png) no-repeat;	
}
#MainCotain
{
	width:100%;
	height:100%;
}
#DivContaint
{
	margin:0 auto;
	width:1025px;
	height:auto;
	min-height:300px;
	max-height:100%;
}

#Containt
{
	width:1025px;
}

#DivFooter
{
	margin:0;
	padding:0;
	width:100%;
	height:auto;
	position:absolute;
}
#bg-bottom
{
	bottom:0;
	background:url(../images/bg_bottom.png) repeat-x;
	height:98px;
	width:100%;
	position:relative;
}
#DivContainFooter
{
	width:1025px;
	height:98px;
	margin:0 auto;
	position:relative;
}
#bg-bottom-left
{
	float:left;
	width:39px;
	height:98px;
	background:url(../images/bg-bottom-left.png) no-repeat -15px 0;
}
#bg-bottom-middle
{
	height:98px;
	background:url(../images/bg-bottom-middle.png) repeat-x;
}
#bg-bottom-right
{
	width:28px;
	height:98px;
	background:url(../images/bg-bottom-right.png) no-repeat;
	float:right;
}

#ContaintFooter
{
	margin-top:40px;
	margin-left:20px;
	position:absolute;
	color:#999;
	width:365px;
}

#DivPPCTVFacebook
{
	float:right;
	margin-top:15px;
}

.pagination ul
{
	background:url(WebButton/icons/white.jpg);
}
.pagination li
{
	list-style:none;
	float: left;
	margin-right: 10px;
	border:#FFF solid 1px;
	padding:3px;
	color:#090;
	background:url(../images/icon/white.jpg);
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;/*0.1 actually means 10 %*/
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}
.pagination .Paging
{
	background:url(../images/icon/white.jpg);
}
.pagination .Next
{
	padding-left:5px;
	padding-right:5px;
	background:#FFF url(../images/icon/next2.png) no-repeat center center;
}

.pagination .Previous
{
	padding-left:5px;
	padding-right:5px;
	background:#FFF url(../images/icon/Previous2.png) no-repeat center center;
}
.pagination a
{
	padding:5px;
	color:#090;
	cursor:pointer;
	text-decoration:none;
	height:20px;	
}
.pagination a:hover
{
	text-decoration:underline;
	cursor:pointer;
}
.pagination .Current a
{
	cursor:pointer;
	font-weight:bold;
	text-decoration:underline;
	color:#000;	
}
.pagination li:hover
{
	color:#F00;
	cursor:pointer;
	-moz-box-shadow:0 0 8px lightblue;
	-webkit-box-shadow:0 0 8px lightblue;
	box-shadow:0 0 8px lightblue;
}
.pagination li.active
{
	color:#F00;
}
.DivBG
{
	background-color:#383838;
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	-khtml-opacity:0.90; opacity:0.90;
	cursor:pointer;
	
}

#DivContain
{
	margin-left:21px;
	margin-top:5px;
}
