* {
	margin: 0;
	padding: 0;
}
body {
	background: url(../img/bg_main.jpg) repeat;
} 
h1 {
	background: url(../img/bg_body_top.jpg) no-repeat top;
	position: relative;
	*top: -4px;
}
h1 a {
    display: block;
	text-indent: -9000px;
	background: url(../img/pillawpaws.png) no-repeat bottom;
	height: 70px;
	width: 265px;
	margin: 4px 0 5px 15px;
	position: relative;
	top: 1px;
}
h2 {
	font-size: .88em;
	padding-bottom: 1em;
	width: 372px;
	position: relative;
	z-index: 2;
}
legend {
	text-indent: -9000px;
}
fieldset {
	border: 0;
	margin-bottom: 40px;
}
select {
	width: 70px;
}
table {
	font-size: .9em;
	font-family: "Times New Roman", Times, serif;
}
th {
	color: #f96;
	font-weight: bold;
	text-align: left;
}
label, .label {
	color: #f96;
	font-weight: bold;	
}	

/* Main Layout */	
#layout {
	width: 870px;
	margin: auto;	
	background: url(../img/bg_body_middle.jpg) repeat-y center;
	margin: 4px auto;
	padding: 0 65px;
}

/* Main Navigation */
ul#main_nav {
	list-style: none;
	height: 26px;
	width: 386px;
	margin-left: 2px;
}
ul#main_nav li {
	float: left;
}
ul#main_nav li a {
	display: block;
	text-indent: -9000px;
}
ul#main_nav li#home a {
	height: 26px;
	width: 80px;
	background: url(../img/home.png);
}
ul#main_nav li#about a {
	height: 26px;
	width: 76px;
	background: url(../img/about.png);
}
ul#main_nav li#my_cart a {
	height: 26px;
	width: 91px;
	background: url(../img/my_cart.png);
}
ul#main_nav li#contact_us a {
	height: 26px;
	width: 139px;
	background: url(../img/contact_us.png);
}

/* Secondary Navigation */
ul#secondary_nav {
	list-style: none;	
	margin: 14px 0 14px 12px;
	font-size: .81em;
	width: 300px;
	position: relative;
	z-index: 2;
}
ul#secondary_nav li {
	margin-bottom: 14px;
}
ul#secondary_nav li a, ul#secondary_nav li a:visited {
	color: #606;
	font-weight: bold;
	padding-left: 14px;
	background: url(../img/bullet.png) no-repeat 0px 6px;
}
ul#secondary_nav li a:hover {
	text-decoration: none;
}


/* Main Content */
#main_content, #main_content_sub {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #606;
	margin: 14px 0 0 16px;
}
#main_content p {
	font-size: .88em;
	text-align: justify;
	position: relative;
	z-index: 2;
	margin-bottom: 1em;
	width: 372px;
}
#main_content_sub p {
	font-size: .88em;
	text-align: justify;
	position: relative;
	z-index: 2;
	margin-bottom: 1em;
	width: 302px;
}
p#assortment_of_colors {
	height: 153px;
	width: 371px;
	background: url(../img/assortment_of_colors.png) no-repeat;
	text-indent: -9000px;
	float: right;
	position: relative;
	top: -98px;
	left: -44px;
}	

/* Secondary Content */
#secondary_content, #secondary_content_about, #secondary_content_contact, #secondary_content_gift, #secondary_content_playtime, #secondary_content_grandparents, #secondary_content_unique, #secondary_content_travel {
	height: 530px;
	width: 1000px;
	margin: auto;
	position: relative;
	left: 16px;
	z-index: 1;
}
#secondary_content {
	background: url(../img/bg_bottom_home.jpg) no-repeat;
	top: -170px;
	left: 16px;
}
#secondary_content_about {
	background: url(../img/bg_bottom_about.jpg) no-repeat;
	top: -350px;
	left: 16px;
}
#secondary_content_contact {
	background: url(../img/bg_bottom_contact.jpg) no-repeat;
	top: -200px;
	left: 16px;
}
#secondary_content_gift {
	background: url(../img/bg_bottom_gift.jpg) no-repeat;
	top: -420px;
	left: 16px;
}
#secondary_content_playtime {
	background: url(../img/bg_bottom_playtime.jpg) no-repeat;
	top: -420px;
	left: 16px;
}
#secondary_content_grandparents {
	background: url(../img/bg_bottom_grandparents.jpg) no-repeat;
	top: -370px;
	left: 16px;
}
#secondary_content_unique {
	background: url(../img/bg_bottom_unique.jpg) no-repeat;
	top: -350px;
	left: 16px;
}
#secondary_content_travel {
	background: url(../img/bg_bottom_travel.jpg) no-repeat;
	top: -350px;
	left: 16px;
}
#order_pillapaws {
    position: relative;
	top: 80px;
	left: 400px;
}
#order_pillapaws p {
	color: #666;
	margin-bottom: 5px;
}
#order_pillapaws label, #order_pillapaws span {
	padding-right: 5px;
}
#secondary_content td, #secondary_content_about td, #secondary_content_contact td, #secondary_content_gift td, #secondary_content_playtime td, #secondary_content_grandparents td, #secondary_content_unique td, #secondary_content_travel td {			    display: block;
	color: #666;
	width: 140px;
	height: 21px;
}
a#add_to_cart {
	display: block;
	height: 21px;
	width: 86px;
	background: url('../img/add_to_cart.png') no-repeat;
	text-indent: -9000px;
	position: relative;
	top: 5px;
}
#email a, #email a:visited, #facebook a, #facebook a:visited {
	color: #666;
	text-decoration: none;
	display: block;
	font-size: .8em;
}
#email a:hover, #facebook a:hover {
	text-decoration: underline;
}
#email a {
	position: relative;
	top: 20px;
	left: 4px;
	padding-left: 28px;
	background: url(../img/email.png) no-repeat left;
}
#facebook a {
	position: relative;
	top: 40px;
	left: 4px;
}
/* Contact Form */
#contact_form {
	position: relative;
	z-index: 2;
	padding-bottom: 50px;
	width: 310px;
}
.error {
	color: #900;
	font-weight: bold;
}
.success {
	color: #060;
	font-weight: bold;
}
