﻿#homecontent
{
  background-color: #3b4048;
  padding-top: 12px;
}
#homecontent li a
{
  text-decoration: none;
  padding-top: 154px;
  height: 86px;
  width: 316px;
  display: block;
}
#homecontent li.ratings a:link, #homecontent li.ratings a:visited
{
  color: white;
  background-repeat: no-repeat;
  background-image: url(/templates/images/home_film-ratings_sprite.gif);
  background-color: #2e333a;
}
#homecontent li.ratings a:hover, #homecontent li.ratings a:active
{
  color: white;
  background-position: 0 -240px;
  background-color: #dfb141;
}
#homecontent li.online a:link, #homecontent li.online a:visited
{
  color: white;
  background-repeat: no-repeat;
  background-image: url(/templates/images/home_get-movies_sprite.gif);
  background-color: #4a5361;
}
#homecontent li.online a:hover, #homecontent li.online a:active
{
  color: white;
  background-position: 0 -240px;
  background-color: #dfb141;
}
#homecontent li.protecting a:link, #homecontent li.protecting a:visited
{
  color: white;
  background-repeat: no-repeat;
  background-image: url(/templates/images/home_protecting_sprite.gif);
  background-color: #818791;
}
#homecontent li.protecting a:hover, #homecontent li.protecting a:active
{
  color: white;
  background-position: 0 -240px;
  background-color: #dfb141;
}
#homecontent li.economy a:link, #homecontent li.economy a:visited
{
  color: white;
  background-repeat: no-repeat;
  background-image: url(/templates/images/home_movies-econ_sprite.gif);
  background-color: #443d3d;
}
#homecontent li.economy a:hover, #homecontent li.economy a:active
{
  color: white;
  background-position: 0 -240px;
  background-color: #dfb141;
}
#homecontent li.news a:link, #homecontent li.news a:visited
{
  color: white;
  background-repeat: no-repeat;
  background-image: url(/templates/images/home_news_sprite.gif);
  background-color: #979893;
}
#homecontent li.news a:hover, #homecontent li.news a:active
{
  color: white;
  background-position: 0 -240px;
  background-color: #dfb141;
}
#homecontent li.resources a:link, #homecontent li.resources a:visited
{
  color: white;
  background-repeat: no-repeat;
  background-image: url(/templates/images/home_resources_for_parents_sprite.gif);
  background-color: #7f8078;
}
#homecontent li.resources a:hover, #homecontent li.resources a:active
{
  color: white;
  background-position: 0 -240px;
  background-color: #dfb141;
}

#homecontent li span.description
{
  line-height: 16px;
  font-size: 12px;
  margin-right: auto;
  margin-left: auto;
  width: 258px;
  display: block;
}
#homecontent li
{
  list-style-type: none;
  float: left;
}

.clear
{
  clear: both;
}
.homeImages
{
  width: 948px;
  height: 374px;
  display: block;
  position: relative;
}
.homeImages .imgItem
{
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  border: none;
}
.homeImageOverlay 
{
  position: relative;
  left: 0px;
  top: -150px;
}
	.snipe {
		background-position: right top;
		background-repeat: repeat-y;
		background-image: url(/templates/images/slide_snipe_bkg.png);
		padding-right: 60px;
		padding-left: 22px;
		padding-bottom: 4px;
		padding-top: 4px;
		margin: 0px;
		top: 300px;
		position: absolute;
		float: left;
		display: block;
	}

	.snipe p {
		padding-bottom: 3px;
		padding-top: 3px;
		line-height: 12px;
		font-size: 11px;
		letter-spacing: 2px;
		font-family: Arial, Helvetica, Verdana, sans-serif;
		color: white;
		margin: 0px;
	}