/**** Styles for the Hospitality Catalog Home Page ****/

/* Content Columns */
div.col1, div.col2 { float:left; }
div.col1
{
  margin-right:10px;
  width:362px;
}
div.col2 { width:309px; }

/* Title */
h1.title { font-family:Arial,Helvetica,sans-serif; }

/* Category Links (General Definition) */
div.categories { padding-top:5px; }
div.categories div { float:left; }
div.categories a:link, div.categories a:visited
{
  display:block;
  height:152px;
  overflow:hidden;
  background:no-repeat top left;
  text-decoration:none;
}
div.categories a:hover { background-position:bottom left; }

/* Individual Category Links */
#link-sofasloveseats
{
  width:134px;
  background-image:url(/catalog/images/link-sofasloveseats.jpg);
}
#link-chairsottomans
{
  width:138px;
  background-image:url(/catalog/images/link-chairsottomans.jpg);
}
#link-motionfurniture
{
  width:138px;
  background-image:url(/catalog/images/link-motionfurniture.jpg);
}
#link-sleepers
{
  width:138px;
  background-image:url(/catalog/images/link-sleepers.jpg);
}
#link-mattresses
{
  width:133px;
  background-image:url(/catalog/images/link-mattresses.jpg);
}