/************************************************************  
	CCS Reset
************************************************************/
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  line-height: 1;
  font-family: inherit;
  text-align: left;
  vertical-align: baseline;
}
a img, :link img, :visited img {
  border: 0;
}
strong { font-weight: bold; }
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ol, ul {
  list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
  content: "";
}
html, body {
	height: 100%;
}

body {
	padding-bottom: 10px;
}
#browserwarning {
	display: none;
}
table {
	margin: 0 0 20px 5px;
}
.clear {
	clear: both;
	height: 0;
}
img.right {
	float: right;
	margin: 0 0 10px 10px;
}
img.left {
	float: left;
	margin: 0 10px 10px 30px;
}
table {
	margin: 0 0 20px 30px;
	background-color: #C6D9F1;
	border-left: solid 1px #666;
	border-bottom: solid 1px #666;
	border-right: solid 1px #666;
	border-top: solid 1px #666;
}
table thead th {
	font-size: 18px;
	background-color: #8DB3E2;
	border-bottom: solid 1px #111;
	padding: 3px 5px;
	text-align: center;
}
table td {
	padding: 3px 5px;
	text-align: left;
	border-bottom: solid 1px #666;
	border-right: solid 1px #666;
}
fieldset {
	margin: 0 0 15px 0;
}
/********************************
	Type
*********************************/
h1 {
	font-weight: bold;
	margin: 0 0 15px 0;
	width: 612px;
	height: 0;
	padding-top: 50px;
	overflow: hidden;
}
body.hcp h1 {
	padding: 0;
	height: auto;
}

body#about h1 { background: #fff url(../_media/images/about_header.png) no-repeat; }
body#contact h1 { background: #fff url(../_media/images/contact_header.png) no-repeat; }
body.oral h1 { background: #fff url(../_media/images/oral_header.png) no-repeat; }
body.skin h1 { background: #fff url(../_media/images/skin_header.png) no-repeat; }
body#faq h1 { background: #fff url(../_media/images/faq_header.png) no-repeat; }
body#testimonials h1 { background: #fff url(../_media/images/test_header.png) no-repeat; }
body#knowledge h1 { background: #fff url(../_media/images/hdr_knowledge.gif) no-repeat; }
body#invest h1 { background: #fff url(../_media/images/hdr_investment.gif) no-repeat; }
body#radio h1 { background: #fff url(../_media/images/hdr_radio.gif) no-repeat; }
body#pets h1 { background: #fff url(../_media/images/hdr_petProducts.gif) no-repeat; }
body#scientific h1 { background: #fff url(../_media/images/hdr_scientificData.gif) no-repeat; }
body#locator h1 { background: #fff url(../_media/images/hdr_storeLocater.gif) no-repeat; }

h2 {
	text-align: left;
	font-weight: bold;
	font-size: 21px;
	margin: 15px 0 15px 30px;
}
h3 {
	margin: 0 0 10px 30px;
	font-weight: bold;
	font-size: 16px;
}
h4 {
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 10px 30px;
}
a:hover {
	color: #333;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.float_right {
	float: right;
}
.style_italic {
	font-style: italic;
}
p {
	margin: 0 0 15px 30px;
	width: 90%;
	/*text-indent: 25px;*/
	font-size: 14px;
	line-height: 18px;
}
p.testimonial {
	text-align: center;
}
p.warning {
	text-align: center;
	color: red;
	font-style: italic;
}
ol {
	margin: 0 0 15px 30px;
	list-style-type: decimal;
	list-style-position: outside;
	width: 90%;
}
ul {
	margin: 0 0 15px 30px;
	list-style-type: disc; 
	list-style-position: outside;
	width: 90%;
}
ul li, ol li {
	margin: 0 0 5px 0;
	font-size: 14px;
	line-height: 18px;
}
dl {
	width: 95%;
	margin: 10px 0 10px 20px;
}
dl dt {
	font-weight: bold;
	font-size: 16px;
}
dl dd {
	font-size: 14px;
	margin: 0 0 15px 0;
	line-height: 18px;
}
dt a {
	text-decoration: none;
}
p#slogan {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin: 20px auto;
	width: 500px;
}
p#orderInfo {
	text-align: center;
}
p.caption {
	margin: 10px 0 0 0;
}
/********************************
	Section Divs
********************************/
#mainContainer {
	width: 802px;
	position: relative;
	margin: 0 auto;
	padding: 1px 1px 0 1px;
	background: blue url('../_media/images/layout_background.png');
}
#header {
	position: relative;
	width: 798px;
	height: 80px;
}
#contentWrapper {
	float: left;
	width: 801px;
	background: transparent url(../_media/images/contentWrapper_bg.gif) 182px 0 repeat-y;
}

