@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #EEEDED;
	background-image: url(/images/page_back.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Tahoma, Arial, Verdana;
	font-size: 62.5%;
	color: #272727;
}
#background {
	background-image: url(/images/container_repeat.jpg);
	background-repeat: repeat-y;
	width: 985px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
#container {
	background-image: url(/images/container_back.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding: 0px;
	min-height: 800px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#top_bar {
	background-image: url(/images/fresh_hits_header.png);
	height: 22px;
	background-repeat: no-repeat;
	background-position: 20px 9px;
	text-align: right;
	padding-right: 20px;
	padding-top: 8px;
	font-size: 1.1em;
	color: #FFFFFF;
	margin: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#top_bar .topcolour {
	color: #FFB667;
	font-weight: bold;
}
#top_bar a {
	color: #FFE404;
	text-decoration: none;
}

#header {
	height: 183px;
	margin: 0px;
	padding: 0px;
}
#onairnow {
	height: 107px;
	width: 250px;
	float: right;
	background-image: url(/images/onairnow.png);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: 25px;
	padding-right: 7px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#presentername {
	margin-top: 20px;
	margin-left: 25px;
	color: #FDD712;
	font-size: 1.4em;
	font-weight: bold;
}
#presentername a {
	color: #FDD712;
	text-decoration: none;
}
#presentername a:hover {
	text-decoration: underline;
}


#presentername .small {
	font-size: 0.8em;
	font-weight: normal;
	line-height: 2.3em;
}

#header_logo {
	height: 145px;
	width: 147px;
	float: left;
	margin-top: 30px;
	margin-left: 40px;
	z-index: 20;
	position: relative;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#banner_ad {
	float: right;
	height: 69px;
	width: 477px;
	background-image: url(/images/banner_back.png);
	margin-top: 10px;
	margin-right: 10px;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 9px;
}
#now_playing {
	float: right;
	height: 20px;
	width: 480px;
	margin-top: 10px;
	margin-right: 10px;
	font-size: 1.1em;
	font-weight: normal;
	padding-top: 1px;
	background-image: url(/images/nowplayingarrow.gif);
	background-repeat: no-repeat;
	text-indent: 20px;
}
#now_playing .playingred {
	color: #AF0834;
}
#now_playing a {
	font-weight: normal;
	color: #BF6678;
	text-decoration: none;
}
#now_playing a:hover {
	color: #A8012D;
}


#listenlive {
	float: right;
	width: 164px;
	margin-right: 25px;
}
#contents {
	width: 700px;
	margin-left: 30px;
	float: left;
}
#contents h1 {
	font-size: 2em;
	font-weight: normal;
	color: #AF0431;
	padding-top: 10px;
	text-transform: capitalize;
	font-family: "Myriad Pro", Tahoma, Arial;
}
#contents h1 a {
	color: #C8001A;
	text-decoration: underline;
}
#contents h1 a:hover {
	text-decoration: none;
}

#contents h2 {
	background-image: url(/images/h2_back.png);
	background-repeat: no-repeat;
	height: 56px;
	width: 333px;
	line-height: 3em;
	font-size: 1.6em;
	color: #FFFFFF;
	font-weight: normal;
	text-indent: 70px;
	font-family: Tahoma, Arial, Verdana;
}
#contents h2 a {
	color: #FFFFFF;
	text-decoration: none;
}
#contents h2 a:hover {
	text-decoration: underline;
}
#contents h3 {
	font-size: 1.6em;
	font-weight: bold;
	color: #C8001A;
}
#contents h3 a {
	color: #C8001A;
	text-decoration: underline;
}
#contents h3 a:hover {
	text-decoration: none;
}
#contents h4 {
	background-image: url(/images/h4_back.png);
	background-repeat: no-repeat;
	height: 56px;
	width: 687px;
	line-height: 3em;
	font-size: 1.6em;
	color: #FFFFFF;
	font-weight: normal;
	text-indent: 70px;
	font-family: Tahoma, Arial, Verdana;
}
#contents h4 a {
	color: #FFFFFF;
	text-decoration: none;
}
#contents h4 a:hover {
	text-decoration: underline;
}

#contents p {
	font-size: 1.3em;
	line-height: 1.5em;
}
#contents .ptablepadding {
	padding-right: 10px;
	padding-left: 10px;
}

#contents p a {
	color: #AF0431;
	text-decoration: underline;
}
#contents p a:hover {
	text-decoration: none;
}
#contents pre {
	font-size: 0.9em;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}
#contents li {
	font-size: 1.2em;
	color: #C8001A;
	list-style-type: square;
}
#contents li a {
	color: #AF0431;
	text-decoration: underline;
}
#contents li a:hover {
	text-decoration: none;
}


#contents .rightborder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A0A0A0;
}


