/* major font color: 3a71b2 */

.banner
{
height:82px;
background:url('images/banner-back.gif');
background-repeat:repeat-x;
}

#logo
{
height:92px;
width:100px;
background:url('images/logo.gif');
color:red;
}

#topbanner
{
padding-top:3px;
padding-left:0;

}
#bannertext
{
color:#dedede;
font-size:2em;
font-weight:bold;
padding:10px;
}

.blocktext
{
 color:#3a71b2;
 font-family:Times New Roman, Times;
 font-size:1.5em;
 font-weight: bold;
 align:center;
 }
 
 #leftpart
 {
  padding:1px;
 }
 
 #middlepart
 {
  padding-top:0px;
  padding-left:2px;
  padding-right:2px;
  border-left:1px solid #cccccc;
  border-right: 1px solid #cccccc;
  
 }
 
 #rightpart
 {
  padding-left:6px;
 }
 
 #footerpart
 {
   font-size:0.8em;
   font-family:times new roman, times;
   border-top: 1px solid #cccccc;
 }
 
  #footerpart a
 {
   font-size:0.8em;
   font-family:times new roman, times;
   border-top: 1px solid #3a71b2;
   text-decoration:none;
   color:#000000;
   font-weight:bold;
 }
 
   #footerpart a:hover
 {
   font-size:0.8em;
   font-family:times new roman, times;
   border-top: 1px solid #3a71b2;
   text-decoration:underline;
 }
 #footerbackground
 {
  width:100%;
  background:#3a71b2;
  height:20px;
  padding-top:5px;
 }
 
 .leftlink
 {
  color:#3a71b2;
  font-size:0.9em;
  font-weight:bold;
  font-family:Times New Roman, Times;
  padding-top:40px;
  padding-right:4px;
  padding-left:0px;
  }
  
   .leftlink span
 {
  color:#000000;
  font-size:0.9em;
  font-family:Times New Roman, Times;
  padding-right:4px;
  padding-left:0px;
  font-weight:normal;
  padding-top:3px;
  }
  
   .leftlink a
 {
  color:#3a71b2;
  font-size:1em;
  font-weight:bold;
  font-family:Times New Roman, Times;
  text-decoration:none;
  }
  
   .leftlink a:hover
 {
  color:#3a71b2;
  font-size:1em;
  font-weight:bold;
  font-family:Times New Roman, Times;
  text-decoration:underline;
  }
  
  .generaltext
  {
   font-family:times new roman, times;
   font-size:1em;
   }
   
   #pricebox
   {
   border:2px ridge #7364fc;
   border-style: ridge;
   filter:shadow(color:gray);
   background:#e1defc;
   }