@charset "utf-8";
/* CSS Document */

#navigation{width:170px; text-align:left; padding-top:10px}


.mypets { /*header of 1st demo*/
cursor: hand;
cursor: pointer;
font-family:Arial, sans-serif;
font-weight:bold;
font-size:12px;
color:#0060AA;
margin-top:5px;
margin-bottom:5px;
text-decoration:none;
}
.mypets a{ /*header of 1st demo*/
color:#0060AA;
text-decoration:none;
}
.mypets a:hover{ /*header of 1st demo*/
color:#0060AA;
text-decoration:underline;
}

.openpet{ /*class added to contents of 1st demo when they are open*/

}
.normal{
width:170px;
display:block;
cursor: hand;
cursor: pointer;
 font-family:Helvetica, Arial, sans-serif;
font-weight:bold;
font-size:12px;
color:#0060AA;
margin-top:5px;
margin-bottom:5px;
text-decoration:none;}

.normal a{
color:#0060AA;
text-decoration:none;}
.normal a:hover{text-decoration:underline;}

.thepet{text-decoration:none; color:#59AC26; font-family:Helvetica, Arial, sans-serif;
font-weight:normal;
font-size:11px;line-height:20px;
margin-bottom:10px;}
.thepet a{
color:#59AC26;

text-decoration:none;}
.thepet a:hover{text-decoration:underline;}

#line {background:url(../images/line.png) no-repeat; height:6px; width:170px; margin-top:20px;}

#logos {clear:left; float:left; width:170px; height:62px; background:url(../images/logos.png) no-repeat;}
#rics {
font-family:Helvetica, Arial, sans-serif;
font-weight:bold;
font-size:12px;
color:#0060AA;
position:relative;
top:-30px;
float:left;
}
#footerleft {
clear:both;
}
</style>

