﻿/* for W3C CSS compliance */
.void{} 
@media print {}

/* 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,
b, 
u, 
i, 
center,
dl, 
dt, 
dd, 
ol, 
ul, 
li,
fieldset, 
form, 
label, 
legend,
table, 
caption, 
tbody, 
tfoot, 
thead, 
tr, 
th, 
td 
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, 
ul 
{
	list-style-type: disc;
	margin: 0 0 0 15px;
}

table 
{
	border-collapse: collapse;
	border-spacing: 0;
}

h1
{
	font-size: 18px;	
	font-weight: normal;
}

h2
{
	font-size: 12px;	
	font-weight: normal;
}

/* positioning */
.clear
{
	clear: both;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.center
{
	text-align: center;
}

.vmiddle
{
	vertical-align: middle;
}

.vtop
{
	vertical-align: top;
}

.vbottom
{
	vertical-align: bottom;
}

.inline
{
	display: inline;
}

.white
{
	background-color: #ffffff;
}

/* font-weight */
.bold
{	
	font-weight: bold;	
}

/* text-decoration */
.underline
{
	text-decoration: underline
}

/* background */
.transparent
{
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

/* default font attributes */
div,
span,
p,
li,
a, 
a:hover,
td
{
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	color: #555;
	font-size: 11px;
}

a
{
	text-decoration: none;	
}

a:hover
{
	color: #000;
}

sup
{
	font-size: smaller;
	vertical-align: super;
}

.groomercolor { color: #586784; }
.vetcolor { color: #5C96B0; }
.petcolor { color: #9AB865; }
.equinecolor { color: #D29229; }
.livestockcolor { color: #C29E73; }

/* browser settings */
html
{
	overflow: scroll;
}

/* inputs */
.textbox,
.dropdown
{
	font-size: 11px;
}

/* page layout*/
#page
{
	margin: 0 auto;	
	width: 765px;			
	background: url(../../Images/PageBg.gif) repeat-y top left;	
}

#pageprint
{
	margin: 0 auto;	
	width: 765px;				
}

#pagetop
{	
}

#pagemiddle
{	
	
}

#pageleft
{
	float: left;	
}

#pageright
{	
	float: left;	
}

#pagebottom
{
	clear: both;		
	background-color: #FFF;
}

/* error pages */
#errormessage
{
	margin: 50px 50px 0 50px;
    color: #83786E;
}

/* header */
#header
{
	width: 765px;
	height: 86px;
	background: url(../../Images/HeaderBg.gif) repeat-x top left;
}

#header .toplinks
{	
	padding: 4px 0 0 0;
	height: 59px;
	text-align: right;	
}

#header #search
{	
	float: right;
	height: 20px;	
}

.searchbox
{	
	width: 100px;
	height: 12px;
	color: #555;
	font-size: 11px;	
}

.searchbutton,
.searchbutton:hover
{		
	color: #353794;
}

/* left menu */
#leftmenu
{	
	width: 185px;			
}

#leftmenu #links
{
	padding: 10px 15px 10px 15px;
}

#leftmenu #links a
{
	color: #FFF;
}

#leftmenu #links .sublinks
{		
	padding: 0 0 0 9px;
}

#leftmenu #links .sublinks .line
{	
	clear: both;
}

#leftmenu #links .sublinks .line .linkimage
{
	float: left;
	padding: 5px 0 5px 0;
}

#leftmenu #links .sublinks .line .link
{
	float: left;
	width: 138px;	
	padding: 5px 0 5px 0;	
}

#leftmenu #links .subsublinks
{		
	padding: 0 0 0 9px;
}

#leftmenu #links .subsublinks .line
{
	clear: both;
}

#leftmenu #links .subsublinks .line .linkimage
{
	float: left;
	padding: 5px 0 5px 0;
}

#leftmenu #links .subsublinks .line .link
{		
	float: left;
	padding: 5px 0 5px 0;	
	width: 125px;
}

#leftmenu #links a:hover { color: #F8ED37; }
#leftmenu #links .arrow { width: 8px; height: 7px; vertical-align: top; padding: 3px 0 0 0;}
#leftmenu #links .seperator { clear: both; height: 1px; background-color: #FFF; margin: 5px 0 5px 0; }

#leftmenu .groomerbg { background-color: #586784; }
#leftmenu .vetbg { background-color: #5C96B0; }
#leftmenu .petbg { background-color: #9AB865; }
#leftmenu .equinebg { background-color: #D29229; }
#leftmenu .livestockbg { background-color: #C29E73; }

#leftmenu .bottomline { width: 185px; height: 3px; background-color: #FFF; }

#leftmenu .bannerleft { padding: 5px 5px 5px 5px; }

/* breadcrumbs */
.breadcrumbs
{
	padding: 0 0 10px 0;
}

.breadcrumbs a
{
	text-decoration: underline;
}
  
/* footer */
#footer
{
	text-align: center;
	line-height: 22px;
}

#footer .separator
{
	height: 1px;
	margin: 0 0 4px 0;
	background-color: #ECECEC;
}
#btchead {float:right; background: url(../../Images/btc/logo.jpg) no-repeat; height:114px; width:580px;}
#btchead DIV.shaggy {float:right; margin:0 0 0 0; z-index:1;}
#btccopybold {font-weight:bold; font-size:14px; color:#000000; margin:125px 0 13px 8px;}
#btccopy {width:320px; margin:180px 0 0 30px; line-height:20px; font-size:14px;}
#btccopy a {line-height:20px; font-size:14px; color:#739AB5; font-weight:bold; text-decoration:underline;}
#btcoffer {margin:105px 0 0 8px; background: url(../../Images/btc/offers.gif) no-repeat; width:570px; height:24px; z-index:0;}
#btcadpods {margin:15px 0 0 8px;}