/*
Title:      	Pugsley’s Choice
Author:     	Timo Brimhall (www.timodesign.com)
Updated:    	Mar 16 2006
Notes:    		
*/

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.5em;
	color: #333;
	background: #334F9F url(../images/bg.gif) repeat-y 0 0;
	}

/* Links
----------------------------------------------- */	
a:link {
	color: #334F9F;
	text-decoration: none;
	}
a:visited {
	color: #566388;
	}
a:hover {
	color: #B7272B;
	}

/* Common Elements
----------------------------------------------- */	
p {
	margin: 1em 0 1em;
	padding: 0;
	}
h1 {
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 12px 15px 10px 23px;
	font-size: 130%;
	line-height: 1.2em;
	font-weight: normal;
	color: #FFF;
	background-color: #334F9F;	
	}
h2 {
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;	
	margin: 0;
	padding: 0 0 0 0;
	height: 106px;
	text-indent: -5000px;
	background-color: #A165AD;	
	}
h3 {
	margin: 0;
	padding: 0;
	font-size: 115%;
	line-height: 1.5em;
	font-weight: bold;
	color: #696861;		
	}
blockquote {
	}
abbr, acronym {
	font-style: normal;
	border-bottom: 1px dotted #bbb;
	cursor: help;
	}
em {
	font-style: italic;
	}
strong {
	font-weight: bold;
	}
del {
	text-decoration: line-through;
	color: #999;
	}
hr {
	margin: 1.5em 0 1.5em 0;
	border: 0;
	height: 1px;
	background-color: #DDDBC7;
	color: #DDDBC7;
	}

/* Layout
----------------------------------------------- */	
#logo {
	position: absolute;
	top: 0;
	left: 0;	
	z-index: 50;
	border: none;
	}
	
#container {
	width: 782px;
	margin: 0;
	position: relative;
	}
	
#col-left {
	position: absolute;
	top: 143px;
	left: 0;
	width: 170px;	
	z-index: 40;
	border: none;	
	}
#side-btm {
	background-color: #334F9F;
	font-size: 85%;
	line-height: 1.3em;
	}
#side-btm span {
	display: block;
	padding-top: .7em;
	/* word-wrap: break-word; */
	}
#side-btm a {
	color: #CCD3E7;
	padding-left: 33px;
	display: block;
	}
#side-btm a:hover {
	color: #FFF;
	}
#side-btm #testimonials {
	background: transparent url(../images/ico-paw.gif) 11px 1px no-repeat;
	}
#side-btm #retailer {
	background: transparent url(../images/ico-paw-faded.gif) 11px 1px no-repeat;
	}
#side-btm ul {
	margin: 0; 
	padding: 25px 0 10px 0;	
	list-style: none;	
	}
#side-btm li {
	margin: 0 0 1em 0; 
	padding: 0;
	list-style-type: none;
	}
#brochure-box {
	/* background-color: #D8C1DE; */
	}
#brochure-box img {
	border: none;
	margin: 20px 0 24px 16px;
	}

h2#cart { 
	background: #A165AD url(../images/hdr-shoppingcart-main.gif) 0 0 no-repeat; 
	position: absolute;
	width: 377px;
	height: 71px;
	top: -86px; 
	left: 26px; 
	z-index: 100;
	}
h2#fur-esh { 
	background: #A165AD url(../images/hdr-fur-esh.gif) 0 0 no-repeat; 
	position: absolute;
	width: 377px;
	height: 71px;
	top: -86px; 
	left: 26px; 
	z-index: 100;
	}
h2#fur-ee { 
	background: #A165AD url(../images/hdr-fur-ee.gif) 0 0 no-repeat; 
	position: absolute;
	width: 377px;
	height: 71px;
	top: -86px; 
	left: 26px; 
	z-index: 100;		
	}
h2#mini { background: #A165AD url(../images/hdr-mini.gif) 0 0 no-repeat; 
	position: absolute;
	width: 377px;
	height: 71px;
	top: -86px; 
	left: 26px; 
	z-index: 100;			
	}
h2#no-fur-ills { background: #A165AD url(../images/hdr-no-fur-ills.gif) 0 0 no-repeat; 
	position: absolute;
	width: 377px;
	height: 71px;
	top: -86px; 
	left: 26px; 
	z-index: 100;			
	}
h2#rub-a-dub { background: #A165AD url(../images/hdr-rub-a-dub.gif) 0 0 no-repeat; 
	position: absolute;
	width: 377px;
	height: 71px;
	top: -86px; 
	left: 26px; 
	z-index: 100;			
	}
