﻿body
{
	margin: 0px;
}

body
{
	background-color: #fffaea;
}

img
{
	border: 0px;
}
/*Vj, 5-29-09 Changed the image,This image does not have the top line*/
/*Vj, 6-24-09 Changed the image,This image is have more width than the old.*/
#threepart
{
	background-position: center center;
	background-image: url(images/Footer3ColumnBGwLineV2.gif);
	background-repeat: no-repeat; 
	/*padding-top:100px;*/
	height: 190px; /*6-24-09 changed from 134 to 190*/
}

/*Vj, 6-24-09*/
#threepartWOLine
{
	background-position: center center;
	background-image: url(images/Footer3ColumnBG.jpg);
	background-repeat: no-repeat; 
	/*padding-top:100px;*/
	height: 134px;
}

/*Created by Vj, 6-1-09, To set the heroes page body bg.*/
#heroesBGImage
{
	background-position: center center;
	background-image: url(images/Heroes_centerContent.jpg);
	background-repeat: no-repeat;
	height: 555px;
}

/*changed the height to 250.*/
#homethreepart
{
	background-image: url(images/Dogs_and_BackGround.jpg);
	background-repeat: no-repeat;
	height: 250px;
}
/*The following 3 classess are used to set the style for snacks, heroes and history pages, 3 part bottom text used in main.master page*/
#ctl00_threepartdiv1
{
	display: block;
	position: relative;
	width: 230px;
	height: 85px;
	float: left;
	top: 58px; /*6-24 changed from 31px to 58*/
	left: 150px;
}

#ctl00_threepartdiv2
{
	display: block;
	position: relative;
	width: 230px;
	height: 85px;
	float: left;
	top: 58px; /*6-24 changed from 31px to 58*/
	left: 160px;
}

#ctl00_threepartdiv3
{
	display: block;
	position: relative;
	width: 230px;
	height: 85px;
	float: left;
	top: 58px; /*6-24 changed from 31px to 58*/
	left: 150px;
}



/*The following 3 classess are used to set the style for biscuits, chew and long chew 3 part bottom text and used in mainWOLine.master page*/
#ctl00_threepartdiv4
{
	display: block;
	position: relative;
	width: 230px;
	height: 85px;
	float: left;
	top: 22px; /*6-24 changed from 31px to 22*/
	left: 150px;
}

#ctl00_threepartdiv5
{
	display: block;
	position: relative;
	width: 230px;
	height: 85px;
	float: left;
	top: 22px; /*6-24 changed from 31px to 22*/
	left: 160px;
}

#ctl00_threepartdiv6
{
	display: block;
	position: relative;
	width: 230px;
	height: 85px;
	float: left;
	top: 22px; /*6-24 changed from 31px to 22*/
	left: 150px;
}






/*Changed the top:15 to 32 to push the ping "Learn me" link on products page*/
#threepart a
{
	font-family: Arial;
	display: block;
	color: #db0c41;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	height: 15px;
	top: 32px;
	position: relative;
	width: 75px;
	border-bottom: dashed 1px #db0c41;
}


/* 6-24Changed the top:15 to 32 to push the ping "Learn me" link on products page*/
#threepartWOLine a
{
	font-family: Arial;
	display: block;
	color: #db0c41;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	height: 15px;
	top: 32px;
	position: relative;
	width: 75px;
	border-bottom: dashed 1px #db0c41;
}
/*Vj, 5/28/09 Modified top:123 to push down the learn more link*/
#ctl00_threepartdiv1home
{
	display: block;
	position: relative;
	width: 230px;
	height: 95px;
	float: left;
	top: 135px;
	left: 150px;
}

#ctl00_threepartdiv2home
{
	display: block;
	position: relative;
	width: 230px;
	height: 100px;
	float: left;
	top: 115px;
	left: 160px;
}

#ctl00_threepartdiv3home
{
	display: block;
	position: relative;
	width: 230px;
	height: 85px;
	float: left;
	top: 154px;
	left: 150px;
}

#homethreepart a
{
	font-family: Arial;
	display: block;
	color: #db0c41;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	height: 15px;
	top: 15px;
	position: relative;
	width: 75px;
	border-bottom: dashed 1px #db0c41;
}

