/* Layout */
#Header {
    height: 120px;
    position: relative;
    margin-top: 4px;
}

#Header .logo {
    position: absolute;
    width: 160px;
    height: 163px;
    left:0px;
}

#navigationLeft {
    position:absolute;
    z-index: 2;
    background:url(../images/layout/navHorizontalBarLeft.png);
    width:750px;
    height:156px;
    left:160px;
}

#navigationRight {
    position: absolute;
    z-index: 1;
    background: url(../images/layout/navHorizontalBarRight.png);
    width: 45px;
    height: 156px;
    left: 909px;
}

/* Navigation */
#navigationLeft .navTopItems {
    display: block;
    left: -8px;
    position: absolute;
    top: 0px;
    width: 570px;
    height: 35px;
    line-height: 35px;
}

#navigationLeft .navTopItems ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#navigationLeft .navTopItems li {
    float: left;
    margin: 0;
    padding: 0;
}

#navigationLeft A {
    color: #FF7E30;
    -webkit-transition:color 0.3s ease-in;
    -moz-transition:color 0.3s ease-in;
    -o-transition:color 0.3s ease-in;
    transition:color 0.3s ease-in;
    text-decoration: none;
}

#navigationLeft .navTopItems li a:hover {
    color: #D24F00;
    text-decoration: underline;
}

#navigationLeft .navTopItems li a {
    background: url(../images/layout/bullet_yellow.gif) no-repeat scroll left;
    font-size: 0.75em;
    margin-left: 2px;
    margin-right: 10px;
    padding-left: 14px;
    display: block;
    line-height: 35px;
}

#navigationLeft .navTopSocialItems {
	display: block;
	right: -5px;
	position: absolute;
	top: 0px;
	font-size: 12px;
	text-align: right;
	color: #FF7E30;
	margin-top: 10px;
	width: 140px;
}

/* Login */
#login {
    z-index:2;
    position:absolute;
    top: 40px;
    right: 20px;
    width: 235px;
    height: 102px;
    font-size:12px;
    color:#FFFFFF;
}

#login .username, #login .password {
    clear: both;
    padding-top: 1px;
}

#login .username LABEL, #login .password LABEL {
    font-size: 10px;
    width: 65px;
    display: block;
    float: left;
    line-height: 1.2em;
    text-align: right;
    margin-left: 10px;
}

#login .password LABEL {
    line-height: 22px;
}

#login .loginError {
    margin-top: 14px;
}

#login A.forgotPassword {
    float: right;
    color: #FFF;
    font-size: 11px;
    line-height: 20px;
    margin-top: 5px;
    margin-right: 10px;
}

#login .errorMessage {
    background: url("../images/layout/icon_error.gif") no-repeat left;
    padding-left: 52px;
    color: #E51A21;
    font-size: 1.1em;
    line-height: 1.4em;
    margin-left: -7px;
    padding-top: 4px;
    padding-bottom: 4px;
    text-align: left;
    margin-bottom: 5px;
}

#login .loginError A {
    display: block;
    width: 50%;
    text-algin: center;
    float: right;
    color: #FFF;
    font-size: 11px;
    line-height: 20px;
    margin-top: 5px;
    margin-left: 0px;
    margin-right: 0px;
}

#login .loginError A:HOVER {
    color: #FF7E30;
}

#login .errorMessage SPAN {
    font-weight: bold;
}

#login .username INPUT, #login .password INPUT {
    border: 2px solid #FFAE00;
    width:135px;
    float: left;
    margin-left: 10px;
}

#login .message {
    margin-top: 3px;
    margin-bottom: 4px;
    font-weight: bold;
    padding-right:15px;
    text-align:right;
}

#login .message A {
    color: #FFF;
}

#login A.submit {
    clear: both;
    background-image:url("../images/layout/btnLogin.png");
    height: 24px;
    width: 63px;
    float: right;
    display: block;
    text-decoration: none;
    margin-right: 10px;
    margin-top: 3px;
}

#login a.submit span {
    display: none;
}

#LoginPanel .loginButton {
	position:relative;
	top:60px;
	left:73px;
	width:62px;
}

.loggedInPanel .userDetails A.logout {
    background: url(../images/account/loginButton_Sprite.png) left 0px;
    position:absolute;
    top: 31px;
    right: 2px;
    color: #FFF;
    font-size: 0.9em;
    display: block;
    line-height: 19px;
    padding-left: 10px;
    text-decoration: none;
}