h2#sniff-it { background: #A165AD url(../images/hdr-sniff-it.gif) 0 0 no-repeat; 
	position: absolute;
	width: 377px;
	height: 71px;
	top: -86px; 
	left: 26px; 
	z-index: 100;			
	}
h2#stop { background: #A165AD url(../images/hdr-stop.gif) 0 0 no-repeat; 	
	position: absolute;
	width: 377px;
	height: 71px;
	top: -86px; 
	left: 26px; 
	z-index: 100;			
	}
	
.stop { padding-right: 65px;}


#content {
	position: absolute;
	top: 143px;
	left: 170px;
	width: 462px;
	margin: 0;
	padding: 0;
	background-color: #FFF;
	}
#content #wrap {
	padding: 10px 25px 30px 25px;
	}
#pricing {
	float:left;
	margin: 1em 0 0 0;
	padding: 0;
	list-style: none;
	font-size: 105%;
	}
#pricing li {
	border-top: 1px dashed #C0C2D7;
	margin: 0 0 1.5em 0;
	padding: 1em 0 0 0;
	}
#pricing .price {
	font-weight: bold;
	color: #334F9F;
	}
#pricing a {
	display: block;
	text-indent: -5000px;
	width: 96px;
	height: 25px;
	background: transparent url(../images/btn-addtocart.gif) 0 0 no-repeat;
	margin-top: 1em;
	}
#pricing a:hover {
	background-position: 0 -25px;
	}
#img-product {
	float: right;
	padding-bottom: 30px;
	}
#kits #img-product {
	float: none;
	}
#kits #pricing {
	float: none;
	}
#prod-main #content {
	top: 143px;
	line-height: 1.3em;
	}
#prod-main #content #p1 {
	width: 175px;
	}
#prod-main #content #p1 strong {
	font-weight: bold;
	color: #863396;
	}
#prod-main #content ul img {
	border: 0;
	}
#prod-main #content ul a {
	text-decoration: none;
	}
#prod-main #content ul a:hover {
	text-decoration: underline;
	}
#prod-main #content ul {
	margin: 0 0 2.5em 0;
	padding: 0;
	list-style: none;
	}
#prod-main #content ul li {
	margin: 0 5px 0 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 130px;
	}
#prod-main #content .wider li {
	margin: 0 5px 1em 0;
	width: 195px;
	}
.prod-detail a {
	text-decoration: underline !important;
	}
#pugsley-friend {
	position: absolute;
	top: 95px;
	left: 375px;
	z-index: 10;
	}
#col-right {
	position: absolute;
	top: 27px;
	left: 632px;
	width: 150px;
	text-align: right;
	color: #363958;
	}
#col-right p {
	padding-right: 28px;
	}
#shopping-cart {
	font-size: .85em;
	margin-bottom: 20px;	
	}
#shopping-cart h3 {
	height: 13px;
	background: transparent url(../images/hdr-shoppingcart.gif) 16px 0 no-repeat;
	text-align: left;
	text-indent: -5000px;
	margin: 0 0 -10px 0;
	padding: 0;
	}
#shopping-cart a {
	display: block;
	width: 95px;
	background-color: #FFF;
	font-weight: bold;
	border: 1px solid #A165AD;
	color: #A165AD;
	text-align: center;
	text-decoration: none;
	padding-bottom: 2px;
	margin: 0 auto;
	}
#shopping-cart a:hover {
	background-color: #A165AD;
	color: #FFF;
	}
#col-right h2 {
	background-color: #C0C2D7;
	font-size: 130%;
	font-weight: normal;
	padding: 1em 28px 1em 0;
	margin: 0;
	height: auto;
	text-indent: 0;
	}
#sniff-out {
	height: 330px;
	background: transparent url(../images/ico-paw-lrg.gif) 41px bottom no-repeat;
	}
#sniff-out a {
	float: right;
	display: block;
	text-indent: -5000px;
	text-align: left;
	width: 128px;
	height: 143px;
	background: transparent url(../images/badge-wheretobuy.gif) 0 0 no-repeat;
	padding-right: 13px;
	}
#sniff-out a:hover {
	background-position: 0 -143px;
	}
		
#footer {
	clear: both;
	padding: 20px 0 40px 0;
	font-size: 75%;
	color: #ECE0EF;
	background-color: #A165AD;
	line-height: 1.5em;
	}
#footer p {
	padding: 0 25px 30px 25px;
	}
#footer a {
	color: #ECE0EF;
	}
#footer a:hover {
	color: #FFF;
	}

	
