@CHARSET "UTF-8";
a:link,a:active, a:visited, a:hover{
  color:white;
  text-decoration:none;  
}

body{
  font-family:Verdana,TrebuchetMS,sans-serif;
  font-size:14px;
  margin:0px;
}

#header
{
  width:100%;
  height:120px;
   
  /*  background-color:#5a6b8a; */
   
  background-color:#3b475d; 
}
 #headerContent
 {
   width:960px;
   margin:0px auto;
 }
#title
{
  float:left;
}    
#headerLinks
{
  width:170px;
  float:right;
  height:25px;
  background-color:#87a3d7;
  border-bottom-right-radius:5px;
  border-bottom-left-radius:5px;
  -moz-border-radius-bottomright:5px;
  -moz-border-radius-bottomleft:5px;
  padding:12px 15px 12px 15px;
  text-align:center;
}
#headerLinks > a
{
  font-size:14px;
  margin-left:10px;
  margin-right:10px;
  height:30px;
  display:inline-block;
}

#headerLinks > a:hover
{
  border-bottom:3px solid orange;  
}
#headerBottomBorder
{
  height:8px;
  background-color:#87a3d7;
}


#content
{
  width:960px;
  height:auto;
  border-radius:5px;
  -moz-border-radius:5px;
  border:2px solid #87a3d7;
  margin:20px auto;
  background-color:#5a6b8a;
}

.menuBar
{
  width:150px;
  margin:0px auto;
  background-color:#87a3d7;
  border-radius:5px;
  -moz-border-radius:5px;
  padding:12px 10px 12px 10px;
  text-align:center;
}
.menuBar > a
{
  font-size:20px;
  line-height:40px;
  display:inline-block;
}
.rightSolidBorder
 {
  border-right:1px solid #5a6b8a;
  
 }
#productDescription
{
  padding:20px;
  color:#ffffff;
}
#productDescription > img
{
  float:left;
  margin-right:20px;
}
.productName
{
  font-size:18px;
  font-style:italic;
  color:#b9d0fb;
}  
#screenShots
{
  padding:30px 20px;
  width:850px;
  margin:0px auto;
}   
#screenShots > img
{
  width:175px; 
  border-radius:5px;
  -moz-border-radius:5px;
  margin:0px 15px;
  
}

.clear
{
  clear:both;
}  

