/* 
*****************************
Start Global Styles
- will conflict with site wide styles
*****************************
*/
/* font styles moved to #fc_container to avoid conflicts with global styles for site
body {
	background-color:#444444;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#444444;
}
*/
#fc_container img {
	border:none;
}
a:active {color:#006bb7; text-decoration:none;}
a:link {color:#006bb7; text-decoration:none;}
a:visited {color:#006bb7; text-decoration:none;}
a:hover {color:#006bb7; text-decoration:underline;}
/* 
*****************************
End Global Styles
*****************************
*/
/* 
*****************************
Start Featured Categories
*****************************
*/
/* NOTE: #fc_container, #fc_first, #fc_second, #fc_third, #fc_fourth >>>> ID's are also used in featured-categories, featured-products, gif-cards, petsmart-services */
#fc_container {
	margin:auto !important;
	width:770px !important;
	height:200px;
	background-color:#ffffff;
	font-size:11px;
	color:#444444;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#444444;
}
#fc_first {
	float:left;
	display:inline;
	margin:0px 0px 0px 0px !important;
	padding:0px 0px 0px 0px;
	width:193px !important;
	background-image:url(/images/home/featured-categories/fc_border.gif);
	background-repeat:repeat-y;
	background-position:right;
}
#fc_second {
	float:left;
	display:inline;
	margin:0px 0px 0px 0px !important;
	padding:0px 0px 0px 0px;
	width:193px !important;
	background-image:url(/images/home/featured-categories/fc_border.gif);
	background-repeat:repeat-y;
	background-position:right;
}
#fc_third {
	float:left;
	display:inline;
	margin:0px 0px 0px 0px !important;
	padding:0px 0px 0px 0px;
	width:193px !important;
	background-image:url(/images/home/featured-categories/fc_border.gif);
	background-repeat:repeat-y;
	background-position:right;
}

#fc_fourth {
	float:right;
	display:inline;
	margin:0px 0px 0px 0px !important;
	padding:0px 0px 0px 0px;
	width:191px !important;
}

#fc_first .fc_product_image {width:193px !important;}
#fc_first .fc_related_links {width:193px !important;}
#fc_first .fc_shop_all_link {width:193px !important;}

#fc_second .fc_product_image {width:193px !important;}
#fc_second .fc_related_links {width:193px !important;}
#fc_second .fc_shop_all_link {width:193px !important;}

#fc_third .fc_product_image {width:193px !important;}
#fc_third .fc_related_links {width:193px !important;}
#fc_third .fc_shop_all_link {width:193px !important;}

#fc_fourth .fc_product_image {width:191px !important;}
#fc_fourth .fc_related_links {width:191px !important;}
#fc_fourth .fc_shop_all_link {width:191px !important;}

.fc_product_image {

}
.fc_related_links {
	text-align:center;
	margin:5px 0px 0px 0px !important;
	padding:0px 0px 0px 0px;
	width:inherit !important;
}
.fc_related_links p {
	margin:1px 0px 0px 0px !important;
	padding:0px 0px 0px 0px;
	width:inherit !important;
}
.fc_shop_all_link {
	margin:10px 0px 0px 0px !important;
	padding:0px 0px 0px 0px;
	font-weight:bold;
	text-align:center;
}
/* 
*****************************
End Featured Categories
*****************************
*/
/* 
*****************************
Start Featured Products
*****************************
*/
#fc_first .fp_title {width:193px !important;}
#fc_first .fp_product_image {width:193px !important;}
#fc_first .fp_description {width:193px !important;}
#fc_first .fp_red_text {width:193px !important;}
#fc_first .fp_green_text {width:193px !important;}
#fc_first .fp_original_price {width:193px !important;}
#fc_first .fp_now_price {width:193px !important;}
#fc_first .fc_related_links {width:193px !important;}

#fc_second .fp_title {width:193px !important;}
#fc_second .fp_product_image {width:193px !important;}
#fc_second .fp_description {width:193px !important;}
#fc_second .fp_red_text {width:193px !important;}
#fc_second .fp_green_text {width:193px !important;}
#fc_second .fp_original_price {width:193px !important;}
#fc_second .fp_now_price {width:193px !important;}
#fc_second .fc_related_links {width:193px !important;}

