/*
STUBB'S bumper styles
*/

* { margin: 0; padding: 0; }

body {
	background: #e81011 url(imgs/bumper/wood_bg.jpg) top center;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 10px;
	text-align: center;
}

a {
	color: #fff;
}

#shell {
	display: block;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 600px;
}

h1 {
	background: transparent url(imgs/bumper/header_logo.jpg) 0 0 no-repeat;
	display: block;
	height: 155px;
	text-indent: -9999px;
	width: 615px;
}

#flash-container {
	background: transparent url(imgs/bumper/flash_bg.jpg) 0 0 no-repeat;
	display: block;
	height: 368px;
	width: 600px;
}

#comingsoon {
	background: transparent url(imgs/bumper/form_bg.jpg) 0 0 no-repeat;
	display: block;
	height: 200px;
	overflow: hidden;
	width: 600px;
}

p.footer {
	display: block;
	margin: 0 auto 10px;
	text-align: center;
}
p.footer a:link, p.footer a:visited { color: #fff; text-decoration: none; }
p.footer a:hover { color: #ffc103; text-decoration: underline; }

#signup {
	display: block;
	float: right;
	padding: 40px 0 0;
	text-align: left;
	width: 270px;
}
form { display: inline; }
.form-row {
	display: block;
	margin: 0 0 5px;
	overflow: hidden;
	width: 270px;
}
.form-row label {
	display: block;
	float: left;
	margin-right: 10px;
	padding: 4px 0 0;
	text-align: right;
	width: 65px;
}
.form-row input {
	background-color: #e1bd82;
	border: 1px solid #c12208;
	color: #c12208;
	font-size: 10px;
	height: 14px;
	padding: 2px 5px;
	width: 155px;
}
.submit-row {
	display: block;
	padding: 0 0 0 75px;
}
.submit-row a:link, .submit-row a:visited {
	color: #e1bd82;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.submit-row a:hover {
	color: #fff;
	text-decoration: none;
}

.stars-left, .stars-right {
	background: transparent url(imgs/bumper/stars.gif) top center no-repeat;
	display: block;
	height: 147px;
	position: absolute;
	top: 252px;
	width: 50px;
}
.stars-left {
	left: -50px;
}
.stars-right {
	right: -50px;
	
}
