@charset "utf-8";
/* CSS Document */

body {
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  background-color:#FFFFFF;
  color:#000000;
  text-align:center;
}

a:link, a:visited{
  text-decoration:none;
  border:0px;
  margin:0px;
}

a:active, a:hover {
  text-decoration:underline;
  border:0px;
  margin:0px;
}

img {
  margin:0px;
  border:0px;
}

.clearfloat {
  clear:both;
  height:0px;
  line-height:0px;
  margin:0px;
  padding:0px;
}

#bdy {
  width:825px;
  margin-left:auto;
  margin-right:auto;
  text-align:left;
}

#bdy .header {
  margin-left:20px;
  margin-bottom:10px;
}

#bdy .header .storelogo {
  float:left;
  margin-top:5px;
}

#bdy .header .topnav  {
  float:right;
  width:260px;
  height:50px;
  color:#7b797b;
  font-size:11px;
}

#bdy .header .topnav .topnavlink {
  margin-left:5px;
  margin-right:5px;
  text-transform:uppercase;
  font-size:11px;
  color:#7b797b;
  font-weight:bold;
}

#bdy .header .topnav .logolink {
  margin-left:7px;
  margin-right:7px;
  margin-top:10px;
}

#bdy .header .bottomnav  {
  margin:0px;
  color:#7b797b;
  font-size:12px;
}

#bdy .header .bottomnav .bottomnavlink {
  margin-left:3px;
  margin-right:3px;
  text-transform:uppercase;
  font-size:12px;
  color:#7b797b;
  font-weight:bold;
}

#bdy .content {
  margin-top:10px;
}

#bdy .footer {
  background: url(../images/footer_map.gif) top no-repeat;
  background-attachment:center;
  background-position: 0px 10px;
  margin-left:20px;
  margin-top:10px;
  padding-top:10px;
}

#bdy .footer .storeAddr {
  float:left;
  width:250px;
  padding-top:10px;
  padding-bottom:10px;
  line-height:14px;
  margin-right:30px;
}

#bdy .footer .storeAddr .contactInfo, a {
  color:#7b797b;
}

#bdy .footer .storeAddr a {
  text-decoration:underline;
}

#bdy .footer .belowfooter {
  margin-top:10px;
}

#bdy .footer .belowfooter .copyright  {
  float:left;
}

#bdy .footer .belowfooter .footernav {
  float:right;
}

#bdy .footer .belowfooter .footernav .footernavlink {
  margin-left:5px;
  margin-right:5px;
  color:#000000;
}

#index_pg, #about_pg, #storelocation_pg, #contact_pg, #privacypolicy_pg, #brand_pg {
  height:435px;
  padding-left:20px;
}

.leftcol #flashbanner {
  border: solid 1px #cacaca;
  width:500px;
  height:310px;
}

.rightcol #rightflash,
.rightcol .smallAd,
.rightcol .smallAd1,
.rightcol .smallAd2 {
  border: solid 1px #cacaca;
  width:290px;
  height:200px;
  margin-bottom:10px;
}

.rightcol .smallAd img,
.rightcol .smallAd1 img,
.rightcol .smallAd2 img {
  width:290px;
  height:200px;
}

.cursor { cursor:pointer; }
.errMsg { color:#d8732f; }

.red { color:#ff0000; }
.green { color:#00ff00; }