#fc_third .fp_title {width:193px !important;}
#fc_third .fp_product_image {width:193px !important;}
#fc_third .fp_description {width:193px !important;}
#fc_third .fp_red_text {width:193px !important;}
#fc_third .fp_green_text {width:193px !important;}
#fc_third .fp_original_price {width:193px !important;}
#fc_third .fp_now_price {width:193px !important;}
#fc_third .fc_related_links {width:193px !important;}

#fc_fourth .fp_title {width:191px !important;}
#fc_fourth .fp_product_image {width:191px !important;}
#fc_fourth .fp_description {width:191px !important;}
#fc_fourth .fp_red_text {width:191px !important;}
#fc_fourth .fp_green_text {width:191px !important;}
#fc_fourth .fp_original_price {width:191px !important;}
#fc_fourth .fp_now_price {width:191px !important;}
#fc_fourth .fc_related_links {width:191px !important;}

.fp_title {
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#006bb7;
	margin:0px 0px 10px 0px !important;
	width:inherit !important;
}
.fp_product_image {
	text-align:center;
	width:inherit !important;
}
.fp_description {
	text-align:center;
	font-weight:bold;
	color:#006bb7;
	width:inherit !important;
}
.fp_original_price {
	font-style:normal;
	text-align:center;
	text-decoration:line-through;
	color:#767676;
	width:inherit !important;
}
.fp_red_text {
	text-align:center;
	font-weight:bold;
	color:#cc0000;
	width:inherit !important;
}
.fp_green_text {
	text-align:center;
	font-weight:bold;
	font-style:italic;
	color:#336633;
	width:inherit !important;
}
.fp_now_price {
	text-align:center;
	color:#444444;
	width:inherit !important;
}
/* 
*****************************
End Featured Products
*****************************
*/
/* 
*****************************
Start Gift Cards
*****************************
*/
#gc_first {
	float:left;
	display:inline;
	margin:20px 0px 0px 0px !important;
	padding:0px 0px 0px 0px;
	width:385px !important;
	background-image:url(/images/home/featured-categories/fc_border.gif);
	background-repeat:repeat-y;
	background-position:right;
}
#gc_second {
	float:left;
	display:inline;
	margin:20px 0px 0px 0px !important;
	padding:0px 0px 0px 0px;
	width:385px !important;
}
.gc_title_left {
	text-align:left;
	font-size:14px;
	font-weight:bold;
	color:#006bb7;
	margin:0px 60px 0px 20px !important;
	width:385px !important;
	_width:305px !important;
}
.gc_product_image_left {
	text-align:left;
	margin:0px 0px 0px 20px !important;
	width:385px !important;
	_width:305px !important;
}
.gc_description_left {
	font-size:14px;
	text-align:left;
	font-weight:normal;
	color:#444444;
	margin:0px 60px 0px 20px !important;
	width:385px !important;
	_width:305px !important;
}
.gc_title_right {
	text-align:left;
	font-size:14px;
	font-weight:bold;
	color:#006bb7;
	margin:0px 60px 0px 55px !important;
	width:340px !important;
	_width:225px !important;
}
.gc_product_image_right {
	text-align:left;
	margin:0px 0px 0px 55px !important;
	width:340px !important;
	_width:225px !important;
}
.gc_description_right {
	font-size:14px;
	text-align:left;
	font-weight:normal;
	color:#444444;
	margin:0px 60px 0px 55px !important;
	width:340px !important;
	_width:225px !important;
}
.gc_learn_more {
	width:117px !important;
	margin:0px 0px 0px 325px !important;
	padding:5px 0px 0px 0px;
	clear:both;
}
/* 
*****************************
End Gift Cards
*****************************
*/
/* 
*****************************
Start PetSmart Services
*****************************
*/
#ps_container {
	margin:auto;
	width:800px;
	height:53px;
	background-color:#ffffff;
	font-size:11px;
	color:#444444;
	border-left:1px solid #b4b5b5;
}
.ps_image {
	float:left;
	display:inline;
	background-image:url(/images/home/petsmart-services/petSmart_services_logo.gif);
	background-repeat:no-repeat;
	margin:1px 0px 0px 0px;
	width:161px;
	height:31px;
}
.ps_text {
	float:left;
	display:inline;
	text-align:left;
	margin:5px 0px 0px 0px;
	font-size:13px;
	font-weight:normal;
	color:#006bb7;
}
.ps_text ul {
	list-style:none;
	padding:0;
}
.ps_text li {
	float:left;
	margin:0px 0px 0px 8px;
}
/* 
*****************************
End PetSmart Services
*****************************
*/