body {
	overflow-y: scroll;
	background: url(images/background.png) top left no-repeat;
	font-family: "Futura", Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 16px;
	margin: 0; padding: 0;
}

/*  RESET  */

div, img, h1, h2, h3, h4, p, ul, ol, li a {
	margin: 0; padding: 0; outline: 0; border: none;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/*  BANNER  */

#banner {
	position: relative;
	width: 1048px;
	height: 610px;
}
.home #banner {background: url(images/home.png) top left no-repeat }
.services #banner {background: url(images/services.png) top left no-repeat }
.routine-care #banner {background: url(images/routine-care.png) top left no-repeat }
.dentistry #banner {background: url(images/dentistry.png) top left no-repeat }
.vaccination #banner {background: url(images/vaccination.png) top left no-repeat }
.contact #banner {background: url(images/contact.png) top left no-repeat }

#logo {
	position: absolute;
	top: 47px;
	left: 694px;
}

#menu {
	position: absolute;
	top: 211px;
	left: 351px;
	list-style: none;
	z-index: 10;
}
#menu li {
	float: left;
	color: #ffffff;
}
#menu a {
	display: inline-block;
	height: 18px;
	padding: 12px 24px 0 24px;
	font-family: "Futura", "Century Gothic", Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 16px;
	text-decoration: none;
	color: #ffffff;
}
#menu a:hover, .home #menu-home, .services #menu-services, .routine-care #menu-routine-care, .dentistry #menu-dentistry, 
.vaccination #menu-vaccination, .contact #menu-contact {
	background: url(images/menu-bullet.png) top center no-repeat;
}
#menu li:before {
	content: "|";
}
#menu li:first-child:before {
	content: none;
}

#slogan {
	position: absolute;
	top: 286px;
	left: 696px;
	z-index: 1;
}

#photo-home {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}


/*  CONTENTS  */

#contents {
	width: 940px;
	min-height: 330px;
	margin: 0 0 0 55px;
}

#contents .col3, #contents .col2 {
	width: 296px;
	margin-left: 24px;
	float: left;
}
#contents .col3:first-child {
	margin-left: 0;
}
#contents .col2 {
	width: 610px;
}


#contents h2 {
	color: #0e76bc;
	font-size: 24px;
	line-height: 28px;
}
#contents h3 {
	color: #0e76bc;
	font-weight: bold;
	font-size: 13px;
	line-height: 16px;
}
#contents p, #contents ul {
	padding-bottom: 16px;
}
#contents ul {
	padding-left: 14px;
}
#contents .blue {
	color: #0e76bc;
	font-weight: bold;
}
#contents .small {
	font-size: 12px;
}
#contents a {
	color: #0e76bc;
}
#contents a.google-maps {
	color: #000000;
	text-decoration: underline;
}
#contents a.google-maps:hover {
	color: #0e76bc;
}
#contents p + ul {
	margin-top: -16px;
}

/* layout & typography tweaks for contents area */

.home #contents h2, .vaccination #contents h2 {margin-left: -2px;}
.home #contents .col3 {padding-top: 132px}
.home #contents p, .home #contents h3 {line-height: 18px}
.services #contents p + h3 {margin-top: -16px}


/*  FOOTER  */

#footer {
	clear: both;
	height: 30px;
	width: 100%;
	background-color: #0e76bc;
	color: #ffffff;
	letter-spacing: 0.2px;
}
#footer p {
	padding: 7px 0 0 55px;
}
