@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	background: url(../img/bg.gif);
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#666666;
	
}
h1 {
	text-transform:uppercase;
	color:#336600;
}


a:link, a:visited, a:active {
	color:#ff7010;
	text-decoration:none;
	border: none;
}

a img {
	border:none;
}

.clear {
	clear:both;
}



#WrapperOuter {
	background: url(../img/content_bg.jpg) center;
	width: 1000px;
	margin:auto;
}
#Wrapper {
	background:#fff url(../img/bg_lines.gif);
	width: 950px;
	margin:auto;
}

#WrapperInner {
	/*padding: 50px;*/
}
#Header {
	background: url(../img/header_bg.gif) top no-repeat;
	padding: 50px 50px 0 50px;
}

#Header img {
	vertical-align: middle;
}

#ILLogo {
	margin: 0 0 0 20px;
}

#CustomButton {
	margin-top:50px;
	float:right;
}

#Content {
	padding:50px;
}

#HeaderText {
	margin: 30px 0 0 0;
}

#HomeImages {
	text-align:center;
	/*vertical-align:middle;*/
}

#HomeImages img {
	text-align:center;
	vertical-align:middle;
}

#CountDown {
	text-align:center;
}

#CountDown span {
	font-size:23px;
	font-weight:bold;
	color:#ff7010;
	margin-left:10px;
}
#CountDown p {
	font-weight:bold;
}

#ContestBanner {
	margin: 0 0 20px 0;
}

#SubmitButton, #RulesButton {
	margin: 0 10px 0 0;
}

#Heading {
	font-size:12px;
}


#Sort {
	float:left;
}

#Paginate {
	color:#999;
	float:right;
}

#Paginate .disabled {
	display:inline;
}

#Designs {
	margin: 20px 0 0 0;
}

.design {
	float:left;
	width:145px;
	height:225px;
	margin: 0 31px 0 0;
	display:inline;
}

.designlast {
	float:left;
	width:145px;
	height:225px;
	margin: 0 0px 0 0;
}

.design h3, .designlast h3 {
	font-size:14px;
	text-align:center;
	margin: 5px 0;
	font-weight:normal;
}

.design h4, .designlast h4 {
	font-size:12px;
	text-align:center;
	margin: 5px 0;
	font-weight:normal;
}

/*Design*/
#Image {
	float:left;
	display:inline;
	width:500px;
}

#Info {
	float:left;
	width:200px;
	margin-left: 20px;
	display:inline;
}

/*Upload Page*/

.file {
	margin-top: 10px;
}

.checkbox {
	margin-top: 10px;
	margin-bottom: 10px;
}

.error-message {
	color:#F00;
}
#Instructions {
	margin: 40px 0 20px 0;
	line-height:18px;
	font-weight:bold;
}

#BannerCustomSkins {
	float:right;
	text-align:center;
	font-size:14px;
}

.text {
	margin: 0 0 10px 0;
}

.text label, .password label, .file label {
	font-weight:bold;
}
.text input, .password input {
	display:block;
	border: 2px solid #999;
	font-size:14px;
	padding:5px;
	width:300px;
}

#Footer {
	border-top: 3px solid #336600;
	font-size: 12px;
	
	margin: 20px 50px 0 50px;
	padding-bottom: 50px;
}

#Footer a:link, #Footer a:visited, #Footer a:active {
	color:#666633;
	text-decoration:none;
}

#Footer ul {
	float:left;
	margin: 10px 10px 0 0;
	padding:0;
}

#Footer ul li {
	list-style:none;
	margin: 0 0 5px 0;
}

#Copyright {
	margin: 10px 0 0 0;
	float:right;
}
