﻿/*************************************
                Reset
*************************************/

html {
	margin:0;
	padding:0;	
	outline:0;
	vertical-align:baseline;	
	overflow-y: scroll;
}

body {
    /*overflow-x:hidden;*/
}
ol, ul {
	list-style:none;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
* { 
    padding:0; 
    margin:0; 
}

/*************************************
        GENERAL DECLARATIONS
*************************************/

body {
	font-size:100.01%;
	font-family:Tahoma,times,serif;
	background: #f7f6f6;
}
a
{
	text-decoration:none;
	color: #cc0000;
}
a:hover
{
	text-decoration:none;
	color: #ffffff;
	background: #cc0000;
}
a:active { 
    outline:none; 
}
a:focus {
    -moz-outline-style:none;
}
.logo, .logo:hover {
    float:left;
    width:395px;
    height:74px;
    position:absolute;
    top: -20px;
    left: 379px;
    z-index: 100;
    background: transparent;
}
.helmet, .helmet:hover {
    float:left;
    width:172px;
    height:159px;
    position:absolute;
    top: -32px;
    left: 15px;
    z-index: 1;
    background: transparent;
}
img {
    border:0px;
}
.red
{
    color: #cc0000;
}
.stepcarousel
{
    position: relative; /*leave this value alone*/
    border: 0;
    overflow: scroll; /*leave this value alone*/
    width: 990px; /*Width of Carousel Viewer itself*/
    height: 739px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt
{
    position: absolute; /*leave this value alone*/
    left: 0;
    top: 0;
}

.stepcarousel .panel
{
    float: left; /*leave this value alone*/
    overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
    margin: 0; /*margin around each panel*/
    width: 990px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
    position: relative;
}
.tempGallery
{
    position: relative; /*leave this value alone*/
    border: 0;
    overflow: scroll; /*leave this value alone*/
    width: 600px; /*Width of Carousel Viewer itself*/
    height: 400px; /*Height should enough to fit largest content's height*/
}

.tempGallery .belt
{
    position: absolute; /*leave this value alone*/
    left: 0;
    top: 0;
}

.tempGallery .panel
{
    float: left; /*leave this value alone*/
    overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
    margin: 0; /*margin around each panel*/
    width: 600px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
    position: relative;
}
#containerMain
{
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    background: transparent url(../images/bg_containerMain.png) no-repeat center 65px;
}
#contentMain {
    width: 990px;
    height: 739px;
    margin: 88px auto 0 auto;
    padding: 0;
    background: #ffffff;
    position: relative;
    left: -1px;
    z-index: 1;
}
#contentClear
{
    width: 920px;
    height: 437px;
    filter: alpha(opacity=85);
    -moz-opacity: .85;
    background-color:#ffffff; 
    position: absolute;
    top: 104px;
    left: 15px;
    z-index: 2;
    margin: 0;
    padding: 20px;
}
#content
{
    position: absolute;
    top: 104px;
    left: 15px;
    width: 930px;
    height: 447px;
    margin: 0;
    padding: 15px;
    z-index: 3;
}
#ribbon {
    width: 100%;
    height: 58px;
    position: absolute;
    top: 691px;
    left: 0;
    background: transparent url(../images/bg_ribbon.jpg) repeat-x 0 0;
    z-index: 0;
}
.kart, .kart:hover
{
    position: absolute;
    top: 570px;
    left: 675px;
    z-index: 2;
    background: transparent;
}
.copyright
{
    position: absolute;
    width: 990px;
    top: 713px;
    left: 0px;
    font-size: 0.75em;
    color: #999999;
    text-align: center;
}
.copyright a
{
    color: #999999;
}
.copyright a:hover
{
    color: #ffffff;
}
#mainL
{
    float:left;
    width: 698px;
    margin: 0;
    padding: 0;
}
#sidebarR
{
    float: right;
    width: 240px;
    margin: 0;
    padding: 0;
}
#sidebarR .header
{
    float: left;
    width: 196px;
    height: 34px;
    margin: 0;
    padding: 12px 10px 15px 10px;
    background: transparent url(../images/hdr_sml.jpg) no-repeat 0 0;
}
#sidebarR .content
{
    float: left;
    width: 216px;
    margin: 0;
    padding: 0;
}
#mainR
{
    float: right;
    width: 723px;
    margin: 0;
    padding: 0;
}
#sidebarL
{
    float: left;
    width: 240px;
    min-height: 382px;
    margin: 0;
    padding: 0;
    background: transparent url(../images/bg_sideNav.jpg) no-repeat 0 0;
}
#sidebarL .header
{
    float: left;
    width: 196px;
    height: 34px;
    margin: 0;
    padding: 12px 10px 15px 10px;
    background: transparent url(../images/hdr_sml.jpg) no-repeat 0 0;
}
#sidebarL .content
{
    float: left;
    width: 216px;
    margin: 0;
    padding: 0;
}
#mainR .header
{
    float: left;
    width: 678px;
    height: 34px;
    margin: 0;
    padding: 12px 10px 10px 10px;
    background: transparent url(../images/hdr_med.jpg) no-repeat 0 0;
}
#mainR .content
{
    float: left;
    width: 723px;
    height: 100%;
    margin: 0 0 25px 0;
}
.fullHeader
{
    float: left;
    width: 875px;
    height: 20px;
    margin: 0;
    padding: 4px 0 0 5px;
    border-left: solid 40px #cc0000;
    font-size: 2.4em;
    font-weight: bold;
}
.fullContent
{
    float: left;
    width: 920px;
    margin: 15px 0 0 0;
    padding: 0;
}

