body, html {
margin: 0;
font-family: "Tahoma", verdana, arial, sans-serif;
font-size: 11px;
background-color: #424242;
}
	
p {	font-size: 11px;
	color: #696562;
	text-align: left;
	}
	
a { 
	text-decoration: none;
	text-align: left;
	color: white;
	}
a:hover {
	text-decoration: underline;
	text-align: left;
	}
.petsearch1{
	font-size: 13px;
	color: white;
	text-align: left;
	font-weight: bold;
	}
	
h3  {
	font-size: 18px;
	color: #8faf61;
	text-align: left;
	font-family: "Helvetica", Tahoma, verdana, arial, sans-serif;
	}

	
h4 {
	font-size: 14px;
	color: white;
	text-align: left;
	font-weight: bold;
	}
/*h5 is for the links under the login*/	
h5 {
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	margin-top: -5px;
	margin-left: 5px;
	}
	
h6 {
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	margin-top: -15px;
	padding: 15px;
	margin-left: 5px;
	}
	
td {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	}
img {
	border:0;
}

.imgFloatLeft {
	position: relative;
	float: left;
	left: 20px;
	}
	
.imgFloatRight {
	position: relative;
	float: right;
	width: 150px;
	}

.redorangeTXT {
	position: relative;
	top: 10px;
	color: #ee7345;
	font-size: 11px;
	text-align: left;
	text-decoration: underline;
	}

.redorangeHEADERTXT {
	color: #ee7345;
	font-size: 14px;
	text-align: left;
	}
	
.goldTXT {
	color: #a08400;
	font-size: 14px;
	text-align: left;
	}
a.green {
	color: #8faf61;
	font-weight: bold;
	}	
.green18TXT {
	color: #8faf61;
	font-size: 18px;
	text-align: left;
	}
.greenTxt {
	color: #8faf61;
	}
	
.whiteLinkBOLD {
	font-size: 11px;
	color: white;
	font-weight: bold;
	}	
.loginAndPetSearchBTMLINK2 {
	position: relative;
	float: right;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	top: -10px;
	margin-right: 2px;
	}	
	
.articleHEADER {
	font-size: 14px;
	font-weight: bold;
	}

.loggedInWelcome {
	position: relative;
	float: right;
	right: 10px;
	top: 30px;
	font-size: 11px;
	color: white;
	font-weight: bold;
	}		
.loginWelcome {
	position: relative;
	float: right;
	right: 10px;
	font-weight: normal;
	text-align: right;
	top: 25px;
	}
	
#floatBTNRIGHT {
	position: relative;
	float: right;
	right: 5px;
	top: -35px;
	}
#floatBTNRIGHT2 {
	position: relative;
	float: right;
	right: 5px;
	top: -35px;
	}
	
#floatGLinkR {
	position: relative;
	float: right;
	right: 10px;
	color: #8faf61;
	font-weight: bold;
	}
#floatGLinkR a:link, #floatGLinkR a:visited {
	color: #8faf61;
	}
#floatGLinkR a:hover {
	text-decoration: underline;
	}
	
#floatOrangeLinkR {
	position: relative;
	float: right;
	right: 10px;
	color: #ee7345;
	font-weight: bold;
	}
#floatOrangeLinkR a:link, #floatGLinkR a:visited {
	color: #ee7345;
	}
#floatOrangeLinkR a:hover {
	text-decoration: underline;
	}
	
#wrapper {
	width: 100%;
	height: 100%;
}

#holder {
	position: relative;
	height: 100%;
	width: 1006px;
	}

#mainHOLDER {
	position: relative;
	float: left;
	width: 1002px;
	height: 100%;
	 
	background-color: white;
	}
	
/*^^^^ HEADER ^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^^^^^^*/

#header {
	position: relative;
	float: left;
	width: 996px;
	height: 118px;
	top: 20px;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	/*background-image: url(../images/headerRep.gif);
	background-repeat: x-repeat;
	*/
	border: 3px solid white;
	z-index: 1;
	}
	
#headerNav {
	position: relative;
	float: left;
	width: 820px;
	height: 15px;
	top: 5px;
	left: 165px;
	}	
	
