@charset "utf-8";
/* CSS Document */

::-webkit-scrollbar {
   width:  0px;
   height: 0px;
}

body,td,th {
	font-family: "Futura Md BT", "Futura Md";
	font:"Futura Md", "Futura Md BT";
	color: rgba(51,51,51,1);
}
h1{color:rgb(153,0,0);	font-size:36px;	font-weight:bold; }
h2{color:#000000;font-size:28px;font-weight:200;}
h3{color:#000000;font-size:36px;font-weight:200;}
h4{	color:#000000;font-size:40px;font-weight:bold;}

.saleprice{
	position:absolute;
	font-size: 100px;
	color:rgba(0,0,0,1);
	font-weight: bolder;
	left:3px;
	top: 45px;
	width: 398px;
	height: 79px;
	color:#FFFFFF;
	
}

.pricetagright{
	background-image:url(../images/pricebackground.png);
	color:#FFFFFF;
	background-repeat:no-repeat;
	position:absolute;
	left:1520px;
	top:640px;
	width:400px;
	height:400px;
	z-index:0;
	-webkit-border-radius:30px;
	-webkit-animation:slideright 1s;
	-webkit-animation-fill-mode: forwards;
	
	
}

.pricetagleft{
	background-image:url(../images/pricebackground.png);
	background-repeat:no-repeat;
	position:absolute;
	color:#FFFFFF;
	left:20px;
	top:640px;
	width:400px;
	height:400px;
	-webkit-border-radius:30px;
	z-index:0;
	-webkit-animation:slideleft 1s;
	-webkit-animation-fill-mode: forwards;
	
}


#name{
	position:absolute;
	font-size:35px;
	left: 10px;
	top: 154px;
	width: 380px;
	height: 37px;
	overflow:hidden;
	color:#FFFFFF;
	
}
.lowerstuff{
	position:absolute;
	font-size:18px;
	font-weight:bold;
	display:inline-block;
	width: 373px;
	left: 10px;
	top: 202px;
	z-index:5;
	height: 29px;
	color:#FFFFFF;
}

#features{
	position:absolute;
	left:10px;
	overflow:hidden;
	right:5%;
	top:70%;
	width:374px;
	height:150px;
	top: 244px;
	color:#FFFFFF;
}
.blanksaving{
	color:rgba(255,255,255,0);

}
/*.feature:first-line {font-weight: bold;}*/

.feature {
	display:inline-block;
	height:24px;
	overflow:hidden;
	font-size:20px;	
		
	}


#weatherblock{
	font-family:"Futura Md", "Futura Md BT";
	color:#FFFFFF;
	background-image:url(../images/weatherslug.png);
	border-radius:20px;
	position:absolute;
	left:1430px;
	top:42px;
	width:377px;
	height:200px;
	z-index:5;
	font-size:20px;
	vertical-align: top;
	}
@-webkit-keyframes slideright
{
0%   { -webkit-transform:translateX(0px) s rotateY(0deg) rotateZ(0deg)}
100% { -webkit-transform:translateX(-1400px) scale(1) rotateY(360deg) rotateZ(360deg)}
}
@-webkit-keyframes slideleft
{
0%   { -webkit-transform:translateX(0)  rotateY(0deg)  rotateZ(0deg))}
100% { -webkit-transform:translateX(1400px) scale(1)rotateY(-360deg) rotateZ(-360deg) }
}