/* Navigation
----------------------------------------------- */		
#nav {
	position: absolute;
	top: 0;
	left: 170px;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 42px;
	display: inline;
	width: 462px;
	}
#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}
#nav a {
	display: block;
	float: left;
	height: 42px;
	text-indent: -5000px;
	}
#nav a:hover {
	background-position: 0 -42px;
	}
#nav a:active, #nav a.selected {
	background-position: 0 -84px;
	}
#t-allproducts a  {
	width: 188px;
	background: transparent url(../images/tab-pugsleysproducts.gif) top left no-repeat;
	}
#t-about a  {
	width: 145px;
	background: transparent url(../images/tab-aboutpugsleys.gif) top left no-repeat;
	}
#t-contactus a  {
	width: 129px;
	background: transparent url(../images/tab-contactus.gif) top left no-repeat;
	}
#side-nav {
	width: 170px;
	background-color: #D5D8EF;
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1.3em;
	}
#side-nav li {
	padding: 0;
	margin: 0;
	list-style-type: none;	
	}
#side-nav strong {
	font-size: 85%;
	}
#side-nav a {
	text-decoration: none;
	display: block;
	width: 143px;
	padding: 13px 5px 13px 11px;
	border-left: 11px solid #C4CAE7;
	color: #334F9F;
	border-bottom: dashed 1px #8493C7;
	background: url(../images/nav-bulleft.gif) 0px 15px no-repeat;
	}
#side-nav a:hover {
	background-color: #C4CAE7;
	background-image: none;
	}
#side-nav .selected, #side-nav a:hover.selected {
	background-color: #FFF;
	border-left-color: #EE3338;
	color: #C42A2E;
	background-image: none;	
	}
	
#side-right-nav {
	width: 117px;
	/* background-color: #D5D8EF; */
	margin: 0 0 60px;
	padding: 0;
	list-style: none;
	line-height: 1.3em;
	}
#side-right-nav li {
	padding: 0;
	margin: 0;
	list-style-type: none;	
	}
#side-right-nav strong {
	font-size: 85%;
	}
#side-right-nav a {
	text-decoration: none;
	display: block;
	width: 117px;
	padding: 13px 15px 13px 5px;
	border-right: 13px solid #C0C2D7;
	border-bottom: dashed 1px #8493C7;
	color: #334F9F;
	background: url(../images/nav-bulright.gif) right 15px no-repeat;
	}
#side-right-nav a:hover {
	background-color: #C0C2D7;
	background-image: none;	
	}
#side-right-nav .selected, #side-right-nav a:hover.selected {
	background-color: #FFF;
	border-right-color: #EE3338;
	color: #C42A2E;
	background-image: none;		
	}
	
/* Forms
----------------------------------------------- */
form {	
	margin 0;
	padding 0;
	}
label {
	font-weight: bold;
	color: #696861;
	}
input, textarea, select {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
.input {
	border: 1px solid #A165AD;
	background-color: #FFF;
	padding: 3px 4px 3px 4px;
	margin: 0;
	}
#submit {
	margin-top: 12px;
	}
#shoppingcart #links {
	float: right;
	}
#shoppingcart #links a:hover {
	text-decoration: underline;
	}
#shoppingcart table {
	border-left: 1px solid #334F9F;
	margin: 1.2em 0 1.5em 0;
	width: 100%;
	}
#shoppingcart th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica,sans-serif;
	color: #FFF;
	border-right: 1px solid #694271;
	border-bottom: 1px solid #694271;
	border-top: 1px solid #694271;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 8px 6px 10px;
	background-color: #A165AD;
	}
#shoppingcart td {
	border-right: 1px solid #694271;
	border-bottom: 1px solid #694271;
	background: #fff;
	padding: 6px 8px 6px 10px;
	color: #333;
	}
#shoppingcart #total {
	float: right;
	}
#shoppingcart #shipping {
	border: 2px solid #A165AD;
	background-color: #E8DBEB;
	padding: 12px 12px 16px 12px;
	width: 20em;
	margin: 1.5em 0 0 0;
	float: right;
	}
#shoppingcart #shipping h5 {
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #694271;
	font-size: 110%;
	padding: 0;
	margin: .8em 0 .5em 0;
	}
#shoppingcart .btns {
	margin: 2em 0 0 0;
	}
#shoppingcart .btns input {
	float: right;
	margin-left: 10px;
	}
#shoppingcart input#checkout {
	margin-left: 30px;
	}

/* Misc
----------------------------------------------- */	
.clear {
	clear: both;
	}
.clear-l {
	clear: left;
	}
	