body {
	font: 75%/1.5em Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	background: #e1e1e1 url(../images/body_bg.png) no-repeat center top;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #002a5c;
}
a:visited {
	color: #5282a9;
}
a:hover {
	text-decoration: underline;
}
h1, h2, h3 {
	font-weight: normal;
	color: #002a5c;
}
h1, h2 {
	margin-top: 0;
}
h1 {
	font-size: 200%;
	line-height: 1.15em;
}
h2 {
	font-size: 150%;
	line-height: 1.2em;
}
h3 {
	font-size: 135%;
}
h4 {
	font-size: 100%;
	font-weight: bold;
}
img {
	border: none;
}
hr {
	color: #d1d1d1;
	background: #d1d1d1;
	height: 1px;
	padding: 0;
	border: none;
}
form {
	text-align: center;
	margin: 0;
}
fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
input, password, select, textarea {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}
sup {
	font-size: 9px;
	vertical-align: text-top;
}

/* Main Containers */

#container {
	width: 960px;
	margin: 0 auto;
}
#containerinner {
	width: 960px;
	float: left;
}
.clear {
	clear: both;
}
.clearleft {
	clear: left;
}
.clearright {
	clear: right;
}

/* Header & Nav */

#header {
	background: #fff url(../images/header_bg.png) no-repeat left bottom;
	height: 142px;
	width: 960px;
	float: left;
}
#header p, #header ul, #header a {
	float: left;
	margin: 0;
	padding: 0;
}
#header li {
	float: left;
	list-style: none;
	position: relative;
}
#logo {
	height: 132px;
	width: 320px;
	float: left;
}
#nav, #topnav, #mainnav {
	width: 633px;
	float: left;
}
#nav {
	padding-top: 24px;
}
#topnav {
	font-size: 108%;
	line-height: 27px;
	background: url(../images/rule.png) repeat-x left bottom;
	padding-bottom: 11px;
}
#topnav ul li {
	text-align: center;
	height: 27px;
	padding: 0 3px;
}
#topnav ul li a {
	background-repeat: no-repeat;
	background-position: center 27px;
}
#topnav ul li a:visited {
	color: #002a5c;
}
#topnav ul li a:hover {
	text-decoration: none;
	color: #fff;
	background-position: center top;
}
#navhome {
	background-image: url(../images/header_home_bg.png);
	width: 69px;
}
#navcontact {
	background-image: url(../images/header_contact_bg.png);
	width: 104px;
}
#navabout {
	background-image: url(../images/header_about_bg.png);
	width: 93px;
}
#homepage #navhome, #contactpage #navcontact, #aboutpage #navabout {
	color: #fff;
	background-position: center -27px;
}
#mainnav {
	font-size: 108%;
	line-height: 1.15em;
	font-weight: bold;
	clear: left;
	padding-top: 7px;
}
#mainnav ul li {
	height: 51px;
	width: 211px;
}
#mainnav ul li a {
	color: #fff;
	background-repeat: no-repeat;
	background-position: center top;
	height: 41px;
	width: 161px;
	padding: 10px 10px 0 40px;
}
#mainnav ul li a:hover {
	text-decoration: none;
	color: #fff;
	background-position: center -51px;
}
#mainnav ul li a:visited {
	color: #fff;
}
#navwhy {
	background-image: url(../images/header_why_bg.png);
}
#navvets {
	background-image: url(../images/header_vets_bg.png);
}
#navlogin {
	background-image: url(../images/header_login_bg.png);
}
#whypage #navwhy, #vetspage #navvets, #loginpage #navlogin {
	background-position: center -102px;
}
#nav ul li ul {
	font-size: 92%;
	line-height: 1.2em;
	font-weight: normal;
	background: #002a5c url(../images/subnav_bg.png) repeat-x left top;
	display: none;
	width: 205px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	position: absolute;
	top: 48px;
	left: 3px;
}
#nav ul li:hover ul, #nav ul li.sfhover ul {
	display: block;
}
#mainnav ul li ul li {
	height: auto;
	width: 205px;
	border-bottom: solid 1px #6091b5;
}
#mainnav ul li ul li:last-child {
	border-bottom: none;
}
#mainnav ul li ul li a {
	background: transparent;
	height: auto;
	width: 185px;
	padding: 5px 10px;
}
#mainnav ul li ul li:first-child a {
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
}
#mainnav ul li ul li:last-child a {
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
}
#mainnav ul li ul li a:hover {
	background: #5b8fb3;
}

/* Footer */

#footer {
	font-size: 75%;
	line-height: 1.5em;
	color: #999;
	background: url(../images/rule.png) repeat-x left bottom;
	width: 960px;
	float: left;
	clear: both;
	padding-bottom: 2px;
}
#footer p {
	margin: 0;
}
#copyright {
	width: 645px;
	float: left;
	padding: 80px 0 0 15px;
}
#fusr {
	width: 270px;
	float: right;
	padding: 30px 15px 10px 0;
}

/* Content */

