/* CSS Document */
body, div, span, h1, h2, h3, img, p, ul, li, ol, form, input, select, option, textarea, pre, iframe, table, td, tr, th, a, label, *{
	font-family: Arial;
	color:#2c2c2c;
	font-size: 10px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-type: none;
	border-collapse:collapse;
	outline:none;
	border:0;
}
/*BG*/
body {
	background:url(images/background.jpg) repeat-x #8d5b23;
	text-align:center;
}
a:focus {
  outline: none;
}
/* Page Template STARTS HERE  */
#wrapper{
	width:1021px;
	margin-left:auto;
	margin-right:auto;
	background:url(/images/outer_shadow.png) repeat-y center;
	* background: none;
	* filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/outer_shadow.png', sizingMethod='scale');
}
#mainDiv { 
	width:941px;
	margin-left:auto;
	margin-right:auto;
	background-color:#f8f8f8;
	padding-bottom:25px;
}
#mainDiv .header{
	background-image:url(/images/background_header.png);
	background-repeat:no-repeat;
	background-position:center;
	height:155px;
	display:block;
	width:941px;
	z-index:10;
}

#mainDiv .nav{
	width:575px;
	float:left;
	display:block;
	padding-left:45px;
}
#mainDiv .nav img{
	display:block;
	float:left;
	margin-top:-10px;
	margin-left:35px;
	margin-right:35px;
	height:36px;
	width:10px;
	z-index:5;
}
/*FOOTER (include)*/
.footer{
	height:183px;
	width:1021px;
	margin-left:auto;
	margin-right:auto;
	background:url(/images/footer_bottom.png) center no-repeat;
	* background: none;
	* filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/footer_bottom.png', sizingMethod='no-scale');
	text-align:center;
	color:#FFFFFF;
}

.footer a {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	z-index:1000;
}
.footer a:hover {
	color:#9b0106;
}

.footer p {
width:900px;
margin-left:auto;
margin-right:auto;
color:#ffffff;
padding-top:15px;

}
/*Launch Fire link - very bottom*/
#launchfire {
	width:150px;
	height:30px;
	text-align:right;
	float:right;	
}
#launchfire a{
	color:#999999;
}
#launchfire a:hover{
	color:#CCCCCC;
}
/*End Launch Fire link */
/* Outter Page Template ENDS HERE  */

/* SUBPAGES LEFT HAND SIDE STARTS HERE */
#mainDiv .subpagesLeft{
	width:650px;
	float:left;
	text-align:left;
}
#mainDiv .subpagesLeft H1{
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000000;
	padding-left:55px;
	padding-top:25px;
	padding-bottom:5px;
}
#mainDiv .subpagesLeft H2{
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#333333;
	padding-left:25px;
	padding-top:25px;
	padding-bottom:5px;
}
/* Subpages LEFT HAND SIDE -- ENDS HERE */

/* Supages RIGHT HAND SIDE -- STARTS HERE */
#mainDiv .subpagesRight{
	width:280px;
	float:right;
	text-align:left;
	padding-top:17px;
	*padding-top:17px;
	_padding-top:17px;

}

/*REGISTRATION/LOGIN/FORGOT PASSWORD PAGES --- STARTS HERE  */
#contentBox{
	width:610px;
	border:#999999 1px solid;
	float:right;
	text-align:left;
	max-height:865px;
}

#contentBox H2 {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#333333;
	padding-left:20px;
	padding-top:25px;
	line-height:18px;
}

#contentBox .top-gradient {
	background: URL(/images/contentbox_top.png) top center repeat-x #f8f8f8;
	color: inherit; /* this avoids a CSS warning later on. Whenever a background image or color is defined, a corresponding foreground color should be defined, even if it's inherited as it is in this case. */
}

