@charset "utf-8";
/* CSS Document */

body{
	font-family: 'Oswald', sans-serif;
	background-color:#000;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-y;
	background-position:top center;
	}
	
#plusheader{
	display:block;
	margin:0 auto;
	width:1080px;
	height:144px;
	background-image:url(../images/ttepluslogo_01.png);
	background-repeat:no-repeat;
	background-position:top center;
	position:relative;
	margin-top:15px;
	}
	
#plusheader h1{
	position:absolute;
	top:130px;
	right:50px;
	color:#FFF;
	font-size:42px;
	
	font-weight:600;
	
	}

#plusMenu{
	margin:0 auto;
	display:block;
	width:980px;
	height:74px;

	margin-top:50px;
	border:1px solid #F00;	
	}
	
#plusMenu ul li{
	float:left;
	width:33.333%;
	display:block;
	text-align:center;	
	}
	
#plusMenu ul li a{
	
	font-weight:600;
	font-size:42px;
	color:#FFF;
	text-decoration:none;
	line-height: 70px;
	text-transform:uppercase;
	
	}
	
#plusPages{
	margin:0 auto;
	display:block;
	width:980px;
	height:74px;

	margin-top:50px;
	color:#FFF;
	
	font-size:16px;	
	}
	
#weeklyResults{
  margin: 0 auto;
  display: block;
  width: 960px;
  height: 325px;
  margin-top: 80px;
  color: #FFF;
  border: 1px solid #F00;
  font-size: 16px;
  position: relative;
  padding-left: 20px;
  padding-top:10px;
	}
	
#weeklyResults h1{
	position:absolute;
	top:-60px;
	left:0px;
	font-size:42px;
	font-weight:600;
	text-transform:uppercase;
	}
	
#weeklyResults ul li{
  display: block;
  width: 135px;
  height: 135px;
  border: 1px #FF0000 solid;
  float: left;
  margin: 10px 10px 10px 10px;
  /*background-color:#FFF;*/
  text-align:center;
  font-size:86px;	
  
  background: -moz-linear-gradient(top, rgba(226,226,226,0.56) 0%, rgba(219,219,219,0.53) 50%, rgba(209,209,209,0.53) 51%, rgba(254,254,254,0.49) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,226,226,0.56)), color-stop(50%,rgba(219,219,219,0.53)), color-stop(51%,rgba(209,209,209,0.53)), color-stop(100%,rgba(254,254,254,0.49))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(226,226,226,0.56) 0%,rgba(219,219,219,0.53) 50%,rgba(209,209,209,0.53) 51%,rgba(254,254,254,0.49) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(226,226,226,0.56) 0%,rgba(219,219,219,0.53) 50%,rgba(209,209,209,0.53) 51%,rgba(254,254,254,0.49) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(226,226,226,0.56) 0%,rgba(219,219,219,0.53) 50%,rgba(209,209,209,0.53) 51%,rgba(254,254,254,0.49) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(226,226,226,0.56) 0%,rgba(219,219,219,0.53) 50%,rgba(209,209,209,0.53) 51%,rgba(254,254,254,0.49) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fe2e2e2', endColorstr='#7dfefefe',GradientType=0 ); /* IE6-9 */

-webkit-animation:fadeOutDown 1s .2s ease both;
-moz-animation:fadeOutDown 1s .2s ease both;}
@-webkit-keyframes fadeOutDown{
0%{opacity:0;
-webkit-transform:translateY(0)}
100%{opacity:1;
-webkit-transform:translateY(5px)}
}
@-moz-keyframes fadeOutDown{
0%{opacity:1;
-moz-transform:translateY(0)}
100%{opacity:0;
-moz-transform:translateY(20px)}
}

.animation{
-webkit-animation:fadeOutDown 1s .2s ease both;
-moz-animation:fadeOutDown 1s .2s ease both;}
@-webkit-keyframes fadeOutDown{
0%{opacity:0;
-webkit-transform:translateY(0)}
100%{opacity:1;
-webkit-transform:translateY(5px)}
}
@-moz-keyframes fadeOutDown{
0%{opacity:1;
-moz-transform:translateY(0)}
100%{opacity:0;
-moz-transform:translateY(20px)}
}