body#home #contentWrapper {
	background: none;
}
#sidebar {
	width: 182px;
	float: left;
	/*background-color: #6666CC;*/
}
#content {
	float: left;
	width: 611px;
	/*padding: 5px 0 3px 185px;*/
	margin: 0;
	padding: 4px;
	background-color: #fff;
}
div.callout {
	float: left;
	margin: 50px 0 20px 5px;
}
div.col {
	width: 300px;
	float: left;
	text-align: center;
	margin: 0 0 20px 0;
}
div.col h2 {
	text-align: center;
}
/********************************
	Callouts
********************************/

div#content_callouts {
	width: 612px;
	height: 340px;
	background: transparent url(../_media/images/main_pic_bg.gif) no-repeat;
}
div#co_testimonials, 
div#co_faqs {
	width:220px;
	float: left;
	display: inline;
	color: #5656C7;
	text-align: center;
	margin: 20px 0 0 50px;
	font-family: Arial, Helvetica, sans-serif;
}
div#co_faqs {
	width: 270px;
	margin-left: 58px;
}
div#co_testimonials h3, 
div#co_faqs h3 {
	font-size: 24px;
	text-align: center;
	margin: 0 0 15px 0;
}
div#co_testimonials blockquote {
	text-align: center;
	line-height: 24px;
	font-size: 21px;
	margin: 0;
	padding: 0;
}
div#co_faqs dl {
	margin: 0;
}
div#co_faqs dl dt {
	margin-bottom: 10px;
}
div#co_faqs dl dt, 
div#co_faqs dl dd {
	text-align: center;
	line-height: 18px;
	font-size: 18px;
}
div#content_callouts a {
	font-size: 21px;
	font-weight: bold;
	color: #5656C7;
	display: block;
	width: 240px;
	text-align: right;
	margin: 10px 10px 0 0;
}
/********************************
	Navigation
********************************/
#mainnav {
	position: absolute;
	height: 25px;
	top: 0px;
	right: 0px;
}
#static_nav {
	margin: 0 0 20px 1px;
	padding: 4px 0 0 0;
	list-style-type: none;
	width: 180px;
}
#static_nav li {
	margin: 0;
	padding: 0;
	float: left;
	width: 178px;
}
#static_nav a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	padding: 0 15px;
	line-height: 1.5;
	border-bottom: 1px solid #999999;
}
#static_nav a:hover {
	background: #0033CC;
	color: white;
}
#static_nav #nav_store a {
	border: none;
}
body#home #nav_home a,
body#about #nav_about a,
body#contact #nav_contact a,
body.oral #nav_oral a,
body.skin #nav_skin a,
body.hcp #nav_hcp a,
body#faq #nav_faq a,
body#testimonials #nav_test a,
body#knowledge #nav_know a,
body#store #nav_store a,
body#invest #nav_invest a,
body#pets #nav_pet a,
body#radio #nav_radio a,
body#scientific #nav_scientific a,
body#locator #nav_locator a {
	background-color: #FFFFFF;
	color: #0033CC;
}
 
