/* standard styles start */
HTML {
	overflow-y: scroll;
}

BODY {
	background-color: #000000;
	font-family: arial, verdana, helvetica, sans serif;
	font-size: 70%;
	color: #FFFFFF;
	margin: 0px;
}

IMG {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

H1 {
	font-family: 'Bell MT', Times, sans serif;
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	padding: 0px;	
	text-transform: uppercase;
}

H2 {
	font-family: 'Bell MT', Times, sans serif;
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	text-transform: uppercase;
}

H3 {
	font-family: 'Bell MT', Times, sans serif;
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	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;
}

H7 {
	font-family: 'Bell MT', Times, sans serif;
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	text-transform: uppercase;
}

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(/images/arrowBreadcrumbDog.gif) top left no-repeat;
	background-color: #EDEDED;
}

#breadcrumbCat {
	margin: 6px 4px 18px 14px;
	background: url(/images/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(/images/feedingGuidelinesFooter.gif) bottom left no-repeat;
	background-color: #CCCCCC;
	overflow: hidden;
}

#feedingGuidelinesCat {
	width: 296px;
	padding-bottom: 21px;
	margin: 15px 0px 0px 13px;
	background: url(/images/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(/images/typicalAnalysisFooter.gif) bottom left no-repeat;
	background-color: #EEEBEA;
	overflow: hidden;
}

#typicalAnalysisCat {
	width: 296px;
	padding-bottom: 21px;
	margin: 15px 0px 0px 13px;
	background: url(/images/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(/images/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(/images/bgMoreInfoDog.gif) top left no-repeat;
	padding: 0px 0px 0px 18px;
}

.moreInfoDog A, .moreInfoDog A:visited, .moreInfoDog A:active {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}

.moreInfoDog A:hover {
	text-decoration: underline;
}

.moreInfoCat {
	margin: -5px 0px 10px 0px;
	background: url(/images/bgMoreInfoCat.gif) top left no-repeat;
	padding: 0px 0px 0px 18px;
}

.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(/images/bgGreyBox.gif) top left repeat-y;
	background-color: #E8E8E8;
	padding: 10px;
}

#greyBoxProductSelector {
	width: 342px;
	border-top: 1px solid #A9A9A9;
	background: url(/images/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;
}
/* other pages styles end */