#GIVEAWAYDURATION{
  margin: 0 auto;
  display: block;
  width: 960px;
  height: 220px;
  margin-top: 80px;
  color: #FFF;
  border: 1px solid #F00;
  font-size: 16px;
  position: relative;
  padding-left: 20px;
  padding-top:10px;
	}
	
#GIVEAWAYDURATION h1{
	position:absolute;
	top:-60px;
	left:0px;
	font-size:42px;
	font-weight:600;
	text-transform:uppercase;
	}
	
#GIVEAWAYDURATION ul li{
	position:relative;
  display: block;
  width: 450px;
  height: 13px;
  float: left;

 /* border: 1px #FF0000 solid;
  background-color:#036;*/

  margin: 10px 10px 10px 10px;	
}

#GIVEAWAYDURATION ul li img{
	position:absolute;
	z-index:666;
	top:0px;
	left:45px;;
	

}

#Copyrightplus{
  margin: 0 auto;
  display: block;
  width: 960px;
  height: 50px;

  color: #FFF;

  font-size: 13px;
  text-align:center;
  padding-left: 20px;
  padding-top:10px;
	}
	
#plusProducts{
  margin: 0 auto;
  display: block;
  width: 960px;
  height: 400px;
  margin-top: 110px;
  color: #FFF;
  border: 1px solid #F00;
  font-size: 16px;
  position: relative;
  padding-left: 20px;
  padding-top:10px;
	}
	
#plusProducts h1{
	position:absolute;
	top:-60px;
	left:0px;
	font-size:42px;
	font-weight:600;
	text-transform:uppercase;
	}
	
#plusProducts h5{
	position:absolute;
	top:-70px;
	left:0px;
	font-size:42px;
	font-weight:600;
	text-transform:uppercase;
	}
	
#plusProducts ul li{
  display: block;
  width: 450px;
  height: 360px;
 /* border: 1px #FF0000 solid;
  background-color:#036;*/
  float:left;
  margin: 10px 10px 10px 10px;	
}

.producttxt h2{
	font-size:36px;
	
	}
	
.producttxt h3{
	font-size:16px;
	line-height:30px;
	
	}
	
.producttxt h4 a{
	font-size:16px;
	display: block;
	border: 1px #000 solid;
	background-color:#900;
	width:75px;
	height:22px;
	text-decoration:none;
	text-align:center;
	color:#FFF;
	float:right;
	margin-right:5px;
	text-transform:uppercase;

	
	}

.producttxt h4 a:hover{
	background-color:#FFF;
	color:#900;

	}
	
<!---->
#rulesPrizes{
  margin: 0 auto;
  display: block;
  width: 960px;
  height: 1360px;
  margin-top: 120px;
  color: #FFF;
  border: 1px solid #F00;
  font-size: 16px;
  position: relative;
  padding-left: 20px;
  padding-top:10px;
	}
	
#rulesPrizes h1{
	position:absolute;
	top:-60px;
	left:0px;
	font-size:42px;
	font-weight:600;
	text-transform:uppercase;
	}
	
#rulesPrizes h5{
	position:absolute;
	top:-130px;
	left:0px;
	font-size:42px;
	font-weight:600;
	text-transform:uppercase;
	}
	
#rulesPrizes ul li{
  display: block;
  /*width: 450px;
  height: 360px;
  border: 1px #FF0000 solid;
  background-color:#036;*/
  float:left;
  margin: 10px 10px 10px 10px;	
}

#rulesPrizes ul li.producttxt{
	width: 430px;
	height: 630px;
  /*border: 1px #FF0000 solid;*/
  padding:10px 10px 10px 10px;
	}

.rulesPrizes h2{
	font-size:36px;
	
	}
	
.rulesPrizes h3{
	font-size:16px;
	line-height:30px;
	
	}
	
.rulesPrizes h4 a{
	font-size:16px;
	display: block;
	border: 1px #000 solid;
	background-color:#900;
	width:75px;
	height:22px;
	text-decoration:none;
	text-align:center;
	color:#FFF;
	float:right;
	margin-right:5px;
	}

.rulesPrizes h4 a:hover{
	background-color:#FFF;
	color:#900;

	}

.joinnow{
	display: block;
	width:920px;
	height:80px;

	}