html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
}

body {
    font-size: 12px;
    font-family: "Trebuchet MS", Arial, sans-serif;
    text-align: center;
    background: #000 repeat-x left top;
    padding-bottom: 20px;
}

.clearer {
    clear: both;
}

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

a:hover {
    text-decoration: underline;
}

img {
    vertical-align: top;
}

#wrapper {
    width: 960px;
    margin: 0px auto;
}

#container {
    width: 744px;
    margin: 0px auto;
    text-align: left;
    background: url("../images/splashing_yellow.gif") no-repeat right 220px;
    padding: 0px 93px;
}

#header {
    padding-top: 5px;
    padding-bottom: 10px;
    position:relative;
}

#logo {
    width: 444px;
    height: 98px;
    background: url("../images/logo.gif") no-repeat left top;
    position: relative;
    margin: 0px auto;
}

.new_img {
    position: absolute;
    top: 5px;
    right: -60px;
}

#navigation {
    height: 53px;
    position: relative;
    top: -15px;
    list-style-type: none;
}

#navigation li {
    display: block;
    float: left;
    height: 53px;
    margin-right: 35px;
}

#navigation a {
}

.logos {
    margin-bottom: 6px;
    background: #fff url("../images/white_top_round.gif") no-repeat left top;
    text-align: center;
    width: 744px;
    overflow-x: hidden;
    zoom: 1;
}

.logos_layer2 {
    background: url("../images/white_bottom_round.gif") no-repeat left bottom;
    padding: 0px;
    height: 47px;
    width: 744px;
    position: relative;
    overflow-y: hidden;
    zoom: 1;
}

.main_content {
    width: 592px;
    float: left;
    background: #fff url("../images/main_content_top_round.gif") no-repeat left top;
    overflow-x: hidden;
    
}

.main_content_layer2 {
    background: url("../images/main_content_bottom_round.gif") no-repeat left bottom;
    padding: 30px 20px 20px;
    height: 340px;
    width: 552px;
    zoom: 1;
}

.slides {
    width: 552px;
    height: 340px;
    overflow: hidden;
    position: relative;
    float: left;
}

.slides .slides_content {
    position: absolute;
    width: 95000px;
    list-style-type: none;
}

.slides .slides_content li.slide_placeholder {
    display: block;
    float: left;
    width: 552px;
    line-height: 13px;
}

.slide_image {
    text-align: center;
    padding-bottom: 15px;
}

.main_image {
    width: 272px;
    height: 198px;
    background: url("../images/shadow.gif") no-repeat right bottom;
    float: right;
}

.empty {
    display: none;
}

.bottom {
    margin-top: 18px;
    padding: 20px 0px 0px 10px;
    background: url("../images/bottom_bg.gif") repeat-x left top;
    zoom: 1;
	text-transform: lowercase;
}

*+html .bottom {
    margin-top: -10px;
}

.bottom .column {
    width: 260px;
    float: left;
    position: relative;
    zoom: 1;
}

.bottom .column .column_title {
    margin-bottom: 15px;
    zoom: 1;
}

*+html .bottom .column .column_title {
    margin-bottom: 5px;
}

.bottom ul {
    list-style-type: none;
    line-height: 10px;
    font-size: 11px;
    zoom: 1;
}

.bullets_list li {
    padding-left: 10px;
    background: url("../images/bullet.gif") no-repeat left center;
}

.bottom .yellow {
    display: block;
    float: left;
    width: 22px;
    color: #fbba00;
    font-weight: bold;
}

.bottom_link {
    position: absolute;
    top: 0px;
    right: 0px;
}

.yellow_box {
    background: #fbba00 url("../images/yellow_top_round.gif") no-repeat left top;
    text-align: center;
    width: 140px;
    float: right;
}

.yellow_box_layer2 {
    background: url("../images/yellow_bottom_round.gif") no-repeat left bottom;
    padding: 15px 8px 0px;
    zoom: 1;
}

.yellow_box .box_title {
    font-weight: bold;
    font-size: 28px;
    color: #fff;
    line-height: 40px;
    border-bottom: solid 2px #fdd97b;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.yellow_box .box_title big {
    font-size: 48px;
    color: #000;
    letter-spacing: 5px;
}

.white {
    color: #fff;
}

.yellow_box p {
    line-height: 15px;
    font-size: 9px;
}

.left_side {
  float:left;
  width:276px;
  height:223px;
  font-size: 11px;
}

.bottom_slides {
    padding-bottom: 10px;
    height: 55px;
    width: 550px;
    margin: 0px auto;
    text-align: center;
}

.bottom_slides ul {
    list-style-type: none;
}

.bottom_slides ul li {
    display: block;
    float: left;
    height: 55px;
    width: 125px;
    margin-right: 5px;
}

.slideshow {
    list-style-type: none;
    position: relative;
    height: 187px;
}

.slideshow li {
    height: 187px;
    width: 263px;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
    filter:alpha(opacity=0);
    background: #fff;
    z-index: 8;
}

.slideshow li.active {
    z-index: 10;
    opacity: 1;
    filter:alpha(opacity=100);
}

.slideshow li.last-active {
    z-index: 9;
}

.nopadding{
padding-bottom: 0;

}

#yellow_slideshow {
    width:140px;
    height:387px;
    overflow:hidden;
    list-style-type:none;
    position:relative;
}

#yellow_slideshow li {
    position:absolute;
    height:387px;
    top: 0px;
    left: 0px;
    opacity: 0;
    filter:alpha(opacity=0);
    z-index: 8;
}

#yellow_slideshow li.active {
    z-index: 10;
    opacity: 1;
    filter:alpha(opacity=100);
}

#yellow_slideshow li.last-active {
    z-index: 9;
}

#top_links {
    position:absolute;
    top: 3px;
    right:0px;
    font-weight:bold;
}

#top_links a {
    color:#000;
    text-decoration:none;
}

#dock {
  position:relative;
}

#dock-container {
	margin-top: 6px;
  text-align:center;
  position:absolute;
}

#dock-container .dock-item {
  position:absolute;
  width:110px;
  top: 0px;
}

#dock-container .dock-item img {
  margin:0px 5px;
  width:100%;
}

.logos_layer2 a {
    display: block;
    width: 186px;
    float: left;
    overflow: hidden;
}

#slideshow_navigation {
    display: none;
}
