/* Remote */

#rbremote
{
	width: 120px;
	background-color: #F04F2A;	
	text-align: center;
    margin-top: 65px;
}

* html #rbremote
{
    margin-top: 66px;
}

#rbremote-inner
{
	padding-left: 5px;
	padding-right: 5px;
}

#rbremotelist
{
	background-color: #fff;
	padding: 4px;
}

.rbremotechannels
{
	font-size: 10px;
	text-align: left;
}	

.rbremotechannels-youarehere
{
	font-size: 11px;
    letter-spacing: 1px;
}	

/* Header toolbar */

#toolbar1
{
	height: 60px;
}

#tagline
{
    float: left;
    display: inline;
	width: 280px;
    margin-top: 5px;
    padding: 10px;
    color: #fff;
    font-weight: bold;
}

#subtoolbar1
{
    float: left;
    display: inline;
    height: 60px;
    margin-top: 5px;
    background: url(../img/toolbar1back.gif) bottom repeat-x;
	text-align: left;
	padding: 0px;
}

/* fix me */
* html #subtoolbar1
{
    width: 260px;
    background-color: #FADBC3; /*to cover 2 extra pixels?*/
}

#subtoolbar1-inner
{
    height: 50px;
}

td.subt-sp
{
    width: 10px;
}

td.subt-icon
{
    margin-left: 10px;
    width: 42px; /*32+10*/
}

td.subt-text
{
	font-size: 12px;
	color: black;
	width: 70px;
    text-align: center;
}

#topofthepage
{
}

div#logotitle img
{
    position: absolute;
    top: 5px;
    left: 0px;
    border: 0;
    margin: 0;
    padding: 0;
}

div#logotitle a#btytitle
{
    position: absolute;
    top: 5px;
    left: 138px; /*width of title image */
    font-size: 50px;
    line-height: 80px;
    margin-left: 10px;
    color: #000;
    text-decoration: none;
}
div#logotitle a#btytitle:hover
{
    background-color: #fff;
    text-decoration: none;
}


/*** Footer ***/

#footercontainer
{
	width: 100%;
	height: 31px;
}

#footercontainer a
{
    color: white;
}


#footer-left
{
	float: left;
	display: inline;
	width: 88px;
}

#footer-middle
{
	float: left;
	display: inline;
	text-align: left;
}

#footer-middle p
{
    margin-left: 10px;
	font-size: 12px;
    line-height: 31px;
	font-weight: bold;

}

#footer-right
{
	float: right;
	display: inline;
	text-align: right;
}

#footer-right p
{
	font-size: 10px;
    line-height: 31px;
}

/*** ad box ***/

.adbox
{
    height: 25px;
	background-color: #E0E0E0;
    margin-bottom: 20px;
    padding: 5px;
}

.adbox-left
{
    float: left;
	display: inline;
    height: 100%;
    width: 50%;
}

.adbox-right
{
    height: 100%;
	float: right;
	display: inline;
	text-align: right;
}

.addressing
{
	font-size: 10px;
    line-height: 25px;
}

.adlink
{
	font-size: 18px;
    line-height: 25px;
}






/* About Box */

#aboutbox
{
    /*padding: 10px;*/
	background-color: #FCB01A;
    /*height: 380px;*/
}

#aboutbox div#aboutbox-inner
{
    padding: 0px 13px 13px 13px;
}

#aboutbox p.title
{
	font-size: 16px;
	font-weight: bold;
	/*margin-bottom: 5px;*/
}

#aboutbox p.text
{
    margin-top: 5px;
	font-size: 10px;
}

#aboutbox-contact p.text
{
    margin-top: 13px;
    text-align: center;
	font-size: 10px;
}

#aboutbox-contact a
{
    color:black;
}

#aboutbox-pics
{
    float: left;
	display: inline;
	width: 50px;
	margin-right: 10px;
    margin-bottom: 10px;
}

#aboutbox-pics img
{
}

#aboutbox-about
{
	text-align: left;
}

#aboutbox-credits
{
    clear: both;
	width: 50%;
	text-align: left;
}

#aboutbox-link
{
	float: left;
	display: inline;
	width: 50%;
	text-align: left;
}

#aboutbox-link-url
{
	width: 100%;
    margin-top: 5px;
    background-color: #DDE67D;
}

#aboutbox-link-url p
{
    padding-left: 5px;
    padding-right: 5px;
}

/*
#aboutbox-link-url textarea
{
    background-color: #DDE67D;
    height: 120px;
    border: none;
}
*/


#aboutbox-contact
{
	/*position: relative;
	margin: 0px auto 10px auto;
    */
    clear:both;
	text-align: center;
	background-color: #F37F20;
    padding-top: 1px;
    /*line-height: 25px;*/
    /*padding: 5px;*/
	/*padding: 4px 0 4px 0;*/
}
	
#aboutbox-contact a
{
	font-weight: bold;
}