/* General styles go here */

HTML {
	overflow-x: hidden;		/* Overflow and padding-right are       */
	padding-right: 0px;		/* workarounds for the IE scrollbar bug */
	overflow-y: auto;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
}

BODY {
  margin-left: 10px;
  margin-right: 10px;
  margin: 5px;
  padding: 5px;
  font-style: normal;
  font-weight: normal;
  color: #000033;
}

BODY, TD {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

TD {
  text-align: left;
  vertical-align: top;
}

A.special {
  color: #ff0000;
  background-color: transparent;
  text-decoration: blink;
}

A.special:hover {
  color: #ffff00;
  background-color: #ff0000;
 }
  
A, A:active {
  font-weight: bold;
  text-decoration: underline;
  color: #cc9900;
  background-color: transparent;
}

A:hover {
  color: #ffffff;
  background-color: #000066;
}

A.nohover:hover {
  color: #cc99cc;
  background-color: transparent;
}

H1 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #cc9900;
  text-align: center;
}

H2 {
  font-style: normal;
  text-align: center;
  font-weight: bold;
}

H3 {
  margin-left: 5px;
}

H2, .subtitle, .subsubtitle {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-variant: normal;
  color: #002266;
  margin-left: 5px
}

.title {
  text-align: left;
  margin-left: 5px
}

.subtitle {
  font-style: normal;
  text-align: center;
  font-weight: normal;
}

.subsubtitle {
  font-style: italic;
  text-align: center;
  font-weight: normal;
}

P.attention {
  color: #002266;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  text-align: center;
  font-weight: bold;
}

.grouplocation {
  font-weight: bold;
  font-variant: small-caps;
}

P.intro {
  font-weight: bold;
  font-style: italic;
  color: #cc9900;
}

P.important {
  font-weight: bold;
  font-size: 120%;
}

IMG {
  border: 1px solid #000033;
}

IMG.content {
  border: 1px solid #000033;
}

IMG.noborder {
  border: 0px;
  margin: 3px;
}

IMG.icon {
  border: 0px;
  margin: 0px;
}

IMG.right {
  float: right;
  margin-left: 10px;
}

IMG.left {
  float: left;
  margin-right: 10px;
}

IMG.banner {
  margin-top: 3px;
  margin-bottom: 3px;
  border: 1px solid #000033;
}

BLOCKQUOTE {
  text-align: justify;
  font-style: italic;
  padding: 10px;
}

FORM.order , TD.order {
  padding: 3px;
  background: #eeeeff;
}

FORM.special, TD.special {
  padding: 3px;
  background: #ffeeee;
}

TD.order, TD.special {
  white-space: nowrap;
}

FORM.mailform {
  background-color: #eeeeff;
  border: 1px solid #000033;
  margin-top: 20px;
  padding: 5px;
}

INPUT.mailform {
  color: #000033;
  background-image: url("../backgrounds/mailFormBox.jpg");
  background-repeat: no-repeat;
  _background-attachment: fixed;        /* _hack to fix IE image scroll bug */
  background-color: #ccccff;
  border: 0px;
  border-right: 1px solid #669999;
  border-bottom: 1px solid #669999;
  width: 400px;
  height: 20px;
  padding-left: 5px;
  padding-top: 2px;
}

INPUT.mailform_error {
  color: #000033;
  background-image: url("../backgrounds/mailFormBoxError.jpg");
  background-repeat: no-repeat;
  _background-attachment: fixed;        /* _hack to fix IE image scroll bug */
  background-color: #ff6666;
  border: 0px;
  border-right: 1px solid #669999;
  border-bottom: 1px solid #669999;
  width: 400px;
  height: 20px;
  padding-left: 5px;
  padding-top: 2px;
}

TEXTAREA.mailform {
  width: 400px;
  height: 100px;
  background-image: url("../backgrounds/ mailFormTextAreaBG.jpg");
  background-repeat: no-repeat;
  _background-attachment: fixed;        /* _hack to fix IE image scroll bug */
  background-color: #ccccff;
  border: 0px;
  border-right: 1px solid #669999;
  border-bottom: 1px solid #669999;
  overflow-x: hidden;
  overflow-y: auto;
  padding-left: 2px;
  padding-top: 1px;
}


TEXTAREA.mailform_error {
  width: 400px;
  height: 100px;
  background-image: url("../backgrounds/ mailFormTextAreaErrorBG.jpg");
  background-repeat: no-repeat;
  _background-attachment: fixed;        /* _hack to fix IE image scroll bug */
  background-color: #ff6666;
  border: 0px;
  border-right: 1px solid #669999;
  border-bottom: 1px solid #669999;
  overflow-x: hidden;
  overflow-y: auto;
  padding-left: 2px;
  padding-top: 1px;
}

/* For special offers: old price displayed in red, with strike-through: */
.specialprice {
  color: #cc0000;
  text-decoration: line-through;
}

/* Support your local webtechie */
.blurb {
  font-size: 7pt;
  color: #aaaacc;
  font-weight: bold;
}

/* EOF */

