@charset "UTF-8";
/* CSS Style Sheet for www.petfoodandtreats.com */
/* ~~~~~~~ Give Credit Where Credit is Due ~~~~~~~ */
/* This neat green image for link code made possible by Mike Cherim http://green-beast.com/ */ 
a.InLineImage {color:#669900; font-weight:bold; padding-right : 14px; background : #fff url(/images/link-arrow-normal.jpg) no-repeat bottom right; white-space : nowrap; }
a.InLineImage:hover, a.InLineImage:focus, a.InLineImage:active {color : #000000; text-decoration : none; background : #fff url(/images/link-arrow-hover.jpg) no-repeat bottom right; }
a.InLineImage:focus, a.InLineImage:active {background : #FFFFDD url(/images/link-arrow-active.jpg) no-repeat bottom right; }
/* Use this class to pre-load the state-change images for better performance */
.offset {position:absolute;top:-9000px;left:-9000px;}
/* ~~~~~~~ END External Credits ~~~~~~~ */

/* ~~~~~~~ START Entire Page ~~~~~~~ */
* { margin:0; padding:0; }
/* Set the paragraph tag style with a nice line spacing to make text easier to read */
P, UL { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#333333; margin-bottom:.8em; line-height:20px; }
UL.Push { margin-left: 30px;}
a {text-decoration:none; }
a:visited {color:#669900; }
/* This can be removed, used to make the link with a background */
.Links {color: #FFFF00; background: #336600; padding: 2px; }
a.Links:hover {color: #FFFF00; background: #339900; padding: 2px; }
/* END */
.SmallText {font-family:Arial, Helvetica, sans-serif; font-size:10px; }
.ImagePadding {border-style:none; padding:10px; }
.ImagePaddingLeftBottom {	margin-bottom: 10px;	margin-left: 10px; }
.ImagePaddingRightBottom { margin-bottom: 10px;	margin-right: 10px; }
H1, H2, H3, H4, H5, H6 {font-family: Arial,sans-serif; padding: 0px; }
H1 {font-size: 16px; color: #006699; margin: 0 0 10px 0; }
H2 {font-size: 14px; font-weight: bold; padding-bottom:10px; color: #000000; }
H3 {font-size: 14px; font-weight: normal; padding-bottom:10px; color: #000000; }

.BlueText {color:#0033CC;}
.BlueBoldText {color:#0033CC; font-weight:bold;}
.GreenText {color:#006600;}
.GreenBoldText {color:#006600; font-weight:bold;}
.RedText {color:#990000;}
.RedBoldText {color:#990000; font-weight:bold;}
.WhiteText {color:#FFFFFF;}
.BlackText {color:#000000;}
.LargeBoldBlack {	font-size: 14px;	font-weight: bold; }
.InputMessageBox {color: #C00; background: #fee3ad; border: 1px solid #781351; height:15px; padding-top: 2px;}

/* ~~~~~~~ END Entire Page ~~~~~~~ */

/* ~~~~~~~ START Sections ~~~~~~~ */
/* Top Image Banner */
#Banner {
	margin-left: auto;
	margin-right: auto;
	padding-top:10px;
	width: 840px;
	height:80px;
	background-color:#FFFFFF; }
/* Green Bar */
#TopBar {
	margin: 0;
	padding: 0;
	width: 100%;
	height:200px;
	border-top: #00B700 2px solid;
	border-bottom: #00B700 2px solid;
	background-image:url(/images/pet-food-green-texture-large.jpg);
	background-repeat:repeat; }
#TopBarContainer {margin-left: auto; margin-right: auto; width: 850px; }
#TopBarContainer p {line-height: 20px; }
#TopBar2 {
	margin: 0;
	padding: 0;
	width: 100%;
	height:15px;
	border-top: #00B700 2px solid;
	border-bottom: #00B700 2px solid;
	background-image:url(/images/pet-food-green-texture-small.jpg);
	background-repeat:repeat; }
#TopBar2 p {margin-left: auto; margin-right: auto; width: 850px; line-height:12px; }
/*Intro Text */
#TopBarLeftColumn {
	width:480px;
	float:left;
	display:inline;
	margin-left:5px;
	padding-top:20px; }
/* Featured Product */
.TopBarRightColumn {
	width:340px;
	height:160px;
	float:right;
	margin-right:10px;
	margin-top:20px;
	border: 2px solid #444444;
	background-image:url(/images/featured-sampler.jpg); }
.FeaturedBoxHeadline {
	padding: 5px 0 0 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-stretch:expanded;
	color:#FFFF00;
	font-weight:bold; }
.FeaturedBoxText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bolder;
	color:#FFFFFF;
	padding: 0px 150px 5px 10px; }
/* Start the main page, 2 columns. Had to do the 'three sided' draw since in Safari the box border overlapped the box above. */
#MainContentContainer {
	margin: 0 auto;
	margin-top: -20px;
	width: 850px;
	height:auto;
	border-right-color:#00B700;
	border-right: 2px solid #00B700;
	border-bottom-color:#00B700;
	border-bottom: 2px solid #00B700;
	border-left-color:#00B700;
	border-left: 2px solid #00B700;
	overflow:auto; }
/* Menu Area*/
.MainContentLeftColumn {
	margin-top:10px;
	margin-right: 10px;
    color: #0000ff;
    width: 120px;
    padding: 2px;
    text-align: left;
	float:left;
	display:inline;
    background-color: #ffffff; }
/* Menu Items */
.MenuLinks {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	list-style-type: none;
	display: block; }
/* Need for a space at top of first menu item. IE didn't like the <br /> trick...needed two but then it makes other browsers show to big of a space.*/
#ForIEMenu {	padding-top: 10px; }
.MenuLinks li a {
	font-size: 12px;
	display: block;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	line-height:1.2em;
	border-bottom: 1px solid #DDDDDD;
	padding: 2px 5px 0px 2px; }
.MenuLinks a:visited {color: #000000; }
.MenuLinks a:hover {color: #000000; background: #EAF6D8; text-decoration: none; }

 /* End Menu Items*/
/* ~~~~~~~ START Main Body of a Page ~~~~~~~ */

.MainContentRightColumn 
{
    margin: 0 auto;
	margin-left:10px;
	margin-top:20px;
    color: #0000ff;
    width: 680px;
    padding: 0;
    text-align: left;
	float:left;
	display:inline;
    background-color: #ffffff;
    border: 0px solid #999999; }
/* Product Containers, Two Columns */
.ProductContainer {width: 650px; }
.ProductContainer p {line-height: 20px; }
.ProductContainerLeftColumn {
	width:140px;
	margin-top:25px;
	float:left;
	display:inline;
	margin-left:0px;
	border: 0px solid #444444; }
.ProductContainerRightColumn {
	width:500px;
	margin-top:25px;
	float:left;
	display:inline;
	border: 0px solid #444444; }
.ProductBox100 {width:100px; margin:.5em; padding:5px; float:right; }

/* http://www.spartanicus.utvinternet.ie/centered_image_gallery_with_captions.htm*/
.gallery {text-align: center}
.gallery p {display: inline}
.gallery span {margin: 0 5px 5px 5px; width:105px; display: table-cell; display: inline-table; display: inline-block}
.gallery p img {margin-bottom: 5px; }

/* End Product Containers */
.FooterBar p {font-family:Arial, Helvetica, sans-serif; font-size:10px; }
/* ~~~~~~~ END Main Body of a Page ~~~~~~~ */
/* ~~~~~~~ END Sections ~~~~~~~ */
