/*
::Table Of Content

1.) Global Typography
2.) Basic Structure
-------------------------------------*/
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
	line-height: 1;
	color: #000;
	
}


img {
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

h1,h2 {
	font-size:2.5em;
	color: #666; 
	text-transform: uppercase;
}
h2 {
	font-size:2.0em;
	color:#666;
}

h3{ font-size: 1.8em; line-height:1; color: #87988c; text-transform: uppercase; padding-bottom: 30px; font-weight: bold }

p {
	font-size: 1.4em;
	line-height: 1.66;
	color: #4a5e4f;
}

a[href^="tel"]{
	color: #000000;
}

/*
2.) Basic Structure
-------------------------------------*/
.wrapper{ float: left; width: 100%; }

.page {
	width:100%;
	max-width: 960px;
	margin: 0 auto;
}

.page span {
	text-align:center;
	font-size:16px;
	color:#F00;
	padding-bottom:20px;
}
