/* CSS Document */
@import "alpine.css";

#content {
  top:26px;
}
#fullbodycol {
	padding:5px;
	position:relative;
}
#productsbody {
  margin:0;
  color:#ffc;
  padding: 3px;
	background-color: #000066;
	font-family: "Tahoma, Veranda, Arial";
}

/*
#productsimages {
  background:#006;
	text-align:right;
  position:absolute;
  left:50%;
  width:50%;
  top:20px;

  border-left-width: 2px;
  border-left-style: dashed;
  border-left-color: #006;
}
*/

#submenu {
  top:106px;
}
#submenu,#submenu2 {
	z-index:2;
  position:absolute;
  right:0;
  font:small Verdana,Sans-serif;
  color:#fff;
  margin:0px;
  padding-bottom: 0px;
  border-left:1px dashed;
  border-top:1px dashed;
  border-bottom:1px dashed;
  /*float:left;*/
}

#submenu strong,#submenu a, #submenu2 strong,#submenu2 a{
  padding:2px 7px 7px 6px;
  border:0;
  border-right:1px solid #fff;
  text-decoration:none;
  text-align:center;
}
#submenu A:link, #submenu2 A:link {
  color:#fff;
  text-decoration:none;
}
#submenu A:visited, #submenu2 A:visited {
  color:#fff;
  text-decoration:none;
}
#submenu A:hover, #submenu2 A:hover { 
  color:#fc0;
  border-bottom:5px solid #fff;
  padding-bottom:2px;
}

#submenu strong, #submenu2 strong {
  border-bottom:5px solid #fff;
  padding-bottom:2px;
  color:#000;
}
#submenu strong a, #submenu2 strong a {
  /*float:none;*/
  display:inline;
  border-width:0;
  padding:0;
}
#submenu2 {
  top:134px;
}

a.noborder {border:0; text-decoration:none;}
