/* ==================================== */
/* == ELEMENT ATTRIBUTES FOR SCREENS == */
/* ==================================== */

/* ----------------- */
/* General Selectors */
/* ----------------- */

body {
	color: #fff;
	background-color: #000;
	}
	h1, h2 {
		text-transform: uppercase;
		}
	a {
		color: #fff;
		}
	a:hover {
		text-decoration: none;
		}		
	
	/* Generic forms for two column layouts */
	label {
		display: block;
		}
	fieldset label:hover {
		cursor: pointer;
		}
	div.input {
		margin-bottom: 15px;
		}
	/* No column */
	div.input-c0 {
		clear: both;
		}
	/* Column 1 */
	div.input-c1 {
		/* REM clear: left; */
		float: left;
		width: 155px;
		margin-right: 10px;
		}
		div.input-c1 input, div.input-c1 textarea, div.input-c1 select {
			width: 155px;
			}
		div.input-c1 input {
			margin-bottom: 2px;
			}
	/* Column 2 */
	div.input-c2 {
		clear: right;
		float: right;
		width: 245px;
		}
		div.input-c2 input, div.input-c2 textarea, div.input-c2 select {
			width: 245px;
			}
	/* Both columns */
	div.input-c1-c2 {
		clear: both;
		width: 485px;
		}
		div.input-c1-c2 input, div.input-c1-c2 textarea, div.input-c1-c2 select {
			width: 485px;
			}
	fieldset.radio label, fieldset.checkbox label {
		display: inline;
		margin-right: 8px;
		}
	div.phone input {
		width: 50px;
		}
	textarea {
		height: 100px;
		}
	div.submit {
		margin: 20px 0 10px 0;
		}

/* ------------------ */
/* Specific Selectors */
/* ------------------ */

/* Outer container */
div#main {
	position: relative;
	width: 910px;
	height: 663px;
	overflow: visible;
	margin: 0 auto 0 auto;
	padding-top: 35px;	
	background: #000 url(../../images/background-w-photos.jpg) no-repeat;
	}	
	/* Content */
	div#content {
		width: 486px;
		margin-left: 424px;
		padding-bottom: 50px;
		}
		div#content h1 {
			position: relative;
			left: -14px;
			width: 488px;
			height: 96px;
			overflow: hidden;
			text-indent: -10000px;
			background: transparent url(../../images/text-toughest-sport-on-dirt.gif) no-repeat;
			}
		div#content ul {
			margin: 0;
			padding: 0;
			font-size: 1.1em;
			font-weight: bold;
			text-transform: uppercase;
			}
		ul.links li {
			display: inline;
			}
			div#content #stop-back {
				position: absolute;
				top: 494px;
				left: 56px;
				}
			div#content li {
				margin-bottom: .4em;
				padding-right: 12px;
				padding-left: 22px;
				list-style-type: none;
				background: transparent url(../../images/arrow.gif) left center no-repeat;
				}
			div#content li.end {
				display: block;
				margin-top: 5px;
				}
			div#content li#enter-text {
				display: none;
				margin-bottom: 20px;
				font-size: 1.2em;
				}
			div#content li#enter {
				display: block;
				position: absolute;
				top: 170px;
				left: 55px;
				width: 182px;
				height: 168px;
				text-indent: -10000px;
				margin: 0;
				padding: 0;
				background: transparent url(../../images/button-ended.png) no-repeat; /* IE 6 EDIT */
				}
				div#content li#enter a {					
					display: block;
					width: 182px;
					height: 168px;
					background: transparent url(../../images/arrow-up.gif) 8px 117px no-repeat;
					}
				div#content li#enter a:hover {
					background-position: 9px 114px;
					}
		div#logos {
			padding: 32px 0 0 46px;
			}
			div#logos span {
				float: left;				
				}
			span#logo-pbr a {
				display: block;
				width: 182px;
				height: 131px;
				background: transparent url(../../images/logo-pbr-on-black.gif) no-repeat;
				}
				span#logo-pbr a img {
					display: none; /* Use for print version */
					}
			span#logo-cooper-tires a {
				display: block;
				width: 168px;
				height: 49px;
				margin: 28px 0 0 79px; 
				background: transparent url(../../images/logo-cooper-tires.gif) no-repeat;
				}
				span#logo-cooper-tires img {
					display: none; /* Only use for print version */
					}