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

#topBar {
	position: fixed;
	display: table;
	height: 107px;
	width: 100%;
	background-image:url(../images/topbarslice.gif);
	top: 0;
	left: 0;
}

#topBar #corner {
	float: left;
	width: 129px;
	height: 107px;
	vertical-align: middle;
}

#topBar #title {
	display: table-cell;
	vertical-align: middle;
	text-indent: 4em;
	font-family: "Catchup", Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:3em;
	color: #FFFF00;
}

#leftBar {
	float: left;
	position: fixed;
	left: 0;
	top: 107px;
	width: 129px;
	height: 100%;
	background-image:url(../images/leftbar_slice.gif);
}

#leftBar a:visited, #leftBar a {
	display: block;
	height: auto;
	width: 129px;
	text-decoration: none;
	color: #FFFF00;
	font-family: "Catchup", Arial, Helvetica, sans-serif;
	margin-top: 10px;
	font-size:large;
	font-style:italic;
	text-align: center
}

#leftBar .services a.servicesPetSitting,
#leftBar .services a.servicesDogWalking,
#leftBar .services a.servicesWasteRemoval,
#leftBar .services a.servicesPetTaxi,
#leftBar .services a.servicesDelivery {
	font-size: small;
	font-style: normal;
	/*font-family:Arial, Helvetica, sans-serif;*/
}

#leftBar a:hover {
	color: #000099;
}

#leftBar div {
	display: none;
}

#services div.services {
	display:block;	
}

#home a.home, #aboutUs a.aboutUs, #services a.services,
#home a.home:visited, #aboutUs a.aboutUs:visited, #services a.services:visited {
	color: #00CCFF;
}

#servicesPetSitting a.servicesPetSitting,
#servicesDogWalking a.servicesDogWalking,
#servicesWasteRemoval a.servicesWasteRemoval,
#servicesPetTaxi a.servicesPetTaxi,
#servicesDelivery a.servicesDelivery,
#servicesPetSitting a.servicesPetSitting:visited,
#servicesDogWalking a.servicesDogWalking:visited,
#servicesWasteRemoval a.servicesWasteRemoval:visited,
#servicesPetTaxi a.servicesPetTaxi:visited,
#servicesDelivery a.servicesDelivery:visited {
	color: #00CCFF;
}
 
#home a.home:hover, #aboutUs a.aboutUs:hover, #services a.services:hover {
	color:#00CCFF;
}

#content {
	padding-top: 100px;
	padding-left: 150px;
}

p.paragraph {
	text-indent: 1em;
	font-size: larger;
}

span.blueCatchup {
	color: #0000FF;
	font-family: "Catchup", Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-style: italic;
}

.largeFont {
	font-size:: larger;
}