@charset "utf-8";
/* CSS Document */

@font-face
{
font-family: "cycle-range";
src: url(fonts/cycle-range.tff) format('truetype');
}
@font-face
{
font-family: "cycle-range-soft";
src: url(fonts/FrancoisOne.ttf) format('truetype');
}


body {
	font-family:"cycle-range", "Trebuchet MS", Helvetica, sans-serif;
	letter-spacing:0.15em;
	font-size:16px;
	margin:0px;
	padding:0px;
	min-height:565px;
	}
a {
	text-decoration:none;
	}
a img {
	border: none;
	}

#social {
	position:absolute;
	top:10%;
	right: 0px;
	z-index:9;
	}
#social>div {
	margin: 19px 28px;
	font-size:1.5em;
	text-align:right;
	color:#6d6e70;
	text-transform:lowercase;
	}
#social>div span {
	display:inline-block;
	line-height:63px;
	vertical-align:top;
	}
#winBanner {
	font-size:1.5em;
	width:100%;
	}
#winBanner #banner {
	max-width:1280px;
	margin: auto;
	}
#winBanner big {
	font-size: 2em;
	}
#winBanner #banner div {
	float:left;
	height: 2.5em;
	line-height:2.5em;
	vertical-align:middle;
	text-align:center;
	}
#logo {
	text-align:center;
	margin-top:10%;
	z-index:1;
	}
#logo h2 {
	text-transform:uppercase;
	color:#bf2025;
	font-size:3em;
	}
#logo h3 {
	color:#a5a6aa;
	font-weight:normal;
	font-size:2em;
	}
#win {		width:15%; min-width:135px; }
#caption {	width:35%; min-width: 450px;}
#enter {	width:28%; min-width: 255px;}
#tandc {	width:12%; min-width: 100px; }

.dRedBg {
	color:#ffffff;
	background:#af1514;
	}
.pRedBg {
	color:#ffffff;
	background:#bf4443;
	}
.greyBg {
	color:#7f7c7c;
	background:#d8d8d8;
	}
.gBordR {	
	border-right:8px solid #c3c3c3;
	}
.grp:after {
	content: "";
	display: table;
	clear: both;
	}
.initialHide {
	display: none; 
	}
#mask {
	background:url(../img/mask.png) repeat;
	width:100%;
	height:100%;
	position:absolute;
	position:fixed;
	z-index:99;
	top:0px;
	left:0px;
	}
.modalWindow {
	border:8px solid #bf2025;
	background:#ffffff;
	padding: 10px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	position:absolute;
	top: 50%;
	left:50%;
	margin: -250px 0px 0px -250px;
	width:500px;
	height:500px;
	z-index:999;
	}
.modalWindow .scroll {
	overflow-y: auto;
	overflow-x: hidden;
	height:450px;
	}
button {
	font-size: 2em;
	padding: 0.5em;
	border:none;
	}
form.modal label {
	float: left;
	width: 40%;
	font-size: 1.0em;
	text-align:right;
	padding: 0px 10px;
	}
form.modal select,
form.modal input {
	float:left;
	width:50%;
	}
form.modal input[type="radio"]{
	width:15px;
	}
.width55 {
	width:55%;
	}

form.modal label.radio a {
	text-decoration:none;
	color:#bf2025;
	}
form.modal label.radio a:hover {
	text-decoration:underline;
	}
.modalWindow {
	font-family: "cycle-range-soft";
	}
form.modal label.radio {
	letter-spacing:0px;
	float:none;
	width:auto;
	font-size: 0.9em;
	padding: 0px;
	}
.fLeft { float:left; }
form.modal > div {
	padding: 10px 0px;
	}
.center {	text-align:center; }
.modalWindow h3 {	
	color:#bf2025;
	font-weight: normal;
	font-size: 1.5em;
	margin: 0px;
	}
.closeIcon {
	position:absolute;
	top:-15px;
	right: -15px;
	cursor:pointer;
	height:30px;
	width:30px;
	display:block;
	background:url(../img/icons/fancy_close.png) no-repeat top left;
	}
input[type="button"], button {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	}
.dRedBg { background:#000000; }
.pRedBg { background:#c3c3c3; }
#logo h2  {	
	text-transform:none; 
	font-size:2.5em;
	}