/*
 * Author: Spacetacular Design
 * Contact: www.spacetacular.com
 * File: layout.css
 * 
 * Description:
 * Layout rules.
 *
 */



#pageBounds {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	text-transform: lower;
	height: inherit;
}

#contentBounds {
	border: 1px solid #888;
	margin: 0 auto;
	padding: 0 0 1em;
	}
	
#content {
	margin: 1.5em 0 .5em;
	position: relative;
}

.boxContent {
	margin: 1em 0 0;
}
	
#mainColumn {
	width: 670px;
	float: right;
	margin: 1.5em 2em 0 0;
	min-height: 335px;
	position: relative;
	}
	
#sideColumn {
	width: 200px;
	float: left;
	margin: -4.5em 0 0;
	min-height: 300px;
	}
	
#footer {
	margin: 0 auto;
	padding: .5em 0 1em;
	width: 875px;
	color: #fff;
	font-size: 75%;
	}
	
#mastHead {
	padding: 1.5em 0;
	margin: 0 auto;
	width: 875px;
	}
	
#mastHead h2#logo {
	float: left;
	margin: .65em 0 0;
	padding: 0;
	background: url(../images/logo.gif) left top no-repeat;
}

#mastHead h2#logo a {
	display: block;
	background: transparent url(../images/logo.gif) left top no-repeat;
	width: 574px;
	height: 56px;
	text-indent: -999em;
	overflow: hidden;
	outline: none;
}



/* Eyebrow Navigation */

#mastHead #stores {
	float: left;
	margin: 1em 0 0 2em;
	width: 39px;
	height: 60px;
	background: url(../images/uploads/layout/find-stores.gif) left top no-repeat;
}

#mastHead #stores a {
	display: block;
	background: transparent url(../images/uploads/layout/find-stores.gif) left top no-repeat;
	width: 39px;
	height: 60px;
	text-indent: -999em;
	overflow: hidden;
	outline: none;
}

#mastHead #enav {
	float: right;
	width: 225px;
	text-align: right;
	font-size: 92%;
}

#enav ul li {
	list-style: none;
	margin-bottom: 10px;
}

#enav ul li form {
	margin-top: 1.25em;
}

#enav li.contactUs {
	float: right;
	margin-left: 5px;
	border-left: 1px solid #999;
	padding-left: 5px;
}

#enav .txtviewCart {
	background: url(../images/bg_basketBtn.gif) left top no-repeat;
	padding: 0 0 5px 25px;
}

#mastHead #howOrder {
	float: left;
	margin: 0;
	padding: 0;
	background: url(../images/btn_howOrder.gif) left top no-repeat;
}

#mastHead #howOrder a {
	display: block;
	background: transparent url(../images/btn_howOrder.gif) left top no-repeat;
	width: 89px;
	height: 65px;
	text-indent: -999em;
	overflow: hidden;
}

#mastHead #contactUs {
	float: left;
	margin: 1px 0 0 0;
	background: url(../images/btn_contactus.gif) left bottom no-repeat;
}

#mastHead #contactUs a {
	display: block;
	background: transparent url(../images/btn_contactus.gif) left bottom no-repeat;
	width: 88px;
	height: 65px;
	text-indent: -999em;
	overflow: hidden;
}

#pageHeader {
	height: 24px;
	}
	
/* mnav styles */

#mnav {
	height: 23px;
	border-bottom: 1px solid #999;
	width: 100%;
	z-index: 50;
	}
	
#mnav ul {
	margin: 0;
	text-align: left;
	list-style: none;
}	

#mnav ul li {
	float: left;
	border-right: 1px solid #999;
	margin: 0;
	display: inline;
	}
	
#mnav ul li.last {
	border-right: none;
	}
	
#mnav ul li a {	
	text-indent: -999em;
	overflow: hidden;
	display: block;
	height: 23px;
	padding: 0 13px;
	background: #444;
}

#mnav ul li a:hover {	
	background: #fe963e;
}

#mnav ul li.home a {
	background: url("../images/mnav/home_off.gif") center center no-repeat;
	width: 37px;
}

#mnav ul li.home a:hover {
	background: #fe963e url("../images/mnav/home_on.gif") center center no-repeat;
	width: 37px;
}

#mnav ul li.collections a {
	background: url("../images/mnav/collections_off.gif") center center no-repeat;
	width: 103px;
}

#mnav ul li.collections a:hover {
	background: #fe963e url("../images/mnav/collections_on.gif") center center no-repeat;
	width: 103px;
}

#mnav ul li.breeds a {
	background: url("../images/mnav/breeds_off.gif") center center no-repeat;
	width: 43px;
}

#mnav ul li.breeds a:hover {
	background:  #fe963e url("../images/mnav/breeds_on.gif") center center no-repeat;
	width: 43px;
}

#mnav ul li.products a {
	background: url("../images/mnav/products_off.gif") center center no-repeat;
	width: 57px;
}

#mnav ul li.products a:hover {
	background:  #fe963e url("../images/mnav/products_on.gif") center center no-repeat;
	width: 57px;
}

#mnav ul li.occasions a {
	background: url("../images/mnav/occasions_off.gif") center center no-repeat;
	width: 65px;
}

#mnav ul li.occasions a:hover {
	background:  #fe963e url("../images/mnav/occasions_on.gif") center center no-repeat;
	width: 65px;
}

#mnav ul li.about a {
	background: url("../images/mnav/about_off.gif") center center no-repeat;
	width: 96px;
}

#mnav ul li.about a:hover {
	background:  #fe963e url("../images/mnav/about_on.gif") center center no-repeat;
	width: 96px;
}

#mnav ul li.retail a {
	background: url("../images/mnav/retail_off.gif") center center no-repeat;
	width: 108px;
}

#mnav ul li.retail a:hover {
	background:  #fe963e url("../images/mnav/retail_on.gif") center center no-repeat;
	width: 108px;
}

#mnav ul li.testimonials a {
	background: url("../images/mnav/testimonials_off.gif") center center no-repeat;
	width: 76px;
}

#mnav ul li.testimonials a:hover {
	background:  #fe963e url("../images/mnav/testimonials_on.gif") center center no-repeat;
	width: 76px;
}

#mnav ul li.new a {
	background: url("../images/mnav/new_off.gif") center center no-repeat;
	width: 70px;
}

#mnav ul li.new a:hover {
	background:  #fe963e url("../images/mnav/new_on.gif") center center no-repeat;
	width: 70px;
}

#mnav ul li.contact a {
	background: url("../images/mnav/contact_off.gif") center center no-repeat;
	width: 65px;
}

#mnav ul li.contact a:hover {
	background:  #fe963e url("../images/mnav/contact_on.gif") center center no-repeat;
	width: 65px;
}



/* mnav drop downs */

#mnav li ul {
	position: absolute;
	width: 10.75em;
	left: -999em;
	z-index: 100;
}

#mnav li ul li {
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	width: 10.75em;
	background: #333;
}

#mnav li ul.dropdown li a {	
	display: block;
	height: 18px;
	padding: 6px 7px 0 20px;
	text-indent: 0;
	background: none;
	width:auto;
	color: #fff;
	text-decoration: none;
}

