body {
	background-color:#7d0c0e;
	margin:0;
	padding:0;
	text-align:center;
	
}
	

/* --------------------------- */
/* LINK STYLES */
/* --------------------------- */

A:link { color: #7d0c0e; text-decoration: underline; }
A:active { color: #7d0c0e; text-decoration: underline; }
A:visited { color: #7d0c0e; text-decoration: underline; }
A:hover { color: #000000; text-decoration: underline; }

A.white:link { color: #ffffff; text-decoration: none; }
A.white:active { color: #ffffff; text-decoration: none; }
A.white:visited { color: #ffffff; text-decoration: none; }
A.white:hover { color: #fdab0f; text-decoration: none; }

A.blue:link { color: #5d5e60; text-decoration: underline; }
A.blue:active { color: #5d5e60; text-decoration: underline; }
A.blue:visited { color: #5d5e60; text-decoration: underline; }
A.blue:hover { color: #2d80b5; text-decoration: underline; }

A.yellow:link { color: #5d5e60; text-decoration: none; }
A.yellow:active { color: #5d5e60; text-decoration: none; }
A.yellow:visited { color: #5d5e60; text-decoration: none; }
A.yellow:hover { color: #fdab0f; text-decoration: none; }

A.red:link { color: #e01e22; text-decoration: none; }
A.red:active { color: #e01e22; text-decoration: none; }
A.red:visited { color: #e01e22; text-decoration: none; }
A.red:hover { color: #e01e22; text-decoration: none; }


/* --------------------------- */
/* IMAGE STYLES */
/* --------------------------- */

img.png {
   behavior: url("pngbehavior.htc");
}


/* --------------------------- */
/* HEADINGS. TEXT STYLES */
/* --------------------------- */


TD, P, BR {
	font-family: Arial, Verdana, Helvetica; 
	font-size: 12px; 
	text-align: left;
	color: #333333;		
	line-height: 1.7em;	
	}	
	
.small {
	font-family: Arial, Verdana, Helvetica; font-size: 11px; color: #000000;
	font-size: 10px;
	line-height: 1.2em;
	}		

.footersmall {
	font-family: Arial, Verdana, Helvetica; font-size: 11px; color: #ffffff;
	font-size: 10px;
	line-height: 1.2em;
	}		

.logout {
	font-family: Arial, Verdana, Helvetica; 
	font-size: 11px; 
	color: #000000;
	font-size: 11px;
	line-height: 14px;
	text-align: center;
	}

.login {
	font-family: Arial, Verdana, Helvetica; 
	font-size: 12px; 
	color: #000000;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	text-align: center;
	}		

.black {
	color: #000000;
	}
	
.blue {
	color: #0779af;
	}
	
.bluesmall {
	color: #0779af;
	font-size: 11px;
	font-weight: bold;
	}	

.high {
 	background-position: bottom left; 
	background-image: url('/images/toolbar/hi_tablebg.gif'); 
	background-repeat: repeat-x;
	}

.medium {
	background-position: bottom left; 
	background-image: url('/images/toolbar/med_tablebg.gif'); 
	background-repeat: repeat-x;
	}
	
.low {
	background-position: bottom left; 
	background-image: url('/images/toolbar/lo_tablebg.gif'); 
	background-repeat: repeat-x;

	}	
	
	
.white {
	color: #ffffff;
	}
	
.red {
	color: #d60303;
	}	

.error {
	color: #ff0000;
	font-weight:bold;
	}	

.highlight {
	color: #7D0C0E;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Verdana;
	}	

.bluecaps {
	color: #7d0c0e;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Verdana;
	}	

.bluecapssml {
	color: #7d0c0e;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Verdana;
	}	

.bluecaps_hp {
	color: #7d0c0e;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	font-family: Arial, Verdana;
	}	

.bluetext {
	color: #7d0c0e;	
	}
	
li {
	padding-left:5px;
	padding-bottom:0px;	
	margin-left:-15px;
	margin-bottom:10px;
	}	


.sidebarlink {
	clear: both;
	padding: 10px 0px 0px 0px;
	border: none;;
	}

.sidebarlink a {
	background: transparent url("../../images/sidebar/paws.gif") no-repeat 0% 0;
	height: 31px;
	padding-left: 45px;
	line-height: 1.2em;
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica;
	font-weight: bold;
	padding-top: 5px;
	margin-left: 10px;
	margin-right: 20px;
	display: block;
	}

.sidebarlink a:hover {
	background-position: 0% -52px;
	}


.sidebarlink span {
	display: none;
	}	
	
.tablehead {
	color: #FFFFFF;
	background-color:#0068a9;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	text-align:center;
	font-family: Arial, Verdana;
	line-height: 12px;
	}	

.tablesubhead {
	color: #000000;
	background-color:#94bfe0;
	text-transform: normal;
	font-weight: bold;
	font-size: 10px;
	text-align:center;
	font-family: Arial, Verdana;
	}	
	
	
.tablecopy {
	color: #000000;
	font-weight: normal;
	font-size: 10px;
	text-align:left;
	font-family: Arial, Verdana;
	background-color:#f3ebc0;
	line-height: 12px;
	}

.tablecopysmalldog {
	color: #000000;
	font-weight: normal;
	font-size: 10px;
	text-align:left;
	font-family: Arial, Verdana;
	background-color:#ebd2ad;
	line-height: 12px;
	}	
	
.tablecopymeddog {
	color: #000000;
	font-weight: normal;
	font-size: 10px;
	text-align:left;
	font-family: Arial, Verdana;
	background-color:#bacadd;
	line-height: 12px;
	}	
	
.tablecopylgdog {
	color: #000000;
	font-weight: normal;
	font-size: 10px;
	text-align:left;
	font-family: Arial, Verdana;
	background-color:#d3c8d9;
	line-height: 12px;
	}	
	
.tablecopyxlgdog {
	color: #000000;
	font-weight: normal;
	font-size: 10px;
	text-align:left;
	font-family: Arial, Verdana;
	background-color:#d8bcb2;
	line-height: 12px;
	}					
			

.tableimg {
	color: #000000;
	font-weight: normal;
	font-size: 10px;
	text-align:left;
	font-family: Arial, Verdana;
	background-color:#ebe5c5;
	line-height: 12px;
	}		


.usingfrontlinesidebar
	
.ks_tablehead {
	color: #FFFFFF;
	background-color:#0068a9;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	text-align:center;
	font-family: Arial, Verdana;
	line-height: 12px;
	}	

.ks_tablesubhead {
	color: #FFFFFF;
	background-color:#94bfe0;
	text-transform: normal;
	font-weight: bold;
	font-size: 11px;
	text-align:center;
	font-family: Arial, Verdana;
	}	
	
	
.ks_tablecopy {
	color: #000000;
	font-weight: normal;
	font-size: 10px;
	text-align:left;
	font-family: Arial, Verdana;
	background-color:#abdcdc;
	line-height: 12px;
	}		

.ks_tableimg {
	color: #000000;
	font-weight: normal;
	font-size: 12px;
	text-align:left;
	font-family: Arial, Verdana;
	background-color:#ceebeb;
	line-height: 1.7em;
	}		
	
/*.hp_tablestyle {
	background-color:#fdab0f;
	padding:0px 0px 0px 0px;
	}*/
	

.smallwhite {
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 9px;
	text-align:center;
	font-family: Arial, Verdana;
	line-height: 10px;
	}		
	

.smallblack {
	color: #000000;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 9px;
	text-align:center;
	font-family: Arial, Verdana;
	line-height: 10px;
	}	
	
.paw {
	clear: both;
	padding: 0px 0px 0px 0px;
	border: none;
	}

.paw a {
	background: transparent url("../../images/sidebar/paws.gif") no-repeat 0% 0;
	height: 31px;
	padding-left: 45px;
	line-height: 1.9em;
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica;
	font-weight: bold;
	padding-top: 5px;
	margin-left: 0px;
	display: block;
	
	}

.paw a:hover {
	background-position: 0% -52px;
	}


.paw span {
	display: none;
	}		

	
.pawsmall {
	clear: both;
	padding: 0px 0px 3px 15px;
	border: none;
	}

.pawsmall a {
	background: transparent url("../../images/sidebar/paws_small.gif") no-repeat 0% 0;
	height: 30px;
	padding-left: 30px;
	line-height: 1.1em;
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica;
	font-weight: bold;
	padding-top: 5px;
	margin-left: 0px;
	display: block;
	
	}

.pawsmall a:hover {
	background-position: 0% -36px;
	}


.pawsmall span {
	display: none;
	}			
	
	
	
	
	
.pawsmall2 {
	clear: both;
	padding: 0px 0px 3px 0px;
	border: none;
	}

.pawsmall2 a {
	background: transparent url("../../images/sidebar/paws_small.gif") no-repeat 0% 0;
	height: 30px;
	padding-left: 30px;
	line-height: 1.1em;
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica;
	font-weight: bold;
	padding-top: 5px;
	margin-left: 0px;
	display: block;
	}

.pawsmall2 a:hover {
	background-position: 0% -38px;
	}


.pawsmall2 span {
	display: none;
	}				
	



.pawsmall3 {
	clear: both;
	padding: 0px 0px 5px 0px;
	border: none;
	}

.pawsmall3 a {
	background: transparent url("../../images/sidebar/paws_smallest.gif") no-repeat 0% 0;
	height: 28px;
	padding-left: 28px;
	line-height: 1.2em;
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica;
	font-weight: bold;
	padding-top: 0px;
	margin-left: 0px;
	display: block;
	}

.pawsmall3 a:hover {
	background-position: 0% -30px;
	}


.pawsmall3 span {
	display: none;
	}		


	
.sidebarsub {
	padding-left: 55px;
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica;
	font-weight: bold;	
	}

.registerformleft {
	background:#006699;
	font-family: Arial, Verdana, Helvetica;
	font-weight:bold;
	color:#ffffff;
	text-align:right;
}

.registerformright {
	background-color:#94bfe0;
	font-family: Arial, Verdana, Helvetica;
	color:#7d0c0e;
}


.continue {
	background: transparent url("../../images/buttons/continue.gif") no-repeat 0% 0;
	height:30px;

}

/* --------------------------- */
/* BACKGROUND COLOURS */
/* --------------------------- */

.whitebg {
	background-color: #ffffff;
	padding: 0px;
	margin: 0px;
	}	
	
.bluebg {
	background-color: #006699;
	}
.redbg {
	background-color: #ad0f00;
}	
.lightblue {
	background-color: #e0eaf4;
	}
	
.lightyellow {
	background-color: #ffe3aa;
	}	

#alignright {
	text-align: right;
	}
		
#kittensmittenbox {
	background-color: #c598bb;
	color: #333333;
	width: 517px;
	background-image: url('/images/general/kittensmitten_top.gif'); 
	background-repeat: no-repeat;
	background-position: left top;	
	overflow: visible;
	}	
	
#kittensmittenbottom {
	position: relative;
	color: #333333;
	width: 487px;
	padding: 6px 15px 15px 15px;
	background-image: url('/images/general/kittensmitten_bottom.gif'); 
	background-repeat: no-repeat;
	background-position: left bottom;		
	text-align: left;	
	}
	
#contactusbox {
	background-color: #f4e7f1;
	color: #333333;
	width: 517px;
	background-image: url('/images/general/contactus_top.gif'); 
	background-repeat: no-repeat;
	background-position: left top;	
	overflow: visible;
	}	

#contactusboxtop {
	background-color: #f4e7f1;
	color: #333333;
	width: 517px;
	background-image: url('/images/general/contactus_boxtop.gif'); 
	background-repeat: no-repeat;
	background-position: left top;	
	overflow: visible;
	}	

	
#contactusbottom {
	position: relative;
	color: #333333;
	width: 487px;
	padding: 6px 15px 15px 15px;
	background-image: url('/images/general/contactus_bottom.gif'); 
	background-repeat: no-repeat;
	background-position: left bottom;		
	text-align: left;	
	}	
	
#contactusboxbottom {
	position: relative;
	color: #333333;
	width: 487px;
	padding: 6px 15px 15px 15px;
	background-image: url('/images/general/contactus_boxbottom.gif'); 
	background-repeat: no-repeat;
	background-position: left bottom;		
	text-align: left;	
	}

#puppylovebox {
	background-color: #8ac9c9;
	color: #333333;
	width: 517px;
	background-image: url('/images/general/puppylove_top.gif'); 
	background-repeat: no-repeat;
	background-position: left top;	
	overflow: visible;
	}	
	
#puppyloveboxbottom {
	position: relative;
	color: #333333;
	width: 487px;
	padding: 6px 15px 15px 15px;
	background-image: url('/images/general/puppylove_bottom.gif'); 
	background-repeat: no-repeat;
	background-position: left bottom;		
	text-align: left;	
	}
	
	
#usingfrontlinebox {
	background-color: #6a9ec8;
	color: #333333;
	width: 517px;
	background-image: url('/images/general/usingfrontline_top.gif'); 
	background-repeat: no-repeat;
	background-position: left top;	
	overflow: visible;
	}	
	
#usingfrontlineboxbottom {
	position: relative;
	color: #333333;
	width: 487px;
	padding: 6px 15px 15px 15px;
	background-image: url('/images/general/usingfrontline_bottom.gif'); 
	background-repeat: no-repeat;
	background-position: left bottom;		
	text-align: left;	
	}
	
	
#protectingbox {
	background-color: #fed57e;
	color: #333333;
	width: 517px;
	background-image: url('/images/general/protecting_top.gif'); 
	background-repeat: no-repeat;
	background-position: left top;	
	overflow: visible;
	}	
	
#protectingboxbottom {
	position: relative;
	color: #333333;
	width: 487px;
	padding: 6px 15px 15px 15px;
	background-image: url('/images/general/protecting_bottom.gif'); 
	background-repeat: no-repeat;
	background-position: left bottom;		
	text-align: left;	
	}	
	
	
#justforfunbox {
	background-color: #e87fb5;
	color: #333333;
	width: 517px;
	background-image: url('/images/general/justforfun_top.gif'); 
	background-repeat: no-repeat;
	background-position: left top;	
	overflow: visible;
	}	
	
#justforfunboxbottom {
	position: relative;
	color: #333333;
	width: 487px;
	padding: 6px 15px 15px 15px;
	background-image: url('/images/general/justforfun_bottom.gif'); 
	background-repeat: no-repeat;
	background-position: left bottom;		
	text-align: left;	
	}
	

	
#friendsbox {
	background-color: #f6bc80;
	color: #333333;
	width: 517px;
	background-image: url('/images/general/friends_top.gif'); 
	background-repeat: no-repeat;
	background-position: left top;	
	overflow: visible;
	}	
	
#friendsboxbottom {
	position: relative;
	color: #333333;
	width: 487px;
	padding: 6px 15px 15px 15px;
	background-image: url('/images/general/friends_bottom.gif'); 
	background-repeat: no-repeat;
	background-position: left bottom;		
	text-align: left;	
	}			
	
#furtopgraphs {
	float:left;
	width:248px;
	padding: 10px 10px 0px 0px;
	background-color:#ffffff;
	}

	
#whatsnewbox {
	background-color: #cacf7c;
	color: #333333;
	width: 517px;
	background-image: url('/images/general/whatsnew_top.gif'); 
	background-repeat: no-repeat;
	background-position: left top;	
	overflow: visible;
	}	
	
#whatsnewboxbottom {
	position: relative;
	color: #333333;
	width: 487px;
	padding: 6px 15px 15px 15px;
	background-image: url('/images/general/whatsnew_bottom.gif'); 
	background-repeat: no-repeat;
	background-position: left bottom;		
	text-align: left;	
	}	

