﻿/*
body 
{
	font-size: 62.5%;
	margin: 0;
	padding: 0;
	border: 0;
	left: 0;
	top: 0;
	background-color: #000000;
	height: 100%;
	text-align: center;
}
*/

.frontPagePanel
{
	/* width: 900px;  */
	height: 547px;
	background-image: url('../../Images/wcps_background5.jpg');
	background-repeat: no-repeat;
	background-color: #2B2B35;
	position: relative;
}

.frontPageTopGap
{
	height: 0px;	
}

.frontPageFooter
{
	width: 900px;
	height: 0px;
	position: relative;
}


.teaserVideoPanel
{
	position: absolute;
	top: 448px;
	left: 496px;
	width: 128px;
 	height: 97px;
}

.teaserVideoPanel:hover
{
	position: absolute;
	top: 448px;
	left: 496px;
	width: 128px;
 	height: 97px;
 	cursor: pointer;
}

.appStorePanel
{
	position: absolute;
	top: 457px;
	left: 245px;
	width: 221px;
 	height: 72px;
}

.appStorePanel:hover
{
	position: absolute;
	top: 457px;
	left: 245px;
	width: 221px;
 	height: 72px;
 	cursor: pointer;
}

.gameplayDemoPanel
{
	position: absolute;
	top: 448px;
	left: 643px;
	width: 128px;
 	height: 97px;
}

.gameplayDemoPanel:hover
{
	position: absolute;
	top: 448px;
	left: 643px;
	width: 128px;
 	height: 97px;
 	cursor: pointer;
}


/*
.floatingWhoIsPanel
{
	position: absolute;
	top: 369px;
	left: 0px;
	width: 575px;
 	height: 178px;
}

.quicksilverPanel
{
	position: absolute;
	top: 448px;
	left: 584px;
	width: 101px;
 	height: 81px;
}

.quicksilverPanel:hover
{
	position: absolute;
	top: 448px;
	left: 584px;
	width: 101px;
 	height: 81px;
 	cursor: pointer;
}

.electricPanel
{
	position: absolute;
	top: 448px;
	left: 685px;
	width: 76px;
 	height: 81px;
}

.electricPanel:hover
{
	position: absolute;
	top: 448px;
	left: 685px;
	width: 76px;
 	height: 81px;
 	cursor: pointer;
}

.eldisPanel
{
	position: absolute;
	top: 448px;
	left: 761px;
	width: 70px;
 	height: 81px;
}

.eldisPanel:hover
{
	position: absolute;
	top: 448px;
	left: 761px;
	width: 70px;
 	height: 81px;
 	cursor: pointer;
}

.urchinPanel
{
	position: absolute;
	top: 448px;
	left: 831px;
	width: 217px;
 	height: 81px;
}

.urchinPanel:hover
{
	position: absolute;
	top: 448px;
	left: 831px;
	width: 217px;
 	height: 81px;
 	cursor: pointer;
}
*/
 	
/*
.floatingWhoIsPanel:hover
{
	position: absolute;
	top: 369px;
	left: 0px;
	width: 575px;
 	height: 178px;
 	cursor: pointer;
	background-image: url('../../Images/whothe_hover.jpg');
}
*/

.floatingFlashPanel
{
	position: absolute;
	top: 126px;
	left: 182px;
	width: 555px;
/* 	height: 313px; */
	/* background-color: #000000; */
	/* background-image: url('../Images/player_bar_lhs.gif'); */
}

.playerSide
{
	width: 19px;
	background-image: url('../../Images/player_bar_lhs.gif');
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: top;
}

.playerMiddle
{
	text-align: left;
	vertical-align: top;
	background-image: url('../../Images/iphone_border.gif');
}


.floatingPlayerLHSBar
{
	width: 19px;
	float:left;
	background-color: #000000;
	/* background-image: url('../Images/player_bar_lhs.gif'); */
}

.floatingPlayerRHSBar
{
	width: 19px;
	float:left;
	background-color: #000000;
	background-image: url('../../Images/player_bar_lhs.gif');
}

.frontPageContactUsPanel
{
	float: left;
	width: 90px;
	height: 23px;
}

.frontPageAboutPanel
{
	float: left;
	color: White;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
	text-align: left;
	position: absolute;
	top: 424px;
	left: 594px;
	width: 555px;
 	height: 50px;
 	
}

.frontPageEldisLinkPanel
{
	float: left;
	width: 270px;
	padding-top: 3px;
	padding-left: 40px;
	color: White;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
	text-align: left;
}
/*
a
{
	color: White;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	vertical-align: text-bottom;
	text-align: left;
	
}
*/

.frontPageCopyrightPanel
{
	float: right;
	width: 405px;
	height: 23px;
}

.videoPanel
{
	float: left;	
}

.clearDiv
{
	clear: both;	
}

#container
{
	background-color: Black;
	float: left;
}

.contactPage
{
	width: 573px;
	font-family: Arial, Verdana Sans-Serif;
	font-size: 12px;
	color: #E2D9CA;
}

.contactPageBody
{
	background-image: url('../../Images/grey_back.jpg');	
}

.contactContentPanel
{
	height: 437px;
}

.contactPageInputText
{
	font-size: 12px;
	color: #474037;
	font-family: Arial, Verdana Sans-Serif;
}

.contactPageTextBox
{
	background-color: #EBE4D5;	
	border: solid 1px #625B50;
	height: 17px;
}

.contactPageTextArea
{
	background-color: #EBE4D5;	
	border: solid 1px #625B50;
}

.contactPage a
{
	font-size: 12px;
	color: #CFB16F;
	font-family: Arial, Verdana Sans-Serif;
	text-decoration: none;
	font-weight: bold;
}