#skinnav {
	margin: 0 0 15px 0;
	padding:0;
	list-style: none;
	/*float: left;*/
	clear: both;
	width: 100%;
	list-style-position: inside;
}
#skinnav li {
	margin: 0;
	padding: 0;
	float: left;
}
#skinnav a {
	float: left;
	width: 110px;
	color: black;
	text-decoration: none;
	line-height: 2.5;
	text-align: center;
	border-right: 1px solid #CCCCCC;
}
#skinnav a:hover {
	background: #0033CC;
	color: white;
}
#prof_skinnav {
	margin: 0 0 20px 0;
	padding:0;
	list-style-type: none;
	float: left;
	list-style-position: inside;
	width: 100%;
}
#prof_skinnav li {
	margin: 0;
	padding: 0;
	float: left;
}
#prof_skinnav a {
	float: left;
	width: 275px;
	color: black;
	text-decoration: none;
	line-height: 2.5;
	text-align: center;
	border-right: 1px solid #CCCCCC;
}
#prof_skinnav a:hover {
	background: #0033CC;
	color: white;
}
#oralnav {
	margin: 0 0 15px 0;
	padding:0;
	list-style: none;
	/*float: left;*/
	clear: both;
	width: 100%;
	list-style-position: inside;
}
#oralnav li {
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
}
#oralnav a {
	float: left;
	width: 95px;
	color: black;
	text-decoration: none;
	line-height: 2.5;
	text-align: center;
	border-right: 1px solid #CCCCCC;
}
#oralnav a:hover {
	background: #0033CC;
	color: white;
}
/********************************
	Home
********************************/
body#home div#content {
	background-color: transparent;
}
#flashcontent {
	margin: 2px 0;
}



/********************************
	Health Care Professionals
********************************/
body#healthcarepro h1 {
	font-size: 28px;
	text-align: center;
	margin: 15px 0;
}
body#healthcarepro h2 {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	margin: 15px 0;
}
/********************************
	FAQ
********************************/
body#faq h2 {
	font-weight: bold;
	font-size: 21px;
	text-align: center;
	margin: 20px 0 10px 0;
}
body#faq ul {
	list-style: none;
}
body#faq dl ul {
	list-style-type: disc;
}
body#faq dt {
	margin: 40px 0 15px 0;
}
body#faq dt span {
	font-weight:bold; 
	text-decoration: underline;
}
body#faq dl dd {
	font-size: 13px;
}
/********************************
	Testimonials
********************************/
body#testimonials p {
	text-align: center;
}
/********************************
	Oral Care, Skin Care
********************************/
div#prodImg {
	width: 250px;
	float: left;
	margin: 20px 10px 20px 0;
}
div#prodImg img {
	width: 250px;
}
ul#prodFeatures {
	float: left;
	width: 320px;
	margin: 20px 0 30px 0;
	list-style-position: inside;
}
ul#prodFeatures.pet {
	margin: 170px 0 30px 0;
}
div#purchaseInfo {
	margin: 30px 0 30px 30px;
}
div#purchaseInfo ul {
	float: left;
	width: 250px;
}
div#purchaseInfo p {
	float: left;
	width:  260px;
	text-align: center;
}

table.product_info {
	width: 600px;
	height: auto;
	border: none;
	background-color: #fff;
	padding: 0;
	margin: 0;
}
table.product_info td {
	border: none;
	background-color: #fff;
	vertical-align: middle;
}
table.product_info ul#prodFeatures {
	margin: 0;
}

/********************************
	Products
********************************/
#product_table {
	width: 610px;
	background-color: #fff;
}
#product_table img.sidebar {
	width: 760px;
}
#product_table img.oralbar {
	width: 760px;
	height: 40px;
}
#product_table img.product {
	width: 250px;
	height: auto;
}
#product_store {
	position:relative; 
	left: 205px; 
	top: 0px;
	width: 740px; 
}
div.product {
	margin: 0 0 10px 30px;
}
div.product img {
	margin: 0 15px 0 0;
	float: left;
}
/********************************
	Onlines Sampls,
	Specialized Burn & Wound
********************************/
body#onlineSamples h1,
body#onlineSamples h2  {
	text-align: center;
}
body#onlineSamples h1 {
	font-size: 26px;
}
body#onlineSamples h2 {
	font-size: 21px;
}
body#onlineSamples ul {
	list-style: none;
}
body#woundCare h1, 
body#burnSpray h1,
body#woundCare h2, 
body#burnSpray h2 {
	text-align: center;
	font-size: 31px;
	margin: 5px 0 20px;
}

body#woundCare h1 a, 
body#burnSpray h1 a {
	text-decoration: none;
}