#lightyellowbox {
	background-color: #fed57e;
	color: #333333;
	width: 490px;
	background-image: url('/images/general/lightyellow_top.gif'); 
	background-repeat: no-repeat;
	background-position: left top;	
	overflow: visible;
	}	
	
#lightyellowboxbottom {
	position: relative;
	color: #333333;
	width: 460px;
	padding: 6px 15px 15px 15px;
	background-image: url('/images/general/lightyellow_bottom.gif'); 
	background-repeat: no-repeat;
	background-position: left bottom;		
	text-align: left;	
	}
	

#lightorangebox {
	background-color: #f6bc80;
	color: #333333;
	width: 490px;
	background-image: url('/images/general/lightorange_top.gif'); 
	background-repeat: no-repeat;
	background-position: left top;	
	overflow: visible;
	}	
	
#lightorangeboxbottom {
	position: relative;
	color: #333333;
	width: 460px;
	padding: 6px 15px 15px 15px;
	background-image: url('/images/general/lightorange_bottom.gif'); 
	background-repeat: no-repeat;
	background-position: left bottom;		
	text-align: left;	
	}		
	
	
#darkpinkbox {
	background-color: #d2006b;
	color: #333333;
	width: 490px;
	background-image: url('/images/general/darkpink_top.gif'); 
	background-repeat: no-repeat;
	background-position: left top;	
	overflow: visible;
	}	
	