#mnav li ul.dropdown li.top a {	
	padding-top: .5em;
	border-top: 1px solid #999;
}

#mnav li ul.dropdown li.bottom a {	
	padding-bottom: .5em;
	border-bottom: 1px solid #999;
}

#mnav li ul.dropdown li a:hover {	
	background: none;
	width:auto;
	font-weight: bold;
	color: #fe963e;
}

#mnav li:hover ul, #mnav li.sfhover ul {
	left: auto;
}

#mnav li:hover, #mnav li.hover {  
     position: static;  
 }  

#mnav li ul.dropdown li.vangrowl {
	background: #333 url("../images/bullet_vangrowl.gif") 8px 12px no-repeat;
}

#mnav li ul.dropdown li.pawcasso {
	background: #333 url("../images/bullet_pawcasso.gif") 8px 12px no-repeat;
}

#mnav li ul.dropdown li.bonet {
	background: #333 url("../images/bullet_bonet.gif") 8px 12px no-repeat;
}

#mnav li ul.dropdown li.muttisse {
	background: #333 url("../images/bullet_muttisse.gif") 8px 12px no-repeat;
}

#mnav li ul.dropdown li.grrraut {
	background: #333 url("../images/bullet_grrraut.gif") 8px 12px no-repeat;
}

#mnav li ul.dropdown li.chagrowl {
	background: #333 url("../images/bullet_chagrowl.gif") 8px 12px no-repeat;
}

#mnav li ul.dropdown li.dogas {
	background: #333 url("../images/bullet_dogas.gif") 8px 12px no-repeat;
}

#mnav li ul.dropdown li.ruffoir {
	background: #333 url("../images/bullet_ruffoir.gif") 8px 12px no-repeat;
}

#mnav li ul.dropdown li.barkicelli {
	background: #333 url("../images/bullet_barkicelli.gif") 8px 12px no-repeat;
}

#mnav li ul.dropdown li.toulouse {
	background: #333 url("../images/bullet_toulouse.gif") 8px 12px no-repeat;
}

#mnav li ul.dropdown li.salvador {
	background: #333 url("../images/bullet_salvador.gif") 8px 12px no-repeat;
}

#mnav li ul.dropdown li.woofhol {
	background: #333 url("../images/bullet_woofhol.gif") 8px 12px no-repeat;
}

#mnav li ul.dropdown li.pawlick {
	background: #333 url("../images/bullet_pawlick.gif") 10px 12px no-repeat;
}

#mnav li ul.dropdown li.lickface {
	background: #333 url("../images/bullet_lickface.gif") 8px 12px no-repeat;
}

#mnav li ul.dropdown li.howling {
	background: #333 url("../images/bullet_howling.gif") 8px 12px no-repeat;
}

#mnav li ul.dropdown li.salvador {
	background: #333 url("../images/bullet_salvador.gif") 8px 12px no-repeat;
}

#mnav li ul.dropdown li.canine {
	background: #333 url("../images/bullet_canine.gif") 8px 12px no-repeat;
}

/* about Dropdown */

#mnav li.about ul li {
	width: 121px;
	background: #333 url("../images/bullet_vangrowl.gif") 8px 12px no-repeat;
 
}
#mnav li.about ul li a {
	width: 121px;
	padding-left: none; 
}

#mnav li.about ul.dropdown li a {	
	padding: 6px 7px 0 16px;
}

#mnav li.about ul li.top {
	border-bottom: 1px solid #999;
	padding-bottom: .25em;
}

/* products Dropdown */

#mnav li.products ul li {
	width: 150px;
	}
 

#mnav li.products ul.dropdown li a {	
	padding: 6px 7px 0 18px;
}

#mnav li.products li.notecards {
	background: #333 url("../images/bullet_vangrowl.gif") 8px 12px no-repeat;
}

#mnav li.products li.boxedsets {
	background: #333 url("../images/bullet_pawcasso.gif") 8px 11px no-repeat;
}

#mnav li.products li.occasion {
	background: #333 url("../images/bullet_bonet.gif") 8px 11px no-repeat;
}

#mnav li.products li.prints {
	background: #333 url("../images/bullet_prints.gif") 8px 11px no-repeat;
}

#mnav li.products li.portraits {
	background: #333 url("../images/bullet_grrraut.gif") 8px 11px no-repeat;
}

/* occasions Dropdown */

#mnav li.occasions ul li {
	width: 114px;
	}

#mnav li.occasions li.valentine {
	background: #333 url("../images/bullet_pawcasso.gif") 8px 11px no-repeat;
}

#mnav li.occasions li.thankyou {
	background: #333 url("../images/bullet_bonet.gif") 8px 11px no-repeat;
}

#mnav li.occasions li.missyou {
	background: #333 url("../images/bullet_prints.gif") 8px 11px no-repeat;
}

#mnav li.occasions li.getwell {
	background: #333 url("../images/bullet_grrraut.gif") 8px 11px no-repeat;
}

#mnav li.occasions li.congratulations {
	background: #333 url("../images/bullet_chagrowl.gif") 8px 11px no-repeat;
}

#mnav li.occasions li.christmas {
	background: #333 url("../images/bullet_dogas.gif") 8px 11px no-repeat;
}


#mnav li.products ul li.bottom a {
	padding-bottom: .25em;
}
		
/* page Titles */

#pageHeader h2 {
	float: left;
	width: 175px;
	font-size: 120%;
	color: #e7af15;
	padding-left: .25em;
}

.boxContent h2 {
	font-size: 120%;
	color: #e7af15;
}



#mainColumn h2 {
	font-size: 120%;
	color: #e7af15;
}

#mainColumn h3 {
	border: none;
	font-weight: bold;
}


.introCopy {
	display: block;
	margin: 0;
	padding: 0;
	background: url(../images/img_introCopy.gif) left top no-repeat;
	width: 225px;
	height: 175px;
	text-indent: -999em;
	overflow: hidden;
}

/* sideColumn Contents */

#sideColumn h2 {
	color: #e7af15;
	text-transform: uppercase;
	font-size: 95%;
	font-weight: bold;
	line-height: 1em;
	margin: 0 0 .5em 1em;
}


/* subnav styles */

#sideColumn ul#subnav {
	list-style: none;
	font-size: 100%;
	margin: 0;
	padding: 0;
	width: 135px;
}

#sideColumn ul#subnav li {
	margin: 0;
	position: relative;	
}

#sideColumn ul#subnav li a {
	padding: 3px 3px 3px 14px;
	display: block;
	text-decoration: none;
	color: #fff;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

#sideColumn ul#subnav li.noborder a {
	border:none;
}

#sideColumn ul#subnav li a:hover {
	background: #333;
	color: #fff;
	font-weight: bold;
	display: block;
}

#sideColumn ul#subnav li.vangrowl {
	background: transparent url("../images/bullet_vangrowl.gif") 6px 8px no-repeat;
}

#sideColumn ul#subnav li.vangrowl a:hover {
	background: #333 url("../images/bullet_vangrowl.gif") 6px 8px no-repeat;
}

#sideColumn ul#subnav li.pawcasso {
	background: transparent url("../images/bullet_pawcasso.gif") 6px 8px no-repeat;
}