#contents #played {
	width: 232px;
	float: left;
	margin-left: 11px;
}
#contents #played ul {
	background-image: url(/images/justplayed.jpg);
	margin: 0px;
	padding-top: 46px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-color: #E2DFE0;
}
#contents #played li {
	list-style-type: none;
	display: block;
	background-image: url(/images/justplayed_back.jpg);
	background-repeat: repeat-x;
	height: 38px;
	overflow: hidden;
	padding-left: 42px;
	padding-right: 5px;
	padding-top: 8px;
	font-size: 1.1em;
	line-height: 1em;
}
#contents #played a {
	color: #575657;
	text-decoration: none;
	font-size: 0.9em;
}
#contents #played a:hover {
	color: #272727;
}
#contents #played h5 {
	margin: 0px;
	padding: 0px;
	font-size: 1.2em;
	line-height: 1.2em;
}


#leftmenu {
	width: 175px;
	margin-top: 30px;
	float: right;
	margin-right: 30px;
}
#footer_container {
	width: 100%;
	background-color: #000000;
}

#footer {
	height: 118px;
	clear: both;
	padding-top: 27px;
	color: #FFFFFF;
	font-size: 1em;
	width: 985px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/images/footer.jpg);
	background-repeat: no-repeat;
	background-color: #3B010F;
	padding-bottom: 100px;
}
#footer a {
	color: #FFE404;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}


#footer p {
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin: 0px;
}
#footer .yellow {
	color: #FFE404;
	font-size: 1.1em;
}
#footer .submenu {
	font-size: 1.1em;
	font-weight: bold;
}

fieldset p {
	line-height: 2em;
	width: 300px;
	margin-top: 5px;
	margin-bottom: 0px;
}
legend {
	color: #C8001A;
	background-color: #FFFFFF;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	border: 1px solid #272727;
	position: absolute;
	left: 0.5em;
	top: -1em;
	font-weight: normal;
	font-size: 1.5em;
}
.label {
	color: #C8001A;
	text-align: left;
	width: 280px;
	margin-right: 5px;
	line-height: 1.8em;
	display: block;
	margin-bottom: 10px;
	font-weight: normal;
}

fieldset {
	font-weight: bold;
	background-color: #FFFFFF;
	border: 1px solid #272727;
	width: 600px;
	margin-bottom: 20px;
	position: relative;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: left;
}
fieldset input {
	border: 1px solid #C8001A;
	font-size: 1.1em;
	color: #C8001A;
	width: 250px;
	background-color: #FFFFFF;
	line-height: 1.3em;
	height: 1.5em;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
}
fieldset textarea {
	border: 1px solid #C8001A;
	font-size: 1.1em;
	color: #C8001A;
	width: 500px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
}
.formsubmit {
	font-size: 1.2em;
	font-weight: bold;
	color: #C8001A;
	background-color: #FFFFFF;
	margin-left: 0px;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	margin-top: 0px;
	border: 1px solid #C8001A;
}
form {
	font-size: 1.3em;
	margin-top: 35px;
}
.tickbox {
	color: #C8001A;
	text-align: left;
	width: 500px;
	margin-right: 5px;
	line-height: 1.8em;
	display: block;
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 0.8em;
}