#darkpinkboxbottom {
	position: relative;
	color: #333333;
	width: 460px;
	padding: 6px 15px 15px 15px;
	background-image: url('/images/general/darkpink_bottom.gif'); 
	background-repeat: no-repeat;
	background-position: left bottom;		
	text-align: left;	
	}	
	
#darkpurplebox {
	background-color: #931476;
	color: #333333;
	width: 490px;
	background-image: url('/images/general/darkpurple_top.gif'); 
	background-repeat: no-repeat;
	background-position: left top;	
	overflow: visible;
	}	
	
#darkpurpleboxbottom {
	position: relative;
	color: #333333;
	width: 460px;
	padding: 6px 15px 15px 15px;
	background-image: url('/images/general/darkpurple_bottom.gif'); 
	background-repeat: no-repeat;
	background-position: left bottom;		
	text-align: left;	
	}		
	
#lightpurplebox {
	background-color: #c598bb;
	color: #333333;
	width: 490px;
	background-image: url('/images/general/lightpurple_top.gif'); 
	background-repeat: no-repeat;
	background-position: left top;	
	overflow: visible;
	}	
	
#lightpurpleboxbottom {
	position: relative;
	color: #333333;
	width: 460px;
	padding: 6px 15px 15px 15px;
	background-image: url('/images/general/lightpurple_bottom.gif'); 
	background-repeat: no-repeat;
	background-position: left bottom;		
	text-align: left;	
	}				
	
