html {
  background-image: url(/img/fords_wallpaper_background.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #000;
}
#header {
		background:url(/img/car-logos.fords.png) rgba(51, 51, 51, 0.95);
		background-size:100%;
}
	#headerInner h2 a {
		background:url(/img/logoRS.png) 0 10px no-repeat;
		background-size:cover;
	}
#wrapper {
background: none;
}
.contentFull {
	min-height:700px;
	font-size:14px;
}
.more {
	width:100px;
	right:60px;
	position: relative;
	margin-top:160px;
	position:absolute;
	font-size:16px;
}
.spanWidth {
	margin-left:150px;
}
.stockLiTop {
		background:url(../img/gradiantBg.png) 0 -140px repeat-x;
	/*background: rgba(33, 33, 33, 0.85);*/
	padding:2px 5px;
	margin-bottom:8px;
	font-size:1.075em;
	text-shadow: 1px 1px #000;
	text-transform:uppercase;
}
.stockLiBot {
	display:block;
	background: rgba(33, 33, 33, 0.85);
	padding:2px 5px;
	font-size:1.075em;
	text-shadow: 1px 1px #000;
	text-transform:uppercase;
}
.stockLiTop2 {
	background: #333;
	padding:2px 120px 0 5px;
}
.pad5 {
	padding:5px;
}
.padR {
	padding:0 10px 0 5px;
}
.lazy {
	width:100%;
	height:inherit;
}
