body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFF;
	background: #999999;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
.oneColElsCtr #container {
	width:985px;
	background: #7b392b;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #header {
	background:url(../Images/headerBkgd.jpg) no-repeat 0 0;
	padding:10px 0 0 0;
	width:985px;
	height:186px;
}
.oneColElsCtr #header img {
	clear:both;
	margin:10px 0 0 263px;
}
.oneColElsCtr #mainContent {
	float:left;
	width:715px;
	padding: 0 20px 40px;
}
.oneColElsCtr #mainContent.quotes {
	height:400px;
}
.oneColElsCtr #mainContent.index {
	background:url(../Images/alternative-elizabetha-collars.png) right bottom no-repeat;
	width:595px;
	padding: 0 370px 0 20px;
	height:610px;
}
.oneColElsCtr #mainContent.index p, ul {
	font-size:1.2em;
}
.oneColElsCtr #mainContent.index img {
	float:right;
}
.oneColElsCtr #mainContent #vid{
	float:right;
}
.oneColElsCtr #mainContent.howitworks {
	background:url(../Images/cozi-fit-dog.png) right bottom no-repeat;
	width:615px;
	padding: 0 350px 0 20px;
}
.oneColElsCtr #mainContent.howitworks img{
	float:right;
	margin-top:-19px;
}
.oneColElsCtr #mainContent.howitworks ul{
	width:500px;
	font-size:inherit;
}
.oneColElsCtr #mainContent #feat{
	float:none;
	margin:0;
}
.oneColElsCtr #footerTop {
	clear:both;	
	width:inherit;
	height:4px;
	background:#ec8a43;
}
.oneColElsCtr #footerTop img.inddogs{
	margin-left:20px;
}
.oneColElsCtr #footerTop img{
	margin:-198px 0 0 747px;
}
.oneColElsCtr #footer{
	clear:both;
	height:25px;
	background:#ed8b44;
	text-align:center;
	padding:10px 0 0 0;
}
#MenuBar1{
	margin-left:250px;
}
h1,h2{
	color:#ffd56f;
}
a:link {
   color: #ffd56f;
}
a:visited {
   color: #ffd56f;
}
a:hover {
	color:#f17120;
}
p, ul, table{
	line-height:1.40em;
}
blockquote {
	background:url(../Images/quotes.gif) 15px 0 no-repeat;
	display: block;
	padding: 0 60px;
	width: 350px;
}
.clearBorder{
	border:none;
}
.normFont{
	font-weight:normal;
	color:#e5694f;
}
/*-----------------Form------------------*/

.oneColElsCtr #mainContent.contacts form{
	width:530px;
}

input, textarea{
	font-family:Arial, Helvetica, sans-serif;
}
label {
	display:block;
	font-weight:bold;
}
form p{
	margin:0 0 5px 25px;
}
.nomargin{
	margin:0;
	}
.chkRad label {
display:inline;
}
.clearIt {
	clear:both;
}
select {
	margin:5px 0 8px 30px;
}
fieldset{
	margin-bottom:20px;
	padding:20px;
	border:#FBE6D7 1px dotted;
}
legend{
	color:#ffd56f;
	font-weight:bold;
	padding:0 5px 0 5px;
}
.warning {
	font-weight:bold;
	color:#ffd56f;
}

.alert {
	font-size:12px;
	color:#ffd56f;
	margin:0;
}
.error {
	font-size:14px;
	color:#ffd56f;
}
.thankyou {
	font-size:18px;
	color:#ffd56f;
}
/*/////////////////////
//   RECAPTCHA
/////////////////////*/
#recaptcha_image {
	border:1px;
	border-color:#b5b5b5;
	border-style:solid;
}

/*-----------------Form Ends------------------*/