#lightgreenbox {
	background-color: #cacf7c;
	color: #333333;
	width: 490px;
	background-image: url('/images/general/lightgreen_top.gif'); 
	background-repeat: no-repeat;
	background-position: left top;	
	overflow: visible;
	}	
	
#lightgreenboxbottom {
	position: relative;
	color: #333333;
	width: 460px;
	padding: 6px 15px 15px 15px;
	background-image: url('/images/general/lightgreen_bottom.gif'); 
	background-repeat: no-repeat;
	background-position: left bottom;		
	text-align: left;	
	}				

#lightaquabox {
	background-color: #8ac9c9;
	color: #ffffff;
	width: 490px;
	background-image: url('/images/general/lightaqua_top.gif'); 
	background-repeat: no-repeat;
	background-position: left top;	
	overflow: visible;
	}	
	
#lightaquaboxbottom {
	position: relative;
	color: #ffffff;
	width: 460px;
	padding: 6px 15px 15px 15px;
	background-image: url('/images/general/lightaqua_bottom.gif'); 
	background-repeat: no-repeat;
	background-position: left bottom;		
	text-align: left;	
	}		
	
#darkpurplebox {
	background-color: #810c63;
	color: #ffffff;
	width: 490px;
	background-image: url('/images/general/darkpurple_top.gif'); 
	background-repeat: no-repeat;
	background-position: left top;	
	overflow: visible;	
	}
	
