/* CSS Document */

/*************************************************************************************************/
/* Strip Browser Defaults */
/*************************************************************************************************/

body{
/*background: #050816;*/
background: #0A102C;
color: #fff;
}

a{
color: #fff;
}

hr{
color: #9b9b9b;
background:#9b9b9b;
}

/*************************************************************************************************/
/* HTML Elements */
/*************************************************************************************************/

/*************************************************************************************************/
/* Position Classes */
/*************************************************************************************************/

.main_con{
background: #0A102C;
}

.body_con{
background: #0A102C;
}

.movie_con{
background: #000000 url(../images/moviewindow.jpg) top left no-repeat;
}

.radio_con{
background: #000000 url(../images/radiowindow.jpg) top left no-repeat;
}

.head_con{
background: #0A102C;
}

.list_con2{
background: #050816;
}

.nav_con ul li a{
}

.nav_con ul li a,.list_con2 ul li a,.footer_con a{
color: #9b9b9b;
}

.list_con2 ul li.selected a,.nav_con ul li.selected a{
background: #0d134c;
color: #fff;
}

a.back_but{
background: #0d134c;
}

.nav_con ul li.selected a:hover,
.nav_con ul li a:hover,
.list_con2 ul li a:hover,
.email_con a:hover,
a.back_but:hover{
/* background: #9b5809; */
background: #6d3b06;
color: #fff;
}

.footer_con{
}

.breadcrumb a, .footer_con a, .content_con a{
color: #9b9b9b;
}

.breadcrumb a:hover, .footer_con a:hover, .content_con a:hover{
color: #9b5809;
}
