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

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

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


#footer {
	color: #5aade0;
}

.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 -195px 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 -8px top;}
	
a.twitter  {
	background:url(/applications/website/templates/mini_cook/images/social_sprite.png) no-repeat scroll -278px 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 -94px top #FFFFFF;}
	