html {
    background-image: url("img/background.jpg");
    background-color: #58585b;
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
    width: 100%;
    height: 100%;
	font-family: arial, verdana, sans-serif;
	background-attachment: fixed;
}

body {
    background-image: url("img/logo.png");
    background-repeat: no-repeat;
}

@media screen and (max-width: 1550px) and (min-width:1230px) {
    body {
        background-image: url("img/logo2.png");
    }
}

@media screen and (max-width: 1229px) {
    body {
        background-image: url("img/logo3.png");
    }
}

a:link {color:#ff9f3f;}      /* unvisited link */
a:visited {color:#ff3d2d;}  /* visited link */
a:hover {color:#ff3d2d;}  /* mouse over link */
a:active {color:#ff3d2d;}  /* selected link */

a.navLink:link { color: #FFFFFF; text-decoration:none; }
a.navLink:visited { color: #FFFFFF; text-decoration:none; }
a.navLink:hover { color: #FFFFFF; text-decoration:none; }
a.navLink:active { color: #FFFFFF; text-decoration:none; }

div#mainContainer {
    width: 852px;
    color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    padding: 16px;
}

div.content {
    width: 852px;
    color: #ffffff;
    margin-left: auto;
    margin-right: auto;
	margin-top: 20px;
    background-color: rgb(21, 21, 25);
    background-color: rgba(0, 0, 0, 0.5);
    border: 0;
    border-radius: 16px;
    padding: 16px;
	font-size: 1.1em;
}

h1, h2, h3 {
    color: #ff9f3f;
    margin-top: 0;
    font-family: Georgia;
    font-weight: bold;
    text-shadow:
        1px 0px 5px rgba(0, 0, 0, 0.33),
        0px 1px 5px rgba(0, 0, 0, 0.33),
        -1px 0px 5px rgba(0, 0, 0, 0.33),
        0px -1px 5px rgba(0, 0, 0, 0.33)
        ;
}

div#footer {
	margin-top: 20px;
    text-align: center;
    font-size: 0.9em;
    margin-left: auto;
    margin-right: auto;
}

#menuItems {
    white-space: nowrap;
    display: inline-block;
    list-style-type: none;
    padding: 0;
    padding-top: 12px;
    margin: 0;
    margin-left: 24px;
    height: 34px;
    width: 100%;
}

.menuText {
    height: 100%;
    position: relative;
    display: inline-block;
    padding-left: 28px;
    padding-right: 28px;
    padding-top: 0;
    padding-bottom: 0;
    color: #ffffff;
    font-family: Georgia;
    font-weight: bold;
    font-size: 22px;
    line-height: 100%;
    text-shadow:
        1px 0px 5px rgba(0, 0, 0, 0.33),
        0px 1px 5px rgba(0, 0, 0, 0.33),
        -1px 0px 5px rgba(0, 0, 0, 0.33),
        0px -1px 5px rgba(0, 0, 0, 0.33)
        ;
}

.popMenu:hover > ul {
    display: block;
}

.popMenuItems {
	font-family: arial, verdana, sans-serif;
    font-size: 0.71em;
    text-shadow: none;
    background-color: #bebebe;
    list-style-type: none;
    padding: 0;
    display: none;
    position: absolute; left: 16px; top: 32px;
    z-index: 999;
    box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.33);
    border-width: 1px;
    border-style: solid;
    border-color: #ededed #5c5c5c #5c5c5c #ededed;
}

.popMenuItems li {
    text-shadow: none;
    padding: 2px 32px 2px 16px;
}

.popMenuItems li a:link { color: #191919; text-decoration:none; font-weight: bold; }
.popMenuItems li a:visited { color: #191919; text-decoration:none; font-weight: bold; }
.popMenuItems li a:hover { color: #5f5f5f; text-decoration:none; font-weight: bold; }
.popMenuItems li a:active { color: #5f5f5f; text-decoration:none; font-weight: bold; }

.popGL {
    position: relative;
}

.popGL:hover > div {
    display: block;
}

.popGLItems {
    text-align: center;
	font-family: arial, verdana, sans-serif;
    text-shadow: none;
    background-color: #202125;
    list-style-type: none;
    padding: 8px 0;
    display: none;
    position: absolute;
    z-index: 999;
    border-width: 1px;
    border-style: solid;
    border-color: #1d1e22 #20252b #000000 #3d3d3d;
    width: 202px;
}

.popGLInline {
    font-size: 0.85em;
	font-family: arial, verdana, sans-serif;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
    padding: 8px;
    display: none;
    position: absolute;
    left: 0;
    top: 1.3em;
    z-index: 999;
    border-radius: 8px;
	white-space: nowrap;
}

.popGLItems a:link { color: #979c86; text-decoration:none; }
.popGLItems a:visited { color: #979c86; text-decoration:none; }
.popGLItems a:hover { color: #d5deb7; text-decoration:none; }
.popGLItems a:active { color: #d5deb7; text-decoration:none; }

#innerTitleContainer {
    background-color: rgb(21, 21, 25);
    background-color: rgba(0, 0, 0, 0.5);
    border: 0;
    border-radius: 16px;
    width: 100%;
    height: 100%;
    padding: 16px;
    position: relative;
    left: -16px;
}

#mainImage {
    background-color: #000000;
    width: 636px;
    height: 358px;
    padding: 0;
    background-repeat: no-repeat;
    background-image: url("screens/bodyhopping.gif");
    border: 2px solid;
    border-color: #000000;
    position: relative;
    display: inline-block;
}

img#startTrailer {
    width: 636px;
    height: 358px;
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
}

img.startTrailerVisible {
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

img.startTrailerHidden {
    opacity: 0.66;
    filter: alpha(opacity=66); /* For IE8 and earlier */
}

#trailerContainer {
    background-color: #000000;
    width: 636px;
    height: 358px;
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

#sidebar {
    width: 204px;
    height: 358px;
    background-color: #000000;
    border: 0;
    padding: 2px;
    margin: 0;
    border-spacing: 0;
    display: block;
    float: right;
}

#sideText {
    height: 90px;
    width: 204px;
    display: table-cell; 
    vertical-align: middle;
    text-align: center;
}

h1.sideTitle {
    color: #ffffff;
    font-size: 1.4em;
    font-weight: bold;
    margin: 0;
}

h2.sideDesc {
    color: #ffffff;
    font-size: 0.9em;
    font-weight: normal;
    margin: 0;
    font-family: arial, verdana, sans-serif;
}

img.sideBtn {
    display: block;
}

#thumbnails {
    width: 100%;
    margin-top: 12px;
}

div.clearFloat {
	clear: both;
}

img.thumb {
    width: 100px;
    height: 56px;
    border: 0;
}

.toTop {
    font-size: 0.7em;
    text-align: right;
}

img.sprite {
    float: right;
    margin: 16px;
}

#chromeWarning {
    display: none;
}

#glOverlay, #glLandingOverlay {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: 9999;
}

div.shownOverlay {
    display: block;
    opacity: 0;
}

div.showingOverlay {
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

div.hidingOverlay {
    opacity: 0;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.hiddenOverlay {
    display: none;
}

.glOverlayCenter {
    margin: 0;
    padding: 0;
    position: fixed;
    top: 50%;
    left: 50%;
}

.glOverlayEdge {
    position: absolute;
    left: -320px;
    top: -180px;
    width: 600px;
    height: 320px;
    background-color: #ffffff;
    border-radius: 16px;
    margin: 0;
    padding: 20px;
}

.glOverlayContent {
    width: 600px;
    height: 320px;
    background-color: #2f3035;
    border-radius: 16px;
    margin: 0;
    padding: 0;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.glOverlayText {
    text-align: left;
    margin: auto;
    width: 90%;
}

.glOverlayContent td a:link { color: #ff9f3f; text-decoration:none; }
.glOverlayContent td a:visited { color: #ff9f3f; text-decoration:none; }
.glOverlayContent td a:hover { color: #ff9f3f; text-decoration:none; }
.glOverlayContent td a:active { color: #ff9f3f; text-decoration:none; }

img.glLogo {
    padding: 0;
    margin: 0;
    border: 0;
}

img.glClose {
    right: 38px;
    bottom: 38px;
    position: absolute;
    padding: 0;
    margin: 0;
    border: 0;
    width: 27px;
    height: 27px;
}

.featuredVideo {
    width: 100%;
    text-align: center;
	font: 0.8em arial, verdana, sans-serif;
	line-height: 200%;
}