

html {
  color: #E51913;
  background: #FFF;
}

body {
  margin: 0;
  padding: 0;
  background: #FFF;
}

strong {
  font-weight: bold;
}

.hidden {
  display: none;
}

.unobtrusive_fader #right_box,
.unobtrusive_fader #subnav {
  display: none;
}

a {
/*  text-transform: uppercase;
 */
}
a, 
a:hover, 
a:visited {
  text-decoration: none;
  color: #E51913;
}

.active, .hover, .highlight {
  font-weight: bold;
}

#content_container {
  min-width: 800px;
  width: 100%;
  background: transparent;
}

div#left_box {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 244px;
  height: 100%;
  background: repeat-y top left fixed transparent;
  z-index: 3;
}

div#right_box {
  padding: 0px 0px 0px 274px;
  width: 640px;
  min-width: 640px;
  height: 100%;
  z-index: 0;
  float: left;
}

div#right_bg {
  background: repeat-y top right fixed transparent;
  /*background-image: url('/images/var01_re.png');*/
  position: fixed;
  top: 0px;
  right: 0px;
  width: 400px;
  height: 100%;
  z-index: -1;
}

#logo {
  display: block;
  height: 38px;
  text-transform: uppercase;
  font-size: 29px;
  font-weight: bold;
  color: #E51913;
  margin: 35px 0 0 41px;
}


#main_nav {
  margin: 25px 0 0 41px;
  width: 188px;
}

#main_nav a {
  font-size: 19px;
  height: 25px;
  display: block;
  text-transform: uppercase;
}

h1.subnav_title {
  font-size: 19px;
  margin: 0px 0px 20px 41px;
  text-transform: uppercase;
}

.subnav_container {
  width: 203px;
  height: 400px;
  float: right;
}

.subnav_container.scrollbar {
  width: 228px;
}

.subnav_container.no_title {
  margin-top: 39px;
}

.subnav_container .jScrollPaneTrack {
  left: 0;
  right: auto;
  background: transparent;
}
.subnav_container .jScrollPaneDrag {
  left: 0;
  right: auto;
  background: transparent url(/images/scrollbar_handle.png) repeat-y top;
}

.subnav {
  height: 400px;
  overflow: auto;
}

.subnav a {
  font-weight: normal;
  font-size: 13px;
  height: 13px;
  padding-top: 3px;
  margin-bottom: 5px;
  vertical-align: text-bottom;
  text-transform: uppercase;
  display: block;
}
.subnav a:last-child {
  margin-bottom: 0px;
}

.subnav a.active,
.subnav a.hover {
  font-weight: bold;
}

.detail_subnav a {
  height: auto;
}

.subnav .content,
.subnav .content a {
  font-family: Georgia,serif;  
  font-size: 12px;
  line-height: 17px;
  color: #663330;
  padding-bottom: 20px;
  vertical-align: baseline;
}

.subnav .content a {
  text-transform: none;
  text-decoration: underline;
  display: inline;
}

.subnav .ui-accordion .ui-accordion-content{
 overflow: hidden;
} 

.separator_h {
  width: 100%;
  height: 2px;
  background: url(/images/separator_red_h.png) repeat-x transparent left;
}
.separator_h.above {
  position: relative;
  top: -2px;
  z-index: 2;
}

/* last-child stumbles over javascript tags, so can't do this with item_list */
#asset_list a.asset:last-child .separator_h,
#listitems_container.search_results a.listitem:last-child .separator_h,
#modules_container div.module:last-child .separator_h {
  display: none;
}

#listitems_container {
  margin-top: 35px;
}

.listitem {
  width: 800px;
  height: auto;
  display: block;
  float: left;
  margin-bottom: -2px;
}


.listitem.loading,
.module.loading {
  background: url(/images/scrolling_ajax_loader.png) transparent no-repeat center;
  height: 235px;
}

.listitem.scroller_loaded {
  opacity: 0;  /* initially hide to fadein when loaded */
  height: auto;
}

.listitem.loading {
  height: 235px;
  float: left;
}
.listitem.loading .listitem_content {
  height: 235px;
  float: left;
}


.listitem h2 {
  padding: 15px 0px 0px 30px;
  text-transform: uppercase;
  font-weight: normal;
  width: 300px;
  vertical-align: top;
  font-size: 19px;
  color: #E51913;
  float: left;
}
.listitem.active h2,
.listitem.hover h2 {
  font-weight: bold;
}

