body {
	background: #f29215 url(/applications/website/templates/mini_cook/images/background_orange.jpg) no-repeat center top;
}

#footer_links li a:link, #footer_links li a:active, #footer_links li a:visited
{
	color: #f23a03;
	text-decoration: none;
	border-bottom: 0px;
}

#footer_links li a:hover
{
	color: #f23a03;
	text-decoration: none;
	border-bottom: 1px dotted #f23a03;
}


#footer {
	color: #f23a03;
}

.facebook_li {float: right !important;}
.twitter_li {float: right !important;}

a.facebook {
	background:url(/applications/website/templates/mini_cook/images/social_sprite.png) no-repeat -953px top;
	display:block;
	float:left;
	height:30px;
	margin-right:10px;
	margin-left: 10px;
	width:77px;
	}
a:hover.facebook {background:url(/applications/website/templates/mini_cook/images/social_sprite.png) no-repeat -766px top;}
	
a.twitter  {
	background:url(/applications/website/templates/mini_cook/images/social_sprite.png) no-repeat scroll -1041px top #FFFFFF;
	display:block;
	float:left;
	height:30px;
	margin-right:10px;
	width:95px;
}
a:hover.twitter  {background:url(/applications/website/templates/mini_cook/images/social_sprite.png) no-repeat scroll -854px top #FFFFFF;}
	