#headerLogin {
	position: relative;
	float: right;
	width: 275px;
	height: 85px;
	top: 4px;
	}
	
.loginAndPetSearchBTMLINK {
	position: relative;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	top: -10px;
	margin-left: 30px;
	}
	
.loginAndPetSearchBTMLINK2 {
	position: relative;
	float: right;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	top: -10px;
	margin-right: 2px;
	}
	
#navlist {
	margin: 0;
	padding: 0 0 10px 0px;
	}

#navlist ul, #navlist li{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#navlist a:link, #navlist a:visited{
	float: left;
	font-size: 13px;
	line-height: 14px;
	font-weight: bold;
	margin: 0 8px 4px 10px;
	text-decoration: none;
	color: white;
	}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover{
	padding-bottom: 2px;
	background: transparent;
	color: #000;
	}

/*#navlist a:hover { color: #000; }*/


.cssnav {
	position: relative;
	display: inline;
	width: 66px;
	margin: 0;
	}

.cssnav a {
	display: inline;
	width: 66px;
	float: left;

	text-decoration: none;
	background: url(../images/homeBTNOvr.gif);
	}

.cssnav img {
	padding-bottom: 3px;
	width: 66px;
	border: 0
	}

* html a:hover {
	visibility:visible;
	}

.cssnav a:hover img {
	visibility:hidden;
	}
	
	
	
.cssnav2 {
	position: relative;
	display: inline;
	width: 92px;
	margin: 0;
	}

.cssnav2 a {
	display: inline;
	width: 92px;
	float: left;

	text-decoration: none;
	background: url(../images/mypetworkBTNOVR.gif);
	}

.cssnav2 img {
	padding-bottom: 3px;
	width: 92px;
	border: 0
	}

* html a:hover {
	visibility:visible;
	}

.cssnav2 a:hover img {
	visibility:hidden;
	}
	
	
	
.cssnav3 {
	position: relative;
	display: inline;
	width: 101px;
	margin: 0;
	}

.cssnav3 a {
	display: inline;
	width: 101px;
	float: left;

	text-decoration: none;
	background: url(../images/competitionsBTNOVR.gif);
	}

.cssnav3 img {
	padding-bottom: 3px;
	width: 101px;
	border: 0
	}

* html a:hover {
	visibility:visible;
	}

.cssnav3 a:hover img {
	visibility:hidden;
	}
	
	
	
.cssnav4 {
	position: relative;
	display: inline;
	width: 122px;
	margin: 0;
	}

.cssnav4 a {
	display: inline;
	width: 122px;
	float: left;

	text-decoration: none;
	background: url(../images/memberarticlesBTNOVR.gif);
	}

.cssnav4 img {
	padding-bottom: 3px;
	width: 122px;
	border: 0
	}

* html a:hover {
	visibility:visible;
	}

.cssnav4 a:hover img {
	visibility:hidden;
	}
	
	
	
.cssnav5 {
	position: relative;
	display: inline;
	width: 61px;
	margin: 0;
	}

.cssnav5 a {
	display: inline;
	width: 61px;
	float: left;

	text-decoration: none;
	background: url(../images/eventsBTNOVR.gif);
	}

.cssnav5 img {
	padding-bottom: 3px;
	width: 61px;
	border: 0
	}

* html a:hover {
	visibility:visible;
	}

.cssnav5 a:hover img {
	visibility:hidden;
	}




.cssnav6 {
	position: relative;
	display: inline;
	width: 156px;
	margin: 0;
	}

.cssnav6 a {
	display: inline;
	width: 156px;
	float: left;

	text-decoration: none;
	background: url(../images/petservicesdirBTNOVR.gif);
	}

.cssnav6 img {
	padding-bottom: 3px;
	width: 156px;
	border: 0
	}

* html a:hover {
	visibility:visible;
	}

.cssnav6 a:hover img {
	visibility:hidden;
	}
	
	
	
.cssnav7 {
	position: relative;
	display: inline;
	width: 98px;
	margin: 0;
	}

.cssnav7 a {
	display: inline;
	width: 98px;
	float: left;

	text-decoration: none;
	background: url(../images/registernowBTNOVR.gif);
	}

.cssnav7 img {
	padding-bottom: 3px;
	width: 98px;
	border: 0
	}

