/*
   Document   : Home
   Created on : 11-Sept-2009
   Author     : Mark McDonnell
	Swatches	:
		#004990 = Dark Blue
		#909EC9 = Light Blue
		#C1C8E2 = Lighter Blue
		#004990 = Standard Blue
		#58585A = Grey
	Description:
   	Home page styles
*/

#content
{ padding-top:29px; }

.imageReplacement.home
{ height:55px; width:705px; }

.imageReplacement.home span
{ background-image:url(../Images/title-home.png); }

.imageReplacement.easy
{ height:33px; width:705px; }

.imageReplacement.easy span
{ background-image:url(../Images/title-easy.png); }

#home
{ margin:auto; width:705px; }

#home p[class=intro]
{ margin-top:23px; }

#categories
{ list-style:none; margin:30px 0 0; overflow:hidden; padding:0; }

#categories li:first-child
{ margin-left:120px; }

#categories li
{ float:left; }

.imageReplacement.catsales,
.imageReplacement.catlettings,
.imageReplacement.catholiday
{ cursor:pointer; display:block; height:162px; width:220px; }

.imageReplacement.catsales span,
.imageReplacement.catlettings span,
.imageReplacement.catholiday span
{ background-image:url(../Images/home-main-categories.jpg); }

.imageReplacement.catsales span
{ background-position:0 0; }

.imageReplacement.catlettings span
{ background-position:-220px 0; }

.imageReplacement.catholiday span
{ background-position:-440px 0; }

.imageReplacement.catsales span:hover
{ background-position:0 -163px; }

.imageReplacement.catlettings span:hover
{ background-position:-220px -163px; }

.imageReplacement.catholiday span:hover
{ background-position:-440px -163px; }
