/* standard styles start */
BODY {
	background-color: #000000;
	/*
	font-family: arial, verdana, helvetica, sans serif;
	*/
	font-family: 'Tahoma', verdana, helvetica, Times, sans serif;
	font-size: 70%;
	color: #FFFFFF;
	margin: 0px;
}

IMG {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

H1 {
	font-family: 'Times New Roman', Times, sans serif;
	font-size: 1.5em;
	line-height: 1.5em;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	color: #990000;
	text-transform: uppercase;
}

H2 {
	font-family: 'Times New Roman', Times, sans serif;
	font-size: 1.5em;
	line-height: 1.5em;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	text-transform: uppercase;
}

H2.dogHeader{
	color: #990000;
}

H2.catHeader{
	color: #4B5B91;
}

H2.apm{
	color: #990000;
	text-transform: none;
}

H3 {
	font-family: 'Times New Roman', Times, sans serif;
	font-size: 1.3em;
	line-height: 1.5em;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	color: #990000;
	text-transform: uppercase;
}

H4 {
	font-family: 'Tahoma', Times, sans serif;
	font-size: 1.2em;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	color: #4B5B91;
}

H5 {
	font-family: 'Tahoma', Times, sans serif;
	font-size: 1.2em;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	color: #990000;
}

H6 {
	font-family: 'Tahoma', Times, sans serif;
	font-size: 1.2em;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	color: #CB1600;
}

P {
	font-family: 'Tahoma', Times, sans serif;
	line-height: 1.3em;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}

A, A:active, A:visited {
	color: #CB1600;
	text-decoration: underline;
}

A:hover {
	text-decoration: none;
}

SUP {
	font-size: 0.7em;
}

A.catLink, A.catLink:active, A.catLink:visited {
	color: #4B5B91;
}

A.catLink:hover {
	text-decoration: none;
}
/* standard styles end */

/* breadcrumb start */
#breadcrumbDog {
	margin: 6px 4px 18px 14px;
	background: url(../img/arrowBreadcrumbDog.gif) top left no-repeat;
	background-color: #EDEDED;
}

#breadcrumbCat {
	margin: 6px 4px 18px 14px;
	background: url(../img/arrowBreadcrumbCat.gif) top left no-repeat;
	background-color: #EDEDED;
}

#breadcrumbText {
	padding: 2px 0px 0px 22px;
	font-size: 0.8em;
}

#breadcrumbText A.upperLevel {
	color: #424242;
	text-decoration: none;
}

#breadcrumbText A.dogCurrent {
	color: #990000;
	text-decoration: none;
}

#breadcrumbText A.catCurrent {
	color: #4B5B91;
	text-decoration: none;
}

#breadcrumbText A:hover{
	text-decoration: underline;
}
/* breadcrumb end */

/* feeding guidelines styles start */
#feedingGuidelines {
	width: 296px;
	padding-bottom: 21px;
	margin: 15px 0px 0px 13px;
	background: url(../img/feedingGuidelinesFooter.gif) bottom left no-repeat;
	background-color: #CCCCCC;
	overflow: hidden;
}

#feedingGuidelinesCat {
	width: 296px;
	padding-bottom: 21px;
	margin: 15px 0px 0px 13px;
	background: url(../img/feedingGuidelinesFooterCat.gif) bottom left no-repeat;
	background-color: #F0F0F0;
	overflow: hidden;
}

#feedingGuidelinesTitle {
	padding: 16px 0px 15px 15px;
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
}

#feedingGuidelinesHeading {
	padding-bottom: 10px;
	font-size: 0.9em;
	font-weight: bold;
	color: #990000;
	text-align: center;
}

#feedingGuidelinesHeadingCat {
	padding-bottom: 10px;
	font-size: 0.9em;
	font-weight: bold;
	color: #990000;
	text-align: center;
}

#feedingGuidelinesTable, #feedingGuidelinesTable TABLE {
	font-size: 1em;
	text-align: center;
	color: #787878;
	background-color: #DCDCDC;
	overflow: hidden;
}

#feedingGuidelinesTableCat, #feedingGuidelinesTableCat TABLE {
	font-size: 1em;
	text-align: center;
	color: #787878;
	background-color: #DCDCDC;
	overflow: hidden;
}

#feedingGuidelinesTable TD {
	height: 22px;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

#feedingGuidelinesTableCat TD {
	height: 22px;
	border-bottom: 1px solid #F0F0F0;
	border-right: 1px solid #F0F0F0;
}

.feedingGuidelinesTableHeading {
	color: #4B5B91;
	background-color: #F0F0F0;
	font-weight: bold;
}

.feedingGuidelinesTablePinkHeading {
	color: #990000;
	background-color: #ECD6D5;
}

.feedingGuidelinesTablePinkBold {
	background-color: #ECD6D5;
	font-weight: bold;
}

.feedingGuidelinesTableGreyHeading {
	color: #990000;
	background-color: #DCDCDC;
}

.feedingGuidelinesTableGreyBold {
	font-weight: bold;
}

.feedingGuidelinesTableBlueHeading {
	color: #4B5B91;
	font-weight: bold;
	background-color: #F0F0F0;
}

.feedingGuidelinesTableBlueBold {
	font-weight: bold;
	background-color: #CBD8F4;
}

.feedingGuidelinesTablePink {
	background-color: #ECD6D5;
}
/* feeding guidelines styles end */

/* typical analysis styles start */
#typicalAnalysis {
	width: 296px;
	padding-bottom: 21px;
	margin: 15px 0px 0px 13px;
	background: url(../img/typicalAnalysisFooter.gif) bottom left no-repeat;
	background-color: #EEEBEA;
	overflow: hidden;
}