.listitem .separator_h,
.listitem.loading .separator_h {
  float: left;
}

.listitem .img_container {
  float: left;
  margin-left: 30px;
  width: 430px;
  text-align: center;
}

.listitem .img_container.img_placeholder {
  height: 235px;
}

#asset_list {
  margin-top: 35px;
}

#asset_list .asset {
  width: 700px;
  margin-top: -2px;
  display: block;
  float: left;
}
#asset_list .img_container {
  width: 640px;
  margin-left: 30px;
  text-align: center;
  float: left;
}
.asset_list .img_container.img_placeholder {
  height: 350px;
}
#asset_list .separator_h {
  float: left;
}

#asset_list .img_container img {
  float: left;
}

#modules_container {
  width: 640px;
  margin-top: 35px;
}

.module {
  width: 640px;
  margin-bottom: -2px; /* because of separator overlap */
  float: left;
}

.module.loading .module_content {
  height: 235px;
}

/* no image at top: margin for text after prev. separator */
.module.margin_above {
  margin-top: 24px;
}
/* no image at bottom: margin for text before separator */
.module.margin_below .separator_h.above {
  margin-top: 26px;
}
.module .separator_h.above {
  margin-top: -4px; /* TODO: FIND OUT WHY (should be -2!) */
}

.module_content {
  font-family: Georgia,serif;  
  font-size: 19px;
  line-height: 21px;
  width: 640px;
}

.subpage_title {
  text-transform: uppercase;
  font-weight: bold;
}

.module .column_container {
  width: 100%;
  float: left;
}

.module .column { 
  width: 310px;
  margin-bottom: 19px;
}
.module .column.left {
  float: left;
  margin-right: 20px;
}
.module .column.right {
  float: right;
}

.module div.column img {
  /*width: 310px;*/
  display: inline;
}

.module_content p {
  padding-bottom: 19px;
}
.module_content p:last-child {
  margin-bottom: -2px;
  padding-bottom: 0px;
}
.module_content p img {
}

.module_content p a {
  text-decoration: underline;
}

.module_content p .subpage_title cufon,
.module_content p strong cufon {
  padding-top: 2px;
}

#contact_form {
  width: 640px;
}

#contact_form .form_field {
  position: relative; /* needed so label's absolute pos sees this as father! */
}

#contact_form .label {
  display: none;  /* initially hidden */
  position: absolute;
  left: 0px;
  top: 5px;
  padding: 10px;
  z-index: 2;
  color: #FFFFFF;
  height: 20px;
  width: 630px;
  cursor: text;
  text-transform: uppercase;
}

#contact_form input#email_address,
#contact_form input#email_subject,
#contact_form textarea {
  width: 620px;
  border: none;
  margin-top: 5px;
  padding: 10px;
  background: #E51913;
  color: #FFFFFF;
  font-family: Georgia, serif;  
  font-size: 19px;
}

#contact_form input#email_address,
#contact_form input#email_subject {
  height: 20px;
}

#contact_form textarea {
  height: 190px;
  overflow: auto;
}

#contact_form .bottom_bar {
  width: 640px;
  padding: 10px 0px 0px 0px;
}

.bottom_bar .loader_img,
.bottom_bar .flash
{
  float: right;
  display: none;
}

.bottom_bar .submit {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  cursor: hand;  /* IE fix */
  cursor: pointer;
}


#search_form .form_field {
  position: relative;
}
#search_form input.submit {
  display: none;
}
#search_form .label {
  display: none;
  font-size: 19px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  cursor: text;
}
#search_form input#query {
  width: 100%;
  visibility: hidden;
  padding: 0 0 0 4px;
  margin-top: -2px;
  border: 1px solid #E51913;
  color: #FFFFFF;
  background: #E51913;
  font-family: Georgia, serif;  
  font-size: 15px;
  width: 146px;
  height: 22px;
}

#search_result_summary {
  width: 188px;
  margin: 5px 0px 5px 41px;
  height: 46px;
  font-size: 14px;
}

#search_result_summary .text {
  display: none;
}

#search_result_summary .query {
  font-weight: bold;
}

.search_results .page.listitem,
.search_results .page.listitem .listitem_content {
  height: auto;
}

.search_results .text_container {
  width: 800px;
  height: auto;
  margin-top: 25px;
  padding-bottom: 25px;
  font-size: 19px;
}


