a:active, a:focus{outline:none;}
.copy{
font-size:13px;
color:#CC6600;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
}
.bottom{
font-size:11px;
color:#000000;
font-family:Arial, Helvetica, sans-serif;
}
a{
font-size:11px;
color:#006699;
font-family:Arial, Helvetica, sans-serif;
text-decoration:none;
}
a:hover{
font-size:11px;
color:#006699;
font-family:Arial, Helvetica, sans-serif;
text-decoration:underline;
}
.rowHeader{
font-size:12px;
color:#000000;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
}
.rowTitle{
font-size:11px;
color:#000000;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
}
.row{
font-size:11px;
color:#000000;
font-family:Arial, Helvetica, sans-serif;
}

#nav{
  width:800px;
  height:151px;
  position:relative;
  background:#fff url(images/nav-bg.jpg) center top no-repeat;
}
#nav .nav{
  position:absolute;
  top:36px;
  left:20px;
  width:752px;
  height:26px;
  text-align:center;
}
#nav .nav a{
  color:#00499B;
  border-right:2px solid #00499B;
  display:inline-block;
  margin:6px 5px 0 0;
  padding:0;
  padding-right:5px;
  font-size:10pt;
  text-decoration:none;
  font-weight:bold;
}
#nav .nav a.last{
  border:0;
  padding-right:0px;
}
#nav .nav a.on{
  border-bottom:2px solid #00499B;
  border-right:2px solid #00499B;
  padding-right:5px;
}
#nav a.contact, #nav a.order, #nav a.home{
  position:absolute;
  z-index:100;
}
#nav a.contact{
  top:80px;
  left:595px;
  height:16px;
  width:95px;
}
#nav a.order{
  top:80px;
  left:690px;
  height:16px;
  width:80px;
}
#nav a.home{
  top:122px;
  left:675px;
  height:20px;
  width:75px;
}