body#woundCare p, 
body#burnSpray p {
	clear: left;
}
body#woundCare a#asm,
body#burnSpray a#burn {
	color:#0033CC;
}
/********************************
	Contact
********************************/
p#contactInfo, p#mailing, p#hours {
	width: 150px;
	float: left;
	margin:10px 75px 20px;
	text-align: center;
}
p#hours {
	width: 250px;
	margin: 10px 0 20px 180px;
}
body#contact h3 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	clear: both;
}
body#contact iframe {
	margin: 10px 0 0 30px;
}
a#viewLgMap {
	display: block;
	width: 100px;
	margin: 10px auto;
	font-size: 12px;
}
iframe {
	margin: 0;
	padding: 0;
	position: relative;
	left: -30px;
}
/********************************
	Case Studies
********************************/
body#casestudies h2 {
	color: red;
	text-align: center;
}
body#casestudies p {
	text-align: center;
}
div.caseStudy {
	border-bottom: solid 1px #000;
	margin: 20px 0;
}
div.caseStudy img {
	float: right;
	margin: 0 0 10px 10px;
}
div.caseStudy input {
	display: block;
	margin: 10px auto;
}
/********************************
	Pet Case Studies
********************************/
dl.pet_casestudy {
	margin-left: 30px;
}

dl.pet_casestudy dt {
	margin-bottom: 5px;
}

/********************************
	Radio Shows
********************************/
body#radio dl,
body#radio dt,
body#radio dd {
	margin: 0;
	padding: 0;
}
body#radio dl {
	margin-left: 30px;
}
body#radio dt {
	padding-top: 20px;
	border-top: solid 1px #ccc;
	margin: 0 0 10px 0;
}
body#radio dd {	margin-bottom: 20px;
}
body#radio dl p,
body#radio dl h3 {
	margin-left: 0;
}
body#radio dl h3 {
	font-size: 14px;
	margin-bottom: 0;
}
body#radio dl p.hotTopics {
	margin: 10px 0;
}
body#radio a.listen {
	padding-right: 20px;
	background: transparent url(../_media/images/icon_audio.gif) top right no-repeat;
}
body#radio #flashcontent {
	margin-left: 30px;
}
/********************************
	Store Locator
********************************/
div#store_locator,
div#map_search {
	margin-left: 30px;
}
div#map_search {
	border-bottom: solid 1px #ccc;
	padding-bottom: 10px;
}
div#store_locator {
	margin-bottom: 10px;
}
div#store_locator table {
	border: none;
	background-color: #fff;
	margin: 10px 0 0 0;
	padding: 0;
	padding-top: 10px;
}
div#store_locator table td {
	border: none;
	vertical-align: top;
}
/* home store locator */
div#storeLocator {
	width: 280px;
	border: solid 5px #3333cc;
	background: #3333cc url(../_media/images/store_locator_bg.jpg) no-repeat;
	padding: 5px;
	margin: 10px 0;
	font-family: Arial, Helvetica, sans-serif;
}
div#storeLocator h3 {
	color: #fff;
	margin: 10px 0 5px 0;
	text-transform: uppercase;
}
div#storeLocator p {
	color: #fff;
	margin: 0;
	font-size: 14px;
	line-height: 18px;
}
div#storeLocator label {
	color: #fff;
	font-size: 12px;
}
div#storeLocator input {
	margin: 10px 0;
}
div#storeLocator input#address {
	width: 180px;
}

form#contact_form {
	margin: 10px 40px;
	font-family: trebuchet, "trebuchet ms", sans-serif;
	font-size: 11px;
}
/********************************
	Contact Form
********************************/
form#contact_form fieldset {
	border: solid 1px #999;
	padding: 5px;
}
form#contact_form legend {
	font-size: 13px;
	font-weight: bold;
	padding: 0 5px;
	margin-left: 15px;
}

form#contact_form span {
	display: block;
	text-align: center;
}

h3 {
	margin-top: 100px;
	font-family: trebuchet, "trebuchet ms", sans-serif;
	text-align: center;
}
/********************************
	Footer
********************************/
#footer {
	width: 804px;
	height: 50px;
	margin: 0 auto;
	background: #fff url('../_media/images/footer_pic.png') no-repeat;
	clear: both;
}
#footer ul {
	width: 550px;
	list-style: none;
	text-align: center;
	margin: 0 auto;
}
#footer ul li {
	display: inline;
	text-align: center;
	color: #fff;
	margin: 0;
	padding: 3px 0;
	font-size: 12px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #EC1A23;
	text-decoration: none;
}