 body { 
   background-color:#405F81; 
/*  background-color:#35383B;  nice silver */  
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: lighter;
  font-size: 0.80em;
  line-height: 150%;
/*  color: #98A3AB; */
  color: #FFFFFF;

}

object { outline:none; }

#cont {
  width: 950px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 0px;
}

#headbg {
  margin: 0px 0px 2px 0px;
  padding: 0px;
}

#pagebg {
  background-color:#000000;
  min-height: 420px;
  margin: 0px;
}

#page {
  padding: 30px 85px;
}

#appslogo {
  border: none;
}


#footer {
  text-align: left;
  padding-top: 25px;
  font-size: 0.85em;
}

.inlinepic {
  float: right;
}


h1, h2, h3, h4 {
  color: #98A3AB;
}

h1 {
  font-size: 1.8em;
}
h2 {
  font-size: 1.4em;
}

p.blueish {
color: #0196BC;
}



td {vertical-align: top}

#menubar {
  font-size: 44px;
  margin-left: -10px;
  margin-bottom: 15px;
}

a {
  color: #D5E3ED;
  text-decoration:none;
}
a:hover {
  color: #FFFFFF;
  text-decoration:underline;
}

a.home  {background: url('../images/home_button_OFF.png') no-repeat 0px 0px; }
a.home:hover {background: url('../images/home_button_OVER.png') no-repeat 0px 0px; }

a.DVD  {background: url('../images/DVD_button_OFF.png') no-repeat 0px 0px; }
a.DVD:hover {background: url('../images/DVD_button_OVER.png') no-repeat 0px 0px; }

a.Clips  {background: url('../images/Clips_button_OFF.png') no-repeat 0px 0px; }
a.Clips:hover {background: url('../images/Clips_button_OVER.png') no-repeat 0px 0px; }

a.Wallpaper  {background: url('../images/Wallpaper_button_OFF.png') no-repeat 0px 0px; }
a.Wallpaper:hover {background: url('../images/Wallpaper_button_OVER.png') no-repeat 0px 0px; }

a.Images  {background: url('../images/Images_button_OFF.png') no-repeat 0px 0px; }
a.Images:hover {background: url('../images/Images_button_OVER.png') no-repeat 0px 0px; }

a.PR  {background: url('../images/PR_button_OFF.png') no-repeat 0px 0px; }
a.PR:hover {background: url('../images/PR_button_OVER.png') no-repeat 0px 0px; }

a.Links  {background: url('../images/Links_button_OFF.png') no-repeat 0px 0px; }
a.Links:hover {background: url('../images/Links_button_OVER.png') no-repeat 0px 0px; }

a.homeON{background: url('../images/home_button_ON.png') no-repeat 0px 0px; }
a.DVDON  {background: url('../images/DVD_button_ON.png') no-repeat 0px 0px; }
a.ClipsON  {background: url('../images/Clips_button_ON.png') no-repeat 0px 0px; }
a.WallpaperON  {background: url('../images/Wallpaper_button_ON.png') no-repeat 0px 0px; }
a.ImagesON  {background: url('../images/Images_button_ON.png') no-repeat 0px 0px; }
a.PRON  {background: url('../images/PR_button_ON.png') no-repeat 0px 0px; }
a.LinksON  {background: url('../images/Links_button_ON.png') no-repeat 0px 0px; }


.indenttext {
  padding-left: 45px;
 }

#dek {
  position: absolute;
  top: 180px;
  visibility: hidden;
  z-index: 200;
}

.pngInline {
       position: relative;
       behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
       this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
       this.src = "images/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
       this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
       this.runtimeStyle.backgroundImage = "none")),this.pngSet=true));
}