.loggedInPanel .userDetails A.logout SPAN {
    margin: 0;
    position: relative;
    float:left;
    padding-right: 8px;
    background: url(../images/account/loginButton_Sprite.png) right 0px;
}

.loggedInPanel .userDetails A.logout:hover {
    background: url(../images/account/loginButton_Sprite.png) left -22px;
    text-decoration: underline;
}

.loggedInPanel .userDetails A.logout:hover SPAN {
    background: url(../images/account/loginButton_Sprite.png) right -22px;
}

.loggedInPanel .userDetails A.myAccountButton {
    position:absolute;
    top: 8px;
    right: 2px;
    display: block;
    background: url(../images/account/loginButton_Sprite.png) left -43px;
    color: #FF9A0B;
    line-height: 19px;
    padding-left: 5px;
    text-decoration: none;
    padding-left: 10px;
    font-size: 0.9em;
}

.loggedInPanel .userDetails A.myAccountButton SPAN {
    margin: 0;
    position: relative; /*To fix IE6 problem (not displaying)*/
    float:left;
    padding-right: 8px;
    background: url(../images/account/loginButton_Sprite.png) right -43px;
}

.loggedInPanel .userDetails A.myAccountButton:hover {
     background: url(../images/account/loginButton_Sprite.png) left -64px;
     text-decoration: underline;
}

.loggedInPanel .userDetails A.myAccountButton:hover SPAN {
    background: url(../images/account/loginButton_Sprite.png) right -64px;
}

.loggedInPanel .userDetails .user {
    position:absolute;
    top: 7px;
    left: 7px;
    width: 120px;
    line-height: 19px;
    text-align: left;
    font-weight: bold;
}

.loggedInPanel .btnLaunchVirtualWorld {
    position: absolute;
    top: 25px;
    left: -2px;
}

.loginError {
	width: 225px;
	height: 70px;
	display: block;	
	margin-top: 5px;
	float: right;
	position: relative;		
}

loginError a.submit {
    background-image: url("http://www.wiggletime.com/images/layout/btn_go_back.gif");
}

loginError a.submit {
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    height: 36px;
    left: 283px;
    position: absolute;
    text-decoration: none;
    top: -1px;
    width: 135px;
}

#navigationLeft .navButtons {
    position: relative;
    top:36px;
}

#navigationLeft .navButtons UL {
    margin: 0;
    padding: 0;
}

#navigationLeft .navButtons LI {
    float: left;
    list-style: none outside none;
    padding: 0;
    border-right: 1px solid #85BDFF;
    height:112px;
}

#navigationLeft .navButtons A {
    width: 76px;
	height: 95px;
	float: left;
	display: block;
	font-size:0px;
}

#navigationLeft .navButtons LI A.homeLink {
	background:url(../images/layout/topNavigationSprite.png) -3px 0px;
}

#navigationLeft .navButtons A.homeLink:hover {
	background:url(../images/layout/topNavigationSprite.png) -3px -104px;
}

#navigationLeft .navButtons A.gameLink {
	background:url(../images/layout/topNavigationSprite.png) -82px 0px;
}

#navigationLeft .navButtons A.gameLink:hover {
	background:url(../images/layout/topNavigationSprite.png) -82px -104px;
}

#navigationLeft .navButtons A.activtiesLink {
	background:url(../images/layout/topNavigationSprite.png) -162px 0px;
}

#navigationLeft .navButtons A:hover.activtiesLink {
	background:url(../images/layout/topNavigationSprite.png) -162px -104px;
}

#navigationLeft .navButtons A.videoLink {
	background:url(../images/layout/topNavigationSprite.png) -244px 0px;
}

#navigationLeft .navButtons A:hover.videoLink {
	background:url(../images/layout/topNavigationSprite.png) -244px -104px;
}

#navigationLeft .navButtons A.newsLink {
	background:url(../images/layout/topNavigationSprite.png) -325px 0px;
}

#navigationLeft .navButtons A:hover.newsLink {
	background:url(../images/layout/topNavigationSprite.png) -325px -104px;
}

#navigationLeft .navButtons A.toursLink {
	background:url(../images/layout/topNavigationSprite.png) -406px 0px;
}

#navigationLeft .navButtons A.toursLink:hover{
	background:url(../images/layout/topNavigationSprite.png) -406px -104px;
}
		 
#navigationLeft .navButtons A.forumLink {
	background:url(../images/layout/topNavigationSprite.png) -487px 0px;
}
 
#navigationLeft .navButtons A:hover.forumLink {
	background:url(../images/layout/topNavigationSprite.png) -487px -104px;
}