#menu {
	background-image: url(/images/menu_back.png);
	height: 62px;
	z-index: 10;
	background-repeat: no-repeat;
	background-position: 2px 0px;
	float: right;
	clear: none;
	margin-top: -50px;
	padding-left: 160px;
	width: 825px;
}
#menu ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 3px;
	padding-bottom: 0px;
}
#menu li {
	list-style-type: none;
	float: left;

}
#menu a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.6em;
	display: block;
	text-align: center;
	letter-spacing: 0.1em;
	font-weight: bold;
}
#menu .home {
	overflow: hidden;
	background-image: url(/menu_images/menu_sprite.png);
	background-repeat: no-repeat;
	height: 0px !important;
	height /**/:24px;
	background-position: 0px 1px;
	padding-top: 31px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	width: 76px;
	margin-right: 2px;
	margin-left: 2px;
}
#menu .home:hover {
	background-image: url(/menu_images/menu_sprite.png);
	background-position: 0px -29px;
}
#menu .onair {
	overflow: hidden;
	background-image: url(/menu_images/menu_sprite.png);
	background-repeat: no-repeat;
	height: 0px !important;
	height /**/:24px;
	background-position: -100px 1px;
	padding-top: 31px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	width: 78px;
	margin-right: 2px;
	margin-left: 2px;
}
#menu .onair:hover {
	background-image: url(/menu_images/menu_sprite.png);
	background-position: -100px -29px;
}
#menu .music {
	overflow: hidden;
	background-image: url(/menu_images/menu_sprite.png);
	background-repeat: no-repeat;
	height: 0px !important;
	height /**/:24px;
	background-position: -200px 1px;
	padding-top: 31px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	width: 74px;
	margin-right: 2px;
	margin-left: 2px;
}
#menu .music:hover {
	background-image: url(/menu_images/menu_sprite.png);
	background-position: -200px -29px;
}
#menu .showbiz {
	overflow: hidden;
	background-image: url(/menu_images/menu_sprite.png);
	background-repeat: no-repeat;
	height: 0px !important;
	height /**/:24px;
	background-position: -500px 1px;
	padding-top: 31px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	width: 98px;
	margin-right: 2px;
	margin-left: 2px;
}
#menu .showbiz:hover {
	background-image: url(/menu_images/menu_sprite.png);
	background-position: -500px -29px;
}
#menu .features {
	overflow: hidden;
	background-image: url(/menu_images/menu_sprite.png);
	background-repeat: no-repeat;
	height: 0px !important;
	height /**/:24px;
	background-position: -300px 1px;
	padding-top: 31px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	width: 98px;
	margin-right: 2px;
	margin-left: 2px;
}
#menu .features:hover {
	background-image: url(/menu_images/menu_sprite.png);
	background-position: -300px -29px;
}
#menu .news {
	overflow: hidden;
	background-image: url(/menu_images/menu_sprite.png);
	background-repeat: no-repeat;
	height: 0px !important;
	height /**/:24px;
	background-position: -400px 1px;
	padding-top: 31px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	width: 85px;
	margin-right: 2px;
	margin-left: 2px;
}
#menu .news:hover {
	background-image: url(/menu_images/menu_sprite.png);
	background-position: -400px -29px;
}
#menu .contact {
	overflow: hidden;
	background-image: url(/menu_images/menu_sprite.png);
	background-repeat: no-repeat;
	height: 0px !important;
	height /**/:24px;
	background-position: -600px 1px;
	padding-top: 31px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	width: 91px;
	margin-right: 2px;
	margin-left: 2px;
}
#menu .contact:hover {
	background-image: url(/menu_images/menu_sprite.png);
	background-position: -600px -29px;
}
#menu .seperate {
	background-image: url(/images/menu_seperator.png);
	background-repeat: no-repeat;
	width: 2px;
	height: 31px;
}

#menu ul.dropdown ul {
 list-style: none;
 margin: 0;
 padding: 0;
}
#menu ul.dropdown li {
 float: left;
 line-height: 1.3em;
 vertical-align: middle;
 zoom: 1;
}

#menu ul.dropdown li.hover,
ul.dropdown li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
}

#menu ul.dropdown ul {
	visibility: hidden;
	position: absolute;
	top: 31px;
	left: 0;
	z-index: 598;
	width: 100%;
	padding-top: 5px;
}

#menu ul.dropdown ul li {
	float: none;
	background-image: url(/images/menu_trans_back.png);
	width: 200px;
	text-align: left;
	text-indent: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#menu ul.dropdown ul li a {
	font-size: 1.2em;
	font-weight:normal;
	line-height: 1.2em;
	color: #FFFFFF;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: left;
}
#menu ul.dropdown ul li:hover {
	background-image: url(/images/menu_trans_back_over.png);
}

#menu ul.dropdown ul ul {
 top: 1px;
 left: 99%;
}

#menu ul.dropdown li:hover > ul {
 visibility: visible;
}#leftmenu ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #B50130;
}

#leftmenu ul a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 9px;
	padding-bottom: 9px;
	font-size: 1em;
	padding-left: 25px;
	font-weight: normal;
	background-image: url(/images/left_menu_back.png);
	background-repeat: repeat-x;
	background-color: #860628;
}
#leftmenu ul a:hover {
	background-image: url(/images/left_menu_arrow.png);
	background-repeat: no-repeat;
	background-position: 3px 8px;
	color: #FFFFFF;
	background-color:#860628;
}


 #news_carousel a { color: #fff; }

  #news_carousel {
	width: 457px;
	height: 276px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;  /* this will make only show 1 li */
	position: relative;
	font-size: 0.8em;
  }
  #news_carousel ul.news {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
  }
  #news_carousel ul li {
    margin: 0;
    padding: 0;
    position: relative; /* so that we can do absolute positioning of the paragraph inside of it */
    float: left; /* align one next to the other */
  }
  #news_carousel ul.news li p {
    position: absolute;
    bottom: 10px;
    left: 0;
    margin: 5px;
  }
  #news_carousel ul.news li p strong {
    display: block;
    padding: 5px;
    margin: 0;
    font-size: 20px;
    background: #444;
  }
  #news_carousel ul.news li p span {
    padding: 2px 5px;
    color: #000;
    background: #fff;
  }
    #news_carousel ul.news li p a {
    color: #FFFFFF;
  }
  #news_carousel ul.controls {
    position: absolute;
    top: 0px; right: 20px;
    list-style-type: none;
  }
  #news_carousel ul.controls li a {
    float: left;
	color: #B20735;
    font-size: 15px;
    margin: 5px;
    padding: 2px 7px;
    background: #000;
    text-decoration: none;
    outline: none;
  }

  #news_carousel ul.controls li a.active {
	color: #FFFFFF;
  }

  #news_carousel .timer {
  }
