@import url('css/960/reset.css');
@import url('css/960/text.css');
@import url('css/960/960.css');
@import url('css/custom.css');


/* LAYOUT
/*******************************************/
body
{
	font-family:"Helvetica Neue","Helvetica","Arial","sans-serif";
	/*font-family:"Lucida Grande","Lucida Sans","Verdana","sans-serif";*/
	background:url('img/bg.png') repeat-x #0e0e0e;
	color:#090909;
}
#top
{
	background: url('img/top.jpg') no-repeat top center;
	height: 492px;
}
#youtube_outer
{
	background: url('img/bg_trans.png');
	padding:20px;
	width:380px;
	margin-top:250px;
	margin-left:15px;
}
#youtube_inner
{
	background:#FFF;
	height:190px;
}
#white
{
	background: #FFF;
	min-height:500px;
}
#footer
{
	height: 271px;
	background: url('img/footer.png') no-repeat;
	margin-bottom:50px;
}
#footer a
{
	display:block;
	height:100%;
	width:100%;
}
#white_top
{
	background: url('img/white_top.png') no-repeat;
	height:20px;
}
#white_bottom
{
	background: url('img/white_bottom.png') no-repeat;
	height:20px;
}
#left
{
	width:48%;
	float:left;
	font-size:14px;
	line-height:1.75;
}
#whole
{
	width:100%;
	float:left;
	font-size:14px;
	line-height:1.75;
}

#right
{
	width:48%;
	float:right;
}
#counter
{
	float:right;
	color:#FFF;
	text-transform:uppercase;
	text-align:right;
	margin-top:30px;
}
#count
{
	font-size:40px;
}
.organge
{
	color:#fda400;
}


.form_label
{
	font-size:11px;
}
.form_error
{
	height:15px;
}
.form_input
{
	width:355px;
	border:2px solid #AAA;
	padding:5px;
	font-size:14px;
	background:#FFF;
	color:#fda400;
}
.form_input:focus
{
	border:2px solid #fda400;
}
#form_submit
{
	display:block;
	height:74px;
	width:381px;
	background:url('img/button1.png') 0 0 no-repeat;
	border:none;
}
#form_submit:hover
{
	cursor:pointer;
}
#form_submit:active
{
	margin-top:1px;
	margin-bottom:-1px;
}
#form
{
	background:#EEE;
	padding:20px;
	margin-top:20px;
	border:1px solid #AAA;
}
.sheep
{
	width:123px;
	height:131px;
	float:left;
	margin-right:10px;
	background:url('img/sheep.gif') no-repeat;
}
.sheep2
{
	width:123px;
	height:131px;
	float:left;
	margin-right:10px;
}
.takedown
{
	float:left;
	width:280px;
	line-height:1.75;
	font-size:14px;
}
.hr
{
	border-top:2px dotted #AAA;
	margin:5px 0;
	height:1px;
}