/*** START global styles ***/
div {
  position: relative;
  margin: 0;
  padding: 0;
}

p, a, span, h1, h2, h3, h4, ul, li, tr, td {
  font: normal 11px arial, sans-serif;
  color: #666666;
}

a {
  color: #e10100;
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  color: #000000;
  text-decoration: underline;
}

img {
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
}

br.clear {
  clear: both;
  line-height: 0;
}

hr,
hr.darkred {
  margin: 10px 0;
  padding: 0;
  line-height: 0;
  border: none;
  border-top: solid 1px #828282;
}
hr.darkred {
  border-top: solid 1px #8b0d0d;
}

h1 {
  font-weight: bold;
  font-size: 16px;
  color: #b2b2b2;
}
h2 {
  font-weight: bold;
  font-size: 14px;
  color: #b2b2b2;
}
h3 {
  font-weight: bold;
  font-size: 12px;
  color: #666666;
}
h4 {
  font-weight: bold;
  font-size: 12px;
  color: #e10100;
}

.bold {
  font-weight: bold;
}

.hide {
  display: none;
}

.error,
.success,
.red {
  color: #e10100;
}
.darkred {
  color: #8b0d0d;
}

textarea {
  width: 100%;
}

img.float_right {
  float: right;
}
img.float_left {
  float: left;
}
img.float_right_pad {
  padding: 0 0 10px 10px;
  float: right;
}
img.float_right_pad_all {
  padding: 10px;
  float: right;
}
img.float_left_pad {
  padding: 0 10px 10px 0;
  float: left;
}

td {
  vertical-align: top;
}

/*** END global styles ***/


/*** START page layout styles ***/
body {
  margin: 0 auto;
  padding: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  background: url('../images/body_bg.gif') repeat;
}
body.grayout {
  /*overflow: hidden;*/
}

#page_wrap {
  margin: 0 auto;
  width: 950px;
  height: 100%;
  background: #ab0000;
  border-left: solid 1px #8b0d0d;
  border-right: solid 1px #8b0d0d;
  margin-bottom: 400px;
  z-index: 1;
}

body.specs #page_wrap {
  width: 1100px;
}

#page {
  margin: 0 1px;
  text-align: left;
  background: #ffffff;
  border-left: solid 1px #8b0d0d;
  border-right: solid 1px #8b0d0d;
  z-index: 10;
}

#header {
  height: 135px;
  z-index: 10;
}

#topnav_wrap {
  position: absolute;
  top: 0;
  right: 0;
  height: 100px;
  width: 269px;
  background: #000000;
  border: none;
}

#content {
  z-index: 20;
}

#leftnav_wrap {
  float: left;
  width: 240px;
  z-index: 30;
}

#right_col {
  float: right;
  top: 0px;
  width: 657px;
  z-index: 20;
}

body.specs #right_col {
  width: 807px;
}

#footer {
  clear: both;
  padding: 10px 24px;
  text-align: right;
  z-index: 10;
}

/*** END page layout styles ***/


/*** START header styles ***/
#logo {
  position: absolute;
  top: 44px;
  left: 45px;
}

.user_link_divider {
  margin: 0px 8px;
}

#cart_link {
  padding: 5px 279px 0px 0px;
  text-align: right;

}
/*** END header styles ***/


/*** START Top Nav styles ***/
#topnav {
  padding: 0px 14px 0 14px;
}

#topnav .nav_block {
  float: left;
  top: 48px;
  border-bottom: solid 3px #e10100;
}
#topnav .nav_block a {
  display: block;
  padding: 0 11px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  line-height: 52px;
  color: #ffffff;
  vertical-align: middle;
  text-decoration: none;
}
#topnav .on,
#topnav .nav_block a:hover {
  background: #e10100;
}

#topnav .nav_divide {
  float: left;
  top: 48px;
  height: 52px;
  border-left: solid 1px #666666;
}
/*** END Top Nav ***/

/*** START Left Nav ***/
#leftnav {
  padding: 39px 0;
  background: #000000;
}

#leftnav .nav_block {
  margin-right: -3px;
  height: 34px;
  border-right: solid 3px #e10100;
}
#leftnav .hover {
  margin-right: -4px;
  border-right: solid 4px #e10100;
}
#leftnav .main_button {
  position: relative;
  display: block;
  padding: 0 0 0 60px;
  text-align: left;
  font-size: 15px;
  font-weight: bold;
  line-height: 34px;
  height: 34px;
  color: #ffffff;
  vertical-align: middle;
  text-decoration: none;
}
#leftnav .main_button:hover,
#leftnav .hover .main_button,
#leftnav .on .main_button,
#leftnav .nav_hover {
  background: #e10100;
}