#typicalAnalysisCat {
	width: 296px;
	padding-bottom: 21px;
	margin: 15px 0px 0px 13px;
	background: url(../img/typicalAnalysisFooterCat.gif) bottom left no-repeat;
	background-color: #EEEBEA;
	overflow: hidden;
}

#typicalAnalysisTitle {
	padding: 16px 0px 10px 15px;
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
}

#typicalAnalysisTable {
	color: #787878;
	overflow: hidden;
}

#typicalAnalysisTable TD {
	height: 12px;
}

.typicalAnalysisTableLeft {
	width: 196px;
	text-align: left;
}

.typicalAnalysisTableRight {
	width: 100px;
	text-align: right;
}
/* typical analysis styles end */

/* odd + sods styles start */
.lozengePad {
	float: right;
	padding-bottom: 7px;
}

.moreInfo {
	margin: -5px 0px 10px 0px;
	background: url(../img/bgMoreInfo.gif) top left no-repeat;
	padding: 0px 0px 0px 18px;
}

.moreInfo A, .moreInfo A:visited, .moreInfo A:active {
	color: #CB1600;
	text-decoration: none;
	font-weight: bold;
}

.moreInfo A:hover {
	text-decoration: underline;
}


.moreInfoDog {
	margin: -5px 0px 10px 0px;
	background: url(../img/bgMoreInfoDog.gif) top left no-repeat;
	padding: 0px 0px 0px 18px;
}

.moreInfoDog span, .moreInfoDog A, .moreInfoDog A:visited, .moreInfoDog A:active {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}

.sub {
	margin: 0 20px;
}

.moreInfoDog A:hover {
	text-decoration: underline;
}


.sub .moreInfoDog {
	background: none;
	list-style-position: inside;
} 

.sub .moreInfoCat {
	background: none;
	list-style-position: inside;
}

.moreInfoCat {
	margin: -5px 0px 10px 0px;
	background: url(../img/bgMoreInfoCat.gif) top left no-repeat;
	padding: 0px 0px 0px 18px;
}

.moreInfoCat span, .moreInfoCat A, .moreInfoCat A:visited, .moreInfoCat A:active {
	color: #4B5B91;
	text-decoration: none;
	font-weight: bold;
}

.moreInfoCat A:hover {
	text-decoration: underline;
}

.clickableRHSHolder {
	margin-top: 20px;
}

.disclaimer {
	font-size: 0.8em;
}
/* odd + sods styles start */

/* other pages styles start */
#wetDryProducts {
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
}

#wetDryProducts TD {
	text-align: center;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#wetDryProducts .left {
	text-align: left;
}

#greyBox {
	width: 510px;
	border-top: 1px solid #A9A9A9;
	background: url(../img/bgGreyBox.gif) top left repeat-y;
	background-color: #E8E8E8;
	padding: 10px;
}

#greyBoxProductSelector {
	width: 342px;
	border-top: 1px solid #A9A9A9;
	background: url(../img/bgGreyBoxProduct.gif) top left repeat-y;
	background-color: #E8E8E8;
	padding: 10px;
}

.ProductSelectorLabel {
	font-weight: bold;
}

.ProductSelectorSelect {
	font-size: 11px;
}
.frmFieldProd {
	padding-bottom: 15px;
}
.radioHolder {
	padding-left: 20px;
}

#lifeplanImg {
	margin-top: -30px;
	float: right;
}
#results {
	margin-bottom: 30px;
}
#wheretobuyImg {
	list-style: none;
	clear: both;
	margin: 0;
	padding: 0;
}

#wheretobuyImg li a {
	display: block;
	color: #000;
}

#wheretobuyImg li {
	float: left;
	padding: 0 5px;
	text-align: center;
}

#newsImg {
	float: right;
}

#logoPartners {
	float: right;
	margin: 20px 60px 0 0;
}

#newsP {
	margin-right: 50px;
	line-height: 170%;
}

#maineventcontainer {  
	width:518px; 
}
#EventContainer {
	padding:10px;background-color: #FBF8E7; width: 508px; float:left; margin: 0 0 0 0;
}
* html #EventContainer { 
	width: 518px;
}

#EventImage img {
	float:right;margin:0 20px 20px 20px;
}
#EventItemTitle {
	font-size:14px; 
	color:#cc0000;
	font-weight:bold;
}
.EventItem {
	float:left;
	border-bottom: 1px dotted #959595;
	padding-bottom:15px; 
	margin-bottom:15px;
}
.EventItemDates {
	padding-top:5px;
	padding-bottom:5px;
	font-size:12px; 
	color:#000000; 
	font-weight: bold;
}
.EventItemContent {
	font-size:11px; 
	color:#000000; 
	font-weight: normal;
}
#EventContainer a, #EventContainer a:visited {
	font-size:10px; 
	color:#cc0000; 
	font-weight:bold;
}

.moreInfoDog {
	margin: -5px 0px 10px 0px;
	background: url(../img/bgMoreInfoDog.gif) top left no-repeat;
	padding: 0px 0px 0px 18px;
}
/* other pages styles end */

H5.panel_right {
	margin: 10px 0 5px 0;
}

table.table_3 {
	border: 1px solid #555555;
	background-color: #353535;
}

.table_3 td p {
	line-height: 130%;
}

.table_3 a, .table_3 a:visited {
	color: #FFFFFF;
}

div.panel_right {
	margin: 15px 0 5px 0;
}