#sideColumn ul#subnav li.pawcasso a:hover {
	background: #333 url("../images/bullet_pawcasso.gif") 6px 8px no-repeat;
}

#sideColumn ul#subnav li.bonet {
	background: transparent url("../images/bullet_bonet.gif") 6px 8px no-repeat;
}

#sideColumn ul#subnav li.bonet a:hover {
	background: #333 url("../images/bullet_bonet.gif") 6px 8px no-repeat;
}

#sideColumn ul#subnav li.muttisse {
	background: transparent url("../images/bullet_muttisse.gif") 6px 8px no-repeat;
}

#sideColumn ul#subnav li.muttisse a:hover {
	background: #333 url("../images/bullet_muttisse.gif") 6px 8px no-repeat;
}

#sideColumn ul#subnav li.grrraut {
	background: transparent url("../images/bullet_grrraut.gif") 6px 8px no-repeat;
}

#sideColumn ul#subnav li.grrraut a:hover {
	background: #333 url("../images/bullet_grrraut.gif") 6px 8px no-repeat;
}

#sideColumn ul#subnav li.chagrowl {
	background: transparent url("../images/bullet_chagrowl.gif") 6px 8px no-repeat;
}

#sideColumn ul#subnav li.chagrowl a:hover {
	background: #333 url("../images/bullet_chagrowl.gif") 6px 8px no-repeat;
}

#sideColumn ul#subnav li.dogas {
	background: transparent url("../images/bullet_dogas.gif") 6px 8px no-repeat;
}

#sideColumn ul#subnav li.dogas a:hover {
	background: #333 url("../images/bullet_dogas.gif") 6px 8px no-repeat;
}

#sideColumn ul#subnav li.ruffoir {
	background: transparent url("../images/bullet_ruffoir.gif") 6px 8px no-repeat;
}

#sideColumn ul#subnav li.ruffoir a:hover {
	background: #333 url("../images/bullet_ruffoir.gif") 6px 8px no-repeat;
}

#sideColumn ul#subnav li.toulouse {
	background: transparent url("../images/bullet_toulouse.gif") 6px 8px no-repeat;
}

#sideColumn ul#subnav li.toulouse a:hover {
	background: #333 url("../images/bullet_toulouse.gif") 6px 8px no-repeat;
}

#sideColumn ul#subnav li.woofhol {
	background: transparent url("../images/bullet_woofhol.gif") 6px 8px no-repeat;
}

#sideColumn ul#subnav li.woofhol a:hover {
	background: #333 url("../images/bullet_woofhol.gif") 6px 8px no-repeat;
}

#sideColumn ul#subnav li.lickface {
	background: transparent url("../images/bullet_lickface.gif") 6px 8px no-repeat;
}

#sideColumn ul#subnav li.lickface a:hover {
	background: #333 url("../images/bullet_lickface.gif") 6px 8px no-repeat;
}

#sideColumn ul#subnav li.howling {
	background: transparent url("../images/bullet_howling.gif") 6px 8px no-repeat;
}

#sideColumn ul#subnav li.howling a:hover {
	background: #333 url("../images/bullet_howling.gif") 6px 8px no-repeat;
}

#sideColumn ul#subnav li.salvador {
	background: transparent url("../images/bullet_salvador.gif") 6px 8px no-repeat;
}

#sideColumn ul#subnav li.salvador a:hover {
	background: #333 url("../images/bullet_salvador.gif") 6px 8px no-repeat;
}

#sideColumn ul#subnav li.canine {
	background: transparent url("../images/bullet_canine.gif") 6px 8px no-repeat;
}

#sideColumn ul#subnav li.canine a:hover {
	background: #333 url("../images/bullet_canine.gif") 6px 8px no-repeat;
}

#sideColumn ul#subnav li.barkicelli {
	background: transparent url("../images/bullet_barkicelli.gif") 6px 8px no-repeat;
}

#sideColumn ul#subnav li.barkicelli a:hover {
	background: #333 url("../images/bullet_barkicelli.gif") 6px 8px no-repeat;
}

#sideColumn ul#subnav li.pawlick {
	background: transparent url("../images/bullet_pawlick.gif") 6px 8px no-repeat;
}

#sideColumn ul#subnav li.pawlick a:hover {
	background: #333 url("../images/bullet_pawlick.gif") 6px 8px no-repeat;
}

#sideColumn ul#subnav li.notecards {
	background: transparent url("../images/bullet_vangrowl.gif") 6px 9px no-repeat;
}

#sideColumn ul#subnav li.notecards a:hover {
	background: #333 url("../images/bullet_vangrowl.gif") 6px 8px no-repeat;
}

#sideColumn ul#subnav li.boxedsets {
	background: transparent url("../images/bullet_pawcasso.gif") 6px 8px no-repeat;
}

#sideColumn ul#subnav li.boxedsets a:hover {
	background: #333 url("../images/bullet_pawcasso.gif") 6px 8px no-repeat;
}

#sideColumn ul#subnav li.occasion {
	background: transparent url("../images/bullet_bonet.gif") 6px 8px no-repeat;
}

#sideColumn ul#subnav li.occasion a:hover {
	background: #333 url("../images/bullet_bonet.gif") 6px 8px no-repeat;
}

#sideColumn ul#subnav li.valentine {
	background: transparent url("../images/bullet_pawcasso.gif") 6px 8px no-repeat;
}

#sideColumn ul#subnav li.valentine a:hover {
	background: #333 url("../images/bullet_pawcasso.gif") 6px 8px no-repeat;
}

#sideColumn ul#subnav li.thankyou {
	background: transparent url("../images/bullet_bonet.gif") 6px 8px no-repeat;
}

#sideColumn ul#subnav li.thankyou a:hover {
	background: #333 url("../images/bullet_bonet.gif") 6px 8px no-repeat;
}

#sideColumn ul#subnav li.missyou {
	background: transparent url("../images/bullet_prints.gif") 6px 8px no-repeat;
}

#sideColumn ul#subnav li.missyou a:hover {
	background: #333 url("../images/bullet_prints.gif") 6px 8px no-repeat;
}

#sideColumn ul#subnav li.getwell {
	background: transparent url("../images/bullet_grrraut.gif") 6px 8px no-repeat;
}

#sideColumn ul#subnav li.getwell a:hover {
	background: #333 url("../images/bullet_grrraut.gif") 6px 8px no-repeat;
}

#sideColumn ul#subnav li.congratulations {
	background: transparent url("../images/bullet_chagrowl.gif") 6px 8px no-repeat;
}

#sideColumn ul#subnav li.congratulations a:hover {
	background: #333 url("../images/bullet_chagrowl.gif") 6px 8px no-repeat;
}

#sideColumn ul#subnav li.christmas {
	background: transparent url("../images/bullet_dogas.gif") 6px 8px no-repeat;
}

#sideColumn ul#subnav li.christmas a:hover {
	background: #333 url("../images/bullet_dogas.gif") 6px 8px no-repeat;
}

#sideColumn ul#subnav li.occasion a:hover {
	background: #333 url("../images/bullet_bonet.gif") 6px 7px no-repeat;
}