#main {
	background: #6fa1c4 url(../images/main_bg.jpg) no-repeat left bottom;
	width: 960px;
	float: left;
	clear: both;
	padding: 8px 0;
}
#side {
	color: #fff;
	float: left;
	min-height: 200px;
	width: 220px;
	padding: 6px 10px 6px 10px;
}
#side a, #side a:hover, #side a:visited {
	text-decoration: none;
	color: #fff;
}
#sidenav, #side dl, #side dt, #side dd, #side dl a {
	float: left;
}
#side dt, #side dd {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidenav {
	background: url(../images/sidenav_bg_bottom.png) no-repeat center bottom;
	width: 210px;
	padding-bottom: 4px;
}
#side dl, #side dt, #side dd {
	width: 208px;
}
#side dl {
	background: url(../images/sidenav_bg_top.png) no-repeat center top;
	margin: 0;
	padding: 4px 1px 0 1px;
}
#side dt {
	font-size: 130%;
	line-height: 1.2em;
	border-bottom: solid 1px #6091b5;
}
#side dd {
	font-size: 115%;
	line-height: 1.2em;
}
#side dl a {
	width: 178px;
	padding: 7px 15px;
}
#side dl a:hover {
	background: #5b8fb3;
}
.why #side a#sidenavwhy, .whyprevent #side a#sidenavwhyprevent, .whylifestyle #side a#sidenavwhylifestyle, .whysubclinical #side a#sidenavwhysubclinical, .clienttesti #side a#sidenavclienttesti, .vets #side a#sidenavvets, .vetsprogram #side a#sidenavvetsprogram, .vetsproducts #side a#sidenavvetsproducts, .vetshow #side a#sidenavvetshow, .vetsbenefit #side a#sidenavvetsbenefit, .vetstestimonials #side a#sidenavvetstestimonials, .vetsfaq #side a#sidenavvetsfaq {
	color: #98bdd6;
}
.sidenavphoto {
	padding-top: 34px;
}
#title {
	width: 720px;
	float: left;
	padding: 2px 0 10px 0;
}
#title h1 {
	color: #fff;
	margin: 0;
}
#bodytext {
	background: #fff url(../images/content_bg.png) repeat-x left top;
	width: 670px;
	float: left;
	margin-bottom: 10px;
	padding: 20px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
#sidephoto + #bodytext {
	width: 430px;
}
#sidephoto {
	font-size: 92%;
	line-height: 1.2em;
	text-align: center;
	width: 230px;
	float: right;
	padding-right: 10px;
}
#sidephoto a, #sidephoto a:visited {
	color: #fff;
}
#bodytext li {
	margin-bottom: 1em;
}
#bodytext ul, ol.numbers {
	margin-left: 0;
	padding-left: 0;
}
#bodytext ul li {
	background: url(../images/bullet_arrow.png) no-repeat left 4px;
	padding-left: 15px;
	list-style: none;
}
#bodytext ul.check li {
	background: url(../images/bullet_check.png) no-repeat left 4px;
}
ol.numbers li {
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 30px;
	list-style: none;
}
.step1 {
	background-image: url(../images/1.png);
}
.step2 {
	background-image: url(../images/2.png);
}
.step3 {
	background-image: url(../images/3.png);
}
.step4 {
	background-image: url(../images/4.png);
}
.step5 {
	background-image: url(../images/5.png);
}
.step6 {
	background-image: url(../images/6.png);
}
.step7 {
	background-image: url(../images/7.png);
}
.step8 {
	background-image: url(../images/8.png);
}
.step9 {
	background-image: url(../images/9.png);
}
.left {
	float: left;
	margin: 0 20px 20px 0;
}
.right {
	float: right;
	margin: 0 0 20px 20px;
}
.center {
	margin: 20px auto;
}
.box {
	background: url(../images/box_bg_top.png) no-repeat center top;
	width: 210px;
	padding-top: 4px;
}
#side .box {
	background: url(../images/box_bg_top_side.png) no-repeat center top;
	margin: 0 auto;
}
#side .box {
	color: #333;
	margin-top: 34px;
}
#side .box a {
	color: #002a5c;
}
#side .box a:visited {
	color: #5282a9;
}
#side .box a:hover {
	text-decoration: underline;
}
.boxinner {
	background: #e1e1e1 url(../images/box_bg_bottom.png) no-repeat center bottom;
	width: 190px;
	padding: 10px;
}
#side .boxinner {
	background: #e1e1e1 url(../images/box_bg_bottom_side.png) no-repeat center bottom;
}
.boxinner *:first-child {
	margin-top: 0;
}
.boxinner *:last-child {
	margin-bottom: 0;
}
a.button, a.button:hover, a.button:visited {
	text-decoration: none;
	color: #fff;
}
.button {
	line-height: 24px;
	font-weight: bold;
	color: #fff;
	background-color: #002a5c;
	background-image: url(../images/button_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 24px;
	float: left;
	padding: 0 20px;
	border: solid 1px #6091b5;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.button:hover {
	background-position: left -24px;
}
input.button {
	float: none;
	margin: 0 auto;
}
.textinput {
	padding: 4px;
	border: solid 1px #d1d1d1;
}
.login {
	background-repeat: no-repeat;
	background-position: center center;
	height: 230px;
}
.caninelogin {
	background-image: url(../images/login_canine_bg.png);
}
.felinelogin {
	background-image: url(../images/login_feline_bg.png);
}
.equinelogin {
	background-image: url(../images/login_equine_bg.png);
}

/* Front */

#front {
	width: 720px;
	float: left;
	padding-left: 240px;
}
#front h2, #front p, #front ul {
	margin: 0;
	padding: 0;
}
#front li {
	list-style: none;
}
#front ul li, #front ul li h2, #front ul li a {
	height: 253px;
	width: 238px;
	float: left;
}
#front ul li a {
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -9999px;
}
#front ul li a:hover {
	background-position: center -253px;
}
#frontcanine {
	background-image: url(../images/front_canine.png);
}
#frontfeline {
	background-image: url(../images/front_feline.png);
}
#frontequine {
	background-image: url(../images/front_equine.png);
}
#tagline {
	background: url(../images/front_tagline.png) no-repeat center 10px;
	text-indent: -9999px;
	height: 36px;
	clear: both;
}