.cornerTopL{
	background:url(/images/cornerTopL.gif) no-repeat top left;
	* background:url(/images/cornerTopL.gif) no-repeat top left;/* For IE 7*/
	_background:none;/* Spacing for IE 6*/
	float:left;
	width:20px;
	height:20px;
	margin-left:-1px;
	margin-top:-1px;
	z-index:10;
}
.cornerTopR{
	background:url(/images/cornerTopR.gif) no-repeat top right;
	* background:url(/images/cornerTopR.gif) no-repeat top right;/* For IE 7*/
	_background:none;/* Spacing for IE 6*/
	float:right;
	width:20px;
	height:20px;
	margin-Right:-1px;
	margin-top:-1px;
	z-index:10;
}
#contentBox .bottom-gradient {
	background: URL(/images/contentbox_bottom.png) bottom center repeat-x; /* do not define a background color for this gradient as an alternative, or you'll wipe out the top gradient. EXTREMELY IMPORTANT. */
	color: inherit;
}
/*REGISTRATION/LOGIN/FORGOT PASSWORD PAGES --- ENDS HERE  */

/*HEADER NAV STARTS HERE*/
a#winwithdellBtn {
	background-image:url(/images/logo_winwithdell.png);
	background-position:left top;
	background-repeat:no-repeat;
	width:258px;
	height:155px;
	display:block;
	float:right;
	margin-right:25px;
	cursor:pointer;
	
}
a#dellLogoBtn {
	background:url(/images/logo_dell.png) no-repeat;
	* background: none;
	* filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/logo_dell.png', sizingMethod='scale');
	width:98px;
	height:48px;
	display:block;
	float:left;
	margin-top:22px;
	margin-bottom:35px;
	margin-left:55px;
	* margin-left:55px; /* Spacing for IE 7*/
	_margin-left:25px; /* Spacing for IE 6*/
	cursor:pointer;
}
a#intelLogoBtn {
	background:url(/images/logo_intel.png) no-repeat;
	* background: none;
	* filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/logo_intel.png', sizingMethod='scale');
	width:88px;
	height:51px;
	display:block;
	float:left;
	margin-top:22px;
	margin-bottom:35px;
	cursor:pointer;
}

a#homeNavBtn {
	background-image:url(images/btn_home.gif);
	width:71px;
	height:19px;
	display:block;
	float:left;
	cursor:pointer;
}
a:hover#homeNavBtn{
	background-position: left -19px;
	
}
a#profileNavBtn {
	background-image:url(images/btn_profile.gif);
	width:71px;
	height:19px;
	display:block;
	float:left;
	cursor:pointer;
}
a:hover#profileNavBtn {
	background-position: left -19px;
}
a#arcadeNavBtn {
	background-image:url(images/btn_arcade.gif);
	width:71px;
	height:19px;
	display:block;
	float:left;
	cursor:pointer;
}
a:hover#arcadeNavBtn{
	background-position: left -19px;
}
a#contestsNavBtn {
	background-image:url(images/btn_contests.gif);
	width:86px;
	height:19px;
	display:block;
	float:left;
	cursor:pointer;
}
a:hover#contestsNavBtn{
	background-position:left -19px;
}
/*HEADER NAV ENDS HERE*/

/* GAME BOX ON THE SPLASH PAGE STARTS HERE */
/* TITLES for GAME and CONTEST BOX */

#mainDivRight {
	width:722px;
	float:right;
	text-align:left;
}
#mainDivRight H2{
	width:705px;
	min-width:705px;
	max-height:705px;
	height:32px;
	max-width:32px;
	background-image:url(images/background_greyheader.gif);
	background-repeat:repeat-x;
	background-color:#666060;
	margin-top:12px;
}
/* Footer For GAME BOX*/
#mainDivRight H3{
	width:705px;
	min-width:705px;
	max-height:705px;
	height:32px;
	max-width:32px;
	background-color:#cf2128;
	margin-bottom:12px;
	text-align:center;
}
/* GAME TITLES ON SPLASH PAGE*/
#mainDivRight H4{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bolder;
	color:#454545;
	font-size:21px;
	text-align:left;
	padding-bottom:6px;
	display:block;
	line-height:21px;
}

/* Box on the Splash that holds the four games */
#mainDivRight .gamebox{
	width:705px;
	min-width:705px;
	max-height:705px;
	height:480px;
	max-width:480px;
	background-color:#a1a1a1;
}

#mainDivRight .gameboxLeft{
	float:left;
	height:210px;
	text-align:left;
	z-index:10;
	width:335px;
	padding-top:30px;
	padding-left:10px;
	cursor:pointer;
}
#mainDivRight .gameboxLeft p {
	float:left;
	width:140px;
	text-align:left;
	color:#000000;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
	display:block;
}

#mainDivRight .gameboxCopy{
	height:120px;
}