/*Created by Vj, 6-1-09 Cannine Heroes page body text title*/
.heroes_text_title
{
	font-family: Helvetica;
	font-size: 16px;
	color: #db0c41;
	padding-top: 90px;
	padding-left: 300px;
	padding-bottom: 100px;
	font-weight: bold;
	display: block;
}
/*Created by Vj, 6-1-09 Cannine Heroes page body text */
.heroes_text_text
{
	font-family: Helvetica;
	font-size: 12px;
	color: #000000;
	display: block;
	height: 100px;
	padding-top: 120px;
	padding-left: 300px;
}

.main_text_title
{
	font-family: Georgia, Arial;
	font-size: 16px;
	color: #5d4315;
	padding-bottom: 3px;
	font-weight: bold;
	display: block;
}

.main_text_text
{
	font-family: Arial;
	font-size: 11px;
	color: #999;
	display: block;
	height: 31px;
	padding-left: 2px;
}

.main_text_small
{
	font-family: Arial;
	font-size: 11px;
	color: #999;
	display: block;
}

#main_text_link
{
	font-family: Arial;
	font-size: 11px;
	color: #999;
	display: block;
}

#footer
{
	background-image: url(images/footer_email.jpg);
	background-repeat: no-repeat;
	height: 95px;
}
/*Vj, 5/28/09 modified left:150px to 285px push the text to right side*/
#footerText
{
	font-family: Arial;
	font-size: 11px;
	color: #725113;
	display: block;
	position: relative;
	left: 285px;
	top: 60px;
	float: left;
}

#footerText a
{
	color: #725113;
	text-decoration: none;
}

#footerText a:hover
{
	color: #725113;
	text-decoration: underline;
}

#footerEmail
{
	display: block;
	float: right;
	clear: both;
	position: relative;
	top: 13px;
	right: 155px;
}

.emailField
{
	border: solid 1px #c2c2c2;
	font-family: Arial;
	font-size: 11px;
	color: #898989;
	padding-left: 3px;
}

#flashcontent
{
	height: 490px;
}

/*  HEROES CSS*/

#heroes_maintext
{
	height: 107px;
	width: 630px;
	background-image: url(images/heroes_mainTextBg.jpg);
}

#heroes_videobg
{
	width: 630px;
	height: 426px;
	background-image: url(images/heroesVideoBG.jpg);
}
/*6-14-09, modifed the top:-5 to -20 to move the text up.*/
#h_text
{
	display: block;
	position: relative;
	width: 551px;
	height: 100px;
	left: 150px;
	top: -60px;
}

#h_text_history
{
	display: block;
	position: relative;
	width: 551px;
	height: 100px;
	left: 150px;
	top: 0px;
}

#h_text .learn
{
	display: block;
	color: #db0c41;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	height: 15px;
	position: relative;
	border-bottom: dashed 1px #db0c41;
	width: 70px;
	float: left;
}

#h_text .donate
{
	display: block;
	color: #db0c41;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	height: 15px;
	position: relative;
	border-bottom: dashed 1px #db0c41;
	width: 175px;
	float: left;
	left: 15px;
	top: -14px;
}

#h_text a:hover
{
	color: #db0c41;
	text-decoration: underline;
}

#h_text a
{
	color: #db0c41;
	text-decoration: none;
}

#heroes_vid_player
{
	display: block;
	height: 355px;
	width: 470px;
	background-color: #fff;
	position: relative;
	left: 150px;
	top: 20px;
}

#heroes_assist
{
	height: 420px;
	background-image: url(images/assistants_main_bg.jpg);
}

#heroes_police
{
	height: 420px;
	background-image: url(images/police_main_bg.jpg);
}

#heroes_ass_maintext
{
	height: 182px;
}

#heroes_flash
{
	position: relative;
	left: 230px;
	top: 100px;
}

#police_flash
{
	position: relative;
	left: 250px;
	top: 90px;
}

/* PROMOS CSS */

#promo_main
{
	height: 449px;
	background-image: url(images/promo_main_bg.jpg);
}

#promo_movie
{
	display: block;
	position: relative;
	width: 470px;
	height: 355px;
	background-color: #fff;
	left: 260px;
	top: 15px;
}

#promo_spokesdog
{
	display: block;
	position: relative;
	width: 493px;
	height: 383px;
	background-color: #fff;
	left: 260px;
	top: 15px;
}