#sideColumn ul#subnav li.prints {
	background: transparent url("../images/bullet_prints.gif") 6px 8px no-repeat;
}

#sideColumn ul#subnav li.prints a:hover {
	background: #333 url("../images/bullet_prints.gif") 6px 8px no-repeat;
}

#sideColumn ul#subnav li.portraits {
	background: transparent url("../images/bullet_grrraut.gif") 6px 9px no-repeat;
}

#sideColumn ul#subnav li.portraits a:hover {
	background: #333 url("../images/bullet_grrraut.gif") 6px 8px no-repeat;
}

#sideColumn ul#subnav li ul {
  position: absolute; 
  top: 0px;
  left: 124px;
  list-style:none;
  background: #333;
  margin: 0;
  padding: 15px 10px 14px 10px;
  border: 1px solid #999;
  display: none;
  width: 120px;
  }
  
#sideColumn ul#subnav li > ul {
  top: 0;
  left: 124px;
	}
	
#sideColumn ul#subnav li.salvador ul { 
  top: -15px;
  }
  
#sideColumn ul#subnav li.canine ul { 
  top: -15px;
  }
  
#sideColumn ul#subnav li:hover ul, #sideColumn ul#subnav li.over ul {
display: block;
}
  
#sideColumn ul#subnav li li {
	margin: 0;
	border-top: none;
	border-right: none;
	height: 23px;
	letter-spacing: 0.02em;
	padding-left: 0;
}

#sideColumn ul#subnav li li a {
border: none;
}

#sideColumn ul#subnav li li a:hover {
	background: #333;
	color: pink;
	font-weight: bold;
}

#sideColumn ul#subnav li.vangrowl li a:hover { 
  color: #ed1d25;
  }
#sideColumn ul#subnav li.pawcasso li a:hover { 
  color: #ec008c;
  }
#sideColumn ul#subnav li.bonet li a:hover { 
  color: #00adef;
  }
#sideColumn ul#subnav li.muttisse li a:hover { 
  color: #2fb24a;
  }
#sideColumn ul#subnav li.grrraut li a:hover { 
  color: #fff200;
  }
#sideColumn ul#subnav li.chagrowl li a:hover { 
  color: #b5425c;
  }
#sideColumn ul#subnav li.dogas li a:hover { 
  color: #9aaafa;
  }
#sideColumn ul#subnav li.ruffoir li a:hover { 
  color: #ddd7c1;
  }
#sideColumn ul#subnav li.toulouse li a:hover { 
  color: #a317c6;
  }
#sideColumn ul#subnav li.woofhol li a:hover { 
  color: #f68e07;
  }
#sideColumn ul#subnav li.lickface li a:hover { 
	color: #b0ee60;
  }
#sideColumn ul#subnav li.howling li a:hover { 
	color: #624907;
  }
#sideColumn ul#subnav li.salvador li a:hover { 
	color: #f9d6f0;
  }
#sideColumn ul#subnav li.canine li a:hover { 
	color: #1a5f0a;
  }
  
.viewLink {
	margin: 0 0 5px 5px;
}
  
  
/* subnav Styles */
 


  
/* footer */
  
#fnav {
	float: left;
}

#fnav ul {
	margin: 0;
	padding: 0;

}

#fnav a {
	color: #ccc;
	text-decoration: none;
}

#fnav a:hover {
	text-decoration: underline;
}

#fnav ul li {
	list-style: none;
	float:left;
	margin: 0;
	padding: 0 5px;
	border-right: 1px solid #999;
}

#fnav ul li.last {
	border-right: none;
}

#copyright {
	float: right
}
.txtCopyright {display: none;}

/* mainColumn */

.imageTitle {
	margin: 3.25em 0 1em 190px;
	
}

.breeds {
margin-top: 3em;
}

.txtContentTitle {
	display: none;
}	

.featureImg {
	margin-right: 95px;
	text-align: center;
}

.item {
	width: 65px;
	float: left;
	text-align: center;
	border: 10px solid #fff;
	margin: 8px;
	
}

.yellowTxt {
	color: #e7af15;
}

.yellowTxt a {
	color: #e7af15;
}

p.yellowTxt a {
	color: #e7af15;
}


tr.yellowTxt {
	font-size: 120%;
	font-style:italic;
}

.italics, .occasionTxt {
	font-style: italic;
	color: #fff;
	font-weight: normal;
	text-transform: none;
}

/* header styles */





/* CatItem Styles */

#productContent {
	margin: 2em 2em 1em 0
}

.steps {
	position: absolute;
	top: 0;
	right: 2em;
}

.catItem {
	float: left;
	text-align: center;
	margin: 5px 8px;
	font-size: 75%;
	min-width: 100px;
}

.catItem a {
	font-size: 105%;
	margin: 0;
}

.catItem .catImg {
	margin-bottom: 0;
}

.catItem h3 a {
	color: #fff;
	text-transform: none;
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 100%;
	text-decoration: none;
	font-weight: bold;
}

.catItem p {
	margin: 0;
}

.contentInside {
	position: absolute;
	top: -16px;
	left: 555px;
	z-index: 1;
	width: 225px;
	text-align: center;
	color: #e7af15;
	font-size: 110%;
}

.contentInside b {
	display: block;
	color: #fff;
	font-weight: bold;
	font-size: 100%;
}


.catItemTxt{
	height: 30px;
	font-size: 110%;
	margin-bottom: .15em;
}

.catItemTxt h3 {
	margin: .15em 0;
}

.catItemTxt h3 a {
	color: #faa74a;
}

.pagination {
	left: 201px;
	bottom: 10px;
	color: #e6a619;
	position: absolute;
}

.comingSoon {
	left: 550px;
	bottom: 10px;
	color: #e6a619;
	position: absolute;
}

.comingSoon span.white {
	color: #fff;
	font-size: 130%;
}

.pagination strong {
	color: #fff;
	font-weight: normal;
}

#productFooter {
	margin: 1.5em 0 0;
}

/* Cat Styles */



.cat_2 h1, .cat_99 h1, .cat_130 h1, .cat_109 h1, .cat_131 h1, .cat_132 h1, .cat_113 h1 {
	display: block;
	color: #e7af15;
	font-size: 135%;
	font-weight: bold;
	line-height: 1em;
	margin: 0 0 .5em 215px;
	padding-top: 1em;
}

ul.dot li {
	background: url(../images/bullet_list.gif) left 3px no-repeat;
	padding: 0 0 0 1em;
	margin: 0 0 .5em;
	list-style:none;
} 

.descriptionTxt ul {
	margin: 0 0 0 .25em;
} 

.descriptionTxt ul li {
	background: url(../images/bullet_list.gif) left 3px no-repeat;
	padding: 0 0 0 .75em;
	margin: 0 0 .25em;
	list-style:none;
} 

/* Product Landing Styles */

#productContent .alignLeft {width: 315px; float: left;}
#productContent .alignRight {width: 260px; float: right; margin: .5em 4.5em 0 0;}
#productContent ul.dot {margin-top: 1em;}

/* View Product Styles */