#leftnav .nav_divide {
  border-top: solid 1px #666666;
}

.menu {
  position: absolute;
  top: 0;
  left: 244px;
  padding: 6px 0;
  background: #e10100;
  display: none;
  z-index: 30;
}
.menu a {
  position: relative;
  display: block;
  margin: 0;
  padding: 8px 27px;
  text-align: left;
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
  color: #ffcccc;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
  background: none;
}
.menu a:hover {
  color: #ffffff;
  text-decoration: underline;
  background: url('../images/nav_arrow.gif') no-repeat 20px 11px;
}

#leftnav .menu_divide {
  position: relative;
  margin: 0 20px;
  line-height: 1px;
  background: #ffcccc;
}
/*** END Left Nav ***/


/*** START Footer Styles ***/
#footer p,
#footer a,
#footer span {
  font-size: 10px;
  line-height: 18px;
}

.dividers {
  color: #cccccc;
}
/*** END Footer Styles ***/


/*** START popup styles ***/
#popup {
  position: absolute;
  top: 50px;
  left: 0px;
  width: 100%;
  z-index: 100;
  display: none;
}
body.grayout #popup {
  display: block;
}

.popup_border {
  margin: 0 auto;
  width: 800px;
  border: solid 2px #000000;
}

#popup_padding {
  text-align: left;
  border: solid 2px #666666;
  background: #ffffff;
}

.close {
  padding: 2px;
  text-align: right;
  background: #ffffff;
}
.close a {
  float: right;
  position: relative;
  display: block;
  padding: 5px 0px;
  width: 50px;
  text-align: center;
  color: #ffffff;
  background: #e10100;
}

#popup_content {
  clear: right;
  margin: 0 20px 20px 20px;
}

#grayout_bg {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #220000;
  filter: alpha(opacity=75);
  opacity: 0.75;
  z-index: 99;
  display: none;
}
body.grayout #grayout_bg {
  display: block;
}

/*** END popup styles ***/


/*** form styles ***/

input,
select,
textarea,
option {
  color: #626262;
}

.errors {
  color: #e10100;
}

.field_wrap {
  padding: 5px 5px 5px 150px;
  text-align: left; 
}
.sample_req .field_wrap {
  padding: 5px 5px 5px 230px;
}
.contact_info .field_wrap {
  padding: 5px 5px 5px 180px;
}

.field_label {
  position: absolute;
  left: 0;
  _left: -150px;
  width: 140px;
  line-height: 20px;
  font-weight: bold;
  text-align: right;
  vertical-align: middle;
}
.sample_req .field_label {
  width: 220px;
  _left: -230px;
}
.contact_info .field_label {
  width: 170px;
  _left: -180px;
}

.radio_label {
  line-height: 20px;
  font-weight: bold;
  vertical-align: middle;
}

.text,
.text_no_size {
  height: 20px;
  border: solid 1px #828282;
}
.text {
  width: 200px;
}

.text_month,
.text_year,
.text_security {
  width: 30px;
  height: 20px;
  border: solid 1px #828282;
}


.select {
  border: solid 1px #828282;
}

.textarea {
  width: 200px;
  height: 100px;
  border: solid 1px #828282;
}

.submit {
  border: solid 1px #828282;
}

.prev,
.next {
  float: left;
  color: #ffffff;
  background: #ab0000;
  border: solid 1px #8b0d0d;
  cursor: pointer;
}

#art_select,
#case_select,
#sol_select {
  font: normal 10px arial, sans-serif;
  padding: 2px 0px;
  float: left;
  margin: 0  10px;
  width: 486px;
  border: solid 1px #8b0d0d;
}

/*** END form styles ***/

/*** Sitemap Styles ***/
.site_section {
  padding: 5px;
}
.site_link {
  font-weight: bold;
  padding: 3px 20px;
}
.sub_link {
  padding: 3px 40px;
}
#col3_wrap {
  float: right;
  width: 329px;
  z-index: 30;
}

#col3 {
  padding: 10px 27px;
}
/*** END Sitemap Styles ***/



/*** office is closed message ***/
#closed_message {
  padding: 10px;
  border: solid 1px #e10100;
  margin-right: 10px;
  margin-bottom: 20px;
}

#closed_message p {
  color: #e10100;
}
/*** office is closed message ***/
