@charset "UTF-8";
/* CSS Document */
/* Generic CSS */
body {
	height:100%;
	margin:40px auto auto;
	background-color:white
}
p, li, label, cite, a, body, td, form, h1, h2, h3, h4, fieldset, legend {
	font:normal 13px/18px "Helvetica Neue", Helvetica, Arial, Verdana, "sans-serif normal";
	color:#828282;
	margin:auto;
}
a {
	cursor:pointer;
	outline:none;
	text-decoration:underline;
	color: #ed1c24;
}
button {
	height:auto;
	width:auto;
	margin:0;
	padding:5px 8px 4px;
	border:solid 1px #980000;
	outline:none;
	background-color:#ca0405;
	cursor:pointer;
	font-family:"Helvetica Neue Extended", "Helvetica Neue", Helvetica, Arial, Verdana;
	color: white;
	text-indent:0;
	text-align:left;
	font-size:12px;
}
cite {
	font-size:10px;
	font-style:italic;
	text-transform:capitalize;
	color:#666
}
fieldset {
	border:none;
	padding:0;
}
form {
	width:955px;
}
h1 {
	font-family:"Helvetica Neue Extended", "Helvetica Neue", Helvetica, Arial, Verdana;
	font-weight:bold;
	font-size:24px;
}
h2 {
	font-family:"Helvetica Neue Extended", "Helvetica Neue", Helvetica, Arial, Verdana;
	color: #ca0405;
	text-transform:uppercase;
	font-size: 16px;
	font-weight:bold;
	margin:10px auto auto 115px
}
h3 {
	font-weight: bold;
}
h4 {
	font-weight: bold;
	font-size: 18px;
}
h5 {
	font-size:72px;
	margin:auto;
}
input, a, img {
	outline:none;
}
input {
	height:15px;
}
input, textarea {
	border:solid 1px #afafaf;
	margin-bottom:15px;
}
img {
	border:none;
}
label {
	text-align: left;
	display:block;
	margin-bottom:5px;
}
li {
	margin-bottom:10px
}
p {
	margin-bottom:15px
}
small {
	font-size:9px
}
sup {
	font-size: 9px;
	vertical-align:text-top
}
td {
	vertical-align:top
}
textarea#mod_performance, textarea#mod_exterior, textarea#mod_interior, textarea#mod_other {
	width:440px;
	height:120px;
}
ul {
	margin:0;
	padding:0;
	list-style:none
}
/*OOP Css */
.align_right {
	text-align:right;	
}
.black {
	color:black;
	border-color:black;
}
.block {
	display:block;
}
.border-hairline {
	border-width:1px;
}
.border-thin {
	border-width:3px;
}
.border-normal {
	border-width:5px;
}
.border-thick {
	border-width:8px;
}
.border-all {
	border-style:solid;
}
.border-left {
	border-left-style:solid;
}
.border-right {
	border-right-style:solid;
}
.btn_img {
	font-family:"Helvetica Neue Extended", "Helvetica Neue", Helvetica, Arial, Verdana;
	cursor:pointer;
	border:solid 5px #ff8400;
}
.button {
	cursor:pointer;
}
.center {
	text-align:center;
}
.clear {
	clear:both
}
.clear-right {
	clear:right;
}
.column-left {
	width:380px
}
.disabled {
	background-color:transparent;
	color: #bababa;
	border-color: #bababa;
}
.grey {
	 color:#afafaf;
	 border-color:#afafaf;
}
.inline {
	display:inline;
}
.last {
	padding-right:40px;
	text-align:right;
}
.left {
	float:left
}
.margin_auto {
	margin:auto;
}
.margin-left_10 {
	margin-left:10px
}
.margin-left_40 {
	margin-left:40px
}
.margin-right_10 {
	margin-right:10px
}
.margin-right_15 {
	margin-right:15px
}
.margin-right_20 {
	margin-right:20px
}
.margin-bottom_0 {
	margin-bottom:auto
}
.margin-bottom_10 {
	margin-bottom:10px
}
.margin-bottom_40 {
	margin-bottom:40px
}
.margin-top_0 {
	margin-top:auto
}
.margin-top_5 {
	margin-top:5px
}
.margin-top_10 {
	margin-top:10px
}
.margin-top_15 {
	margin-top:15px
}
.margin-top_20 {
	margin-top:20px;
}
.margin-top_40 {
	margin-top:40px
}
.no_decoration {
	background-color:transparent;
	text-decoration:none;
	border:none;
}
.orange {
	border-color:#FF8400;
	color:#FF8400;
}
.pad_0 {
	padding:0;
}
.pad-right_20 {
	padding-right:20px;
}
.pad-left_20 {
	padding-left:20px;
}
.pad-left_30 {
	padding-left:30px;
}
.pad-top_20 {
	padding-top:20px;
}
.pad-bottom_20 {
	padding-bottom:20px;
}
.right {
	float:right
}
.red, .required, .no_decoration {
	color:#ed1c24;
}
.required {
	vertical-align:bottom
}
.striped {
	background:url(../images/header_bg.gif) repeat-x;
}
.capitalize {
	text-transform:capitalize;
}
.width_full {
	width:100%;
}
.width_45 {
	width:45%;
}
.width_50 {
	width:50%;
}
/*Structural CSS */
#body {
	width:995px;
	clear:both;
	text-align:left
}
#footer {
	clear:both;
	color:#828282;
	width:995px;
	text-align:left;
	display:table;
	padding-top:40px
}
#footer a {
	text-decoration:none;
	color:#828282
}
#footer ul {
	display:table;
	width:955px;
}
#footer ul li {
	display:table-cell;
	margin-bottom:0;
}
#footer ul li:first-child {
	padding-left:15px;
	width:200px;
}
#header {
	width:995px;
	height:93px;
	margin:22px 15px auto 15px;
	text-align:left;
}
#header div:first-child {
	float:right
}
/*Home Page*/
.tiles {
	width:995px;
	margin:auto;
}
.tile {
	float:left;
	margin:auto 5px 10px;
	width:221px;
	height:160px;
	text-align:center;
	background-color:white;
}
.tile h3 {
	font-size:11px;
	line-height:14px;
	padding-top:6px;
}
.tile .img {
	height:50px;
	margin:5px auto;
	clear:both;
}
.tile ul {
	display:table;
	width:100%
}
.tile ul li {
	display:table-cell;
	padding:0 2px;
	text-align:left;
	font-size: 10px;
	line-height:12px;
	border-left:1px solid #afafaf;
	display:block;
	float:left;
}
.tile ul li:first-child {
	border-left:none;
}
.tile ul li span {
	font-size:9px
}
.tile .button {
	float:right;
	margin-right:5px;
}
.landing {
	background:transparent url(../images/landingpg_hero.jpg) no-repeat;
	height:840px;
}
.landing .content {
	width:545px;
	height:389px;
	margin-left:450px;
}
/*Photo Instructions Page*/
ul.instructions li {
	display:table-row;
	clear:both
}
ul.instructions li span {
	display:table-cell;
	padding-bottom:20px;
}
/*Voting*/
.contestant {
	width:255px;
	margin-right:54px
}
.voting h3 {
	font-size:18px;
}
table.sendtoafriend td{
	text-align:center;
}
.thankyou {
	margin: auto;
	height: 300px;
	vertical-align: middle;
	text-align: center;
	display: table-cell;
	width:700px
}
/*Signup Page*/
#error_trail {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	padding-left:5px;
	color:white;
	background-color:#cc0000
}
fieldset table {
	width:420px;
}
input#firstname, input#lastname, input#email, input#confirm, input#address1, input#address2, input#city {
	width:152px;
}
input#phone1, input#phone2 {
	width: 23px
}
input#phone3 {
	width: 30px
}
input.standard {
	width:70px
}
#status_trail {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	padding-left:5px;
	color:black;
	background-color:#0F0
}
#timeline {
	display:table;
	margin-left:15px;
	text-align:center;
	width:367px;
	background:transparent url(../images/timeline_bg.gif) repeat-x;
}
#timeline .selected {
	background:transparent url(../images/timeline_bg_selected.gif) repeat-x;
}
input#zip {
	width:38px
}
#step3 input {
	height:20px;
}
/*Signup Page: Photo Upload*/
