@import url(layout.css);
@import url(nav.php);

body {
	background: #3688ce url(../img/layout/body.gif) 0 0 repeat-x;
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 62.5%;
	text-align: left;
}

h1 { font-size: 1.8em; }
h2 { font-size: 1.6em; color: #3888CF; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.3em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1.3em; text-decoration:underline; font-weight:bold; }
p  { font-size: 1.3em; }
li { font-size: 1.3em; padding-bottom: .5em; }
li.small { font-size: .8em; }

a { color: #638F8E; text-decoration: underline; }
a:hover, a:visited:hover { color: #3888CF; text-decoration: underline; }

p.subh6 { font-size: 1.3em; font-style:italic; text-decoration: underline; }

table { font-size: 1.3em; }

hr { display: none; }


/* Specialized Header Tag - Round Corners */

#heading {
	position: relative;
	background: #1b1b1b;
	margin: 15px 0 25px 0;
	padding: 5px;
	left: -300px;
	top: 10px;
	width: 280px;
	color: #fff;
	font-size: 16px;
	line-height: 21px;
	font-style: italic;
	text-align: right;
	font-weight: 700;
	height: 21px;
}

#heading_pharm {
	position: relative;
	background: #1b1b1b;
	margin: 15px 0 25px 0;
	padding: 5px;
	top: 10px;
	left: 4px;
	width: 280px;
	color: #fff;
	font-size: 16px;
	line-height: 21px;
	font-style: italic;
	text-align: right;
	font-weight: 700;
	height: 21px;
}

#holistic {
	position: absolute;
	margin: 0;
	padding: 3px;
	top: 28px;
	right: 36px;
	width: 333px;
	line-height: 1.3;
	text-align: center;
	font-size: 1.6em;
	font-weight: 700;
	color: #444;
}
html>body #holistic { top: 12px; }

div#tr {
	position: absolute;
	top: 0;
	right: 0;
	height: 10px;
	width: 10px;
	background: url(../img/etc/tr.gif) 0 0 no-repeat;
}

div#br {
	position: absolute;
	top: 21px;
	right: 0;
	height: 10px;
	width: 10px;
	background: url(../img/etc/br.gif) 0 0 no-repeat;
}

#heading_text { margin-right: 10px; }

.prod { 
	font-size: 1.3em; 
	text-decoration:underline;
	text-align:center;
	font-weight: 700;
}

/*NEWSLETTER STYLES*/

.VNL_title { margin: 5px 0 5px 0; font-size: 1.5em; font-weight: bold; color: #000000; }

div#VNL_links { font-size: 1.3em; margin: -15px 0 5px 50px; padding: 0 0 20px 0; border-bottom: 1px solid #999; width: 300px}

div#VNL_links div { padding: 4px 0; }

div.VNL_Article { margin: 10px; padding-bottom: 10px; }

div.VNL_Article h1 { bottom: 10px; }

div.VNL_Article div, div.VNL_Article p { padding: 5px 0 5px 0 ; }

div.VNL_Article ul li { padding: 5px 0 5px 0; margin: 5px 0 5px 0; }

div.VNL_Article ol li { padding: 2px 0 2px 0; margin: 5px 0 5px 0; }

div.VNL_top { font-size:1.2em; }

div.VNL_hr { position: relative; border: 1px solid #fff; border-bottom: 1px solid #999; margin: 10px 30px 10px 10px;  }


div.vnl_center {
	text-align:center;
}

img { border: none; }


/*PETCARE ARTICLE SEARCH STYLES*/


div#pca_containment_unit { 
text-align: left;
min-height:275px;
  height:auto !important;
  height:275px;
 }
div#pca_containment_unit h3,
div#pca_containment_unit p,
 { text-align: left;}

form#pca_search div {
	text-align:left;
	margin: 0 auto;
	height: 2em;
	margin-left: -35px;
	width:400px;
	padding: 10px;
}

form#pca_search div label span {
	float: left;
	width: 125px;
	margin-top: -4px;
	margin-left: 25px;
	font-size: 1.3em;
	line-height: 2.2;
}

form#pca_search div input,form#pca_search div select {
	width: 235px;
	margin:1px;
}

form#pca_search div input#pca_submit { width: auto; }

form#pca_search div#submit {
text-align: right;
}

