/*-----------------------------------------------------------------------------------------
 												FOOTER STYLING
-----------------------------------------------------------------------------------------*/
td.footerBreak {
	width: 961px;
	height: 9px;
	font-size: 5px;
	background-image: url(images/footer-break.png);
	background-repeat: no-repeat;
}

#foot{
	padding: 0;
	border: 0;
	display: block;
	float: none;
	clear: both;
	width: 951px;
	height: 206px;
	margin:0 0 0 5px;
	background-color: #81BC3C;
	background-image: url(images/footer-bg.png);
	background-repeat: repeat-x;
	color: #FFF;
}

span.PetsAtHome { color: #00511B; }

/*-----------------------------------------------------------------------------------------
 												LINKS
-----------------------------------------------------------------------------------------*/
a { color: #81bc3c; text-decoration: none; }

a:hover, a:hover.clean { color: #81bc3c; text-decoration: none; }

/*-----------------------------------------------------------------------------------------
 												COMMON - HEAD
-----------------------------------------------------------------------------------------*/
td.menuBG {
	width: 758px;
	height: 84px;
	background-image: url(images/pet-menu.png);
	background-repeat: no-repeat;
}

.searchBtn {
	background-image: url(images/go-arrow.png);
	background-repeat: no-repeat;
}

.vetLink {
	display: block;
	width: 250px;
	height: 50px;
	color: #FFF;
	background-image: url(images/vet-link.png);
	background-repeat: no-repeat;
	text-decoration: none;
	text-align: center;
}

.vetLink_smaller {
	display: block;
	height: 50px;
	color: #FFF;
	background-image: url(images/vet-link_smaller.png);
	background-repeat: no-repeat;
	text-decoration: none;
	text-align: center;
}

a:hover.vetLink { text-decoration: none; }

a.vetLink font { font-size: 10px; }


/*-----------------------------------------------------------------------------------------
 												COMMON - MENU
-----------------------------------------------------------------------------------------*/
#menu { clear: both; padding: 0; margin: 0; }

#menu a{ text-decoration: none; }

#menu a:hover{ color: #a98752; }

#menu table{
	border-collapse: collapse;
	border: 0;
	font-size: 24px;
	margin-bottom: 14px;
	width: 100%;
	background: url(images/menu-bg.jpg) repeat-x;
}

#menu td{
	text-align: center;
	font-weight: bold;
	height: 84px;
	padding: 0;
}

#menu td a{
	display: block;
	height: 84px;
	color: #000;
	font-weight: bold;
	font-size: 16px;
	background: url(images/menu-btn.jpg) repeat-x;
}

#menu td a:hover.menu-1, #menu td a:hover.menu-2, #menu td a:hover.menu-3, #menu td a:hover.menu-4, #menu td a:hover.menu-5{
	display: block;
	margin: 0;
	padding: 0;
	height: 84px;
	color: #000;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	background: url(images/pet-menu-active-1.png) no-repeat;
}

#menu td a:hover.menu-1{ background: url(images/pet-menu-active-1-hover.png) no-repeat; }
#menu td a:hover.menu-2{ background: url(images/pet-menu-active-2-hover.png) no-repeat; }
#menu td a:hover.menu-3{ background: url(images/pet-menu-active-3-hover.png) no-repeat; }
#menu td a:hover.menu-4{ background: url(images/pet-menu-active-4-hover.png) no-repeat; }
#menu td a:hover.menu-5{ background: url(images/pet-menu-active-5-hover.png) no-repeat; }

#menu td a.active-menu-1, #menu td a.active-menu-1:hover, #menu td a.active-menu-2, #menu td a.active-menu-2:hover, #menu td a.active-menu-3, #menu td a.active-menu-3:hover, #menu td a.active-menu-4, #menu td a.active-menu-4:hover, #menu td a.active-menu-5, #menu td a.active-menu-5:hover{
	display: block;
	height: 84px;
	color: #000;
	margin: 0;
	padding: 0;
	text-decoration: none;
	background: url(images/pet-menu-active-1.png) no-repeat;
}

#menu td a.active-menu-1, #menu td a.active-menu-1:hover{ background: url(images/pet-menu-active-1.png) no-repeat; }
#menu td a.active-menu-2, #menu td a.active-menu-2:hover{ background: url(images/pet-menu-active-2.png) no-repeat; }
#menu td a.active-menu-3, #menu td a.active-menu-3:hover{ background: url(images/pet-menu-active-3.png) no-repeat; }
#menu td a.active-menu-4, #menu td a.active-menu-4:hover{ background: url(images/pet-menu-active-4.png) no-repeat; }
#menu td a.active-menu-5, #menu td a.active-menu-5:hover{ background: url(images/pet-menu-active-5.png) no-repeat; }

.menuSpacer {
	font-size: 2px;
	width: 2px;
	height: 84px;
	background-image: url(images/menu-divider.png);
	background-repeat: no-repeat;
}

.menuBlank {
	font-size: 5px;
	width: 5px;
	height: 84px;
}

font.Angelina, font.footerAngelina {
	visibility: hidden;
	font-size: 30px;
	letter-spacing: 3px;
}

font.AngelinaLarge {
	visibility: hidden;
	font-size: 38px;
	letter-spacing: 4px;
	line-height: 66px;
}

font.WhiteAngelinaLarge {
	visibility: hidden;
	font-size: 46px;
	letter-spacing: 4px;
	line-height: 66px;
	color: #FFFFFF;
}

/*-----------------------------------------------------------------------------------------
 												LEFT MENU
-----------------------------------------------------------------------------------------*/
ul.level1 {
	list-style-type: none;
	list-style-position: inside;
	margin: 0;
	padding: 0;
}

a.activeSubmenu1 { color: #000; text-decoration: none; }

a:hover.activeSubmenu1 { color: #000; text-decoration: none; }

/*-----------------------------------------------------------------------------------------
 												FORMAT
-----------------------------------------------------------------------------------------*/
h1.heading{ font-size: 20px; color: #374646; }
h2.heading{ font-size: 18px; color: #333; }
h3.heading{ font-size: 16px; color: #333; }
h4.heading{ font-size: 14px; color: #333; }
h5.heading{ font-size: 13px; color: #333; }

td.rightDash {
	border-right: 1px dashed #81bc3c;
	padding-right: 15px;
}

td.leftDash {
	padding-left: 15px;
}

td.topDash {
	border-top: 1px dashed #81bc3c;
	padding-top: 15px;
	margin-top: 15px;
}

hr {
	border-top: 1px dashed #81bc3c;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	color: #FFF;
	margin: 10px 0 10px 0;
}

ul.tickList {
	list-style-image: url(images/green-tick.png);
	list-style-position: outside;
}

font.greenText { color:#81bc3c; }

.surgeryHours td { font-size: 10px; padding-right: 10px;}

td.galleryarrow { vertical-align: middle; }

img.news_and_offers_img { padding: 0; margin-right: 5px; background-color: #FFFFFF;}

.news_and_offers, td.news_and_offers_padded { padding: 5px;}
