@charset "utf-8";
/* CSS Document */

/* -------------------------------------------------------------------------------

	LAYOUT
	
------------------------------------------------------------------------------- */

body	{
	background-image: url(img-layout/site-bg.jpg);
	background-repeat: repeat-x;
	background-color: #fbe0aa;
	padding-top: 0px;
}

a:active, a:focus {outline: none;}

#header	{
	position: relative;
	height: 358px;
	background-position: bottom;
	background-repeat: no-repeat;
	/* background-image: url(img-layout/headerImage.jpg); */
	background-image: url(../../images/ab-test/ArtworkHeader-testC.jpg);
}

#header.googleTest-A	{
	background-image: url(../../images/ab-test/ArtworkHeader-testA.jpg);
}

#header.googleTest-B	{
	background-image: url(../../images/ab-test/ArtworkHeader-testB.jpg);
}

#header.googleTest-C	{
	background-image: url(../../images/ab-test/ArtworkHeader-testC.jpg);
}

#siteBody	{
	background-color: #FFFFFF;
	padding-top: 30px;
}

#footer	{
	height: 75px;
	background-image: url(img-layout/footer-bg.gif);
	margin-top: 2em;
}

#logo	{
	position: relative;
	z-index: 1;
	top: -75px;
	left: 50px;
	width: 214px;
	height: 115px;
	/* background-image: url(img-layout/wewaii-logo.png); */
}

#badges	{
	position: absolute;
	z-index: 10;
	top: 310px;
	left: 40px;
	width: 960px;
	height: 70px;
	line-height: 70px;
	text-align: right;
}

#badgesLeft	{
	position: absolute;
	display: inline;
	width: 480px;
	left: -15px;
	top: -20px;
	height: 85px;
	line-height: 85px;
	text-align: left;
}

#badgesRight	{
	position: absolute;
	display: inline;
	width: 480px;
	left: 400px;
	height: 70px;
	line-height: 70px;
	text-align: right;
}

#badgesSocial	{
	position: relative;
	text-align: center;
	padding-top: 15px;
}
#badgesSocial a	{
	background-image: none;
	display: inline;
	text-decoration: none;
}

img.badgeWewaiiShop	{
	position: relative;;
	left: 20px;
	top: -10px;
	z-index: 100;
}

/* -------------------------------------------------------------------------------

	HEADER INFO-AREA
	
------------------------------------------------------------------------------- */

#headerInfoArea	{
	position: absolute;
	z-index: 1;
	top: 55px;
	left: 478px;
	width: 438px;
	height: 242px;
	background-image: url(img-layout/infoArea-bg.png);
	background-repeat: no-repeat;
	text-align: center;
	color: #FFFFFF;
	padding: 0px;
	padding-top: 15px;
}

* html #headerInfoArea	/* IE6 */{
	position: relative;
	background-image: none;
	top: 0;
	left: 0;
	}

* html #headerInfoAreaWrapper	/* IE6 */{
	background-image: url(img-layout/infoArea-bg.png);
	background-repeat: no-repeat;
	}
	
* html #headerInfoAreaWrapperPos	/* IE6 */{
	position: absolute;
	z-index: 1;
	top: 50px;
	left: 488px;
	width: 408px;
	height: 242px;
	text-align: center;
	color: #FFFFFF;
	padding: 15px;

	}

#headerInfoArea	h1	{
	background-image: none;
	width: 100%;
	padding: 0;
	font-size: 22px;
}

#headerInfoArea	p a	{
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: underline;
}

#headerInfoArea	p a:hover	{
	color: #cefc9d;
}

#headerInfoArea	p strong	{
	font-weight: bold;
}

/* -----------------------------------------------------
	PLAY NOW BUTTON
----------------------------------------------------- */

*:first-child+html #infoArea_playNowWrapper a	{
	left: 0;
}