#darkpurpleboxbottom {
	position: relative;
	color: #ffffff;
	width: 460px;
	padding: 6px 15px 15px 15px;
	background-image: url('/images/general/darkpurple_bottom.gif'); 
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: left;		
	}


#darkaquabox {
	background-color: #009396;
	color: #ffffff;
	width: 490px;
	background-image: url('/images/general/darkaqua_top.gif'); 
	background-repeat: no-repeat;
	background-position: left top;	
	overflow: visible;	
	}
	
#darkaquaboxbottom {
	position: relative;
	color: #ffffff;
	width: 460px;
	padding: 6px 15px 15px 15px;
	background-image: url('/images/general/darkaqua_bottom.gif'); 
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: left;		
	}
	
.darkaquabg {
	background-color: #009396;	
	background-image: url('/images/sidebar/darkaqua_sidebar_bottom.gif'); 
	background-repeat: no-repeat;
	background-position: left bottom;			
	}	
	
#profilesml {
	background-image: url('/images/general/profile_shadow_sml.gif'); 
	background-repeat: no-repeat;	
	padding-left: 6px;
	padding-top: 6px;
	height: 90px;
	width: 102px;
	float: left;
	}
	
#profiletext {
	float: left;
	width: 355px;
	padding-left:10px;
	padding-right: 0px;
	padding-bottom:10px;
	color: #333333;
}
	
#profiletextleft {
	float: left;
	width: 400px;
	padding-left:10px;
	padding-right: 0px;
	padding-bottom:10px;
	color: #333333;
}		

#profileyellowbox {
	color: #ffffff;
	width: 495px;
	background-image: url('/images/general/profile_yellow_middle.gif'); 
	background-repeat: repeat-y;
	background-position: left top;	
	}
	
#profilebluebox {
	color: #ffffff;
	width: 495px;
	background-image: url('/images/general/profile_blue_middle.gif'); 
	background-repeat: repeat-y;
	background-position: left top;	
	}	

#profilepadding {
	padding: 10px 10px 10px 10px;
	}
	
