/* Resets */
a, form, p, ul, li, h1, h2, h3 {
	margin: 0; padding: 0;
}
/* Elements */
body {
	background: #00bce4 url(/images/background.jpg) top no-repeat;
	margin: auto;
	padding: 50px 0 0 0;
	font-family: Arial, Helvetica, "sans-serif";
}
h1 {
	margin-bottom: 10px;
}
h2 {
	color: #888888;
}
div#main_content h2 {
	margin: 25px 0 5px 0;
}
h2 a {
	color: #888888;
	text-decoration: none;
}
h2.blue a {
	color: #00bce4;
}
h2 a:hover {
	text-decoration: none;
}
a {
	color: #00bce4;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
div.sidebar_box ul {
	margin-left: 20px;
}
div.sidebar_box ul li {
	margin-bottom: 5px;
}

/* IDs */
div#container {
	width: 980px;
	margin: auto;
	background: #FFFFFF;
}
div#header {
	width: 940px;
	margin: auto;
	background: transparent url(/images/logo.jpg) left no-repeat;
	height: 100px;
}
div#navigation {
	width: 938px;
	margin: 5px 0 5px 20px;
	height: 30px;
	border: 1px solid #00bce4;
	float: left;
}
div#navigation ul {
	list-style: none;
}
div#navigation ul li {
	display: inline;
	list-style: none;
}
div#navigation ul li a {
	padding: 6px 50px 4px;
	text-decoration: none;
	float: left;
	color: #888888;
	font-weight: bold;
}
div#navigation ul li a:hover, div#navigation ul li a.selected {
	background: #00bce4;
	color: #FFF;
}
div#main_content {
	float: left;
	border: 1px solid #000;
	width: 630px;
	margin: 0 5px 0 20px;
	padding: 20px 15px;
	color: #888888;
	font-size: 10pt;
}
div#sidebar {
	float: left;
	width: 271px;
	color: #888888;
}
div#footer {
	font-size: 11px;
	text-align: right;
	clear: both;
	margin: 10px 20px; padding: 0;
	float: right;
	color: #888888;
}

/* Classes */
.fr { float: right; }
.fl { float: left; }
.ac { text-align: center; }

a.homepage_link {
	display: block; margin: 0; padding: 0;
	height: 100px; width: 375px;
	float: left;
}

h2.blue, span.blue {
	color: #00bce4;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
div.header_text {
	float: right;
	text-align: center;
	color: #888888;
	font-weight: bold;
	margin: 25px 20px 0 0;
}
div.header_text p {
	margin-bottom: 7px;
}
span.number {
	font-size: 16pt;
}
span.error { color: #FF0000; }
div.header_text a {
	color: #888888;
	text-decoration: none;
	font-size: 14pt;
}
div.header_text a:hover {
	text-decoration: underline;
}
div.services {
	width: 620px; height: 160px;
	background: transparent url(/images/activepets.jpg) 350px 13px no-repeat;
	border: 1px solid #00bce4;
	float: left;
	margin: 0 5px 0 20px;
	padding: 20px;
}
div.details {
	height: 140px;
	width: 211px;
	float: left;
	border: 1px solid #00bce4;
	color: #00bce4;
	text-align: center;
	padding: 30px;
}
div.details p {
	margin-bottom: 10px;
}
div#navigation ul li a.lastitem {
	padding: 6px 41px 4px;
}
div.sidebar_box {
	width: 251px;
	border: 1px solid #000;
	margin-bottom: 5px;
	font-size: 10pt;
	padding: 10px;
}
div.sidebar_box h2, div.sidebar_box p {
	margin-bottom: 10px;
}
div#main_content p {
	margin-bottom: 10px;
}
p.btn a {
	padding: 5px 10px;
	background: #00bce4;
	border: 4px solid #888888;
	margin: 20px;
	float: left;
	color: #000;
	text-decoration: none;
}
p.testimonial {
	font-style: italic;
	font-weight: bold;
}
p.customer {
	font-weight: bold;
	color: #00bce4;
}

div#footer p {
	width: 220px;
	float: right;
}
div#footer a {
	color: #888888;
}
