body {
  margin: 0; padding: 0;
  font: 12px verdana, sans-serif;
  color: #000; background-color: #666;
}

h1 {
  font-size: 120%; color: #378891;
  text-align: left;
  margin: 0 0 1em 0; padding: 0;
}

h2 {
  font-size: 120%; color: #378891;
  text-align: left;
  margin: 0 0 5px 0; padding: 0;
}

h3 {
  font-size: 100%; color: #378891;
  text-align: left;
  margin: 0 0 3px 0; padding: 0;
}

em { font-style: normal; color: #378891; }

a { text-decoration: none; }

a:link    { color: #A86D4F; }
a:active  { color: #A86D4F; }
a:visited { color: #A86D4F; }
a:hover   { color: #86370F; }

#edge {
  width: 800px;
  margin: 0 auto; padding: 0;
  background: transparent url(images/sides2.gif) repeat-y;;
}

#hdr {
 width: 750px; height: 150px;
 margin: 0 25px; padding: 0;
 background: transparent url(images/hdr.gif) top left no-repeat;
}

#drop { position: relative; top: 14px; left: 215px; margin: 0; padding: 0; }
		
#container {
  width: 750px;
  margin: 0 25px; padding: 0;
}

#bkclimb { background: url(images/bkg/bkclimb.gif) center right no-repeat; }
#bkbike  { background: url(images/bkg/bkbike.gif) center right no-repeat; }
#bkski   { background: url(images/bkg/bkski.gif) center right no-repeat; }
#bkvideo { background: url(images/bkg/bkvideo.gif) center right no-repeat; }
		
#side {
  float: left; width: 128px;
  margin: 5px 10px 0 0; padding: 10px 0 15px 15px;
  font-size: 78%; line-height: 1.5em;
}

#nav {
  margin: 0; padding: 0;
  text-align: left; font-size: 130%; width: 128px;
}

#nav ul { margin: 0; padding: 0; list-style-type: none; }
#nav ul li {  margin-left: 20px;  }
#nav ul li a { display: block; height: 20px; padding-top: 4px; color: #A86D4F; border-bottom: 1px dashed #B5AD9C; }
#nav a:link.active, #nav a:visited.active { color: #ccc; }
#nav a:hover.active, #nav a:hover { color: #86370F; }

#content {
  height: 290px;
  margin: 0 20px 0 165px; padding: 15px;
  text-align: left; font-size: 110%;
}

#frm {
  height: 290px;
  margin: 0 20px 0 165px; padding: 15px;
  text-align: left; font-size: 110%;
  border: 1px dashed #B5AD9C;
}

#pview {
  color: #663;
  overflow: auto; height: 290px; width: 575px;
  text-align: left; font-size: 100%;
  border: 1px dashed #B5AD9C;
}

#store {
  margin: 0 20px;
}

#pview div { float: left; clear: none; }
#pview h1 { margin: 0; padding:0; width: 330px; }
#pview p { margin-top: 0; margin-bottom: 15px; width: 330px; }

#titleimage { margin: 0; padding: 0; background: url(images/home/newtitles.gif) top left no-repeat; height: 275px; width: 447px; }
#homeimage { margin: 0; padding: 0; }
#specimage { margin: 0; padding: 0; }

#titles { margin: 17px 0 0 33px; background: transparent; }

#ftr {
  clear: both; height: 25px;
  background: url(images/ftr.gif) bottom left no-repeat;
}

#bot {
  height: 25px; padding-top: 8px;
  color: #aaa; background-color: #3a3a3a;
  text-align: center; line-height: 12px;
  font: 10px verdana, sans-serif;
}
#bot a:hover { text-decoration: underline; }

.pt {
  width: 525px; float: left;
  margin: 15px 0; padding: 0 10px;
}

.left { float: left; margin-right: 35px; color: #444;}

.tn { float: left; margin-right: 15px; }
.cal { margin-top: 10px; }
.btfont { font-family: "Century Gothic", verdana, sans-serif; }
.spacer { clear: both; }
.indent { margin-left: 30px; }
.attn { color: #900; }
.lgr { font-size: 110%; }

ul.contacts { font-size: 12px; list-style-type: none; margin: 0; padding; 0;}
ul.contacts li { margin: 0 0 15px 0; }

ul.links { list-style-type: none; margin: 0 0 5px 0; padding: 0; font-size: 85%; }

/* admin styles */
#adm { margin: 15px 0; }

/* cart styles */
.ttl {
  /*background-color: #fff8ee;*/
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 13px; font-weight: bold;
  padding: 3px 0px 3px 20px; margin-bottom: 20px;
  border-bottom: 1px dotted #B5AD9C;
}
.sm  { font-size: 10px; }
.box { padding: 20px; text-align: center; }
.ctr { text-align: center; margin: 0px auto 0px auto; }
.tag { color: maroon; font-size: 12px; font-weight: bold;  text-align: center; }
.sb  { border-right: 1px dotted #B5AD9C; }
.bl { font-weight: bold; }
.it { font-style: italic; }
.gr { color: #407f84; }
