/* "refrigerator-deluxe" */
body {
  background: #000;
  font-family: Arial, sans-serif;
  font-size: 100%;
  min-width: 1024px;
  overflow-y: hidden; }

a:link,
a:visited {
  color: #cf161a;
  text-decoration: none; }

a:hover {
  color: #FFF; }

.capitalise {
  text-transform: uppercase; }

.ir {
	display: block;
	font-size: 0;
	line-height: 0;
	text-indent: -999em; 

 }

#container {
  background: #cdcb98; }

#wrap {
  background: transparent url("../img/bg-home.png") no-repeat center bottom;
  margin: 0 auto;
  max-width: 1200px;
  min-height: 408px; }

.contact #wrap {
  background: none; }

#contact {
  display: none;
  margin-top: -200px;
  width: 1200px; }

.contact #contact {
  display: block; }

.experience #wrap {
  background: transparent url("../img/bg-experience.png") no-repeat center top; }

#header {
  margin: 0 34px;
  position: relative;
  width: 123px;
  z-index: 1000; }

#u-know-logo {
  background: transparent url("../img/u-know-logo.png") no-repeat center center;
  display: inline-block;
  height: 93px;
  margin: 22px 0;
  width: 123px; }

#nav {
  border-bottom: 2px solid #cf161a;
  margin: 0 auto;
  width: 80px; }

#nav a:link,
#nav a:visited {
  background: transparent url('../img/btns.png') no-repeat center -54px;
  border-top: 2px solid #cf161a;
  font-family: "franklin-gothic-urw-comp", Helvetica, Arial, sans-serif;
  display: block;
  height: 11px;
  padding: 8px 5px;
  text-align: center;
  
  -webkit-transition: background 0.3s ease-out;
  -moz-transition: background 0.3s ease-out;
  -ms-transition: background 0.3s ease-out;
  -o-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
  
  }
  #nav a:hover{
  	background: transparent url('../img/btns.png') no-repeat center -81px;
  }
#nav #btn-experience:link,
#nav #btn-experience:visited{
	background-position:center 0;
}
#nav #btn-experience:hover{
	background-position:center -27px;
}
#check-out {
  background: #d9d8b8 url("../img/check-out.png") no-repeat center center;
  font-family: "franklin-gothic-urw-comp", Helvetica, Arial, sans-serif;
  height: 29px;
  margin: 0;
  min-width: 1024px;
  padding: 12px 0;
  text-align: center; }

#check-out span {
  color: #cf161a; }
	#check-out a:link,
	#check-out a:visited{
		height: 100%;
		display: block;
		left: 365px;
		margin: 0 auto;
		position: relative;
		width: 300px;
	}
#featured:link,
#featured:visited {
  background: transparent url("../img/face-off.jpg") no-repeat center top;
  display: block;
  height: 440px; }
