html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, /* eric mayer css reset */
a, em, img, tt, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    font-size: 100%;
    font-size-adjust: none;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-family: verdana, arial, "_sans";
}
body{
	background-color: #000;
}
#container{
	background-image: url('images/bg-container.jpg');
	background-repeat: no-repeat;
	width:920px;
	height: 567px;
	margin: 0 auto;
	position: relative;
	padding:1px;
}
#container.legal{
	background-image:none;
	height:100%;
}
#container.intro{
	width:720px;
}
h1{
	background-image: url('images/bg-logo.png');
	background-repeat:no-repeat;
	width: 294px;
	height: 318px;
	position: absolute;
	top:0px;
	left:0px;
	margin-left:550px;
	margin-top: 110px;
	text-indent: -10000px;
}
h1.subpage{
	background-image: url('images/bg-logo-sm.png');
	width: 160px;
	height: 173px;
	margin-left: 650px;
	margin-top: 70px;
	
	
}
h2{
	background-image: url('images/bg-h2.png');
	background-repeat:no-repeat;
	text-indent: -10000px;
	width:811px;
	height:51px;
	margin-left:50px;
	top:50px;
	position: absolute;
}
h3{
	margin-left:50px;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 0px;
}
#content{
	margin-left: 50px;
	margin-top: 20px;
	width: 430px;
}
#content p{
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	font-weight:bold;
	margin-bottom: 1em;
}
#content.prizes p{
	text-transform: none;
	font-weight: normal;
	clear:left;
	margin-top:5px;
	overflow:hidden;
}
#content.prizes img{
	clear: both;
	padding-right:10px;
}
.player{
	width:440px;
	padding: 4px;
	background-color:#00539B;
	margin-left:50px;
	margin-top:120px;
	margin-bottom: 15px;
	-moz-box-shadow: 1px 1px 2px rgba(20,20,40,0.4); /* for Firefox 3.5+ */
	-webkit-box-shadow: 1px 1px 2px rgba(20,20,40,0.4); /* for Safari and Chrome */
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#333333', Direction=145, Strength=2);
	
}
.single{
	width: 500px;
	margin-top:10px;
}
/* header menu */
#header{
	background-image: url('/images/header.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	height:93px;
	width:100%;
	margin-bottom:50px;
}
#header ul{
	width:600px;
	margin:0 auto;
	padding-left: 100px;
}
#header li{
	display: block;
	float: left;
	padding: 10px;
}
#header li a{
	font-size:15px;
	color:#fff;
	font-family: "tahoma",helvetica, arial, "_sans";
	font-weight: normal;
}



#buttons{
	position: absolute;
	top:0;
	left:0;
	margin-top:435px;
	margin-left: 567px;
}
#buttons p{
	float:left;
	width:130px;
	margin-left: 68px;
}
/* popup box for form */
#uploadform{
	position: absolute;
	top:0;
	left:0;
	padding:20px;
	margin-top:-100px;
	margin-left:-226px !important;
	width:400px;
	height:460px;
	background-image: url('images/bg-uploadform.gif');
	background-repeat: no-repeat;
}
#uploadform input.input{
	line-height: 24px;
	height:24px;
	width: 219px;
	padding:0 10px;
	border: 0;
	margin:0;
	background:transparent;
	background-image: url('images/bg-input.gif');
	text-transform: uppercase;
	font-size:10px;
	color: #00539B;
	font-weight:bold;
	font-family: verdana, arial, "_sans";
}
#uploadform p{
	margin-bottom:4px;
	position:relative;
	height:24px;
	display:block;
}
#uploadform label{
	position: absolute;
	text-transform: uppercase;
	font-size:10px;
	color: #5596cd;
	font-weight:bold;
	left:10px;
	top:5px;
	z-index:10;
}
#uploadform .swfupload{
	position:absolute;
	top:0;
	left:0;
	margin-top:-2px;
	margin-left: 156px;
	zoom: 1;
	z-index: 30;
}

