/* CSS Document */

body {
	margin:0;
	background-image: url(../images/bkg.gif);
	font-size:80%;
	
}

* {
	font-family: Trebuchet MS, Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color:#000000;
	line-height:150%;
}

/*  image border  */
img {
	border:0
}
	
.caption {
	color:#999999;
	font-style:italic;
	border-bottom:1px;
	border-bottom-color:#CCCCCC;
	border-bottom-style: dotted;
	
	}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:2em;
	font-weight:500;
	color:#CC0000;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:500;
	font-size:1.3em;
	color: #666666;
	}

/*  Divs  */
div#container {
	width: 780px;
	margin: 0 auto;
	background-color: #FFF;
	text-align: left;
	
}
	
div#header {
	width: 100%;
	height: 195px;
	background-image: url(../images/feedmypetslogo2.jpg);
}	

div#address {
	background-color: #000000;
	margin: 0;
	padding: 10px;
	font-size: 1em;
	height: 80px;
}

div#address p{
	color:#FFFFFF;
	}

div#address a{
	color:#FFFFFF;
	}

div#content {
	margin:-50px 40px 0 0;
	
}	

div#rightcol {
	float:left;
	width:530px;
	margin-left: 40px;
	}

/* Navigation  */
div#nav {
	float: left;
	width: 140px;
	margin-top: 20px;
	
}	

ul#menu li {
	text-decoration:none;
	list-style-type: none;
	padding: 5px;
	border-bottom: 1px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: dotted;
	
}

ul#menu {
	height: 20px;
	margin: 0;
	padding: 0;
	
}

ul#menu li a {
	background: url(../images/nav_bkg.gif) no-repeat 0 0;
	display:block;
	height:20px;
	width:97px;
	overflow:hidden;
	padding-left: 23px;
	}

ul#menu li a:hover { 
	display:block;
	background: url(../images/nav_bkg.gif) no-repeat 0 120px;
	background-position: -120px; 
	
	}

.bullets {
	background-color:#F5F5F5;
	border: 1px dotted #ccc;
	font-style:italic;
	color:#CC0000;
	}
	
.form {
	background-color:#F5F5F5;
	border: 1px dotted #ccc;
	color:#CC0000;
	}
	

.bullets li {
	list-style-image:url(../images/paw.gif);
	padding: 3px;
	}

.on {
	font-weight:bold;
	color:#CC0000;
	
	}	

a {
	text-decoration:none;
	color:#CC0000;
}

div#address a:hover, a:hover {
	color:#999999;
	text-decoration:underline;
}

.service {
	float:left;
	padding:5px;
	width:300px;
	border-bottom:1px dotted #CCC;
	}

.price {
	float:left;
	padding:5px;
	width:200px;
	border-bottom:1px dotted #CCC;
	background-color:#f5f5f5;
	}
	
.note {
	color:#FF0000;
	}