#mainDivRight .gameboxRight p {
	float:left;
	width:135px;
	text-align:left;
	color:#000000;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
	display:block;
	padding-right:5px;
}

.gameboxLeft:hover{
background-color:#919191;
z-index:10;
}

#mainDivRight .gameboxRight{
	float:right;
	height:210px;
	text-align:left;
	z-index:10;
	width:330px;
	padding-top:30px;
	padding-left:10px;
	padding-right:10px;
	cursor:pointer;
}
.gameboxRight:hover{
	background-color:#919191;
	z-index:10;
}
a#playnowBtn {
	background:url(/images/btn_playnow.png) no-repeat;
	*background:none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/btn_playnow.png', sizingMethod='crop');
	width:140px;
	height:32px;
	max-height:32px;
	display:block;
	cursor:pointer;
	float:left;
}
a:hover#playnowBtn {
	background-position: left -32px;
	*background:none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/btn_playnow_hover.png', sizingMethod='crop');
}
a#dflexionBtn {
	background:url(/images/gameIcon_dflexion.png) no-repeat;
	*background: none;
	* filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/gameIcon_dflexion.png', sizingMethod='scale');
	width:165px;
	height:175px;
	display:block;
	cursor:pointer;
	float:left;
	margin-right:15px;
}
a#merrymatchupsBtn {
	background:url(/images/gameIcon_merrymatchups.png) no-repeat;
	* background: none;
	* filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/gameIcon_merrymatchups.png', sizingMethod='scale');
	width:165px;
	height:175px;
	display:block;
	cursor:pointer;
	float:left;
	margin-right:15px;
}
a#holidayfrenzyBtn {
	background:url(/images/gameIcon_holidayfrenzy.png) no-repeat;
	* background: none;
	* filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/gameIcon_holidayfrenzy.png', sizingMethod='scale');
	width:165px;
	height:175px;
	display:block;
	cursor:pointer;
	float:left;
	margin-right:15px;
}
a#freetimefrenzyBtn {
	background:url(/images/gameIcon_freetimefrenzy.png) no-repeat;
	* background: none;
	* filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/gameIcon_freetimefrenzy.png', sizingMethod='scale');
	width:165px;
	height:175px;
	display:block;
	cursor:pointer;
	float:left;
	margin-right:15px;
}
a#gamesfooterBtn {
	background-image:url(images/btn_gamesH3.gif);
	width:331px;
	height:29px;
	display:block;
	cursor:pointer;
	margin-left:auto;
	margin-right:auto;
}
a:hover#gamesfooterBtn {
	background-position: left -29px;
}
/*GAME BOX SPLASH PAGES -- ENDS HERE */

/* Splash Page LEFT HAND SIDE -- STARTS HERE */
#mainDivLeft {
	width:215px;
	float:left;
	text-align:center;
	margin-left:3px;
	margin-left:4px;
	* margin-left:3px; /* Spacing for IE 7*/
	_margin-left:2px; /* Spacing for IE 6*/
}
#mainDivLeft img {
	margin-top:15px;
}
#bbox{
	border:#000000 1px solid;
	width:185px;
	margin-left:auto;
	margin-right:auto;
	margin-top:12px;
}
#bbox H1 {
	background-color:#0053bf;
	border:#ffffff 1px solid;
	width:178px;
	max-width:185px;
	height:21px;
	max-height:21px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:normal;
	text-align:left;
	padding-top:5px;
	padding-left:5px;
}
#bbox .bottom {
	background-color:#e2e6eb;
	border:#ffffff 1px solid;
	width:99%;
	padding-top:10px;
	padding-bottom:10px;
	min-height:100px;
	_height:100px;
}
#bbox p {
	display:block;
}
#bbox a {
	font-family:Arial, Helvetica, sans-serif;
	color:#0053bf;
	font-size:12px;
}
#bbox a:hover {
	color:#c81d23;
}
/* Splash Page LEFT HAND SIDE -- ENDS HERE */
/* Arcade page Game page styles -- STARTS HERE*/
#arcadeLeft{
	width:624px;
	float:left;
	text-align:left;
	margin-left:20px;
	*margin-left:17px;
	_margin-left:10px;
}
#arcadeLeft H1{
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000000;
	padding-left:15px;
	padding-bottom:15px;
	
	padding-top:25px;
	*padding-top:15px;
	_padding-top:5px;

}
#arcadeLeft H5{
	background-image:url(images/header_subH5.gif);
	background-repeat:no-repeat;
	width:584px;
	height:59px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:20px;
	float:right;
	text-align:left;
	padding-top:31px;
	padding-left:40px;
	margin-top:17px;
	margin-right:2px;
	margin-bottom:16px;
	
}