#viewProducts h1 {
	display: block;
	color: #e7af15;
	font-size: 135%;
	font-weight: bold;
	line-height: 1em;
	margin: 0 0 .5em;
}

a.txtLocation {
	margin: 0 4px;
}	

	

#breadcrumbs {
	font-size: 80%;
	text-align: right;
	margin: 0 1em 1em 0;
}

#viewProducts #col1 {
	width: 515px;
	float: left;
	margin: 2em 0;
	
}

#viewProducts #col2 {
	float: right;
	width: 335px;
	margin: 2em 2em 0 0;
	text-align: left;
	min-height: 375px;
}

#viewProducts #col2 p {
	margin: 0 0 .25em 0;
	
}

#viewProducts #col2 ul {
	list-style: disc;	
}
/* Product Table Styles */

table.productsTable td { 
	width: 165px;
	text-align: left;
	vertical-align:bottom;
	padding-right: 30px;
	font-size: 95%;
	line-height: 1.25em;
	} 
	
table.productsTable tr.productsTxt td { 
	vertical-align: top;
	} 
	
table.productsTable td h3 {
	margin-bottom: 0;
	font-size: 100%;
	color: #e7af15;
}


table.productsTable ul {
	list-style: none;
	margin: 0 0 1em 0;
} 

table.productsTable li {
	background: url(../images/bullet_list.gif) left 3px no-repeat;
	padding: 0 0 0 1em;
	margin: 0 0 .15em;
} 

.productSingle {
	color: #fdba12;
	font: 125%/1.20em Times New Roman, serif;
	font-style: italic;
}

.productSingle a {
	color: #fdba12;
}


/* About Page Styles */

#body_16 h1 {
	display: none;
}

#body_16 #sideColumn {
margin-top: 1em;
}

#body_16 #mainColumn {
margin-right: 1em;
}

#body_16 #mainColumn h2 {
	color: #3fb0da;
	font-style: italic;
	text-transform:none;
	line-height: 1.25em;
	font-size: 140%;
	font-weight:normal;
}

#body_16 #mainColumn .small {
	font-size: 75%;
}

#body_16 td {
	padding-bottom: 0;
}

tr.yellowTxt td {
	font-size: 120%;
	text-align: center;
	padding: 0;
}

#body_16 .caption {
	margin: 1em 0 0;
}

#body_16 #col1 {
	float: left;
	width: 310px;
}
#body_16 #col2 {
	float: right;
	width: 320px;
	color: #3fb0da;
	font: 145%/1.20em Times New Roman, serif;
	font-style:italic;
}

#body_16 #col2_sm {
	float: right;
	width: 275px;
	color: #3fb0da;
	font: 125%/1.20em Times New Roman, serif;
	font-style:italic;
	margin-right: 1em;
	background: transparent url(../images/bg_quotes_lf.gif) left top no-repeat;
	padding: 0 25px 0 25px;
}

.quotes {
	background: transparent url(../images/bg_quotes_rt.gif) right bottom no-repeat;
	padding: 0 0 .25em 0;
}

#body_26 h1, #body_22 h1, #body_23 h1 {
	display: block;
	background: transparent url(../images/sophie_h1.gif) left top no-repeat;
	width: 316px;
	height: 21px;
	text-indent: -999em;
	overflow: hidden;
	margin-top: .25em;
}

table.sophieCollection { 
	margin: 2em 0 0;
	} 

table.sophieCollection td { 
	padding-right: 30px;
	text-align: center;
	vertical-align:bottom;
	font: 130%/1.20em Times New Roman, serif;
	font-style: italic;
	} 
	
table.sophieCollection td.alignMiddle { 	
	vertical-align:middle;
	} 
	
table.sophieCollection td.alignTop { 	
	vertical-align:top;
	} 
	
table.sophieCollection td img {
	padding: 0;
	margin: 0;
}

table.sophieCollection td .detail {
	padding-top: 4px;
}

/* Retail Page Styles  */

/* retail pages */

.retailRight {
	float: right;
	margin-right: 3em;
}

/* Breeds Page Styles */

#breedsForm {
	margin: .25em 0 2em .5em;
}
#breedsForm select {
	border: 1px solid #999;
	background: #444;
	color: #fff;
}

#breedsForm input {
	border: 1px solid #999;
	background: #ccc;
	color: #444;
	margin-left: .25em;
}

#breedsForm input:hover {
	border: 1px solid #999;
	background: #999;
	color: #444;
}


#body_2 #mainColumn td {
	vertical-align: middle;
}



/* Sitemap Styles */
	
ul#sitemap {
	list-style: none;
	margin: 0;
}

ul#sitemap li a {
	margin: 0;
	list-style: none;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}

ul#sitemap li ul {
	margin: .5em 0 .65em;
	list-style: none;
	font-size: 90%;
	
}

ul#sitemap li li a {
	margin: 0 0 .5em 1em;
	list-style: none;
	color: #faa74a;
	font-weight: normal;
	text-transform:lowercase;
}

/* Cart Styles */

#cart #sideColumn {
	margin: 1em 0 0 1em;
	width: 150px;
}


.boxTitleLeft {
	font-weight: bold;
	font-size: 120%;
	margin: 0 0 .5em 0;
}

li.bullet {
	list-style: disc;
}


.quickBuy {
border-bottom: 1px solid #555;
border-top: 1px solid #555;
}

table.regTable {
border-bottom: 1px solid #555;
padding: 0 0 1em 0
}

table.regTable td {
padding: 0;
}

table.regTable th, table.registerTable th {
	padding: 2px 4px;
	border-bottom: 1px solid #555;
	border-top: 1px solid #555;
	font-weight: bold;
	background: #333;
	color: #fff;
	font-size: 90%;
}

table tr.padTop td {
padding-top: .5em;
}

table.cartTable  {
	margin: 10px 0;
}

table.cartTable td {
padding: 2px 4px;


}
table.cartTable td.tdcartOdd {
	border-bottom: 1px solid #555;
}

td.tdcartTitle {
	padding: 2px 4px;
	border-bottom: 1px solid #555;
	border-top: 1px solid #555;
	font-weight: bold;
	background: #333;
}

table.cartTable td.tdCartSubTotal {
	border-bottom: 1px solid #ccc;
}

tr.promo td {
	border-bottom: 1px solid #555;
	border-top: 1px solid #555;
	
}

.login fieldset {
	background: #555;
	border: 1px solid #666;
}

.login td {
	padding: 0 .5em .5em 0;
	font-size: 90%;
}

.login input.textbox {
	padding: 0 .5em .5em 0;
	font-size: 90%;
}

.forgotPassword {
	width: 300px;
	margin-left: 200px;
	border: 1px solid #666;
	background: #555;
padding: .25em 1em 1em;
}

.cartContent { padding: 1em; }

tr.borderRow td {
	border-bottom: 1px solid #555;
}

.profile {
margin-left: 200px;
}

.txtButton {
background: #555;
cursor: pointer}

.txtButton:hover {
background: #333;
cursor: pointer}

a.txtButton {
border: 1px solid #ccc;
padding: .25em .5em;
background: 555;
color: #fff;
text-decoration: none;
}

a.txtButton:hover {
background: #333;
}

p.txtError {
color: #cc3300;
}


