/* 
 ------------------------------------------------------------
 Perfectly Natural Dog
 http://www.perferctlynaturaldog.com/
 ------------------------------------------------------------
*/

body {
	font: 80%/1.5  Constantia, Georgia, Garamond, "Times New Roman";
	behavior: url('../js/csshover.htc'); /* Let's make IE6 recognize hover on non-anchors */
	background-color: #D4C2A2;
	color: #FFFFFF;
}


#container {
	/* Usable space: 894px */
	width: 936px;
	margin: 0 auto;
	display: block;
	background: url(../img/bk-container.png) repeat-y;
	padding-left: 21px;
	padding-right: 21px;
	position: relative;
	clear: both;
}

div#container {overflow:hidden; display: inline-block;} 
div#container{display:block;}

#bkwrap { overflow: hidden; background: #B1B67A; width: 894px; }

#dogs {
	width: 249px;
	height: 528px;
	float: left;
	background: #B1B67A;
}

#content {
	width: 645px;
	margin-left: 249px;
	background: #B1B67A;
	min-height: 528px;
	position: relative;
	color: #FFFFFF;
}

div#content.bagbk { background: #B1B67A url(../img/bk-content-home.jpg) bottom right no-repeat; }
div#content.normbk { background: #B1B67A url(../img/bk-content.jpg) bottom right no-repeat; }


#footer {
	clear: both;
	width: 936px;
	height: 55px;
	display: block;
	margin: 0 auto;
	padding-left: 21px;
	padding-right: 21px;
	background: url(../img/bk-footer.png) no-repeat;
}

/* 
 ------------------------------------------------------------
 Headers
 ------------------------------------------------------------
*/

h1 a {
	width: 219px;
	height: 96px;
	text-indent: -9999px;
	background: url(../img/pnd-logobeige.png) no-repeat;
	cursor: pointer;
	display: block;
	position: relative;
	top: 20px;
	left: 20px;
}

h2 {
	text-indent: -9999px;
	margin: 0 auto;
	position: relative;
	top: 20px;
	margin-bottom: 30px;
}

h2.home { background: url(../img/complete.png) no-repeat; width: 432px; height: 28px; }
h2.about { background: url(../img/header-legend.png) no-repeat; width: 378px; height:57px; }
h2.why { background: url(../img/header-why.png) no-repeat; width: 301px; height:57px; }
h2.perf { background: url(../img/header-perf.png) no-repeat; width: 301px; height:57px; }
h2.puppy { background: url(../img/header-puppy.png) no-repeat; width: 301px; height:57px; }
h2.mature { background: url(../img/header-mature.png) no-repeat; width: 301px; height:57px; }
h2.where { background: url(../img/header-where.png) no-repeat; width: 330px; height:57px; }
h2.ingredients { background: url(../img/header-ind.png) no-repeat; width: 301px; height:57px; }
h2.understanding-ingredients { background: url(../img/header-understanding-ingredients.png) no-repeat; width: 200px; height:57px; }

h3 {
	font-size: 130%;
	font-weight: bold;
	color: #455a21;
	margin-bottom: 10px;
	margin-left: 40px;
}


/* 
 ------------------------------------------------------------
 Navigation
 ------------------------------------------------------------
*/

ul#nav {
	width: 500px;
	height: 41px;
	background: url(../img/bk-nav.gif) no-repeat;
	margin-left: 275px;
	padding-left: 20px;
}

ul#nav li a { display: block; height: 24px; }

ul#nav li {
	display: inline;
	float: left;
	cursor: pointer;
	overflow: hidden;
	height: 24px;
	text-indent: -9999px;
	margin-top: 9px; 
}

ul#nav li.navHome { background: url(../img/nav-01-home.gif) no-repeat; width: 46px;  }
ul#nav li.navAbout { background: url(../img/nav-02-about.gif) no-repeat; width: 76px; }
ul#nav li.navWhy { background: url(../img/nav-03-why.gif) no-repeat; width: 190px; }
ul#nav li.navWhere { background: url(../img/nav-04-where.gif) no-repeat; width: 127px; }
ul#nav li:hover { background-position: 0 -24px; }
ul#nav li.active { background-position: 0 -24px; }

/* 
 ------------------------------------------------------------
 Images, Paragraphs, Anchors
 ------------------------------------------------------------
*/

img,h2 { behavior: url('../js/iepngfix.htc'); /* Lets also make IE6 recognize alpha layer transparency for PNGs */ }

/*
img.pug { 
	position: absolute;
	top: 41px;
	left: 725px;
	z-index: 1;
}
*/

img.pug { 
	position: absolute;
	top: 65px;
	left: 725px;
	z-index: 1;
}


img.homeImg { display: block; margin: 0 auto; padding-top: 20px; padding-bottom: 10px; }
#dogs img { vertical-align: bottom; }
#footer img { margin-left: 815px; margin-top: 7px; }
img.headerImg { display: block; margin: 0 auto; padding-top: 20px; }
img.rightimg { float: right; margin: 15px; margin-right: 35px; }
img.bannerimg { display: block; margin: 0 auto;  }

#content p { text-align: justify; margin-left: 40px; margin-right: 40px; margin-bottom: 8px; color: #455a21; }
.nojust { text-align: left !important; }

a { color: #455a21; }
a:hover { text-decoration: none;; }
a:visited { color: #455a21; }

/* 
 ------------------------------------------------------------
 Lists
 ------------------------------------------------------------
*/

ul#homebuttons {
	width: 155px;
	height: 30px;
	position: absolute;
	top: 360px;
	left: 93px;
}

ul#homebuttons li a { display: block; height: 30px; }
ul#ingr li a { display: block; height: 57px; }

ul#homebuttons li, ul#ingr li {
	cursor: pointer;
	overflow: hidden;
	height: 30px;
	text-indent: -9999px;
	margin-top: 9px; 
}
ul#ingr li {
	height:57px;
	margin-left:20px;
	margin-top:68px;
	text-indent:-9999px;
	width:200px;
}

ul#homebuttons li.hbPerf { background: url(../img/hb-perf.png) no-repeat; }
ul#homebuttons li.hbMature { background: url(../img/hb-mature.png) no-repeat; }
ul#homebuttons li.hbPuppy { background: url(../img/hb-puppy.png) no-repeat; }
ul#homebuttons li:hover { background-position: 0 -30px; }

ul#ingr li.hbIngr { background: url(../img/header-understanding-ingredients.png) no-repeat; }

.contentList { 
	margin-left: 90px;
	list-style-type: none;
	margin-bottom: 10px;
}

.contentList li {
	list-style-image: url(../img/bullett.png); 
	margin-top: 3px;
	color: #455a21;
}

.contentList li p { text-align: right !important; width: 500px; padding-right: 10px; }

/* 
 ------------------------------------------------------------
 Tables
 ------------------------------------------------------------
*/

table.datatable {
	margin: 0 auto;
	width: 500px;
	border: 1px solid #455a21;
	margin-bottom: 15px;
}

table.datatable td {
	padding: 0.2em;
	text-align: center;
	background-color: #9a875b;
	width: 35%;
}

table.datatable th {
	background-color: #738b4a;
	padding: 4px;
	width: 65%;
}

/* 
 ------------------------------------------------------------
 CSS Hacks
 ------------------------------------------------------------
*/

.clearfix:after {content: ".";
     display: block; 
     height: 0; 
     clear: both; 
     visibility: hidden;}

.clearfix {display: inline-block;}

* html .clearfix {height: 1%; display: block;}
