@charset "utf-8";

/* Resets everything */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, ul, li, form, label, img {margin:0px; padding:0px; border:0px; outline:0px;}
* {padding:0px; margin:0px;}

/* remember to define focus styles! */
:focus {outline: 0;}

/* remember to define for png image! */
* html img,
* html .png{
position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "images/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}


body {font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#5c5c5d;}

.holder {width:984px; margin:0 auto;}
.innerholder {float:left; width:984px;}

.header {float:left; height:96px; width:100%;}
.logo {float:left; padding:36px 0px 18px 0px;}
.toplink {color:#66bb49; float:right; margin-top:45px;}
.toplink span {color:#000000; padding-right:50px;}
.toplink a {color:#66bb49; text-decoration:underline;}
.toplink a:hover {text-decoration:none;}

.left{float:left; width:557px;}
.right{float:left; width:427px; background:url(../images/rightbg.gif) repeat-y; height:658px;}

.awholenewanimal{float:left; text-align:center; width:557px; padding-top:15px; height:55px; background:url(../images/img-dental4.jpg) no-repeat;}
.discoverit{float:left; text-align:center; width:427px; height:42px; padding-top:2px;}


.footer {float:left; height:76px; border-top:1px solid #e0e0e0; background:#fff; width:100%; color:#999999; line-height:18px;}
.footer a {color:#999999; text-decoration:none;}
.footer a:hover {text-decoration:underline;}