/* UNICORN STYLE */

body {

	background:  #1b1c1c repeat-x;
	text-align: center;
}

a {
	text-decoration: none;
	color: #ff1c00;
}

a:hover {
	color: #fff;
}

p {
	font: normal 0.6em Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #979797;
	margin-bottom: 1.8em;
}

.claim {
	width: 500px;
	color: #707070;
}

#logo {
	width: 292px;
	height: 82px;
	text-indent: -9000em;
	background: url('images/logoDark.png') no-repeat;

}

#callToActionButton {
	margin: 10px 10px 0 -9px;
}

.leftBox {
	float: left;
	width: 300px;
	margin: 0 20px 0 0;;
}

.rightBox {
	float: left;
	width: 380px;
}

#wrapper {
	margin: 0 auto;
	width: 700px;
	text-align: left;
}

#reel {
	width: 700px;
	height: 300px;
	margin: 0 0 1.8em 0;
	background: black;
	border-bottom: 1px solid #484848;
}

#booking {
	width: 65px;
	height: 15px;
	text-indent: -9000em;
	background: url('images/booking.jpg') no-repeat;
	margin: 0 0 1.6em 0;
}

#whatyouget {
	width: 95px;
	height: 15px;
	text-indent: -9000em;
	background: url('images/whatyouget.jpg') no-repeat;
	margin: 0 0 1.6em 0;
}

#stills {
	width: 37px;
	height: 15px;
	text-indent: -9000em;
	background: url('images/stills.jpg') no-repeat;
	margin: 0 0 1.6em 0;
}

hr {
	border: none;
	border-bottom: 1px solid #484848;
	margin: 1em 0;
}

.clearer {
	clear:  both;
}

.thumbnail, .thumbnailLast {
	float:  left;
	width: 220px;
	height: 140px;
	background: url('images/ajaxloader.gif') 50% 50% #000000 no-repeat;
	margin: 0 20px 20px 0;
	border-bottom: 1px solid #484848;
}

.thumbnailLast {
	margin: 0 0px 20px 0;
}

.thumbnail:hover, .thumbnailLast:hover {
	filter:alpha(opacity=55);-moz-opacity:.55;opacity:.55;
}