@import url("reset.css");

@font-face {
  font-family: "SRR";
  src: url("/include/font/HVD_Poster_Clean.ttf");
}


body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(/image/body_bg.jpg) center top repeat-y #000;
	text-align: center;
}

a{
	color: #000;
}

p{
	color: #fff;
	font-size: 14px;
	text-align: left;
	padding: 10px;
	font-weight: bold;
	line-height: 1.3em;
	}

h1{
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin:10px auto 3px auto;
}

strong{
	font-weight: bold;
	font-size: 1.1em;
}

input{
	background: #ccc;
	border: 2px solid #000;
	padding: 3px 6px 4px 6px;
}

select{
	margin-top: 7px;
}

input:hover{
		background: #fff;
}

h3{
	font-weight: bold;
	margin: 3px auto;
	text-align: center;
}

#masthead{
	text-align: left;
}

#content{
	width: 761px;
	margin: auto;
	position: relative;
}

#footer{
	margin-top: 10px;
	clear: left;
}

#footer p{
	font-size: 16px;
	text-align: center;
	line-height: 1em;
}

.hidden{
	display: none;
}

.error{
	background-color: #f6caca;
}

div.error{
	padding: 5px;
	text-align: center;
	border: 2px solid #fff;
	text-align: left;
}

.error span{
	font-size: 12px;
	color: #000!important;
	text-align: center;
	display: block;
}

.orange{
	background-color: #FC761D;
	color: #000;
	text-align: center;
	margin-top: 5px;
}

#leftheader{
	position: absolute;
	left: -217px;
	top: 0;
	background: url(/image/body_bg_left.jpg) top right no-repeat;
	width: 217px;
	height: 383px;
}

#navigation{
	background: url(/image/nav_bg.gif) top left repeat-x;
	height: 24px;
	padding-left: 5px;
	margin-top:5px;
}

#navigation li{
	float: left;
	font-size: 20px;
	line-height: 24px;
	width:24%;
	text-transform: capitalize;
	font-family: "SRR", Helvetica, Verdana, Arial, sans-serif;
}

#navigation li:hover{
	background: url(/image/nav_bg_hover.gif) top left repeat-x;
}

#navigation li:hover a{
	color: #f1f1f1;
}

#navigation a{
	color: #000;
}

.sidebar{
	width: 220px;
	float: right;
}
.sidebar img{
	margin-bottom: 10px;
}
.left-column{
	width: 535px;
}
.space{
	margin: 10px auto;
}
.section-title{
	margin: 5px 0 0 5px;
	text-align: left;
}
.section-title img{
	vertical-align: bottom;
}

#gallery{
	width:650px;
	margin: auto;
}

#gallery a{
	margin: 5px;
	display: block;
	float: left;
}

#past-winners{
	margin-top: 20px;
}

#past-winners h3{
	color: #fff;
	font-size: 16px;
	border-bottom: 2px solid #fff;
	padding-bottom: 40px;
	margin: 10px 10px 50px 10px;
	font-weight: bold;
}
#terms{
	list-style-type:decimal;
	list-style-position: inside;
	text-align: left;
	color: #fff;
	font-size: 12px;
	line-height: 1.3em;
}

#terms li{
	padding: 0 20px;
	margin-bottom: 1em;
}

.submit{
	margin: 10px 30px;
	padding: 5px 5px 6px 5px;
	border: 2px solid #fff;
	font-size: 12px;
	font-weight: bold;
}

.submit input{
	cursor: pointer;
}

.flash{
	background-color: #fff;
}
.order{
	background: #333;
	text-align: left;
	padding: 5px;
	margin: 10px;
	font-size: 14px;
}
.order span{
	line-height: 27px;
	color: #fff;
}
.order input{
	width:300px;
	margin: 2px auto;
}
.order label{
	width:150px;
	display: block;
	float: left;
	line-height: 27px;
	color: #fff;
	text-align: right;
	padding-right: 5px;
	clear: left;
}
#cc-img{
	height: 41px;
	padding-left: 175px;
	margin-bottom: 5px;
}
#total{
	text-align: center;
	border-top: 1px solid #ccc;
	padding-top: 5px;
	margin-top: 5px;
}
.winner{
	padding:1em 0;
}
.winner h2{
	font-size:1.4em;
	}
.winner h4{
	font-size:1em;
}
.winner h4, .winner h2{
	font-weight:bold;
	line-height:1;
	color:#fff;
}