.orangebg {
	background-color: #ed7902;	
	background-image: url('/images/sidebar/orange_sidebar_bottom.gif'); 
	background-repeat: no-repeat;
	background-position: left bottom;			
	}		
	
.kittensmittensidebar {
	background-color: #810c63;	
	background-image: url('/images/sidebar/kittensmitten_sidebar_bottom.gif'); 
	background-repeat: no-repeat;
	background-position: left bottom;			
	}

.puppylovesidebar {
	background-color: #009396;	
	background-image: url('/images/sidebar/darkaqua_sidebar_bottom.gif'); 
	background-repeat: no-repeat;
	background-position: left bottom;			
	}	
.usingfrontlinesidebar {
	background-color: #00599b;	
	background-image: url('/images/sidebar/usingfrontline_sidebar_bottom.gif'); 
	background-repeat: no-repeat;
	background-position: left bottom;			
	}	
	
.protectingsidebar {
	background-color: #f9ad15;	
	background-image: url('/images/sidebar/protecting_sidebar_bottom.gif'); 
	background-repeat: no-repeat;
	background-position: left bottom;		
	}			
	
.whatsnewsidebar {
	background-color: #9aa500;	
	background-image: url('/images/sidebar/whatsnew_sidebar_bottom.gif'); 
	background-repeat: no-repeat;
	background-position: left bottom;			
	}
	
.justforfunsidebar {
	background-color: #d2006b;	
	background-image: url('/images/sidebar/justforfun_sidebar_bottom.gif'); 
	background-repeat: no-repeat;
	background-position: left bottom;			
	}
	
.contactussidebar {
	background-color: #931476;	
	background-image: url('/images/sidebar/contactus_sidebar_bottom.gif'); 
	background-repeat: no-repeat;
	background-position: left bottom;			
	}
				
	
/* --------------------------- */
/* PADDING.MARGINS */
/* --------------------------- */


.abbeytucker {
	position: relative;
	left: -9px;
	}

.paddingbottom {
	padding-bottom: 10px;
	}
	
.paddingleft {
	padding-left:15px;
	padding-top:0px;
	background-color:#fdab0f;
}

/* --------------------------- */
/* DIVS */
/* --------------------------- */

#content {
	font-family: Arial, Verdana, Helvetica; 
	font-size: 12px; 
	line-height: 1.7em;
	text-align: left;
	padding: 0px 0px 15px 9px;
	color: #333333;	
	}
	
#headercontainer {
	position:relative;
	margin:0 auto;
	text-align:left;
	padding: 20px 0px 20px 0px;
	height:307px;
}

#headerfloat {
	font-family: Arial, Verdana, Helvetica;
	padding: 0px;
	position:absolute;
	left:-20px;
	}	

#contentgeneral {
	font-family: Arial, Verdana, Helvetica; 
	font-size: 12px; 
	line-height: 1.7em;
	text-align: left;
	padding: 0px 20px 20px 20px;
	color: #333333;	
	margin-bottom: 15px;
	}	

#contentgeneralfloat {
	float: right;
	width: 490px;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
	}	
	
#contenthpfloat {
	float: right;
	width: 518px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 20px;
	}
#dogs_hpfloat {
	float: right;
	width: 518px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 20px;
	}

#pl_hpfloat {
	float: right;
	width: 518px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	}	
	
#toolbar {
	height: 119px;
	}
	
#frontlinelogo { 
	position:relative;
	width:279px;
	top: 17px;
	left: 15px;
	float: left;
	}

#frontlinepackaging { 
	position:relative;
	top: 5px;
	right: 13px;
	float: right;	
	margin-bottom: -10px;
	}
	

#footer {
	background-color: #b00f00;
	padding-left: 20px;
	padding-right: 17px;	
	padding-top: 10px;
	padding-bottom: 10px;
	}

#login {
	float: left;
	width: 185px;
	}
	

#login_status {
	position:absolute;
	width: 185px;
	height: 66px;
	top: 153px;
	left: 50%;
	margin-left: -365px;
	background-color: #ededed;
	z-index: 20;
	}
	

#login_curve {
	position:absolute;
	width: 185px;
	height: 20px;
	top: 279px;
	left: 50%;
	margin-left: -365px;
	z-index: 10;
	}	
	
	
#sidebar {
	float: left;
	width: 185px;
	background-color: #eaf5f4;
	margin-top: 154px;
	margin-bottom: 15px;	
	}
	
