﻿#header
{
  background-image: url(/images/hdr_background_grade.gif);
  background-position: left top;
  background-repeat: repeat-x;
  height: 136px;
  overflow: hidden;
}
#header .swirl
{
  background-image: url(/images/hdr_background_swirl.gif);
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
#header-logo
{
  width: 977px;
  height: 87px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

#header-logo .main-logo
{
  float: left;
  margin-top: 15px;
}
#header-logo .sub-logo
{
  float: right;
}
#header-logo .sub-logo li
{
  float: left;
  margin-left: 15px;
  margin-top: 28px;
}

#header-menu
{
  background-image: url(/images/header-menu-bg.gif);
  background-position: left top;
  background-repeat: repeat-x;
  height: 37px;
  overflow: hidden;
}
#header-menu-items
{
  width: 977px;
  height: 37px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

#header-menu-items ul li
{
  float: left;
  height: 35px;
  margin-top: 2px;
  margin-right: 30px;
  padding-left: 35px;
}
#header-menu-items ul li.first
{
}
#header-menu-items ul li.last
{
  margin-right: 0px;
  float: right;
}
#header-menu-items ul li span
{
  display: block;
  padding-right: 35px;
  line-height: 30px;
}
#header-menu-items ul li a
{
  font-family: Verdana;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  color: black;
}
#header-menu-items ul li a:hover
{
  color: #ec1c23;
}


#header-menu-items ul li.active
{
  background-image: url(/images/header-menu-hilite.gif);
  background-position: left top;
  background-repeat: no-repeat;
}
#header-menu-items ul li.active span
{
  background-image: url(/images/header-menu-hilite.gif);
  background-position: right top;
  background-repeat: no-repeat;
}
#header-menu-items ul li.active a, #header-menu-items ul li.active a:hover
{
  color: White;
}

#content
{
  width: 977px;
  margin-left: auto;
  margin-right: auto;
}

#footer
{
  padding-top: 17px;
  background-image: url(/images/footer-bg.gif);
  background-position: left 17px;
  background-repeat: repeat-x;
}
#footer-items
{
  width: 977px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
}

#footer-items ul.links
{
  float: left;
}
#footer-items ul.links li
{
  display: inline;
  padding-right: 8px;
}
body.ie #footer-items ul.links li
{
  padding-left: 6px;
}
#footer-items ul.links li.last
{
  background-image: none;
}
#footer-items ul.links li a
{
  font-family: Arial;
  font-size: 10px;
  color: #666666;
  text-transform: uppercase;
  text-decoration: none;
}
#footer-items ul.links li a:hover
{
  text-decoration: underline;
}
#footer-items p.trade-mark
{
  float: right;
  font-family: Arial;
  font-size: 10px;
  color: #bcbaba;
  text-align: right;
}



.clear:after
{
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clear
{
  display: inline-block;
}
* html .clear
{
  height: 1%;
}
.clear
{
  display: block;
}

.rflow
{
  float: right;
  clear: right;
}

body.admin-edit .rflow
{
  display: none;
  clear: inherit;
}


/* select will be 10px wider than input[type=text] */
input.text, textarea.text, input.date, input.file
{
  margin: 1px 0;
  padding: 2px 4px;
}
select
{
  margin: 1px 0;
}

input.text, textarea.text, input.date, select
{
  font-family: Arial;
  font-size: 11px;
  color: #333333;
}

body.notie input.text, body.notie textarea.text, body.notie input.date
{
  border: solid 1px #cfcfcf;
}
body.notie select
{
  border: solid 1px #cfcfcf;
  padding: 1px 1px;
}
body.ie input.text, body.ie input.date
{
  padding: 1px 3px;
}


.ui-tabs-hide
{
  display: none;
}


body.ie .rounded-wrapper
{
  position: relative;
  zoom: 1;
}
body.ie .rounded-wrapper div.rounded-tl, body.ie .rounded-wrapper div.rounded-tr, body.ie .rounded-wrapper div.rounded-bl, body.ie .rounded-wrapper div.rounded-br
{
  position: absolute;
  display: block;
  width: 3px;
  height: 3px;
  font-size: 1px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-color: #ffffff;
}
body.ie .rounded-wrapper div.rounded-tl
{
  left: 0;
  top: 0;
  background-position: left top;
}
body.ie .rounded-wrapper div.rounded-tr
{
  right: 0;
  top: 0;
  background-position: right top;
}
body.ie .rounded-wrapper div.rounded-bl
{
  left: 0;
  bottom: 0;
  background-position: left bottom;
}
body.ie .rounded-wrapper div.rounded-br
{
  right: 0;
  bottom: 0;
  background-position: right bottom;
}
body.ie .rounded-wrapper-d8d8da div.rounded-tl, body.ie .rounded-wrapper-d8d8da div.rounded-tr, body.ie .rounded-wrapper-d8d8da div.rounded-bl, body.ie .rounded-wrapper-d8d8da div.rounded-br
{
  background-image: url(/images/corner-d8d8da.gif);
}
body.ie .rounded-wrapper-e8e9ea div.rounded-tl, body.ie .rounded-wrapper-e8e9ea div.rounded-tr, body.ie .rounded-wrapper-e8e9ea div.rounded-bl, body.ie .rounded-wrapper-e8e9ea div.rounded-br
{
  background-image: url(/images/corner-e8e9ea.gif);
}
