* {
	margin:0;
	padding:0;
}

body {
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:10px;
	margin-bottom:20px;
}

a:link, a:visited, a:active {
	color:#05B1B3;
	text-decoration:underline;
}

a:hover {
	color:#337E7F;
	text-decoration:none;
}

#container {
	width:750px;
	margin:0 auto;
	margin-bottom:0px;	
}

#logo {
	margin-bottom:20px;
	padding-bottom:20px;
	text-align:left;
	border-bottom:1px solid #05B1B3;
}

#menu {
	float:left;
	width:140px;
	margin-bottom:10px;
}

#content {
	clear:both;
	line-height:18px;
	
}

#content p, 
#text table, #text ul, #text ol,
#privacy table, #privacy ul, #privacy ol {
	margin-bottom:10px;
}

#text ul, #text ol,
#privacy ul, #privacy ol {
	margin-left:25px;
}

#text {
	width:430px;
	float:left;
	padding:0 10px;
	margin-bottom:10px;
}

#privacy {
	width:580px;
	float:left;
	padding:0 10px;
	margin-bottom:10px;
}

#text.home {
	padding-top:60px;
	text-align:center;
}

#headings {
	width:150px;
	float:right;
	text-align:right;
	margin-bottom:10px;
}

#headings ul li {
	list-style-type:none;
	margin-bottom:15px;
}

#headings ul li img {
	border:1px solid #05B1B3;
}

#footer {
	clear:both;
	text-align:center;
	padding:10px;
	font-size:11px;
	border:1px solid #05B1B3;
	width:730px;
	margin:0 auto;
	
}

h1 {
	font-size:17px;
	font-weight:bold;
	margin-bottom:10px;
	clear:both;
	color:#05B1B3;
	line-height:normal;
}

h2 {
	font-size:15px;
	font-weight:bold;
	margin-bottom:10px;
	clear:both;
	color:#05B1B3;
	line-height:normal;
}

/*navigation*/

.navigation {
	list-style: none;
}

.navigation li {
	height: 24px;
	list-style: none;
	background-repeat: no-repeat;
	margin-bottom:28px;
}

.navigation li a, .navigation li a:visited {
	display: block;
	text-decoration: none;
	text-indent: -2000px;
	height: 24px;
	background-repeat: no-repeat;
}

.navigation:after {
	content: ".";
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#home a {background-image: url(../images/navigation/home.gif); width:57px;} 
#home {background-image:url(../images/navigation/home-over.gif); width:57px;}

#about a {background-image: url(../images/navigation/about.gif); width:63px;} 
#about {background-image:url(../images/navigation/about-over.gif); width:63px;}

#dogs a {background-image: url(../images/navigation/dogs.gif); width:52px;} 
#dogs {background-image:url(../images/navigation/dogs-over.gif); width:52px;}

#cats a {background-image: url(../images/navigation/cats.gif); width:53px;} 
#cats {background-image:url(../images/navigation/cats-over.gif); width:53px;}

#small-animals a {background-image: url(../images/navigation/small-animals.gif); width:132px;} 
#small-animals {background-image:url(../images/navigation/small-animals-over.gif); width:132px;}

#faqs a {background-image: url(../images/navigation/qa.gif); width:53px;} 
#faqs {background-image:url(../images/navigation/qa-over.gif); width:53px;}

#contact-testimonials a {background-image: url(../images/navigation/contact-testimonials.gif); width:124px;height: 51px;} 
#contact-testimonials {background-image:url(../images/navigation/contact-testimonials-over.gif); width:124px;height: 51px;}

#home a:hover, 
#about a:hover, 
#dogs a:hover,
#cats a:hover, 
#small-animals a:hover,
#faqs a:hover,
#contact-testimonials a:hover {
	background: none;
}

/*navigation end*/