html * { margin:0; padding:0; border:0; }

body {
	background-color:#000;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.button {
	display: block;
	position: absolute;
	top: 6px;
	width: 79px;
	height: 23px;
	text-indent: -9999px;
	overflow: hidden;
	line-height: 23px;
	}
	
	a.button.tv {
		left: 164px;
		background: url(/media/img/rmc/buttons/button_tv.jpg) no-repeat 0 0;
	}
	
	a.button.radio {
		left: 244px;
		background: url(/media/img/rmc/buttons/button_radio.jpg) no-repeat 0 0;
	}
	
	a.button:hover,
	a.button.active {
		background-position: 0 -23px;
	}

#main {
	background: url(/media/img/rmc/backgrounds/footer_grad.jpg) 0px 694px repeat-x;
	min-height: 775px;
}

/* IE 6 patch */
* html #main {
	height: 775px;
}

#background {
	/*background: #1f878a url(/media/img/rmc/backgrounds/monte_carlo_blue.jpg) no-repeat center top;*/
	height: 694px;
}

#background-img {
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 694px;
	z-index: 1;
}

#ad-container {
	padding: 160px 0 20px 0;
	width: auto;
	margin: 0 auto;
	text-align: center;
}

#background-main {
	position: absolute;
	width: 100%;
	z-index: 3;
}

#background-blend {
	position: absolute;
	height: 694px;
	width: 100%;
	background: #000;
	z-index: 2;
	display: none;
}

h1 {
	display:block;
	width:248px;
	height:97px;
	overflow:hidden;
	text-indent: -9999px;
	background: url(/media/img/rmc/logo.png) no-repeat;
	margin: 0 auto;
}

h2 {
	color: #e0c341;
	font-size: 18px;
	margin-bottom: 1em;
	font-weight: normal;
}

h3 {
	color: #e0c341;
	font-size: 14px;
	margin-bottom: 1em;
	font-weight: normal;
}

#player {
	width: 485px;
	height: 455px;
	background: url(/media/img/rmc/player_frame.png);
	margin: 20px auto 30px auto;
}

#player-nav {
	position: relative;
	height: 36px;
}

#player-main-container {
	position:relative;
	top:0;
	left:0;
}

#player-main {
	position:absolute;
	top:0;
	left:0;
	height: 386px;
	width: 485px;
	z-index: 10;
}

#player-footer {
	position: relative;
	top: 386px;
	height: 36px;
	text-align: center;
	padding: 7px 0;
	overflow: hidden;
}

#player-footer ul {
	display:inline;
}

#player-footer li {
	display:inline;
	margin: 0 4px;
}

#player-footer a {
    cursor: pointer;
}

#container {
	position: relative;
	width: 485px;
	margin: 0 auto;
}

#close {
	background: transparent url(/media/img/rmc/buttons/button-close.png) no-repeat;
	display: block;
	outline: none;
	text-indent: -999em;
	width: 15px;
	height: 16px;
	position: absolute;
	right: 8px;
	top: 10px;
	z-index: 1000;
    cursor: pointer;
}
	 
* html #close { background: transparent url(/media/img/rmc/buttons/button-close.gif) no-repeat; }
  	 
#content {
	position: relative;
	width: 395px;
	border: 2px solid #000;
	background: #000 url(/media/img/rmc/backgrounds/content_grad.jpg) repeat-x;
	padding: 30px 10px 30px 76px;
	margin: 0 auto -130px auto;
	color: #fff;
	min-height: 200px;
}

#content a {
	font-weight: bold;
	color: #fff;
}

#content p {
	margin-bottom: 1.5em;
}

#content .icon {
	width: 50px;
	height: 50px;
	overflow: hidden;
	position: absolute;
	top: 17px;
	left: 10px;
}

#content .icon.contact { background: url(/media/img/rmc/icons/icon_contact.png); }
#content .icon.frequency { background: url(/media/img/rmc/icons/icon_frequency.png); }
#content .icon.playlist { background: url(/media/img/rmc/icons/icon_playlist.png); }

* html #content .icon.contact { background: url(/media/img/rmc/icons/icon_contact.gif); }
* html #content .icon.frequency { background: url(/media/img/rmc/icons/icon_frequency.gif); }
* html #content .icon.playlist { background: url(/media/img/rmc/icons/icon_playlist.gif); }


form {
	margin: 2.8em 0 1.5em 0;
}

label {
	display: block;
	width: auto;
	font-size: 10px;
	color: #fff;
	text-align: left;
}

input {
	display: block;
	width: 100%;
	padding: 3px 0;
	margin-bottom: 0.6em;
	background: #ffffff url(/media/img/rmc/backgrounds/bg-form.gif);
	}

#search-button { 
	background: none;
	color: #e0c341;
	text-align: right;
	font-weight: bold;
	cursor: pointer;
	display: inline;
	width: 50%;
	 }	
	

fieldset {
	text-align: right;
}

a.submit {
	color: #e0c341 !important;
}

.column.single { width: 90% !important; }

.column {
	float: left;
	width: 45%;
	padding-right: 5%;
	position: relative;
}

* html .column {
	display: inline;
	/*overflow: hidden;*/
}

#results { 
	width: 370px;
}

.text-frequency {
	position: relative;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 0.5em !important;
	position: relative;
}

.text.frequency span {
	position: absolute;
	right: 100px;
	text-align: right;
}

.text-frequency span {
	position:absolute;
	right: 0;
}

.clear { clear:both; }

#frequency-form a.error, #frequency-form a.help {
    text-decoration: none;
}

#frequency-form a.error {
    left: 183px;
	top: 51px;
}

#frequency-form a {
    text-decoration: underline;
}

a.error {
    background: transparent url(../img/bg-error.gif) no-repeat scroll center bottom !important;
    left: 375px;
}

a.help, a.error {
    height: 15px;
    line-height: normal;
    padding: 0;
    position: absolute;
    text-decoration: none;
    width: 15px;
}

.help-tip, .error-tip {
    background: #000000 none repeat scroll 0 0;
    color: #FFF;
    border: 1px solid #3A3A3A;
    padding: 1em;
    width: 280px;
    z-index: 9000;
}

.help-tip ul, .error-tip ul {
    list-style: none;
}
.error-title, .help-title {
    font-weight: bold;
} 