#arcadeLeft .arcadebox{
background-image:url(images/background_bluesubpages.gif);
background-repeat:repeat;
padding-top:25px;
padding-bottom:25px;
}

#arcadeLeft .games{
width:542px;
height:121px;
background:url(/images/background_gamebox.png) no-repeat;
margin-left:auto;
margin-right:auto;
margin-bottom:20px;
padding-left:20px;
padding-top:18px;
}
#arcadeLeft .gamesCopy{
width:413px;
float:right;
text-align:left;
height:75px;
padding-right:15px;
}
.gamesCopy H4{
font-size:20px;
margin-bottom:6px;
}
.gamesCopy p{
font-size:12px;
line-height:17px;

}
/* ARCADE PAGE GAME ICONS THAT ARE BUTTONS*/
a#dflexionIcon {
	background:url(/images/board_dflexion.jpg) no-repeat;
	width:104px;
	height:101px;
	display:block;
	cursor:pointer;
	float:left;
}
a#merrymatchupsIcon {
	background:url(/images/board_merrymatchups.jpg) no-repeat;
	width:104px;
	height:101px;
	display:block;
	cursor:pointer;
	float:left;
	
}
a#holidayfrenzyIcon {
	background:url(/images/board_holidayfrenzy.jpg) no-repeat;
	width:104px;
	height:101px;
	display:block;
	cursor:pointer;
	float:left;
}
a#freetimefrenzyIcon {
	background:url(/images/board_freetimefrenzy.jpg) no-repeat;
	width:104px;
	height:101px;
	display:block;
	cursor:pointer;
	float:left;
}
/* CONTESTS PAGES ICONS THAT ARE BUTTONS */
a#contest_freetime2 {
	background:url(/images/contest_freetime2.jpg) no-repeat;
	width:104px;
	height:101px;
	display:block;
	cursor:pointer;
	float:left;
}
a#contest_telus{
	background:url(/images/contest_telus.jpg) no-repeat;
	width:104px;
	height:101px;
	display:block;
	cursor:pointer;
	float:left;
}
a#contest_mcafee{
	background:url(/images/contest_mcafee.jpg) no-repeat;
	width:104px;
	height:101px;
	display:block;
	cursor:pointer;
	float:left;
}
a#contest_flick{
	background:url(/images/contest_flick.jpg) no-repeat;
	width:104px;
	height:101px;
	display:block;
	cursor:pointer;
	float:left;
}
a#playArcadeBtn {
	background:url(/images/btn_playArcade.png) no-repeat;
	*background:none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/btn_playArcade.png', sizingMethod='crop');
	width:140px;
	height:22px;
	max-height:22px;
	display:block;
	cursor:pointer;
	float:right;
	margin-right:20px;
}
a:hover#playArcadeBtn {
	background-position: left -22px;
	*background:none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/btn_playArcade_hover.png', sizingMethod='crop');
}
/* Arcade page Game page styles -- ENDS HERE */
.toppadding{
padding-top:10px;
}
/*FORM*/
#formSmall{
	width:560px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	min-height:200px;
	padding-top:20px;
	*height:250px;
}