/*************************************
             TYPOGRAPHY
*************************************/

body {
    font:.8em/1.6em Arial, Helvetica, sans-serif;
    line-height: 1.2em;
    color:#333333;
}   /* IE */
h1,h2,h3,h4,h5,h6 {
    font-family:Tahoma;
    clear:both;
}
h1 { color: #ffffff; font-size: 2.0em; font-weight: bold;}
h2 { font-size:1.5em; line-height:1.0em; font-weight: bolder; font-family:Sans-serif; letter-spacing:-0.045em; margin-bottom:7px; color:#cc0000;}
h2 a { color:#cc0000;}
h3 { font-size:1.1em; line-height:1.0em; font-weight: bolder; font-family:Sans-serif; letter-spacing:-0.045em; margin-bottom:7px; color:#cc0000;}
h3 a { color:#cc0000;}
h4 { font-size:2.0em; line-height:1.0em; font-weight: bolder; font-family:Sans-serif; letter-spacing:-0.045em; margin-bottom:7px; color:#cc0000;}
h4 a { color:#cc0000;}
h5 { font-size:1.1em; line-height:1.0em; font-weight: bolder; font-family:Sans-serif; letter-spacing:-0.045em; margin-bottom:7px; color:#333333;}
h6 { font-size:2.1em; line-height:1.0em; font-weight:bolder; font-family:Helvetica, Arial, sans-serif; letter-spacing:-0.04em;}
p {
    margin:0px 0px 13px 0px;
}

/*************************************
             NAVIGATION
*************************************/

ul#navmenu li a span .h
{
    display: none;
}
ul#navmenu {
    width:1001px;
    height:66px;
    margin:0;
    padding:0;
    list-style:none;
    position: absolute;
    top: 595px;
    left: -5px;
    background: #000000 url(../images/nav_sprite.jpg) no-repeat 0 0;
}
ul#navmenu li {
    float:left;
}
ul#navmenu li a {
    background:url(../images/nav_sprite.jpg) no-repeat scroll bottom left;
    display:block;
    height:63px;
    position:relative;
}
ul#navmenu li a.navHome {
    width:78px;
    background-position: 0px 0px;
}
ul#navmenu li a.navNews {
    width:69px;
    background-position: -78px 0px;
}
ul#navmenu li a.navAbout {
    width:102px;
    background-position:-147px 0px;
}
ul#navmenu li a.navGallery {
    width:94px;
    background-position:-249px 0px;
}
ul#navmenu li a.navAchievements {
    width:139px;
    background-position:-343px 0px;
}
ul#navmenu li a.navEvents {
    width:84px;
    background-position:-482px 0px;
}
ul#navmenu li a.navContact {
    width:96px;
    background-position:-566px 0px;
}

ul#navmenu li a span {
    background:url(../images/nav_sprite.jpg) no-repeat scroll bottom left;
    display:block;
    position:absolute;
    top:0;
    left:0px;
    height:66px;
    width:100%;
    z-index:200;
}
ul#navmenu li a.navHome span {
    background-position:0px -66px;
    cursor: hand;
}
ul#navmenu li a.navNews span {
    background-position:-78px -66px;
    cursor: hand;
}
ul#navmenu li a.navAbout span {
    background-position:-147px -66px;
    cursor: hand;
}
ul#navmenu li a.navGallery span {
    background-position:-249px -66px;
    cursor: hand;
}
ul#navmenu li a.navAchievements span {
    background-position:-343px -66px;
    cursor: hand;
}
ul#navmenu li a.navEvents span {
    background-position:-482px -66px;
    cursor: hand;
}
ul#navmenu li a.navContact span {
    background-position:-566px -66px;
    cursor: hand;
}