/* FORM CSS */
#form_bg
{
	height: 679px;
	background-image: url(images/contact_bg.jpg);
}

#form_table
{
	font-family: Arial;
	font-size: 11px;
	color: #919191;
	position: relative;
	left: 155px;
	top: 65px;
}

#form_table td
{
	padding-bottom: 10px;
}

.alert
{
	color: #f00;
}

#form_title
{
	font-family: Georgia, Arial;
	font-size: 22px;
	color: #5d4315;
	height: 40px;
}

#form_table input
{
	border: solid 1px #cecece;
	font-family: Arial;
	font-size: 11px;
	padding-left: 2px;
}

#form_table select
{
	border: solid 1px #cecece;
	font-family: Arial;
	font-size: 11px;
}

#ctl00_main1_rblOptInBrand
{
	float: left;
}

#ctl00_main1_rblOptInBrand input
{
	border: 0px;
}

#ctl00_main1_rblOptInGeneric
{
	float: left;
}

#ctl00_main1_rblOptInGeneric input
{
	border: 0px;
}

.optintext
{
	position: relative;
	top: 8px;
}

.optintextalert
{
	position: relative;
	top: 8px;
	color: #f00;
}

#checkboxes input
{
	border: 0px;
}

/* SNACKS and PRODUCTS CSS */

/*Modified by vj, 6-2-09, changed the image frm products_main_bg.jpg to CenterBG.jpg*/
#snack_main
{
	/*background-image: url(images/CenterBG.jpg);*/ 
	background-image: url(images/products_main_bg.jpg); 
	height: auto;
	background-repeat:no-repeat; /*6-24 added*/
}

#product_tab
{
	height: 85px;
	vertical-align:bottom;
}

#prod_main_table
{
	width: 730px;
	height: 594px;
	position: relative;
	left: 150px;
	top: 7px;
	font-size: 11px;
	font-family: Arial;
	color: #898989;	
}

#product_info_area
{
	display: block;
	position: relative;
	left: 15px;
	top: 30px;
	width: 230px;
	height: 350px;
	overflow: auto;
	float: left;
}

.changedog
{
	background-color: #cd1846;
	color: #fff;
	border: solid 1px #cd1846;
	font-family: Arial;
	font-size: 11px;
}

#prodTitle
{
	font-family: Georgia, Arial;
	font-size: 18px;
	color: #725113; 
	/*vertical-align:top;*/
}

#prod_dek
{
	display: block;
	width: 325px; /*vertical-align: top;*/
}
/* modified left from 15px to 30px to move the image a bit.*/

/*added text-aligh:center to center the product logo's
#right_pro_title
{
	font-family: Georgia, Arial;
	font-size: 18px;
	color: #725113;
	position: relative;
	display: block;
	top: 10px;
	left: 35px;
	float: left;
	clear: both;
	width: 220px;
	text-align:center
}*/

#right_pro_title
{
	font-family: Georgia, Arial;
	font-size: 18px;
	color: #725113;
	position: relative;
	display: block;
	top: 10px;
	left: 15px;
	float: left;
	clear: both;
	width: 220px;
	text-align:center;
}


#right_links
{
	padding-top: 6px;
	display: block;
	float: left;
}

#right_links a
{
	color: #db0c41;
	text-decoration: none;
	display: block;
	height: 5px;
	position: relative;
	left: 15px;
	top: 0px;
}

#right_links a:hover
{
	text-decoration: underline;
}


#right_links a:visited
{
	text-decoration: bold;
}

#prod_grid_td
{
	height: 455px;
}

#products_grid
{
	position: relative;
	left: 10px;
	/*top: 30px;*/
	top: 10px;
}

/*Vj, 6-15-09, added vertical-align:top*/
#products_grid td
{
	padding-bottom: 15px;
	width: 125px; 
	vertical-align:top;
}

.pagingForProducts
{
}

#flash_product_slider
{
	display: none;
	position: relative;
	float: left;
	left: 10px;
	top: 16px;
	width: 235px;
	height: 160px; /*6-24 modified from 266 to 160 to reduct the gap between prducts grid and the bottom 3 part. */
}

/* HISTORY CSS */

#history_vid_player
{
	position: relative;
	left: 20px;
}

#merch_bg
{
	height: 572px;
	background-image: url(images/merch_bg.gif);
	background-repeat: no-repeat;
}
