/*
main style sheet 

/* -----------------------------------------------------------------
                        LISTING ORDER
--------------------------------------------------------------------

Universal

Page Structure

	- top div and ad blocks appearing in top div
	- main content area
	- advertising appearing in the center content area
	- wrapping divs to contain advertisements appearing in the left and right columns
	- footer

Navigation
	- navigation list on left
	- buttons appearing in the right column

Headers

Forms
	- search form
	- pet food alert form
	- email login form

Text Treatments

--------------------------------------------------------------------

--------------------------------------------------------------------
						UNIVERSAL
--------------------------------------------------------------------
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #EDC3CD;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 auto;
	text-align: center;
}

br.clearfloat {
	clear: both;
	height: 0;
	overflow: hidden;
}

a {
	color: #0000FF;
	outline: none;
}


a:hover {
	color: #000080;
	text-decoration: underline;

}

a:visited {
	color: #00BFFF;

}

/*_____________________________________________

PAGE STRUCTURE
______________________________________________*/

#content-wrapper {
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	display: block;
	margin: 0 auto;
	text-align: center;
	width: 968px;
}

/*-----------top div and ad blocks appearing in top div----------*/

#top {
	border-bottom: 1px solid #343433;
	float: left;
	height: 238px;
}

.top-ad-small {
	background-color: #aedde7;
	float: left;
	height: 90px;
	width: 120px;
}

#top-ad-lrg {
	float: left;
	height: 90px;
	width: 728px;
}

/*--main content area--*/

#content {
	background: url(/images/backgrounds/content.gif) transparent repeat-y top left;
	float: left;
	text-align: left;
	width: 968px;
}

#left {
	float: left;
	width: 160px; 
}

#center {
	float: left;
	padding: 12px 20px;
	width: 608px; 
}

/*--advertising appearing in the center content area--*/

.center-right {
	float: left;
	width: 320px;
	padding: 0 0 10px 0;	
}

.center-right .ad-block {
	float: left;
	height: 260px;
	margin: 0 0 10px 0;
	width: 300px;
}

#right {
	float: left;
	width: 160px;
}

/*--wrapping divs to contain advertisements appearing in the left and right column--*/

.advertisement {
    background-color: #FFFCE1;
	clear: left;
	text-align: center;
}

.advertisementebay {
    background-color: #FFFCE1;
    text-align: center;
    font-size: 11px;
}

/*--footer--*/

#footer {
	background-color: #E995AC;
	border-top: 1px solid #343433;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 43px;
	padding: 17px 0 0 0;
	width: 968px;
}

/*_____________________________________________

NAVIGATION
______________________________________________*/

/*--navigation list appearing in the left column--*/
#nav {
	background-color: #F7F1F2;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 15px 0;
	text-align: left;
	width: 160px;
}

#nav ul {
}

#nav li {
	list-style-type: none;
	padding: 0 0 8px 4px;
}

#nav li a {
	background: url(/images/nav/nav-item.gif) transparent no-repeat 0 1px;
	color: #0000FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 0 0 2px 20px;
}

#nav li a:hover {
	color: #000;
}

#nav li a:visited {
	color: #2A5FF1;
}

/*--buttons appearing in right column--*/

a.column-button {
	color: #CF4A6F;
	float: left;
	font-size: 11px;
	font-weight: bold;
	margin: 10px 0 0 4px;
	padding: 3px 0;
	text-align: center;
	text-decoration: underline;
	width: 130px;
}

a.column-button:hover {
	color: #000;
}

/*_____________________________________________

HEADERS
______________________________________________*/

#header-wrap {
    background: url(/images/headers/h1.jpg) transparent no-repeat top left;
    border-bottom: 1px solid #343433;
    color: #fff;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    height: 40px;
    padding: 107px 332px 0 160px;
    width: 476px;
}

#header-wrap p {
    font-size: 13px;
    font-weight: bold;
    letter-spacing: -1px;
    position: relative;
    left: 15px;
    text-align: left;
}

h1 {
    float: left;
    font-size: 13px;
    letter-spacing: -1px;
    position: relative;
    left: 15px;
    text-align: left;
}

h2 {
	color: #CF4A6F;
	font-size: 1.1em;
	padding: 0 0 17px 0;
}

.pet-food-alert h4 {
	background: url(/images/headers/h4-pet-food-alert.gif) transparent no-repeat top left;
	float: left;
	height: 46px;
	text-indent: -9999px;
	width: 225px;
}

/*_____________________________________________

TEXT TREATMENTS
______________________________________________*/

#center p {
	font-size: 11px;
	padding: 0 0 17px 0;
}

/*unordered lists*/
#center ul {
	font-size: 11px;
	line-height: 1.4em;
	padding: 0 0 20px 25px;
}

#center ul li {
	list-style-type: square;
	padding: 0 0 5px 0;
}

/*tables*/

#center table {
	float: left;
}

/*footer-text*/ 

#footer a {
	color: #2A5FF1;
}

#footer a:hover {
	color: #000;
}

#footer a:visited {
	color: #2A5FF1;
}

/*_____________________________________

FORMS
______________________________________*/

/*--search form--*/

.search-form {
	background-color: #FFF;
	border: 2px solid #FFDDEE;
	float: left;
	text-align: left;
	width: 298px;
}

.search-form h3 {
	background-color: #FFDDEE;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	padding: 2px;
}

.search-form form {
	background: url(/images/backgrounds/search-form.gif) transparent no-repeat 10px 10px;
	padding: 5px 5px 5px 70px;
}

.search-form input {
	position: relative;
	top: 1px;
}

.search-form input.text-field {
	height: 17px;
	font-size: 12px;
	top: 0;
	width: 160px;
}

#center .search-form p {
	padding: 0;
}

#center p.links {
	font-size: 10px;
	padding: 2px 0;
}

p.links a {	color: #0000FF;}

p.links a:hover { color: #000;}

p.links a.hilight {
	background-color: #FFFF00;
	color: #000;
}

/*--pet food alert form--*/

.pet-food-alert {
	background-color: #FFF;
	border: 1px solid #B9E2E8;
	color: #3C3C3C;
	float: left;
	margin: 0 17px 17px 0;
	text-align: justify;
	width: 225px;
}

.pet-food-alert form {
	float: left;
	padding: 10px 10px 0 10px;
}

.pet-food-alert label {
	font-size: 10px;
}

#center .pet-food-alert p {
	padding: 0 0 10px 0;
}

.pet-food-alert .input-wrap {
	text-align: right;
}

/*--email login form--*/

#email-login {
	background-color: #FFDDEE;
	border: 1px solid #CCC;
	float: left;
	font-size: 11px;
	margin: 10px 0 10px 0;
	padding: 5px 5px 10px 5px;
	position: relative;
	left: 4px;
	width: 140px;
}

#email-login h4 {
	background-color: #F8F2F3;
	border: 1px solid #CCC;
	font-size: 11px;
	margin: 0 0 10px 0;
	text-align: center;
}

#email-login p {
	padding: 0 0 5px 3px;
}

#email-login input {
	width: 130px;
}

#email-login input.button {
	margin: 5px 0 3px 0;
	width: 135px;
}

#email-login input.remember {
	width: auto;
}