a.playNowButton	{
	position: relative;
	display: block;
	left: 60px;
	width: 313px;
	height: 69px;
	background-image: url(img-layout/call2action.png);
	background-repeat: no-repeat;
	background-position: top;
	margin-bottom: 10px;
	text-decoration: none;
}

a.playNowButton:hover	{
	background-position: bottom;
}

a.playNowButton span.buttonTextMain	{
	position: relative;
	top: 10px;
	display: block;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bolder;
	margin-bottom: 14px;
	text-shadow: 0px 1px 0px #19430f;
	-moz-text-shadow: 0px 1px 0px #19430f;
	-webkit-text-shadow: 0px 1px 0px #19430f;
	}

a.playNowButton span.buttonTextSub	{
	position: relative;
	display: block;
	color: #19430f;
	font-size: 11px;
	font-weight: bolder;
	text-shadow: 0px 1px 0px #cefc9d;
	-moz-text-shadow: 0px 1px 0px #cefc9d;
	-webkit-text-shadow: 0px 1px 0px #cefc9d;
}

a.playNowButton:hover span.buttonTextMain	{
	
	color: #19430f;
	text-shadow: 0px 1px 0px #fff;
	-moz-text-shadow: 0px 1px 0px #fff;
	-webkit-text-shadow: 0px 1px 0px #fff;
	}

a.playNowButton:hover span.buttonTextSub	{
	position: relative;
	display: block;
	color: #19430f;
	font-size: 11px;
	font-weight: bolder;
	text-shadow: 0px 1px 0px #cefc9d;
	-moz-text-shadow: 0px 1px 0px #cefc9d;
	-webkit-text-shadow: 0px 1px 0px #cefc9d;
}

/* -------------------------------------------------------------------------------

	HEADER SUBPAGES
	
------------------------------------------------------------------------------- */

#headerSubPage	{
	position: relative;
	width: 100%;
	height: 10px;
	background-image: url(img-layout/siteHeader.jpg);
	background-repeat: no-repeat;
	margin-bottom: 0;
}

#headerImgSubPage	{
	position: relative;
	width: 290px;
	height: 290px;
	background-image: url(img-layout/headerImageSubPage.jpg);
	background-repeat: no-repeat;
	background-position: -250px 0;
	margin-bottom: 2em;
}

* html #headerSubPage #logo	/* IE6 */{
	margin-bottom: -95px;
}

/* -------------------------------------------------------------------------------

	GRID-MODIFICATIONS
	
------------------------------------------------------------------------------- */

/*.container_12
{
	 background-color: #FFFFFF;
} */

/* -------------------------------------------------------------------------------

	TYPO
	
------------------------------------------------------------------------------- */

p	{
	color: #666;
	padding-left: 20px;
}

#headerInfoArea p	{
	color: #ffffff;
	padding: 0;
}


h1.start {
	width: 275px;
	height: 33px;
	line-height: 33px;
	color: #FFFFFF;
	font-size: 18px;
	padding-left: 15px;
	background-image: url(img-layout/h1-bg.gif);
}

h1.introduction
{
	color: #FFFFFF;
}

h1
{
	width: 100%;
	color: #04b0de;
	font-size: 18px;
	line-height: 20px;
}

h2
{
	width: 100%;
	color: #666666;
	font-size: 15px;
	line-height: 20px;
}

p.startPage	{
	padding: 0 10px 0 10px;
}

#footer p	{
	color: #FFFFFF;
	margin-top: 40px;
	text-align: center;
	font-size: 11px;
}

em	{
	font-style: normal;
	font-size: 11px;
}

p.award	{
	text-align: center;
	padding: 0;
	margin-bottom: 5px;
}

p.award img	{
	position: relative;
	left: -50px;
}

/* -------------------------------------------------------------------------------

	LINKS
	
------------------------------------------------------------------------------- */

/* -------------------------------------------
	TEXT
------------------------------------------- */

p a	{
	color: #04b0de;
	text-decoration: none;
}


p a:hover	{
	color: #04b0de;
	text-decoration: underline;
}


