@charset "utf-8";
/* ---------- Homepage ---------- */

#body .main-container{
	background: #000;
	}

#body .main-container .contents img{
	position:absolute;
	top:16px;
	left:20px;
	z-index: 2;
	}

#body .main-container .contents .strapline{
	margin-top: 390px;
	}

#body .main-container .contents .strapline{
	width: 50%;
	float:left;
	}

.enter-heated-mirrors{
	display: block;
	float:right;
	clear:both;
	width: 290px;
	height: 52px;
	text-indent: -9999px;
	background: url('../img/enter-heated-mirrors.png') no-repeat 0 0;
	}

.enter-heated-mirrors:hover{
	background: url('../img/enter-heated-mirrors.png') no-repeat 0 -53px;
	}
	
	
.enter-custom-mirrors{
	display: block;
	float:right;
	clear:both;
	width: 250px;
	height: 53px;
	text-indent: -9999px;
	background: url('../img/enter-custom-mirrors.png') no-repeat 0 0;
	}

.enter-custom-mirrors:hover{
	background: url('../img/enter-custom-mirrors.png') no-repeat 0 -53px;
	}
	
.currently-viewing{position:absolute; top:0; right:0; padding: 20px; display:block; background: url('../img/price-bg.png') repeat; border-left: 1px solid #78A4A5; border-bottom: 1px solid #78A4A5; text-align:right;}

.currently-viewing h3{font-size: 23px; font-weight:normal;}

.currently-viewing strong{text-transform:uppercase; color:#d2b58a; font-weight:normal; letter-spacing: 0.1em;}

.currently-viewing .link{font-size:12px;}