/* h1 tags */

.cat_7 h1, .cat_8 h1, .cat_9 h1, .cat_10 h1, .cat_11 h1, .cat_12 h1, .cat_13 h1, .cat_14 h1, .cat_15 h1, .cat_16 h1, .cat_17 h1, .cat_18 h1, .cat_19 h1, .cat_49 h1, #body_18 h1, #body_45 h1, #body_17 h1, .cat_144 h1, .cat_48 h1, #body_2 h1{ 
	display: none;
	}
#body_46 h1, #body_50 h1, #body_51 h1, #body_17 h1, #body_52 h1 {
margin: 2em 0 0 225px;
}

#body_5 h1, #bodd_59 h1 {
margin: 3em 0 0 225px;
}

#body_46 #mainColumn, #body_50 #mainColumn, #body_51 #mainColumn, #body_52 #mainColumn, #body_5 #mainColumn, #body_59 #mainColumn {
margin: 0; padding: 0;
}

/* about pate */
#body_16 #content {
margin-top: 2.7em;
}

#body_26 #content {
margin-top: 3em;
}

#body_23 #content, #body_22 #content {
margin-top: 3em;
}

#body_16 #sideColumn { 
 	margin: 0;
	}	

/* Breeds Pages */
.cat_53 h1, .cat_54 h1, .cat_55 h1, .cat_56 h1, .cat_57 h1, .cat_58 h1, .cat_59 h1, .cat_60 h1, .cat_61 h1, .cat_62 h1, .cat_63 h1, .cat_64 h1, .cat_65 h1, .cat_66 h1, .cat_67 h1, .cat_68 h1, .cat_69 h1, .cat_70 h1, .cat_71 h1, .cat_72 h1, .cat_73 h1, .cat_74 h1, .cat_75 h1, .cat_76 h1, .cat_77 h1, .cat_78 h1, .cat_79 h1, .cat_80 h1, .cat_81 h1, .cat_82 h1, .cat_83 h1, .cat_84 h1, .cat_85 h1, .cat_86 h1, .cat_87 h1, .cat_88 h1, .cat_89 h1, .cat_90 h1, .cat_91 h1, .cat_92 h1, .cat_93 h1, .cat_94 h1, .cat_51 h1, .cat_145 h1, .cat_146 h1, .cat_52 h1 { 
	display: none;
	}
	
.cat_52 #sideColumn, .cat_53 #sideColumn, .cat_54 #sideColumn, .cat_55 #sideColumn, .cat_56 #sideColumn, .cat_57 #sideColumn, .cat_58 #sideColumn, .cat_59 #sideColumn, .cat_60 #sideColumn, .cat_61 #sideColumn, .cat_62 #sideColumn, .cat_63 #sideColumn, .cat_64 #sideColumn, .cat_65 #sideColumn, .cat_66 #sideColumn, .cat_67 #sideColumn, .cat_68 #sideColumn, .cat_69 #sideColumn, .cat_70 #sideColumn, .cat_71 #sideColumn, .cat_72 #sideColumn, .cat_73 #sideColumn, .cat_74 #sideColumn, .cat_75 #sideColumn, .cat_76 #sideColumn, .cat_77 #sideColumn, .cat_78 #sideColumn, .cat_79 #sideColumn, .cat_80 #sideColumn, .cat_81 #sideColumn, .cat_82 #sideColumn, .cat_83 #sideColumn, .cat_84 #sideColumn, .cat_85 #sideColumn, .cat_86 #sideColumn, .cat_87 #sideColumn, .cat_88 #sideColumn, .cat_89 #sideColumn, .cat_90 #sideColumn, .cat_91 #sideColumn, .cat_92 #sideColumn, .cat_93 #sideColumn, .cat_94 #sideColumn, .cat_51 #sideColumn, .cat_145 #sideColumn, .cat_146 #sideColumn { 
 	margin: -1.5em 0 0;
	}
	
.cat_85 #sideColumn, .cat_94 #sideColumn {
height: 400px;
}

.cat_52 #content, .cat_53 #content, .cat_54 #content, .cat_55 #content, .cat_56 #content, .cat_57 #content, .cat_58 #content, .cat_59 #content, .cat_60 #content, .cat_61 #content, .cat_62 #content, .cat_63 #content, .cat_64 #content, .cat_65 #content, .cat_66 #content, .cat_67 #content, .cat_68 #content, .cat_69 #content, .cat_70 #content, .cat_71 #content, .cat_72 #content, .cat_73 #content, .cat_74 #content, .cat_75 #content, .cat_76 #content, .cat_77 #content, .cat_78 #content, .cat_79 #content, .cat_80 #content, .cat_81 #content, .cat_82 #content, .cat_83 #content, .cat_84 #content, .cat_85 #content, .cat_86 #content, .cat_87 #content, .cat_88 #content, .cat_89 #content, .cat_90 #content, .cat_91 #content, .cat_92 #content, .cat_93 #content, .cat_94 #content, .cat_51 #content, .cat_145 #content, .cat_146 #content { 
 	margin-top: 6.5em;
	}
	
.cat_52 #productContent, .cat_53 #productContent, .cat_54 #productContent, .cat_55 #productContent, .cat_56 #productContent, .cat_57 #productContent, .cat_58 #productContent, .cat_59 #productContent, .cat_60 #productContent, .cat_61 #productContent, .cat_62 #productContent, .cat_63 #productContent, .cat_64 #productContent, .cat_65 #productContent, .cat_66 #productContent, .cat_67 #productContent, .cat_68 #productContent, .cat_69 #productContent, .cat_70 #productContent, .cat_71 #productContent, .cat_72 #productContent, .cat_73 #productContent, .cat_74 #productContent, .cat_75 #productContent, .cat_76 #productContent, .cat_77 #productContent, .cat_78 #productContent, .cat_79 #productContent, .cat_80 #productContent, .cat_81 #productContent, .cat_82 #productContent, .cat_83 #productContent, .cat_84 #productContent, .cat_85 #productContent, .cat_86 #productContent, .cat_87 #productContent, .cat_88 #productContent, .cat_89 #productContent, .cat_90 #productContent, .cat_91 #productContent, .cat_92 #productContent, .cat_93 #productContent, .cat_94 #productContent, .cat_51 #productContent, .cat_145 #productContent, .cat_146 #productContent { 
 	margin-top: 2.5em;
	}
	
.cat_52 .steps, .cat_53 .steps, .cat_54 .steps, .cat_55 .steps, .cat_56 .steps, .cat_57 .steps, .cat_58 .steps, .cat_59 .steps, .cat_60 .steps, .cat_61 .steps, .cat_62 .steps, .cat_63 .steps, .cat_64 .steps, .cat_65 .steps, .cat_66 .steps, .cat_67 .steps, .cat_68 .steps, .cat_69 .steps, .cat_70 .steps, .cat_71 .steps, .cat_72 .steps, .cat_73 .steps, .cat_74 .steps, .cat_75 .steps, .cat_76 .steps, .cat_77 .steps, .cat_78 .steps, .cat_79 .steps, .cat_80 .steps, .cat_81 .steps, .cat_82 .steps, .cat_83 .steps, .cat_84 .steps, .cat_85 .steps, .cat_86 .steps, .cat_87 .steps, .cat_88 .steps, .cat_89 .steps, .cat_90 .steps, .cat_91 .steps, .cat_92 .steps, .cat_93 .steps, .cat_94 .steps, .cat_51 .steps, .cat_145 .steps, .cat_146 .steps { 
 	top: -3em;
	}
	
 #body_2 #sideColumn {
 	margin: 0;
 }
 


