@charset "UTF-8";
/* CSS Document */

/*===== Global =====*/
* {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

body {
  background-image: url('../img/main_bg.jpg');
  background-repeat: repeat-x;
  background-color: #54636d;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  color: #333;
}

h1 {
  color: #000;
  margin: 0em 0em 0.5em;
  font-size: 1.5em;
}

li {
  margin-left: 15px;
}

p {
  font-size: 1em;
  margin-bottom: 1em;
  line-height: 1.35em;
}

a {
  color: #f00;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#wrapper {
  margin: 0px auto;
  width: 950px;
  height: 725px;
  background-image: url('../img/shield-new_bg.png');
  background-repeat: no-repeat;
  position: relative;
}

/*===== Main Navigation =====*/
#nav_menu {
  position: absolute;
  top: 95px;
  left: 120px;
  width: 710px;
  margin: 0px auto;
  border-bottom: 1px dotted #bbb;
}

#nav_menu li {
  list-style-type: none;
  float: left;
  display: block;
  margin: 0em 0em 0.25em 3em;
  color: #666;
  font-weight: bold;
  text-align: center;
}

#nav_menu li:first-child {
  margin: 0px 0px 3px 78px;
}

#nav_menu a {
  color: #808080;
  text-decoration: none;
}
#nav_menu a:hover {
  color: #00058b;
  text-decoration: none;
}

#content_wrapper {
  position: relative;
  width: 600px;
  height: 440px;
  left: 175px;
  top: 130px;
  overflow: hidden;
}

#content_main {
  position: relative;
  width: 41.667em;
  height: 27.778em;
}

#form {
  width: 300px;
  height: auto;
  position: relative;
  float: left;
  border-right: 1px dotted #666;
}

#form input, #form select {
  border: 1px solid #bbb;
}

#form .orderButton {
  padding: 0.5em 2em;
  border-radius: 2px;
  background: #EFC210;
  font-size: 1em;
  font-weight: 700;
  border: 0em;
  cursor: pointer;
}

#form .orderButton:hover {
  background: #fc0;
}

.form_label {
  width: 60px;
  display: block;
  font-size: 12px;
  text-align: right;
  padding: 2px;
  float: left;
}

.form_field {
  width: auto;
  display: block;
  padding: 0.25em;
  clear: right;
}

.form_field > input {
  height: 1.75em;
  font-size: 1em;
  line-height: 1.75em;
  padding-left: 1em;
  width: 18em;
}

#order_info {
  position: relative;
  float: left;
  width: 275px;
  height: auto;
  margin: 0px 0px 0px 15px;
  font-size: 1.0em;
}

/*===== Footer =====*/
#footer {
  position: absolute;
  top: 680px;
  left: 240px;
  width: auto;
  height: auto;
  text-align: center;
  font-size: 11px !important;
  color: #fff;
}

#footer a {
  font-size: 11px;
  color: #fc0;
  text-align: center;
}

#copyright {
  position: relative;
  margin: 0px auto;
  width: auto;
  top: 90px;
  left: 0px;
  color: #999;
  font-size: 10px;
  text-align: center;
}