* html a:hover {
	visibility:visible;
	}

.cssnav7 a:hover img {
	visibility:hidden;
	}
	
	
	
.cssnav8 {
	position: relative;
	display: inline;
	width: 122px;
	margin: 0;
	}

.cssnav8 a {
	display: inline;
	width: 122px;
	float: left;

	text-decoration: none;
	background: url(../images/advertisewusBTNOVR.gif);
	}

.cssnav8 img {
	padding-bottom: 3px;
	width: 122px;
	border: 0
	}

* html a:hover {
	visibility:visible;
	}

.cssnav8 a:hover img {
	visibility:hidden;
	}
/*^^^^ END OF HEADER ^^^^^^^^*/

	
/* LEFT COLUMN /////////
//////////////////////*/
#leftColumnTop {
	position: relative;
	float: left;
	width: 183px;
	height: 234px;
	top: 20px;
	 
	background-image: url(../images/left_FormBG.gif);
	background-repeat: no-repeat;
	border-left: 3px solid white;
	border-bottom: 4px solid white;
	z-index: 1;
	}
#leftColumnTopFORM {
	position: relative;
	float: left;
	width: 180px;
	height: 217px;
	top: 40px;
	left: 2px;
	background-color: transparent;
	}
	
#leftColumnBtm {
	position: relative;
	float: left;
	width: 183px;
	height: 194px;
	top: 20px;
	left: -3px;
	background-image: url(../images/link2MyPet_L_BTM.gif);
	background-repeat: no-repeat;
	border-left: 3px solid white;
	border-bottom: 5px solid white;
	background-color: white;
	z-index: 1;
	}
#leftColumnDetail {
	position: relative;
	float: left;
	left: 10px;
	width: 170px;
	top: 30px;
}	
#leftColumnBtm p {
	color: #626262;
	text-align: left;
	}
#leftColumnBtm a {
	color: #626262;
	font-weight: bold;
	}
#leftColumnBtm a:hover {
	text-decoration: underline;
	}	
	
#leftColumnBtmINFO {
	position: relative;
	float: left;
	width: 160px;
	height: 109px;
	top: 5px;
	left: 10px;
	background-color: transparent;
	}
#leftColumnBtmBANNER {
	position: relative;
	float: left;
	width: 160px;
	top: 90px;
	}
#leftColumnBtmBANNER img {
	position: relative;
	float: left;
	padding: 0px 10px 5px 9px;
	}
/* END OF LEFT COLUMN //////*/




/****** MIDDLE COLUMN ********
*****************************/

#middleColumn {
	position: relative;
	float: left;
	width: 594px;
	top: 20px;
	left: 2px;	
	padding-bottom: 40px;
	height: 100%;
	}	
#middleColumn2 {
	position: relative;
	float: left;
	width: 591px;
	top: 20px;
	left: 2px;
	}

#middleINFO {
	position: relative;
	float: left;
	width: 570px;
	min-height: 400px;
	height: auto;
	left: 15px;
	padding-bottom: 25px;
	}
	
#middleINFO td {
	color: #626262;
	font-weight: bold;
	}
	
#middleTOP {
	position: relative;
	float: left;
	width: 348px;
	/*height: 130px;*/
	top: 20px;
	left: 20px;
	/*background-image: url(../images/middleBTMBorder.gif);
	background-repeat: no-repeat;
	*/}
#middleTOP a { 
	color: #8faf61;
	font-weight: bold;
	}
#middleTOP a:hover {
	text-decoration: underline;
	}
#middleINFO3 {
	position: relative;
	float: left;
	width: 580px;
	min-height: 400px;
	height: auto;
	padding-bottom: 30px;
	left: 3px;
	}	
	
#middleINFO3 a {
	position: relative;
	float: left;
	color: #8faf61;
	text-decoration: none;
	/*padding: 0px 8px 0px 10px;*/
	padding-right: 20px;
	font-weight: bold;
	}
	
#middleINFO3 a:hover {
	text-decoration: underline;
	}

#middleINFO3 ul{
	position: relative;
	float: left;
	display: inline;
	}
	
#middleINFO3 li{
	position: relative;
	float: left;
	top: 2px;
	display: inline;
	}
	