#body_7 #content { margin-top: 5.5em;}

#body_46 #content, #body_50 #content, #body_51 #content { margin-top: 5.5em;}

#content h2.breedsTitle {
	font-size: 120%;
	color: #faa74a;
	text-transform: uppercase;
	margin-top: 3.5em;
}
/* Occassions */	
.cat_139 #content h1, .cat_140 #content h1, .cat_141 #content h1, .cat_142 #content h1, .cat_143 #content h1
 { 
 	margin: 2.5em 0 0 200px;
	}
.cat_139 #content, .cat_140 #content, .cat_141 #content, .cat_142 #content, .cat_143 #content { 
	margin-top: 4em;
	}	
	
.cat_139 #sideColumn, .cat_140 #sideColumn, .cat_141 #sideColumn, .cat_142 #sideColumn, .cat_143 #sideColumn { 
 	margin: -2em 0 0;
	}	
	
/* product landing pages */
.cat_138 h1, .cat_1 h1, .cat_2 h1, .cat_133 h1, .cat_134 h1, .cat_135 h1, .cat_136 h1, .cat_137 h1 { 
 	display: none;
	}
	
.cat_138 h2, .cat_1 h2, .cat_2 h2, .cat_133 h2, .cat_134 h2, .cat_135 h2, cat_136 h2, .cat_137 h2 { 
	color: #e7af15;
	font-size: 135%;
	font-weight: bold;
	line-height: 1em;
	}
	.cat_51 h2 {margin-top: -1.25em }

.cat_1 #sideColumn, .cat_2 #sideColumn, .cat_133 #sideColumn, .cat_134 #sideColumn, .cat_135 #sideColumn, .cat_136 #sideColumn, .cat_137 #sideColumn {
margin-top: 3em;
}

.cat_138 #sideColumn, .cat_136 #sideColumn {
margin-top: 4.5em;
}

.cat_1 #productContent, .cat_2 #productContent, .cat_133 #productContent, .cat_134 #productContent, .cat_135 #productContent, .cat_137 #productContent {
margin-top: 3em;
}

.cat_138 #productContent, .cat_136 #productContent {
margin-top: 4.5em;
}
	
.cat_138 .steps, .cat_1 .steps, .cat_2 .steps, .cat_133 .steps, .cat_134 .steps, .cat_135 .steps, cat_136 .steps, .cat_137 .steps {
	position: absolute;
	top: -.25em;
	right: 2em;
}	

/* Home Styles */

#home #sideColumn {
	width: 490px;
	float: left;
	text-align: center;
	margin: 35px 0 0 1em;
	}

#home #content {
	margin: 2em 0 2em;
}
	
#home #mainColumn {
	width: 350px;
	margin: 1em 1em 0 0;
	}

#home #sideColumn p {
	text-align: center;
	width: 235px;
}
#home #col1 {
	float: left;
	width: 150px;
	text-align: left;
	margin: 37px 0 0 34px;
}

#home #col1 .imgCards {
	margin: 0 auto .5em;
}

#home #col1 .linky {
	padding-left: 20px;
	line-height: 1em;
}

#home #col1 a {
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}

#home #col2 {
	float: right;
	width: 295px;
}

#home #col2 a {
	text-decoration: none;
	font-weight: bold;
	font-size: 110%;
}

#home #sideColumn p {
	font-size: 145%;
	line-height: 1.5em;
	width: 185px;
	margin: .5em;
}

#home .introHeader {
	margin-left: 1.85em;
}

#home .introCopy {
	display: block;
	padding: 0;
	background: url(../images/img_introCopy.gif) left top no-repeat;
	width: 275px;
	height: 185px;
	margin-left: 1em;
	text-indent: -999em;
	overflow: hidden;
}

#home .introBlurb {
	text-align: center;
	line-height: 1.35em;
	font-size: 95%;
	margin: 0;
}

#home #mainColumn p.italics {
	font: 120%/1.4em Times, serif;
	font-style:italic;
}

#home #mainColumn p.allCaps {
	text-transform: uppercase;
	font-style: normal;
	margin-bottom: 0;
	font-size: 120%;
}

/* Thumb Rollovers */

ul.thumbRollovers {
	list-style: none;
	margin: 0;
	width: 350px;
	float: right;
}

ul.thumbRollovers li {
	float: left;
	width: 100px;
	height: 85px;
	margin: .25em;
	text-indent: -999em;
	overflow: hidden;
}

ul.thumbRollovers li a {
	width: 100px;
	height: 85px;
	display: block;
}

