@CHARSET "ISO-8859-1";
/*
 * BASIC CSS RESET
 */

* {
  margin: 0;
  padding: 0;
  border: 0 none;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*
 * ELEMENT STYLES
 */

body {
  font-size: 0.8em;
  background: #066cac url(images/background2.gif) repeat-x;
}

table {
  border-collapse: collapse;
}

input, select {
  border-top: 1px solid #727272;
  border-right: 1px solid #b4b4b4;
  border-bottom: 1px solid #dadada;
  border-left: 1px solid #b4b4b4;
}

a {
  color: #087aba;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1 {
  color: #333333;
  font-size: 1.7em;
  font-weight: normal;
  font-family: verdana;
  padding: 0;
  margin: 6px 0 4px;
}

hr {
  background: transparent url(images/ruler.gif) no-repeat center center;
  height: 8px;
  clear: both;
}

hr.up {
  background: transparent url(images/ruler_up.gif) no-repeat center center;
  height: 8px;
}

hr.down {
  background: transparent url(images/ruler_down.gif) no-repeat center center;
  height: 8px;
}

/*
 * WEBSITE FRAME STYLES
 */

#site {
  position: relative;
  margin: 7px auto;
  background-color: white;
  width: 944px;
}

#shadow_left {
  background: transparent url(images/shadow_left.gif);
  left: 0px;
}

#shadow_right {
  background: transparent url(images/shadow_right.gif);
  right: 0px;
}

#menu {
  background: #066cac url(images/logo.gif);
  height: 50px;
}

#menu.step1 {
  background: #066cac url(images/logo_step1.gif);
}

#menu.step2 {
  background: #066cac url(images/logo_step2.gif);
}

#menu.step3 {
  background: #066cac url(images/logo_step3.gif);
}

#menu ul {
  position: absolute;
  right: 25px;
  top: 0;
  background-color: white;
  height: 17px;
  margin-top: 7px;
  padding: 7px 0 7px 15px;
  background: white url(images/menu_arc.gif) no-repeat;
}


#menu ul li a {
  color: #666666;
  text-decoration: none;
  padding: 0 5px;
  border-left: 1px dotted #666666;
  text-transform: uppercase;
  font-size: 0.9em;
}

#menu ul li a:hover {
  text-decoration: underline;
}

#menu ul li a.first {
  border-left: 0px none;
}

#content {
  position: relative;
  padding: 18px 40px 3px 40px;
  background: white url(images/site_background.gif) repeat-y;
  min-height: 369px;
}

#footer {
  text-align: center;
  min-height: 30px;
  background: transparent url(images/footer.gif) no-repeat bottom center;
  padding-bottom: 25px;
  color: #666666;
  clear: both;
}

#footer p.big {
  font-size: 1.2em;
  padding-bottom: 5px;
}

#footer p.small {
  font-size: 0.7em;
}


/*
 * HOMEPAGE STYLES
 */

#content h2 {
  margin: 2px 0 15px;
  color: #145482;
  font-family: Helvetica;
  font-size: 3em;
  text-align: center;
  font-weight: bold;
}

#content ul.prices {
  margin-bottom: 40px;
}

#content ul.prices li {
  padding-right: 30px;
}



/*
 * CLASSES
 */

ul.horizontal li {
  display: inline;
}

span.label {
  font-weight: bold;
}

div.spacer {
  clear: both;
}

div.shadow {
  width: 13px;
  height: 450px;
  position: absolute;
  top: 0px;
}

div.form_line {
  clear: both;
  padding: 10px 0 0 0;
}

span.notice {
  font-style: italic;
}

span.highlight {
  font-weight: bold;
}

div.container {
  position: relative;
}