/* -------------------------------------------
	FOOTER
------------------------------------------- */

#footer p a	{
	color: #FFFFFF;
	text-decoration: underline;
}

#footer p a:hover	{
	color: #e7511e;
	text-decoration: underline;
}

/* -------------------------------------------
	UL navList
------------------------------------------- */

ul.navList	{
	list-style: none;
	padding: 0;
}	

ul.navList li	{
	width: 268px;
	height:25px;
	line-height: 25px;
	margin: 0 0 5px 10px;
	border: 1px solid #b3e9f6;
	padding: 0;
}	

ul.navList li a	{
	display: block;
	background-image: url(img-layout/listLinkBG.jpg);
	background-position: top right;
	background-repeat: repeat-x;
	color: #04b0de;
	text-decoration: none;
	padding-left: 10px;
}

* html ul.navList li a	{
	width: 268px;
	height:25px;
}	


ul.navList li a:hover	{
	display: block;
	background-image: url(img-layout/listLinkBG.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	color: #ffffff;
	text-decoration: none;
	padding-left: 10px;
}	

/* -------------------------------------------------------------------------------

	LISTS
	
------------------------------------------------------------------------------- */

ul#features	{
	list-style-type: none;
	list-style-image: none;
	padding: 0;
	margin: 0;
	position: relative;
}

ul#features li	{
	background-image: url(img-layout/list-style-start.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding: 0px 10px 0px 15px;
	margin-bottom: 6px;
	margin-left: 10px;
	color: #333333;
	line-height: 135%;

}

/* -------------------------------------------------------------------------------

	SLIDESHOW
	
------------------------------------------------------------------------------- */

#show
{
	width: 258px;
	height: 130px;
	top: 14px;
	left: -1px;
}

#slideshow-bg
{
	width: 290px;
	height: 189px;
	background-image: url(img-layout/screenshots-bg.jpg);
	background-repeat: no-repeat;
}

#slideshowClickarea
{
	width: 270px;
	height: 25px;
	line-height: 25px;
	display: block;
	position: relative;
	top: 18px;
	left: 10px;
}

#playButton
{
	position: absolute;
	right: 20px;
	top: 1px;
}

#scrTitle
{
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 20px;
}

/* -------------------------------------------------------------------------------

	DEP
	
------------------------------------------------------------------------------- */

#dep	{
	position: relative;
	z-index: 50;
	display: inline-block;
	top: -185px;
	left: 300px;
	width: 214px;
	height: 115px;
}

/* -------------------------------------------------------------------------------

	LOGIN-AREA
	
------------------------------------------------------------------------------- */

/* ---------------------------- Layout ---------------------------- */

#loginContainer	{
	width: 945px;
	height: 100px;
	text-align: right;
	padding-right: 15px;

}

#loginArea	{
	position: relative;
	height: 70px;
	top: -10px;
	padding-top: 10px;
}

#loginAreaIcons	{
	position: relative;
	float: right;
	height: 70px;
	padding-left: 8px;
	background-color: #dff0f4;
	max-width: 650px;
	overflow: visible;
	z-index: 800;
	border-bottom: 1px solid #FFFFFF;

}

#loginAreaAction	{
	position: relative;
	float: right;
	width: 110px;
	height: 55px;
	padding: 15px 15px 0 15px;
	text-align: center;
	line-height: 70px;
	background-color: #dff0f4;
	border-bottom: 1px solid #FFFFFF;
}

#loginAreaPlayerCountWrapper	{
	position: relative;
	float: right;
	width: 123px;
	height: 70px;
	padding: 0 10px 0 0;
	background-color: #dff0f4;
	-moz-border-radius-bottomright: 5px;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

#loginAreaPlayerCount	{
	position: relative;
	height: 45px;
	width: 110px;
	top: 7px;
	padding: 8px 0 0 10px;
	background-color: #d1e6ec;
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #ecf3f6;
	text-align: left;

}

