@charset "UTF-8";


html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0px;padding:0px;}

table, tr, td { padding: 0px; margin: 0px; } 

fieldset,img{border:0px;}
address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}
strong { font-weight: bold; } 
del,ins{text-decoration:none;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0px;font-variant:normal;}
sup{vertical-align:baseline;}
sub{vertical-align:baseline;}
legend{color:#000;}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
input,button,textarea,select{*font-size:100%;}

h1 { font-size: 20px; font-weight: bold; padding-bottom: 10px; } 

/* main css */
body { margin: 0px; padding: 0px; font-family:Arial, Helvetica, sans-serif;  background-image:url(images/bg.jpg); background-repeat:no-repeat; background-position:top; }
#header { width:100%; height:220px; background-color:#ffffff; background-image:url(images/top-strip.jpg); background-repeat:repeat-x;}
#innerheader { width:950px; height:200px; margin: 0 auto;  background-image:url(images/pet-logo.jpg); background-repeat:no-repeat; background-position: center; text-align: left; }
#main { width:950px; margin-left:auto; margin-right:auto; background-image:url(images/); background-repeat:no-repeat; text-align: center;}
#innermainleft { width:680px; padding:10px; height:auto; margin-left:auto; background-image:url(images/); background-repeat:no-repeat; float:left; text-align: left; }
#innermainright { width:230px; padding:10px; height:auto; margin-left:auto; background-image:url(images/); background-repeat:no-repeat; text-align: left; }
#footer { width:100%; min-height:190px; background-image:url(images/bottom-strip3.png); background-repeat:repeat-x; margin-top: -22px; text-align: center; }
#innerfooter { width:950px; min-height:200px; margin-left:auto; margin-right:auto; background-image:url(images/innerfooter6.png); background-repeat:no-repeat; background-color:}
#scroller { width:680px; height:150px; margin-bottom:10px; border-color:#000; border-width:thin; border-style:solid;}
#ticks { width:680px; height:58px; background-image:url(images/ticks.png); background-repeat:no-repeat; margin-bottom:10px;}
#innermainleft ul { margin-bottom:10px; margin:0; padding:0; width:300px; margin-left:30px;}
.link {float:left; width:150px; margin:0; padding-bottom:8px;}
.rate {float:left; width:165px; margin:0; padding-bottom:2px; font-size: 12px; font-family: "Andale Mono"; letter-spacing: 0px;}

a:link {color: #000;}
a:visited {color: #000;}
a:hover {color: #CCC;}
a:active {color: #000;}


/*classes*/
.form { width:200px; font-size:12px; color:#000; margin-left:15px;}
.form h3 { margin-bottom:10px;}
body p { margin-bottom:10px; color:#000; font-size:13px;}
body h3 { margin-bottom:10px; font-size:16px; color:#000; font-weight:bold;}

.left { float: left; width: 330px; } 
.right { float: right; width: 330px; } 