#middleINFO3 td {
	color: #626262;
	font-weight: bold;
	}
* html #middleINFO3, #middleINFO {
height: 400px;
}		
#middleMID {
	position: relative;
	float: left;
	width: 348px;
	height: 151px;
	top: 20px;
	background-image: url(../images/middleMIDBTMBorder.gif);
	background-repeat: no-repeat;
	}

#middleMidInfo {
	position: relative;
	float: left;
	text-align: left;
	color: #8faf61;
	font-weight: bold;
	left: 30px;
	top: 5px;
	width: 250px;
	}
	
#middleMidInfo a{
	color: #ee7345;
	font-weight: bold;
	}
#middleMidInfo a:hover{
	text-decoration: underline;
	}	 
	
#middleBTMInfo {
	position: relative;
	float: left;
	text-align: left;
	color: #8faf61;
	font-weight: normal;
	width: 240px;
	}
	
#middleBTM {
	position: relative;
	float: left;
	width: 348px;
	
	left: 20px;
	top: 30px;
	padding-bottom: 5px;
	color: #8faf61;
	}
	
#middleBTM p {
	position: relative;
	float: left;
	top: 0px;
	color: #8faf61;
	/*font-weight: bold;*/
	}

#middleBTM a {
	color: #696562;
	font-weight: bold;
	}
#middleBTM a:hover{
	text-decoration: underline;
	font-weight: bold;
}	
#middleBIGRightImg {
	position: relative;
	float: right;
	}

/****** END OF MIDDLE COLUMN ***********/





/*@@@@@@@ RIGHT COLUMN @@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

#rightColumn {
	position: relative;
	float: left;
	width: 	216px;
	top: 20px;
	/*background-image: url(../images/advertise_RIGHT_Col.gif);
	background-repeat: no-repeat;
	*/
	border-top: 3px solid white;
	border-bottom: 3px solid white;
	padding-bottom: 22px;
	z-index: 1;
	}
		
.rightBanner {
	position: relative;
	float: left;
	padding-bottom: 3px;
	z-index: 1;
	}
	
/*@@@@@ END OF RIGHT COLLUMN @@@@@@*/



/*$$$$$$$       FOOTER        $$$$$$
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/

#footer {
	position: relative;
	float: left;
	width: 996px;
	height: 26px;
	top: 20px;
	background-color: #ee7345;
	border-left: 3px solid white;
	border-right: 3px solid white;

	}
	
#BTMFooter {
	position: relative;
	float: left;
	width: 996px;
	height: 26px;
	top: 20px;
	background-color: white;
	border: 3px solid white;
}	

#BTMFooter p {
	margin-top: 5px;
	text-align: center;
	color: #ee7345;
	}
	
#BTMFooter a{	
	margin-top: 5px;
	text-align: center;
	color: #ee7345;
	}

#footerNAVLIST {
	position: relative;
	float: left;
	top: 5px;
	margin: 0;
	padding: 0 0 10px 5px;
	}

#footerNAVLIST ul {
	margin: 0;
	padding: 0;
	display: inline;
	}
#footerNAVLIST li {
	margin: 0;
	padding: 0;
	background-image:  url(../images/footARROWTall.gif);

	background-repeat: no-repeat;
	display: inline;
}
#footerNAVLIST a:link, #footerNAVLIST a:visited{
	float: left;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	 padding-left: 8px;
	 padding-bottom: 4px;
	margin: 0 8px 4px 10px;
		background-image:  url(../images/footARROWTall.gif);
	background-repeat: no-repeat;

	}

#footerNAVLIST a:hover{
	padding-bottom: 2px;
		padding-left: 8px;

	background-image:  url(../images/footARROWTall.gif);
	background-repeat: no-repeat;
	}
	
#footerAds{
	position: relative;
	float: left;
	}
	
/*$$$$$ END OF FOOTER $$$$$*/
.googleAds{
	float: left;
	width: 468px;
	padding-left: 15px;
	padding-top: 20px;
	padding-bottom: 10px;
	height: 60px;
	display: inline;
}
.googleAdsR{
	float: left;
	width: 468px;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-left: 35px;
	height: 60px;
	display: inline;
}