﻿body {
  text-align: center;
  margin:0;
padding:0;
  }
h1{font-size:20px;
   color:#666666;
   font-family:Trebuchet MS;
   font-weight:bold;
   display:inline;
}
h2{font-size:20px;
   color:#666666;
   font-family:Trebuchet MS;
   font-weight:bold;
   display:inline;
}
h3{font-size:20px;
   color:#666666;
   font-family:Trebuchet MS;
   font-weight:bold;
   display:inline;
}
   
#container {
  margin: 0 auto;
  width: 1000px;
  position:relative;
  text-align:left;
  } 
#typeDescription{padding-left:10px; font-size:12px;}
#top
{
    background-image:url(../images/top.png);
    width:1000px;
    height:70px;
    color:White;
    font-family:Trebuchet MS;    
    font-size:24px;
    text-align:center;
      margin:0;
    padding:0;
    position:relative;
}
#top li a{text-decoration:none; color:#FFF;}
#top li a:hover{color:#FF7400;}
#top ul
{
    padding-top:20px;
    padding-left:370px;
}
#top li
{
    list-style-type:none;
    display:inline;
    font-family:Trebuchet MS; 
    font-size:24px;
    padding-left:20px;
}
#products ul{margin:0; padding-left:0px;}
#products li
{
    padding:0;
    margin:0;
    list-style-type:none;
    display:inline;
    font-family:Trebuchet MS; 
    font-size:18px;
    padding-right:20px;
    color:#666666;
}
#products li:hover
{
    color:#FF7400;
    font-family:Trebuchet MS; 
    font-size:18px;
    text-decoration:underline;
    cursor:pointer;
}
.subSelected
{
    text-decoration:underline;
    color:#ff7400;
}
.selected
{
    color:#EEEEEE;
    text-decoration:underline;
}
#top li:hover
{
    color:#FFFFFF;
    font-family:Trebuchet MS; 
    font-size:24px;
    text-decoration:underline;
    cursor:pointer;
}
#bottom
{
    width:100%;
    background-image:url(../images/bottom.png);
    background-repeat:repeat-x;
    height:191px;
    color:#EEEEEE;
    font-family:Trebuchet MS;
    padding-top:20px;
    margin-top:20px;
    background-color:Black;
    position:relative;
}
#bottom a
{
    text-decoration:none;
    color:#ffffff;
}
#bottom a:hover
{
    text-decoration:underline;
}

#products
{
    width:760px;
    height:600px;
    position:relative;
    margin-top:20px;
    display:block;
}
#rightSide
{
    position:absolute;
    width:220px;
    height:600px;
    margin-left:780px;
    margin-top:-599px;
    text-align:center;
    color:#666666;
    font-family:Trebuchet MS;
    font-size:14px;
}
#player{width:100%; text-align:center;}
#tfLiveBG
{
    background-image:url(../images/tfLiveBG.jpg);
    background-repeat:no-repeat;
    width:989px;
    height:200px;
    margin-left:5px;
    position:relative;
}
#promo
{
    width:100%;
    text-align:center;
    color:#666666;
    font-family:Trebuchet MS;
    font-size:18px;
}
#logos{width:1000px;}
#descriptions{width:1000px;}
#logos li
{
    list-style-type:none;
    display:block;
    float:left;
    width:315px;
    height:50px;
    margin-right:16px;
}
.notSelected
{
    list-style-type:none;
    display:block;
    float:left;
    background-image:url(../images/prodDesc.gif);
    width:315px;
    height:75px;
    margin-right:16px;
}
.notSelected:hover
{
    background-image:url(../images/prodDescSelected.gif);
    width:315px;
    height:75px;
    margin-right:16px;
     list-style-type:none;
    display:block;
    float:left;
    cursor:pointer;
}
#typeDescription{font-size:18px; color:#666666; font-family:Trebuchet MS;}