#loginAreaMyServers	{
	position: relative;
	float: right;
	line-height: 70px;
	height: 70px;
	padding: 0 2px 0 10px; 
	font-weight: bold;
	color: #5f8593;
	background-color: #dff0f4;
	-moz-border-radius-bottomleft: 5px;
	max-width: 650px;
	overflow: visible;
	z-index: 800;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}

/* ---------------------------- Quickstart-Icons ---------------------------- */

.serverIconQuickStart	{
	border: 1px solid #a5b6be;
	border-top: none;
}

a:hover .serverIconQuickStart	{
	border: 1px solid #ffffff;
	border-top: none;
}


/* ---------------------------- PlayerCount ---------------------------- */

#loginArea .number	{
	font-family: "Courier New", Courier, monospace;
}

#loginArea .total	{
	color: #5f8593;
}

#loginArea .online	{
	color: #669900;
}


#loginArea .label	{
	color: #5f8593;
}

#loginAreaPlayerCount p	{
	line-height: 100%;
}

/* ---------------------------- Register Button Header---------------------------- */

a.registerButtonHeader	{
	position: relative;
	display: block;
	left: 0px;
	width: 110px;
	height: 39px;
	line-height: 39px;
	background-image: url(img-layout/servers/button_login.png);
	background-repeat: no-repeat;
	background-position: top;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bolder;
	text-decoration: none;
	text-shadow: 0px 1px 0px #336633;
	-moz-text-shadow: 0px 1px 0px #336633;
	-webkit-text-shadow: 0px 1px 0px #336633;
	}

a.registerButtonHeader:hover	{
	background-position: bottom;
	color: #336633;
	text-shadow: 0px 1px 0px #fff;
	-moz-text-shadow: 0px 1px 0px #fff;
	-webkit-text-shadow: 0px 1px 0px #fff;
	}	
/* ---------------------------- RegisterHead ---------------------------- */

#registerHead	{
	position: absolute;
	z-index: 850;
	width: 100%;
	height: 20px;
	top: 80px;
	text-align: right;
	line-height: 20px;
}


#registerHead p	{
	padding-right: 8px;
}
/* -------------------------------------------------------------------------------

	7GAMES CO-BRANDING

	
------------------------------------------------------------------------------- */

#cobrandLogo	{
	position: absolute;
	z-index: 100;
	top: -8px;
	left: 290px;
	width: 150px;
	height: 60px;
}

/* -------------------------------------------------------------------------------

	EYECATCHER
	
------------------------------------------------------------------------------- */


#eyecatcher	{
	position: absolute;
	left: 830px;
	top: 120px;
	z-index: 800;
	width: 193px;
	height: 136px;
}

#eyecatcher a	{
	position: relative;
	display: block;
	width: 193px;
	height: 136px;
	background-image: url(img-layout/eyecatcher.png);
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 15px;
	text-decoration: none;
}

#eyecatcher a span	{
	position: relative;
	top: 40px;
}

#eyecatcher a:hover span	{
	position: relative;
	top: 40px;
	color: #7cf9ef;
}

/* -------------------------------------------------------------------------------

	RANDOM HOTEL
	
------------------------------------------------------------------------------- */

.randomHotelContainer	{
	position: relative;
	overflow: hidden;
}

#randomHotelButton input	{
	position: absolute;
	top: -15px;
	right: -15px;
	z-index: 10;
	width: 41px;
	height: 41px;
	margin: 0;
	padding: 0;
	border: 0;
	border: 0;
	background: transparent;
	cursor: pointer; /* hand-shaped cursor */
	background-image: url(img-layout/reloadButton.png);
	background-repeat: no-repeat;
	background-position: top;
}

#randomHotelButton input:hover	{
	background-position: bottom;
}

/* Removing the dotted borders around the button */

/*for FireFox*/
    input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner
    {   
        border : 0px;
    } 
/*for IE8 */
    input[type="submit"]:focus, input[type="button"]:focus
    {     
        outline : none; 
    }
