html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
table, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	color: #000;
	font-size: 16px;
	line-height: 24px;
	font-family: 'Varela Round', sans-serif;
	font-smooth:always;
	-webkit-font-smoothing: antialiased;
	background: #3886c7 url('../images/texture_bg_blue.png') repeat 50% top;
}
p {
	margin-bottom: 24px;
}
b, strong {
	font-weight: 800;
}
em {
	font-style: italic;
}
ol, ul {
	list-style: none;
}
ul.bullets {
	margin: 0 0 20px 30px;
	list-style: disc;
}
ul.bullets li {
	margin: 0 0 0 0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.bttn {
	font-size: 24px;
	line-height: 1;
	font-weight: 900;
	border: 3px solid #000;
	border-bottom: 8px solid #000;
	background: #ffc315 url('../images/bttn_bg.png') repeat-x left top;
	color: #000;
	text-shadow: 0px -1px 0px #fff678;
	width: 100%;
	padding: 5px 22px;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 5px;
	overflow: hidden;
}
.bttn:hover {
	background-image: none;
}
input, textarea, select {
	font-size: 22px;
	line-height: 1;
	border: 0;
	border-bottom: 5px solid #000;
	background: #fff;
	color: #315063;
	width: 100%;
	padding: 7px 14px;
	margin: 0;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
}
textarea {
	min-height: 110px;
}
.form-item {
	margin-bottom: 9px;
}
.form-action {
	
}
input.split, select.split {
	width: 50%;
}
input[type=submit] {
	display: inline-block;
	width: 100%;
	border: 0;
	font-size: 30px;
	line-height: 1;
	color: #0060aa;
	text-align: center;
	background: #fff url('../images/submit_bg.png') no-repeat 50% top;
	vertical-align: middle;
	white-space: nowrap;
	cursor: pointer;
	padding: 14px 14px;
	border-bottom: 5px solid #000;
	text-transform: uppercase;
	border-radius: 4px;
}
::-webkit-input-placeholder {
   color: #000;
   font-weight: normal;
}

:-moz-placeholder { /* Firefox 18- */
   color: #000;
   font-weight: normal;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #000;
   font-weight: normal;  
}

:-ms-input-placeholder {  
   color: #000;
   font-weight: normal;  
}
.clear {
	width: 100%;
	clear: both;
}
a {
	color: #c5e9f9;
	text-decoration: none;
}
hr {
	display: block;
	float: left;
	clear: both;
	width: 100%;
	height: 11px;
	margin: 40px 0px;
	border: 0px;
	background: url('../images/hr_bg.png') no-repeat 50% top;
}
h1, h2 {
}
h1 {
	font-size: 36px;
	line-height: 1;
	font-weight: 900;
	font-family: 'Merriweather';
}
h2 {
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 10px;
	font-weight: 100;
	font-weight: 900;
	font-family: 'Varela Round', sans-serif;
}
h3 {
	font-size: 24px;
	font-weight: 900;
	line-height: 1;
	margin-bottom: 10px;
}
h4 {
	font-size: 18px;
}
.body_wrap {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.inner_page {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 0 1%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* header */
.header_wrap {
	display: block;
	float: left;
	width: 100%;
	height: 180px;
	overflow: visible;
	background: url('../images/header_bg.png') repeat-x left top;
}
.header_wrap .logo {
	display: block;
	width: 280px;
	height: 196px;
	text-align: left;
	text-indent: -99999px;
	overflow: hidden;
	background: url('../images/logo.png') no-repeat left top;
	margin: 10px auto;
	position: relative;
}
/* main */
.main_wrap {
	display: block;
	float: left;
	width: 100%;
}
.main_wrap .section {
	display: block;
	float: left;
	width: 100%;
	background: #fff;
	padding: 0 0 40px 0;
}
.main_wrap h2 {
	color: #1e1e1e;
	font-size: 24px;
	line-height: 28px;
	font-family: 'Merriweather';
	margin-bottom: 0px;
}
.main_wrap h3 {
	color: #3886c7;
	margin-bottom: 24px;
}
.main_wrap h4 {
	color: #3886c7;
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 0px;
}
.main_wrap .directions_wrap {
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 24px;
	text-align: center;
}
.main_wrap .directions_wrap .gmap {
	display: block;
	float: left;
	width: 100%;
	height: 158px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background: #e9e5db;
}
.main_wrap .directions_wrap .directions {
	display: inline-block;
	padding: 18px;
	border: 5px solid #000;
	border-top: none;
	border-radius: 0 0 5px 5px;
	background: #eb1c23;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	font-family: 'Merriweather';
	font-weight: 900;
}
.main_wrap .video {
	border: 3px solid #fff;
	margin-bottom: 24px;
	text-align:center;
}
.main_wrap .video img {
	display: block;
	width: 100%;
	height: auto;
}
/* locations menu */
.locations_wrap {
	display: block;
	float: left;
	width: 100%;
	height: 86px;
	color: #ffd200;
	background: #000;
	padding: 30px 0;
	text-align: center;
	vertical-align: top;
}
.locations_wrap.sub_section {
	background: #fff;
	height: auto;
	padding: 20px 0;
}
.locations_wrap h2 {
	font-family: 'Varela Round';
	color: #ffd200;
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 6px;
}
.locations_wrap.sub_section h2 {
	display: none;
}
.locations_wrap .menu .location {
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.locations_wrap .menu .location a {
	text-align: left;
	text-indent: -99999px;
	overflow: hidden;
}
.locations_wrap .menu .gbc1 a {
	display: block;
	width: 142px;
	height: 143px;
	background: url('../images/location_gb1_ico.png') no-repeat left top;
}
.locations_wrap .menu .gbc2 a {
	display: block;
	width: 142px;
	height: 176px;
	background: url('../images/location_gb2_ico.png') no-repeat left top;
}
.locations_wrap .menu .location a.petwash {
	display: block;
	width: 77px;
	height: 73px;
	background: url('../images/location_dogwash_ico.png') no-repeat left top;
	float: right;
	margin: -72px 7px 0 0;
}
/*
#GBC1 .gmap {
	background: #e9e5db url('../images/gmap_gbc1.png') no-repeat 50% 50%;
	background-size: contain;
}
#GBC2 .gmap {
	background: #e9e5db url('../images/gmap_gbc2.png') no-repeat 50% 50%;
	background-size: contain;
}
#PETWASH .gmap {
	background: #e9e5db url('../images/gmap_gbc2.png') no-repeat 50% 50%;
	background-size: contain;
}
*/
/* Home */
#home {
	background: url('../images/starburst_bg.png') no-repeat 50% top;
	padding-top: 140px;
}
#home .content_wrap {
	padding: 10px;
	color: #fff;
}
#home h1 {
	color: #fff;
	margin-bottom: 34px;
}
#home h2 {
	color: #ffd200;
	margin-bottom: 25px;
}
#home .video {
	border: 1px solid #000;
}
/* footer */
.footer_wrap {
	display: block;
	float: left;
	width: 100%;
	border-top: 4px solid #000;
	background: #eae6dc url('../images/footer_bg.png') repeat left top;
	padding: 20px 0 0 0;
}
.footer_wrap .content_wrap {
	padding: 10px;
}
.footer_wrap .locations {
	text-align: center;
	font-size: 14px;
	line-height: 20px;
}
.footer_wrap .locations .location {
	margin-bottom: 30px;
}
.footer_wrap .locations .title {
	font-weight: bold;
	font-size: 16px;
}
.footer_wrap .locations .tele {
	color: inherit;
}
.footer_wrap .locations .gmap {
	display: block;
	width: 188px;
	height: 98px;
	margin: 0 auto;
	border: 1px solid #646464;
}
.footer_wrap .locations .gbc1 .gmap {
	background: #e9e5db url('../images/gmap_gbc1.png') no-repeat left top;
}
.footer_wrap .locations .gbc2 .gmap {
	background: #e9e5db url('../images/gmap_gbc2.png') no-repeat left top;
}
.footer_wrap .locations .directions {
	display: inline-block;
	color: #eb1c23;
	text-decoration: underline;
	clear: both;
	margin: 10px auto;
}
.footer_wrap .links {
	display: block;'
	width: 100%;
	clear: both;
	font-size: 12px;
	color: #646464;
	padding: 0 10px 0 10px;
}
.footer_wrap .links .view_full {
	color: #646464;
	text-decoration: underline;
	padding-left: 20px;
	background: url('../images/browser_ico.png') no-repeat left 50%;
}
.footer_wrap .links .copyright {
	float: right;
}
/* defaults */
.align_center {
	text-align: center;
}




















