/* General Layout */
body {background: #FFFFFF; font: 8pt Verdana, Geneva, Arial, Helvetica, sans-serif;}
#gentext { text-align: center; font-weight:bold;}
#footer { text-align: center; padding:15px; }
#contact { text-align: center; }
#logo { display: block; margin-left: auto; margin-right: auto; }


#clear 
{
  width: 100%;
  height: 1px;
  margin: 0 0 -1px;
  clear: both;
}

#mediatag
{
  float: left;
  color: #ffffff;
}

#photolink
{
 background-color: #333333;
 padding: 2px;
 color: #fff;
 cursor: pointer;
 cursor: hand;
 text-decoration: underline;
 font-size: 12px;
}

#content
{
  height:auto;
}

#internallogo
{
  float: left;
}

#header
{
  padding:5px;
  height:140px;
  border-bottom: 1px dashed #000000;
}

#footerinternal
{
 background-color: #333333;
 padding: 5px;
}

#copyright
{
  text-align: center;
  color: #c0c0c0;
}

#imgmenu
{
  float: right;
  width: 35%;
  margin: 20px;
  background-color: #800000;
}

#productimage
{
  width: 425px;
  height: 300px;
  padding-top: 20px; 
}

#productinfo
{
  float: left;
  text-align: left;
  width: 50%;
  font-size: 11px;
}

#photopane
{
  float: right;
  width: 50%;
  text-align: right;
}

#contactinfo
{
  float: left;
  text-align: left;
  width: 50%;
  color: #c0c0c0;
  font-size: 10px;
}

#bottomlinks
{
  float: right;
  width: 50%;
  text-align: right;
  color: #c0c0c0;
  font-size: 11px;
}

#uppermenu
{
  padding-top: 120px;
  float: right;
  text-align: right;
  font-size: 14px;
}

#uppermenu a
{
  color: #555555;
  text-decoration: none;
  font-weight: bold;
  padding-left: 15px;
}

#uppermenu a:hover
{
  color: #c0c0c0;
}

#bottomlinks a
{
  color: #c0c0c0;
  text-decoration: none;
  padding-left: 5px;
  padding-right: 5px;
}

#bottomlinks a:hover
{
  color: #ffffff;
}

#container
{
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  height: auto;
  width: 850px;
}

