/***** header *****/
#header { width: 100%; height: 475px; background: #242424 url(../images/header-bg.png) repeat-x; }
#header .container { width: 100%; height: 475px; background: url(../images/header-bg-bottom.png) repeat-x bottom; }
#header .container2 { width: 1280px; height: 438px; padding: 37px 0 0; margin: 0 auto; }

#header .container2_small { width: 1280px; height: 141px; padding: 37px 0 0; margin: 0 auto; }

#header .logo { float: left; position: relative; width: 291px; height: 61px; }
#header .logo img { position: absolute; right: 0; top: -25px; }

#header .nav { float: left; width: 924px; height: 60px; padding: 1px 0 0 65px; }
#header .nav li { float: left; list-style: none; line-height: 60px; font-size: 14px; font-weight: bold; text-shadow: 0 2px 0 #9C1829; }
#header .nav a { display: block; float: left; padding: 0 20px; }
#header .nav a:hover, #header .nav .active a { background: url(../images/header-nav-active.png) repeat-x; }

#header .slider { clear: both; width: 1280px; height: 377px; background: url(../images/header-slider-bg.jpg) no-repeat; }
#header .slider_small { clear: both; width: 1280px; height: 80px; background: url(../images/header-slider-bg.jpg) no-repeat; }

#slider_title { position: absolute; width: 1280px; bottom: 35px; text-align: center; color: #000000; font-size: 18px; font-weight: bold; text-transform: uppercase; }
#slider_alt { position: absolute; width: 1280px; bottom: 20px; text-align: center; color: #000000; font-size: 12px; text-transform: uppercase; }