.terms, .find{
	text-transform: uppercase;
	font-size:8px;
	color: #00539B;
	font-weight:bold;
}
.find{
	margin-top:-2px;
	padding-bottom:10px;
	display:block;
}
.close{
	display:block;
	text-transform: uppercase;
	font-size:10px;
	color: #fff;
	font-weight:bold;
	position: absolute;
	top:0;
	left:0;
	margin-top:15px;
	margin-left:375px;
}

/* individual pages */
#otherclips {
position: absolute;
top: 0;
left: 0;
margin-left: 560px;
margin-top: 219px;
width: 400px;
}
#otherclips div{
	float: left;
	display: block;
	margin-left: 7px;
	margin-bottom: 10px;
}
#otherclips div img{
	padding: 3px;
	background-color:#00539B;
	-moz-box-shadow: 1px 1px 2px rgba(20,20,40,0.4); /* for Firefox 3.5+ */
	-webkit-box-shadow: 1px 1px 2px rgba(20,20,40,0.4); /* for Safari and Chrome */
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#333333', Direction=145, Strength=2);
	
}
#otherclips div img:hover{
	background-color: #5596cd;
}
p.player img{
	display:block;
}

#otherclips h3{
	margin-left: 10px;
	margin-top:20px;
	
}

/* entries go herer */
#entries{
	margin-left: 50px;
	margin-top: 20px;
	width: 630px;
	overflow: hidden;
}
#entries div{
	float: left;
	margin-right: 0px;
	margin-bottom: 10px;
	width: 186px;
	font-size: 11px;
	color: #fff;
}
#entries div img{
	padding: 3px;
	background-color:#00539B;
	-moz-box-shadow: 1px 1px 2px rgba(20,20,40,0.4); /* for Firefox 3.5+ */
	-webkit-box-shadow: 1px 1px 2px rgba(20,20,40,0.4); /* for Safari and Chrome */
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#333333', Direction=145, Strength=2);
}
/* pagniation */
#pagnation{
	position: absolute;
	top:0px;
	left: 0px;
	margin-left: 700px;
	margin-top: 500px;
	font-size: 11px;
	font-weight: bold;
	color:#fff;
}
#pagnation a.current{
	color: #fff;
	text-decoration:underline;
}

h4{
	margin-top:50px;
	margin-left: 50px;
	text-transform: uppercase;
	color: #fff;
}
p.error{
	margin-left: 48px;
	text-transform: uppercase;
	width: 300px;
	color: #fff;
	margin-top:15px;
	font-size:12px;
}
a{
	color: #ddb171;
	font-weight: bold;
	text-decoration: none;
}
a:hover{
	color: #fff;
	text-decoration: underline;
}
span a{
	color: #fff;
}
#container iframe{
	margin-left: 50px;
}
.more{
	clear:both;
	font-size: 11px;
	text-align:right;
	margin-right:70px;
}
.facebook{
	margin-left: 50px;
	display:block;
	clear:both;
	background-image: url('images/facebook.png');
	background-repeat: no-repeat;
	color: #fff;
	padding-left:35px;
	font-size: 12px;
	line-height:32px;
	height:32px;
	width:232px;
}
#prizes{
	width: 529px;
	height: 72px;
	background-image: url('images/alpine_prizes.gif');
	backround-repeat:no-repeat;
	position: absolute;
	left:0px;
	top:0px;
	margin-top:492px;
	margin-left:260px;
}
.prizes td{
	color: #fff;
	margin-left: 30px;
	font-size:11px;
	vertical-align: top;
	padding-bottom:11px;
	padding-left: 20px;
}
#footer{
	width: ;
	font-size:10px;
	color: #999;
	margin-top:75px;
	text-align:center;
}
#footer a{
	color: #fff;
	font-weight:normal;
}
p.sort{
	text-align:right;
	width:540px;
	font-size:11px;
	color: #fff;
	font-weight:bold;
	margin-bottom: 10px;
}
.radio{
	width: 785px;
	margin: 10px auto;
}
.radio a{
	}
#comments{
	color: #fff;
	position: absolute;
	height:80px;
	width: 430px;
	font-size: 12px;
	font-weight: bold;
	top:0px;
	left:0px;
	margin-top: 480px;
	margin-left: 460px;
}
#upload_progress{
	float: none !important;
	clear:both;
	margin-left: 0px !important;
}