#sidebarhome {
	float: left;
	width: 185px;
	padding-top: 134px;
	/*margin-bottom: 15px;*/
	padding-bottom:25px;
	}
	
#kittensmittensidebartop {
	float: left;
	width: 185px;
	background-color: #F0e5ed;
	margin-top: 140px;
	margin-bottom: 15px;		
	}

#puppylovesidebartop {
	float: left;
	width: 185px;
	background-color: #eaf5f4;
	margin-top: 140px;
	margin-bottom: 15px;		
	}
	
#contactussidebartop {
	float: left;
	width: 185px;
	background-color: #f4e7f1;
	margin-top: 140px;
	margin-bottom: 15px;		
	}
	
	
#sidebarsubnav {
	/*float: left;*/
	width: 185px;
	background-color: #ffe2e3;
	height: 66px;
	
	}			
	
#usingfrontlinesidebartop {
	float: left;
	width: 185px;
	background-color: #ffe2e3;
	margin-bottom: 0px;	
	margin-top: 140px;
	z-index: 40;	
	}	
	
#protectingsidebartop {
	float: left;
	width: 185px;
	background-color: #fff8e6;
	margin-bottom: 15px;	
	margin-top: 140px;
	}	
	
#whatsnewsidebartop {
	float: left;
	width: 185px;
	background-color: #f4f5e4;
	margin-bottom: 15px;		
	margin-top: 140px;
	}	
	
#justforfunsidebartop {
	float: left;
	width: 185px;
	background-color: #fae5f0;
	margin-bottom: 15px;		
	margin-top: 140px;
	}	
	
#friendssidebartop {
	float: left;
	width: 185px;
	background-color: #fdf1e5;
	margin-bottom: 15px;		
	margin-top: 140px;
	}							
	
#homepagecontent {
	float: right;
	width: 520px;
/*	background:url(../../images/pics/dr_harry.jpg) no-repeat right top; */
	margin-left:20px;
	
	}
	
#homepageflash {
	z-index: 1;
	}
	
#sidebarpic {
	position: relative;
	margin-left: 0px;
	padding-bottom: 10px;
	}
	
#homelightblue {
	background-color: #e0eaf4;	
	background-image: url('/images/sidebar/homepage_sidebar_bottom.gif'); 
	background-repeat: no-repeat;
	background-position: left bottom;
	padding:10px 10px 10px 10px;
	}

#hp_polariod {
	position: absolute;
	left:50%;
	top:755px;
	width:109px;
	margin-left:-8px;
}
	
/* --------------------------- */
/* FORM STYLES */
/* --------------------------- */	
	
	
select {
	width : 150px; font-family: Arial,Verdana,Helvetica; font-size: 12px; background-color : #ffffff; margin-top: 4px; border: 0px;
	}
	
input.text {
	width : 100px; font-family: Arial,Verdana,Helvetica; font-size: 12px; background-color : #ffffff;
	border: 0px;
	}
	
.searchButton{
	font-family: Arial,Verdana,Helvetica; font-size: 12px; background-color : #EDF4FA;
	}
	
.rowcolour {
	background-position: bottom left; 
	background-image: url('/images/toolbar/tablebg.gif'); 
	background-repeat: repeat-x;
	}


/* --------------------------- */
/* DROPDOWN STYLES
/* --------------------------- */


#mainNav, #mainNav ul {
	list-style: none;
	padding: 0;
	padding-top: 0px;
	margin:0;
	width:760px;
	z-index: 5;
}

#mainNav a {
	border-bottom: none;
	display:block;	
}

#mainNav li {
	float: left;
	padding: 0;
	margin: 0;
}

#mainNav li ul {
	position: absolute;
	left: -999em;
	width:185px;
	font-weight: normal;
	margin-left : 0px;
	margin-top : 0px;
	z-index:1000;
}

#mainNav li li {
	background-color:transparent;
}

#mainNav li ul a {
	width: 165px;
	color:#FFFFFF;
	background-color: #006699;
	background-image:none;
	margin-left:0px;
}

#mainNav li ul li a:link, #mainNav li ul li a:visited {
	color : #FFFFFF;
	background-color : #b00f00;
	font-size:11px;
	font-weight:bold;
	margin-left:0px;	
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left:10px;
	line-height:12px;
	border-bottom:1px solid #ffffff;
	border-right:none;
	background-image:none;
	text-align: left;	
	z-index: 1000;
}

