*{margin:0;padding:0;}
html{ overflow:scroll;}
body{
	background:#0d0600 url('../img/themes/black/bkg_body.jpg') repeat-y center top;
	color: #cfcfcf;
}
a, a:visited{
  color:#FEA702;
}
a:visited{
  color:#cfa25c;
}
#container{
  background:#292929;
}

#header{
  background:transparent url('../img/themes/black/bkg_header.jpg') repeat-x left bottom;
}
#logo a, #logo a:hover{
  background:transparent url('../img/themes/black/logo.gif') no-repeat;
}
#logo a:hover{
  background-position: 0px -60px;
}
/*  ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
                                         TOP NAVIGATION
    ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
*/
#topNavi ul li a,#topNavi ul li a:hover, #topNavi ul li a.current{
  color:#fff;
}
#topNavi ul li a:hover, #topNavi ul li a.current{  
  color:#FEA702;
}
.login{
  color:#F7C003;
}
/*  ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
                                         MOVIE
    ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
*/

#movie{
  background:#292929;
}

/*  ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
                                         HOTLINE
    ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
*/

#hotline span.big{
  color:#F7C003;
}
/*  ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
                                         SEARCH
    ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
*/
#search input.txt{
  border:1px solid #6F6F6F;
  background:#3F3B3B;  
  color:#fff;
}
#search input.txt:focus{  
  border:1px solid #F8BE02;
}
/*  ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
                                         MAIN NAVIGATION
    ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
*/

#navi .active{
  color:#FEA702;
}
#navi ul li {
  background:#292929 url('../img/themes/black/bkg_li.jpg') no-repeat left bottom;
}
#navi .active,
#navi ul li a,
#navi ul li a:hover, 
#navi ul li a.current{
  color:#cfcfcf;
  background:#292929 url('../img/themes/black/bullet_big.gif') no-repeat left 6px;
}
#navi .active,
#navi ul li a:hover, 
#navi ul li a.current{  
  color:#FEA702;
  background-position:left -12px;
}
#navi ul li a:hover{
  color:#fff;
}
#navi ul li ul li{
  background:none;/*#292929 url('../img/themes/black/bkg_li_ul_li.jpg') no-repeat center bottom;*/
}
/*  ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
                                         MINI MOV
    ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
*/
#miniMov{ 
  background:#292929;
}

/*  ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
                                         WRAPPERS
    ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
*/
#info{
  background:transparent url('../img/themes/black/bkg_info.jpg') no-repeat left top;
}
#colWrapper{
  background:transparent url('../img/themes/black/bkg_container.jpg') repeat-y 260px top;
}

/*  ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
                                         CONTENT
    ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
*/

#content a, #content a:hover, #content a:visited,#footer a, #footer a:hover, #footer a:visited{
  color:#FEA702;
}
#content h2{
  color:#FEA702;
}
#content h3, #content h3 a{
  color:#fff;
}
#content h3 a:visited{
  color:#afafaf;
}
#content h4{
  color:#DFDFDF;
}
#content ul{
  list-style: disc url('../img/themes/black/bullet.gif') inside;
}

/*  ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
                                         FOOTER
    ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
*/

#footer{  
  background:transparent url('../img/themes/black/bkg_footer.jpg') no-repeat left top;
  color:#fff;
}
/*  ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
                                        CONTACT FORM
    ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
*/

fieldset {
	border:1px solid #6F6F6F;
}
legend {	
  color:#FEA702;
	border:1px solid #6F6F6F;
}

.contactform input, .contactform textarea{
  border:1px solid #6F6F6F;
  background:#3F3B3B; 
  color:#fff;
  padding:3px;  
  font-family: "Trebuchet", "Tahoma", "Helvetica", "Arial", "Sans-serif";
}
.contactform input:focus, .contactform textarea:focus{  
  border:1px solid #F8BE02;
}


/*  ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
                                        NEWS
    ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
*/
.NewsSummary,.topLink{
   border-top:1px dotted #000;
}
/*  ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
                                         HELPERS
    ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
*/
.clear{ clear:both;}
.hidden{ display:none;}
:focus{ outline:0;}
.button{  
  border:1px solid #6F6F6F;
  background:#3F3B3B;  
  color:#fff;
  font-family: "Trebuchet", "Tahoma", "Helvetica", "Arial", "Sans-serif";
}
.dropShadow{
  border-top:solid 2px #FFE300;
  background:transparent url('../img/themes/black/dropShadow.gif') repeat-x left top;
}