#formLarge{
	width:560px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	min-height:440px;
	padding-top:20px;
}
/*Names of FORM feelds*/
label{
	display:block;
	height:12px;
	font-size:11px;
	line-height:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom:4px;
	color:#0063ca;
}
/*FORM DIV full FORM width*/
.formDiv{
	display:block; clear:both;
}
/*FORM BOX for form content on the right side*/
.formBox{
	margin-bottom:5px;
	width:200px;
}
/*formBoxLeft to float FORM obj to the LEFT*/
.formBoxLeft{
/*	margin-bottom:5px;*/
	width:275px;
	float:left;
	height:45px;
}
/*formBoxRight to float FORM obj to the RIGHT*/
.formBoxRight{
/*	margin-bottom:5px;*/
	width:275px;
	float:right;
	height:45px;
	
}
/*for CAF PAGE ONLY! Float to LEFT*/
.formBoxLeftNoLabel{
/*	margin-bottom:5px;*/
	width:200px;
	float:left;
	height:21px;
	padding-bottom:5px;
	/*overflow:hidden;*/
}
/*for CAF PAGE ONLY! Float to RIGHT*/
.formBoxRightNoLabel{
/*	margin-bottom:5px;*/
	width:200px;
	float:right;
	height:21px;
	padding-bottom:5px;
	/*overflow:hidden;*/
}
/*OPTINS START*/
/*OPTINS DIV (checkbox + txt)*/
.checkboxDiv{
	display:block; 
	clear:both;
	/*overflow:hidden;*/
	/*height:18px;*/
	margin-bottom:5px;
	padding:2px;	
}
/*LAST OPTINS DIV to control the bottom margin for the form foot*/
.checkboxBoxLast{
	margin-bottom:10px;
}
.checkbox {	
	float:left;
}
.optins{
	float:right;
	width:530px;
	text-align:left;
}
/*OPTINS END*/
/*FORM INPUT feelds style*/
.inputTxt{	
	line-height:19px;
	width:240px;
	font-size:14px;
	border:1px;
	border-color:#333333;
	border-style:solid;
	color:#0030a8;
	background-color:#FFFFFF;
	height:21px;
	z-index:100;
	text-indent:3px;
	float:left;

}

.formFootDiv{
	clear:both;
	display:block;
	padding-top:100px;
}
/*SUBMIT btn Normal - Over states */
.loginNormal{
	background-image:url(/images/btn_login.png);
	background-repeat: no-repeat;
	background-color:none;
	background-position: left top;
	width:140px;
	height:22px;
	cursor:pointer;
}
.loginOver{
	background-image:url(/images/btn_login.png);
	background-repeat: no-repeat;
	background-position: left -22px;
	width:140px;
	height:22px;
	cursor:pointer;
}
.submitNormal{
	background-image:url(/images/btn_enter.gif);
	background-repeat: no-repeat;
	background-color:none;
	background-position: left top;
	width:140px;
	height:22px;
	cursor:pointer;
}
.submitOver{
	background-image:url(/images/btn_enter.gif);
	background-repeat: no-repeat;
	background-position: left -22px;
	width:140px;
	height:22px;
	cursor:pointer;
}
.sendNormal{
	background-image:url(/images/btn_send.gif);
	background-repeat: no-repeat;
	background-color:none;
	background-position: left top;
	width:140px;
	height:22px;
	cursor:pointer;
}
.sendOver{
	background-image:url(/images/btn_send.gif);
	background-repeat: no-repeat;
	background-position: left -22px;
	width:140px;
	height:22px;
	cursor:pointer;
}
.soumettreNormal{
	background-image:url(/images/btn_soumettre.png);
	background-repeat: no-repeat;
	background-color:none;
	background-position: left top;
	width:140px;
	height:22px;
	cursor:pointer;
}
.soumettreOver{
	background-image:url(/images/btn_soumettre.png);
	background-repeat: no-repeat;
	background-position: left -22px;
	width:140px;
	height:22px;
	cursor:pointer;
}


/*Font Classes - styles*/
.linkMain{
	font-weight:bold;
	text-decoration:underline;
	color:#2a62bf;
}
.linkMain:hover{
	color:#f7ae15;
}
.linkBirdseed{
	font-size:10px;
	color:#FFFFFF;
}
.linkBirdseed:hover{
	color:#f7ae15;
}

.linkGeneral{
	color:#ea2121;
	font-weight:bold;
	text-decoration:underline;
}
.highliteBold{
	color:#004082;
	font-weight:bold;
}
.highliteBirdseed{
	font-size:10px;
	color:#ea2121;
}
.birdseedTxt{
	font-size:10px;
	color:#FFFFFF;
}
.bold{
	font-weight:bold;
}
.error{
	color:#ea2121;
	font-weight:bold;
	font-size:12px;
}
.cafTxt{
	margin-top:5px;
	margin-bottom:8px;
}

.clear {
clear:both;

}
/*CLAERFIX*/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}
/*END CLAERFIX*/

.paddingtop{
padding-top:10px;
}