@charset "UTF-8";
/* CSS Document */

html,body {
	width: 100%;
	height:110%; /* needed for container min-height */
	font: 67.5% Verdana, Arial, Helvetica, sans-serif;
	background-color: #45c8f4;
	background-image: url(images-new/blue-fade-wide.jpg);
	background-repeat: repeat-y;
	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 */
	color: #000000;
}
.oneColFixCtrHdr #container {
		position: relative;
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: auto !important;
	height: 100%;
	min-height: 100%;
	text-align: center;
	}
.oneColFixCtrHdr #content {
	width: 901px;
	margin: 0 auto;
	padding: 10px 0 250px 0; /* bottom padding for footer */
	text-align: center;

	}
.oneColFixCtrHdr #nav {
	background-image: url(images-new/border-menu.gif);
	background-repeat: no-repeat;
	height: 50px;
	padding: 10px 10px 0 20px; 
	}
.oneColFixCtrHdr #header {
	margin: 0 0 0 0;
	height: 27px;
	padding: 0 10px 0 20px;
	}
.oneColFixCtrHdr #headerlogo-small { 
	width: 100%;
	height: 85px;
	background-color: #fff;
	background-image: url(images-new/Petstages_Logo-back.gif);
	background-repeat: repeat-x; 
	margin: 0px 0 0px 0;
	padding: 0 0px 0 0px;
	text-align: left;
	}
.oneColFixCtrHdr #subhead { 
	width: 100%;
	height: 80px;
	background-color: #fff;
	margin: 0px 0 10px 0px;
	padding: 0 0px 0 0px;
	text-align: left;
	}
.oneColFixCtrHdr #subhead h2 {
	font-family: "HelveticaNeueLT Std Lt Cn", "Arial Narrow", "Futura Condensed", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 4em;
	border: solid 1px #faa735;
	border-width: 0 0 4px 0;
	}
.oneColFixCtrHdr #mainContent {
	margin: 0 0 0 0;
	padding: 0px 16px 20px 16px;
	background-image: url(images-new/border-back.gif);
	background-repeat: repeat-y;
	text-align: left;
	}
.oneColFixCtrHdr #item { 
	background-repeat: no-repeat;
	text-align: left;
	padding: 0 20px 0 270px;
	margin: 0 150px 0 0;
	border: 0px solid red;
	}
.oneColFixCtrHdr #item h2 {
	font-family: "HelveticaNeueLT Std Lt Cn", "Arial Narrow", "Futura Condensed", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 5em;
	border: solid 1px #faa735;
	border-width: 0 0 4px 0;
	}
.oneColFixCtrHdr #item ul { 
	margin: 10px 0 0 0px;
	padding: 0 0 0 20px;
	border: solid 1px #faa735;
	border-width: 4px 0 0px 0;
	width: 410px;
	text-align: left;
	color: #000;
	font-family: "HelveticaNeueLT Std Lt Cn", "Arial Narrow", "Futura Condensed", Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	letter-spacing: .15em;
	line-height: 2.0em;
	}
.oneColFixCtrHdr #item li { 
	margin: 10px 0 0 0px;
	padding: 0 0 0 0px;
	}
.oneColFixCtrHdr #containerfoot {
	height: 27px;
	margin: 0 0 20px 0;
	padding: 0px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image: url(images-new/border-bottom.gif);
	background-repeat: no-repeat;  
	}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	}
.oneColFixCtrHdr #footer { 
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 200px;
	margin: 10px 0 0 0;
	padding: 0px 0px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */ 
	background: #45c8f4;
	background-image: url(images-new/blue-fade.jpg);
	background-repeat: repeat-y;
	}	
#footer a {
	color: #fff;
	}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer ul {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #333;
	text-align: center;
	font-face: "HelveticaNeueLT Std Lt Cn", "Arial Narrow", "Futura Condensed", Arial, Helvetica, sans-serif;
	font-family: "HelveticaNeueLT Std Lt Cn", "Arial Narrow", "Futura Condensed", Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	letter-spacing: .1em;
	line-height: 2em;
	list-style: none;
	}

.clearfloat { 
	clear: both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}

/*------------EMAIL FORM-----------------*/




form {
	margin: 0 10px 0 0;
	text-align: left;
	}
form fieldset {
	margin-bottom: 10px;
	padding: 25px 10px 10px 20px;
	margin: 0 0 20px 0;
	border: #002c51 1px solid;
	background-color: #fff;
	background: #c6eafd url(images-headings-new/testimonialslistbackdarker.jpg) top left repeat-x;
	border: 1px solid #fff;
	line-height: 12px;
	font-size: 11px;
	}

form legend {
	padding: 0 12px;
	font-size: 14px;
	font-weight: bold;
	color: #002c51;	
	margin: 0 0 0 0px;
	}
form label {
	display: inline-block;
	line-height: 10px;
	vertical-align: top;
	}
form fieldset ol {
	margin: 0;
	padding: 0;
	}
form fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
	}
form em {
	font-weight: bold;
 	font-style: normal;
	color: #f00;
	}
.formtitle {
	
	}
form input.text {
	padding: 4px;
	color: #666;
	width: 250px;
	}
form input#newcode {
	width: 120px;
	height: 24px;
	padding: 4px;
	color: #666;
	}
form input#ewComments {
	width: 79px;
	height: 24px;
	padding: 4px;
	}
form textarea#breed {
	padding: 4px;
	color: #666;
	width: 250px;
	height: 100px;
	line-height: 22px;
	}
form textarea#message {
	padding: 4px;
	color: #666;
	width: 250px;
	height: 100px;
	line-height: 22px;
	}

.warning {
	color: #CC3300;
	}