



a {
  text-decoration: none;
}

a:focus {
  outline: 0;
}

#header {
  min-width: 800px;  
  padding-top: 0px;
  text-align: center;
}

#header h1 a { 
  font-size: 44px;
  color: #eee;
  text-shadow: 2px 2px 2px #000;
}

#header h1 a:hover{
  color: #ccc;
}

#downhead {
  min-width: 810px;
  margin-top: 30px;
  text-align: center;  
}

#downhead h2 {
  font-size: 30px;
  color: #555;
  text-shadow: 2px 2px 2px #999;
}

#downhead p {
  font-size: 20px;
  color: #777;
  padding: 0 50px 30px 50px; 
}

#downhead img {
  border: 5px solid #ccc;
}

/*-- Bottom Toolbar --*/

div#toolbar {
  position: fixed; /* set fixed position for the bar */
  bottom: 0px;  
  z-index: 9999; /* keep the bar on top  */
  height: 38px;
  background-color:#000000 !important;
  
  /* CSS3 */
  -moz-border-radius-topleft: 8px;
	-khtml-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-khtml-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-box-shadow: 0px 1px 10px #00FF00, inset 1px 1px 0px #009800; /* inset creates a inner-shadow */
  -khtml-box-shadow: 0px 1px 10px #00FF00;
  -webkit-box-shadow: 0px 1px 10px #00FF00;
  /* CSS3 end */
	border-top: 1px solid #00FF00;
  border-left: 1px solid #00FF00; 
  border-right: 1px solid #00FF00;  

}

div#toolbarbut {
  position: fixed; /* set fixed position for the bar */
  bottom: 0px;  
  z-index: 9999; /* keep the bar on top  */
  height: 38px;
  background-color:#000000 !important;
  right:2%;
  /* CSS3 */
  -moz-border-radius-topleft: 8px;
	-khtml-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-khtml-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-box-shadow: 0px 1px 10px #00FF00, inset 1px 1px 0px #009800; /* inset creates a inner-shadow */
  -khtml-box-shadow: 0px 1px 10px #00FF00;
  -webkit-box-shadow: 0px 1px 10px #00FF00;
  /* CSS3 end */
	border-top: 1px solid #00FF00;
  border-left: 1px solid #00FF00; 
  border-right: 1px solid #00FF00;  

}


div#toolbar {
  width:75%;
  min-width: 830px; /* to limit the width when an excessive window resize */
  margin: 0px auto; /* centered toolbar */  
  
}

div#toolbarbut { /* div for the 'hide status' */
  width: 60px;
  height: 15px;
  
  display: none;
}

span.showbar a { /* show button */
  padding: 5px;  
  font-size: 10px;
  color: #989898;
  right:3%;
}

.leftside {
  float: left;

}

.rightside {
  float: right;
}

/*-- Left Side --*/
#toolbar ul{
margin: 0 0 0 0;
padding: 0 0 0 0;
border-style:none;
}


ul#social li {
  display: inline;
  border-style:none;
  list-style-type: none; 
}



a.facebook, a.twitter, a.digg, a.delicious, a.stumble , a.dlbtn , a.rss {
  display: absolute;
  float:left;
  width: 40px;
  height: 35px;        
  margin-top: 1px;
}



  #illplayer
{
 display: absolute;
  float:left;
  width: 568px;
  min-width:568px;
  height: 33px;        
  margin-left: 5px;
  margin: 3px 0px 0px 0px !important;
  padding: 0 0 0 0 !important; 

  }
  



a.rss:hover, a.facebook:hover, a.twitter:hover, a.digg:hover, a.delicious:hover, a.stumble:hover {
  background-position: 1px 1px; /* simple css hover effect */
}

a.facebook {
  background: url(../images/facebook.png) no-repeat;
}

a.twitter {
  background: url(../images/twitter.png) no-repeat;
}

a.delicious {
  background: url(../images/delicious.png) no-repeat;
}

a.rss {
  background: url(../images/rss2.png) no-repeat;
}

a.digg {
  background: url(../images/digg.png) no-repeat;
}

a.stumble {
  background: url(../images/stumble.png) no-repeat;
}

.dlbtn {
  background: url(../images/dowloadbt.png) no-repeat;
}

.tip {
  position: absolute; /* important */
  top: -75px;
  width: 250px;
  height: 78px;
  background: url(../images/tip.png) no-repeat;
  float: left;
  display: none;
}

/* custom distances for the icons */
#tipfacebook {
  left: 75px; 
}

#tiptwitter {
  left: 120px; 
}

#tipdelicious {
  left: 165px; 
}

#tipdigg {
  left: 210px; 
}

#tipstumble {
  left: 255px; 
}

.tip ul {
  padding: 22px 0 0 25px;
}

.tip ul li {
  display: inline;
  padding-left: 3px;
}

.tip ul li a {
  font-size: 18px;
  color: #00ff00;
}       

.tip ul li a:hover {
  color: #009800;
}

.tip ul li small {
  font-size: 10px;
}

/*-- Right Side --*/

span.downarr { /* hide button */ 
  float: right;
  border-left: 1px solid #00FF00;
   
}

span.dlbtn{ /* hide button */ 
  float: right;
  border-left: none;
   
}

span.downarr a {
  display: block;
  width: 36px;
  min-width:36px;
  max-width:36px;
  height: 26px;
  padding: 25px 0 0 10px;
  background: url(../images/downarrow.png) no-repeat 5px 7px;
}


span.dlbtn a {
  display: block;
  width: 36px;
  min-width:36px;
  max-width:36px;
  height: 26px;
  padding: 25px 0 0 10px;
  background: url(../images/downloadbtn.png) no-repeat 5px 7px;
}

span.menu_title {
 float: right;
  background: transparent;
  border-left: 1px solid #00ff00;
  padding: 12px;
 text-align:center;
vertical-align:middle;

}

span.menu_title a {
  font-size: 12px;
  line-height: 15px;
  color: #00ff00;
  text-align:center;
  
  
}

span.menu_title a:hover {
  font-size: 12px;
  line-height: 15px;
  color: #808080;
}

.quickmenu {
  position: absolute; /* important */
  top: -195px;
  right: 46px;
  width: 190px;
  height: 190px;
  background: #000000;
	border-top: 1px solid #00ff00;
  border-left: 1px solid #00ff00; 
  border-right: 1px solid #00ff00;
  /* CSS3 */
  -moz-box-shadow: 2px -3px 5px #000000, -3px 0px 5px #009800;
  -khtml-shadow: 2px -3px 5px #000000, -3px 0px 5px #009800;
  -webkit-box-shadow: 2px -3px 5px #000000, -3px 0px 5px #009800;
  /* CSS3 end */
  display: none; /* important */
}

.quickmenu img{
max-width:180px;
}

.quickmenu ul {
  padding-top: 05px;
}

.quickmenu ul li {
  border-bottom: 1px solid #009800;    
  padding: 02px 02px 02px 02px;
  margin: 0px 02px 0px 02px;
}

.quickmenu ul li a {
  font-size: 18px;
  color: #000000;
  display: block;
}

.quickmenu ul li a:hover {
  
}