/* [Layout Style] */

#layout_centre { text-align: center; }
#layout        { text-align: left; width: 925px; margin: 5px auto; }
#layout_toolbar { }
#layout_banner {
  position: relative;
  height: 150px;
  -webkit-border-radius: 13px 13px 0 0;
  -moz-border-radius: 13px 13px 0 0;
  border-radius: 13px 13px 0 0;
}
#layout_banner_logo {
  position: absolute; display: block; top: 10px; left: 10px; border: 0px;
}
#layout_banner_search_bg {
  position: absolute; top: 22px; left: 657px;
  width: 216px; height: 19px;
  background: url(/UserFiles/Image/layout/search_bg.png) no-repeat 0 0;
}
#topbar_search {
  position: absolute; top: 1px; left: 62px; border: 0px; margin: 0px; padding: 0px;
}
#topbar_search_btn {
  position: absolute; top: 20px; left: 880px; width: 26px; height: 22px;
  border: 0px; margin: 0px; padding: 0px;
  background: url(/UserFiles/Image/layout/btn_go.png) no-repeat 0 0;
}
#topbar_search_btn:hover {
  background-position: 0% 100%;
}
#layout_banner_tagline {
  position: absolute; display: block; top: 60px; left: 342px;
}
#layout_banner_nav {
  position: absolute; top: 119px; right: 17px;
}
#layout_banner_line {
  height: 8px; overflow: hidden;
}
#layout_main {
  position: relative;
  border-width: 0px 1px 0px 1px; background: #ffffff;
  background: url(/img/sysimg?img=/UserFiles/Image/layout/two_columns.gif,ebebeb,ffffff) repeat-y 0 0;
}
#layout_swoosh {
  display: block;
}
#layout_swoosh_tagline {
  position: absolute; top: 18px; left: 478px; display: block; 
}
#layout_col_1 {
  float: left; width: 190px; padding: 0px 12px 0 7px; 
}
#layout_col_2 {
  float: left; width: 694px; padding: 0px 10px;
}
#layout_col_1 h1,
#layout_col_2 h1 {
  font: italic normal 125% Arial; margin: 0.5em 3px;
}
#layout_col_1 .box {
  position: relative;
  *z-index: -1; /* Only for IE7 and below */
  webkit-border-radius: 4px;
  moz-border-radius: 4px;
  border-radius: 4px;
  padding: 5px;
  margin: 5px 0 10px 0;
  box-shadow: #888 2px 2px 5px;
  -webkit-box-shadow: #888 2px 2px 5px;
  -moz-box-shadow: #888 2px 2px 5px;
}
#layout_col_2 .box {
  position: relative;
  *z-index: -1; /* Only for IE7 and below */
  webkit-border-radius: 4px;
  moz-border-radius: 4px;
  border-radius: 4px;
  padding: 5px;
  margin: 5px 0 10px 0;
}
#content_block_home_featured {
  font-size: 150%; text-align: center; margin: 0.25em 0;
}
#gallery_thumbnails_categories img {
  display: block;
}
#layout_pre_footer {
  height: 25px; overflow: hidden; border-bottom: 1px solid #ffffff;
}
#layout_footer {
  text-align: center; padding: 25px 0;
}
#layout_footer a {
  color: #ffffff; text-decoration: none;
}
#layout_footer a:hover {
  color: #a0a0ff; text-decoration: underline;
}
#layout_quicklinks {
}
#layout_copyright {
  font-size: 80%;
}