#mainNav li ul li a:hover, #mainNav li ul li a:active {
	color : #000000;
	background-color : #eea099;
	font-size:11px;
	font-weight:bold;
	border-right:none;
	background-image:none;
	z-index: 2000;	
}	

#mainNav li:hover ul ul, #mainNav li:hover ul ul ul, #mainNav li.sfhover ul ul, #mainNav li.sfhover ul ul ul {
	left: -999em;
	z-index: 1000;	
}

#mainNav li:hover ul, #mainNav li li:hover ul, #mainNav li li li:hover ul, #mainNav li.sfhover ul, #mainNav li li.sfhover ul, #mainNav li li li.sfhover ul {
	left: auto;
	z-index: 1200;
}

#mainNav li:hover, #mainNav li.sfhover {
	color:#FFFFFF;
	z-index: 1200;	
}



#mainNav li ul ul {
	position: absolute;
	left: -999em;
	width:185px;
	font-weight: normal;
	margin-left : 175px;
	margin-top : -24px;
	z-index:1000;
}





/* --------------------------- */
/* COMMON NOFLASH REPLACEMENT */
/* --------------------------- */


.sIFR-active h4.white {
	font-family: Impact, 'Arial Narrow', Arial, Impact, Verdana, Helvetica;
	color: #ffffff;	
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 0px;
	}
	
.sIFR-active h1.homepage {
	font-family: Impact, 'Arial Narrow', Arial, Impact, Verdana, Helvetica;
	color: #ffffff;	
    font-size: 47px;
    line-height: 47px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
	}	

.sIFR-active h1.heading {
	font-family: Impact, 'Arial Narrow', Arial, Impact, Verdana, Helvetica;
	color: #7d0c0e;	
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
	}

.sIFR-active h1.headingwhite {
	font-family: Impact, 'Arial Narrow', Arial, Impact, Verdana, Helvetica;
	color: #ffffff;	
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
	}	

.sIFR-active h2.heading {
	font-family: Impact, 'Arial Narrow', Arial, Impact, Verdana, Helvetica;
	color: #7d0c0e;	
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
	}
	
.sIFR-active h3.heading {
	font-family: Impact, 'Arial Narrow', Arial, Impact, Verdana, Helvetica;
	color: #7d0c0e;	
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
	}
	
	
.sIFR-active h2.headingwhite {
	font-family: Impact, 'Arial Narrow', Arial, Impact, Verdana, Helvetica;
	color: #ffffff;	
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
	}	
	
.sIFR-active h4.subheading {
	font-family: Impact, 'Arial Narrow', Arial, Impact, Verdana, Helvetica;
	color: #7d0c0e;	
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 0px;
    margin-top: 8px;
    padding-top: 8px;
	padding-bottom: 0px;
	}	

.sIFR-active h4.homefooter {
	font-family: Impact, 'Arial Narrow', Arial, Impact, Verdana, Helvetica;
	color: #7d0c0e;	
    font-size: 21px;
    line-height: 21px;
    margin-bottom: 0px;
    margin-top: 5px;
    padding-top: 5px;
	padding-bottom: 8px;
	}	
	
.sIFR-active h4.subheadingwhite {
	font-family: Impact, 'Arial Narrow', Arial, Impact, Verdana, Helvetica;
	color: #ffffff;	
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 0px;
    margin-top: 8px;
    padding-top: 8px;
	padding-bottom: 0px;
	}
	
.sIFR-active h4.quote {
	font-family: 'Arial Narrow', Impact, Arial, Impact, Verdana, Helvetica;
	color: #ffffff;	
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 10px;
    padding-bottom: 0px;    
	}
	
.sIFR-active h4.quotesmall {
	font-family: 'Arial Narrow', Impact, Arial, Impact, Verdana, Helvetica;
	color: #ffffff;	
    font-size: 19px;
    line-height: 19px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
    padding-left: 15px;
    padding-right: 10px;
    padding-bottom: 20px;    
	}	
	
.sIFR-active h4.landingheading {
	font-family: Impact, 'Arial Narrow', Arial, Impact, Verdana, Helvetica;
	color: #7d0c0e;	
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 7px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;    
	}
	
.sIFR-active h4.landingheadingsmall {
	font-family: Impact, 'Arial Narrow', Arial, Impact, Verdana, Helvetica;
	color: #7d0c0e;	
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 7px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;    
	}
	
.sIFR-active h4.landingheadingwhite {
	font-family: Impact, 'Arial Narrow', Arial, Impact, Verdana, Helvetica;
	color: #ffffff;	
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 7px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;    
	}						
	

    
