*{
  margin: 0px;
  padding: 0px;
}

p,ol,address{
  padding: 5px 20px 20px 20px;
  font-size: 14px;
}

ol,address{
  margin-left: 40px;
}

h2{
  padding: 20px 20px 10px 20px;
}

body{
  background: url('style/bg.gif');
  text-align: center;
  font-family: arial;
}

img{
  border: 0px;
}

h3{
  clear: both;
  margin: 5px 20px;
}

h4{
  margin: 0px;
  padding: 5px 20px 0px 20px;
}

#webPage{
  width: 820px;
  margin: auto;
  background: url('style/page_bg.gif') repeat-y;
  position: relative;
}

#header{
  width: 800px;
  height: 156px;
  margin: auto;
  background: url('style/header.jpg');
  position: relative;
}

#header_logo{
  position: absolute;
  top: 0px;
  left: 0px;
  border: none;
}

#header address{
  position: absolute;
  right: 10px;
  top: 20px;
  color: #000;
  font-weight: bold;
  font-style: normal;
  text-align: left;
  font-size: 18px;
}

#nav{
  position: absolute;
  left: 24px;
  top: 133px;
  background: url('style/dent.gif') no-repeat left;
  font-size: 14px;
}

#nav li{
  display: inline;
  padding: 0px 19px 0px 17px;
  background: url('style/dent.gif') no-repeat right;
}

#nav li a{
  text-decoration: none;
  color: #000;
}

#content{
  width: 800px;
  margin: auto;
  background: url('style/body_bg.gif') repeat-x #fff;
  text-align: left;
  position: relatvie;
}

#footer, #footer2{
  clear: both;
  text-align: center;
  width: 100%;
}

#footer2{padding-bottom: 10px;}

#includes_list{
  font-size: 18px;
  width: 230px;
  margin-left: 20px;
  float: left;
  margin-top: 15px;
  list-style-type: disc;
}

#includes_list li{
  margin-left: 20px;
}

#includes_list .title{
  list-style: none;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  padding-top: 20px;
}

#movie{
  height: 391px;
  width: 485px;
  background: url('style/movie_bg.jpg');
  float: right;
  margin-top: 45px;
  margin-right: 10px;
}

#movie div{
  padding: 19px 0px 0px 19px;
}

#movie_title{
  float: right;
  margin: 15px 0px -45px 0px;
  width: 500px;
  position: relative;
  left: 45px;
}

#buyNow{
  float: left;
  margin-left: 50px;
  margin-top: 10px;
}

#buyNow2 {
	margin-left: 50px;
	margin-top: 10px;
}

#cat_1{
  clear: left;
  float: left;
}

#index_rightText{
  float: right;
  clear: right;
  width: 470px;
  font-size: 18px;
}

#litter_advantages{
  width: 230px;
  float: right;
/*  margin: 10px 5px;*/
	margin: 0px;
  font-size: 14px;
}

#litter_advantages li{
  margin-left: 30px;
}

#litter_advantages .title{
  list-style: none;
  font-size: 16px;
  font-weight: bold;
  padding-top: 5px;
  position: relative;
  right: 15px;
  text-align: center;
}

#sale_info{
  width: 260px;
  float: right;
/*  margin: 10px;*/
  font-size: 14px;
}

#enthusiastic{
  float: left;
  clear: both;
  width: 800px;
/*  margin-top: 30px;*/
	margin-top: 0px;
}

#contactForm{
  padding: 20px;
}

#allignLables label{
  float: left;
  display: block;
  width: 100px;
}

#alignLabels label {
	float: left;
	display: block;
	width: 100px;
}

#storyPageImage{
  margin-bottom: 100px;
}

#errList{
  border: solid 1px #300000;
  width: 500px;
  margin: 10px 20px 10px 20px;
  padding: 5px;
  background: url('style/warning.gif') repeat-x;
}

#errList p{
  font-size: 1.2em;
  color: #fff;
}

#checkoutForm{
  padding: 5px 15px;
}

#errList ul{
  padding-left: 40px;
}

.freeshippingtext, .freeshippingtextcenter, .freeshippingtextright
{
	clear: both;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	width: 225px;
	float: left;
	color: #f00;
}

.clear
{
	clear: both;
}

.freeshippingtextcenter
{
	width: 100%;
	padding: 0px 0px 0px 5px;
	margin: 0px;
}

.freeshippingtextright
{
	width: 305px;
	float: right;
}

.right{
  float: right;
}

.left{
  float: left;
}

.buttons {
	color: white;
	background-color: #d52b2c;
	width: 130px;
	height: 30px;
	font-weight: bold;
	font-size: larger;
	border-width: 2px;
}

.required {
	color: red;
}

.address {
	font-family: arial;
}