ul.thumbRollovers li.one a {
	background: transparent url(http://www.pawpalettes.com/images/uploads/rollovers/vangrowl-hm-1.jpg) left top no-repeat;
}

ul.thumbRollovers li.one a:link {
	background: transparent url(http://www.pawpalettes.com/images/uploads/rollovers/vangrowl-hm-1.jpg) left top no-repeat;
}

ul.thumbRollovers li.one a:hover, ul.thumbRollovers li.one a:focus {
	background: transparent url(../images/uploads/rollovers/vangrowl-hm-2.jpg) left top no-repeat;
}

ul.thumbRollovers li.two a {
	background: transparent url(http://www.pawpalettes.com/images/uploads/rollovers/pawcasso-hm-1.jpg) left top no-repeat;
}

ul.thumbRollovers li.two a:link {
	background: transparent url(http://www.pawpalettes.com/images/uploads/rollovers/pawcasso-hm-1.jpg) left top no-repeat;
}

ul.thumbRollovers li.two a:hover, ul.thumbRollovers li.two a:focus {
	background: transparent url(http://www.pawpalettes.com/images/uploads/rollovers/pawcasso-hm-2.jpg) left top no-repeat;
}

ul.thumbRollovers li.three a {
	background: transparent url(http://www.pawpalettes.com/images/uploads/rollovers/dogas-hm-2.jpg) left top no-repeat;
}

ul.thumbRollovers li.three a:link {
	background: transparent url(http://www.pawpalettes.com/images/uploads/rollovers/dogas-hm-1.jpg) left top no-repeat;
}

ul.thumbRollovers li.three a:hover, ul.thumbRollovers li.three a:focus {
	background: transparent url(http://www.pawpalettes.com/images/uploads/rollovers/dogas-hm-2.jpg) left top no-repeat;
}

ul.thumbRollovers li.four a {
	background: transparent url(http://www.pawpalettes.com/images/uploads/rollovers/woofhol-hm-2.jpg) left top no-repeat;
}

ul.thumbRollovers li.four a:link {
	background: transparent url(http://www.pawpalettes.com/images/uploads/rollovers/woofhol-hm-1.jpg) left top no-repeat;
}

ul.thumbRollovers li.four a:hover, ul.thumbRollovers li.four a:focus {
	background: transparent url(http://www.pawpalettes.com/images/uploads/rollovers/woofhol-hm-2.jpg) left top no-repeat;
}

ul.thumbRollovers li.five a {
	background: transparent url(http://www.pawpalettes.com/images/uploads/rollovers/ruffoir-hm-2.jpg) left top no-repeat;
}

ul.thumbRollovers li.five a:link {
	background: transparent url(http://www.pawpalettes.com/images/uploads/rollovers/ruffoir-hm-1.jpg) left top no-repeat;
}

ul.thumbRollovers li.five a:hover, ul.thumbRollovers li.five a:focus {
	background: transparent url(http://www.pawpalettes.com/images/uploads/rollovers/ruffoir-hm-2.jpg) left top no-repeat;
}

ul.thumbRollovers li.six a {
	background: transparent url(http://www.pawpalettes.com/images/uploads/rollovers/grrraut-hm-2.jpg) left top no-repeat;
}

ul.thumbRollovers li.six a:link {
	background: transparent url(http://www.pawpalettes.com/images/uploads/rollovers/grrraut-hm-1.jpg) left top no-repeat;
}

ul.thumbRollovers li.six a:hover, ul.thumbRollovers li.six a:focus {
	background: transparent url(http://www.pawpalettes.com/images/uploads/rollovers/grrraut-hm-2.jpg) left top no-repeat;
}

ul.thumbRollovers li.seven a {
	background: transparent url(http://www.pawpalettes.com/images/uploads/rollovers/muttisse-hm-2.jpg) left top no-repeat;
}

ul.thumbRollovers li.seven a:link {
	background: transparent url(http://www.pawpalettes.com/images/uploads/rollovers/muttisse-hm-1.jpg) left top no-repeat;
}

ul.thumbRollovers li.seven a:hover, ul.thumbRollovers li.seven a:focus {
	background: transparent url(http://www.pawpalettes.com/images/uploads/rollovers/muttisse-hm-2.jpg) left top no-repeat;
}

ul.thumbRollovers li.eight a {
	background: transparent url(http://www.pawpalettes.com/images/uploads/rollovers/howling-hm-2.jpg) left top no-repeat;
}

ul.thumbRollovers li.eight a:link {
	background: transparent url(http://www.pawpalettes.com/images/uploads/rollovers/howling-hm-1.jpg) left top no-repeat;
}

ul.thumbRollovers li.eight a:hover, ul.thumbRollovers li.eight a:focus {
	background: transparent url(http://www.pawpalettes.com/images/uploads/rollovers/howling-hm-2.jpg) left top no-repeat;
}

ul.thumbRollovers li.nine a {
	background: transparent url(http://www.pawpalettes.com/images/uploads/rollovers/chagrowl-hm-2.jpg) left top no-repeat;
}

ul.thumbRollovers li.nine a:link {
	background: transparent url(http://www.pawpalettes.com/images/uploads/rollovers/chagrowl-hm-1.jpg) left top no-repeat;
}

ul.thumbRollovers li.nine a:hover, ul.thumbRollovers li.nine a:focus {
	background: transparent url(http://www.pawpalettes.com/images/uploads/rollovers/chagrowl-hm-2.jpg) left top no-repeat;
}

ul.thumbRollovers li.ten a {
	background: transparent url(http://www.pawpalettes.com/images/uploads/rollovers/lick-hm-2.jpg) left top no-repeat;
}

ul.thumbRollovers li.ten a:link {
	background: transparent url(http://www.pawpalettes.com/images/uploads/rollovers/lick-hm-1.jpg) left top no-repeat;
}

ul.thumbRollovers li.ten a:hover, ul.thumbRollovers li.ten a:focus  {
	background: transparent url(http://www.pawpalettes.com/images/uploads/rollovers/lick-hm-2.jpg) left top no-repeat;
}

ul.thumbRollovers li.eleven a {
	background: transparent url(http://www.pawpalettes.com/images/uploads/rollovers/bonet-hm-2.jpg) left top no-repeat;
}

ul.thumbRollovers li.eleven a:link {
	background: transparent url(http://www.pawpalettes.com/images/uploads/rollovers/bonet-hm-1.jpg) left top no-repeat;
}

ul.thumbRollovers li.eleven a:hover, ul.thumbRollovers li.eleven a:focus {
	background: transparent url(http://www.pawpalettes.com/images/uploads/rollovers/bonet-hm-2.jpg) left top no-repeat;
}

ul.thumbRollovers li.twelve a {
	background: transparent url(http://www.pawpalettes.com/images/uploads/rollovers/labark-hm-2.jpg) left top no-repeat;
}

ul.thumbRollovers li.twelve a:link {
	background: transparent url(http://www.pawpalettes.com/images/uploads/rollovers/labark-hm-1.jpg) left top no-repeat;
}

ul.thumbRollovers li.twelve a:hover, ul.thumbRollovers li.twelve a:focus {
	background: transparent url(http://www.pawpalettes.com/images/uploads/rollovers/labark-hm-2.jpg) left top no-repeat;
}


/* Home Styles

#home #sideColumn {
	width: 425px;
	float: right;
	text-align: center;
	margin: 0 1em 0 0;
	}

#home #content {
	margin: 3.5em 0 2em;
}
	
#home #mainColumn {
float: left;
	width: 410px;
	margin: 0 0 0 4em;
	}

#home #sideColumn p {
	text-align: center;
	width: 235px;
}
#home #col1 {
	float: left;
	width: 150px;
	text-align: left;
	margin: 37px 0 0 34px;
}

.feature {
	margin-bottom: 1em;
}

.imgCards {
	float: left;
	margin: 0 6em 0 3.5em;
}
.imgBoxset {
	float: left;
	margin-top: 1em;
}

.imgBoxset .linky {
	margin-top: 1.4em;
}

#home .linky a {
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	line-height: 1em;
}


#home .introHeader {
	margin-left: 1.85em;
}

#home .introCopy {
	display: block;
	padding: 0;
	background: url(../images/img_introCopy.gif) left top no-repeat;
	width: 275px;
	height: 185px;
	margin-left: 1em;
	text-indent: -999em;
	overflow: hidden;
}

#home .introBlurb {
	text-align: center;
	line-height: 1.35em;
	font-size: 95%;
	margin: 0 auto 1em auto;
	padding-bottom: 1em;
	border-bottom: 1px solid #999;
	width: 360px;
}

#home .introBlurb a {
	text-decoration: none;
	font-weight: bold;
	font-size: 110%;
}

#home #mainColumn p.italics {
	font: 120%/1.4em Times, serif;
	font-style:italic;
}

#home #mainColumn p.allCaps {
	text-transform: uppercase;
	font-style: normal;
	margin-bottom: 0;
	font-size: 120%;
}
#mailingList {
	text-align: left;
	width: 275px;
	margin: 0 auto;
	padding-left: 60px;
	background: url(../images/bg_mailingList.gif) left top no-repeat;
}

#home #mailingList p {
	text-align: left;
	font-size: 95%;
	line-height: 1.25em;
}

#home #mailingList h3 {
	line-height: 1em;
}
 */
