@charset "UTF-8";

/*
 * Layout styles
 */
 
body {
	font: 14px Arial, Helvetica, Verdana, sans-serif;
	line-height: 18px;
	background: #81CBCD url(images/body-bg.png) repeat-x;
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #000000;
}
body.home {
	background: #000;
}
img {border:none;}

#container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.home #container {
	background: url(images/body-bg-hm.jpg) 50% top no-repeat;
	height: 707px;
}
#header {
	background: url(images/header-bg.png) 0 0 no-repeat; 
	height: 185px;
}
.home #header {
	background: url(images/lg-logo-hm.png) 84px 37px no-repeat;
	height: 354px;
}
#header-inner {
	padding: 40px 40px 0;
}
.home #header-inner {
	padding: 0;
	margin-left: 262px;
}
#logo {
	width:200px;
	float: left;
	margin-top:30px;
}
#header-right {
	float: right;
}
.home #header-right {
	float: left;
	width: 596px;
}

#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(images/container-bg.png) 0 0 repeat-y;
	min-height: 528px;
}
.home #mainContent {
	background: none;
	text-align: center;
	min-height: 0;
}
#promoBlock {
	width: 500px;
	height: 240px;
	position: relative;
	left: 232px;
	top:8px;
	*top:29px;
	*left: 0px;
}
#promoBlock-inner {
	padding: 0;
	margin: 0;
}
#promoBlock .enterLink {
	display: block;
	height:142px;
	text-indent: -5000px;
	margin-top: 10px;
}
#promoBlock .counter {
	display: block;
	float: left;
	width: 95px;
	height: 28px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	line-height: 100%;
}
#promoBlock .counter .remaining {
	margin: 0 5px;
}
#promoBlock .counter.first {
	margin-left: 80px;
}
#promoBlock .counter.last {
	margin-left: 10px;
}
#promoBlock .counter.link {
	width: 135px;
	padding: 0;
	margin-left: 15px;
	height: 44px;
}
a.claimButtonLink {
	display: block;
	width: 135px;
	height:44px;
	text-indent: -5000px;
	cursor: pointer;
}
a#teamLGLink {
	display: block;
	height:37px;
	width: 500px;
	margin-left: 232px;
	margin-top:3px;
	*margin-top:25px;
}
#promoBlock label {
	font-weight: normal;
	font-size: 10px;
}
#promoBlock p {
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	margin-left: 180px;
}
#footer {
	background: #81CBCD url(images/footer-bg.png) 0 0 no-repeat;
	margin:0;
	padding: 40px 0 0;
}
#footer-inner {
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
}
.home #footer {
	background:none;
	padding-top: 20px;
	*margin-top: 10px;
}
#footer p {
	margin: 0; 
	padding: 10px 0;
}
ul#footer-links {
	margin: 0;
	padding:0;
	text-align: center;
	list-style: none;
	font-size: 11px;
}
ul#footer-links li {
	display: inline;
	margin: 0 10px;
	padding-right: 20px;
	border-right: 1px solid #333;
}
ul#footer-links li.last {
	border: none;
	padding: 0;
}
ul#footer-links a:link, ul#footer-links a:visited {
	color: black;
	text-decoration: none;
}
ul#footer-links a:hover {
	text-decoration: underline;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*
 * Text Styles
 */
h1 {
	margin-top:0;
	color: #DF051C;
}
h2 {
	color: #DF051C;
	line-height: 110%;
}

h2 a:link, h2 a:visited {
	color: #DF051C;
}
/*
 * Form styles
 */
.form-item {
	padding: 5px 0;
}
label.input-label {
	display: block;
	width: 110px;
	float: left;
	font-weight: bold;
}
input.textinput {
	width:150px;
}
label.description-text {
	padding-left: 5px;
	font-size: 12px;
	color:#333333;
}
span.mandatory {
	color: #ff0000;
}

#entryFormPage {
	margin: 0 30px;
}
.bonusAvailable {
	margin: 10px 0 10px 110px;
	font-weight: bold;
}


table#modelTable {
	border-top: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
	font-size: 12px;
}
table#modelTable td, table#modelTable th {
	padding: 8px;
	border: 1px solid #eaeaea;
	border-top: none;
	border-left: none;
}

.message-error {
	border: 1px solid #999;
	background: #F0F0F0;
	padding: 10px;
}
.message-error ul {
	color: #ff0000;
	margin: 0;
	
}