body {
	margin: 0px;
	font-family: 'Open Sans', sans-serif;
	/*font-size: 16px;*/
}

.logo_static {
	position: absolute;
	left: 50px;
	top: 22px;
	width: 388px;
	height: 175px;
	background-image: url("../pics/static_logo.png");
	z-index: 1;
}

.top_bar {
	position: static;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 68px;
	background-image: url("../pics/top_shadow.png");
	background-repeat: repeat-x;
}

.picture_bar {
	position: static;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 600px;
	background-image: url("../pics/massage_static.jpg");
	background-size: 100%;
	background-repeat: no-repeat;
	float: top;
}

.text_picture_bar {
	display: inline-block;
	padding-bottom: 50%;
}

.aboutus_bar {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: auto;
	background-image: url("../pics/aboutus_headerpic.jpg");
	background-size: cover;
}

.contact_bar {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 600px;
	background-image: url("../pics/contact_headerpic.jpg");
	background-size: cover;
}

.product_bar {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 600px;
	background-image: url("../pics/products_headerpic.jpg");
	background-size: cover;
}

.main_area {
	position: relative;
	text-align: center;
	width: 100%;
	height: 100%;
	font-size: 18px;
}

.main_area2 {
	position: relative;
	text-align: center;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	font-size: 18px;
	background-image: url("../pics/med_fade.png");
	background-size: contain;
	background-repeat: no-repeat;
}

.footer {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 200px;
	background-image: url("../pics/footer.jpg");
	background-size: cover;
}


.quote_text {
	font-size: 35px;
	color: #79ABBE;
	font-style: bold;
}

.quote_text2 {
	font-size: 40px;
	color: #000000;
	font-style: bold;
}

/*image zooming*/
.zoom-effect-container {
    width: 100px;
    height: 100px;
    overflow: hidden;
}

.image-card {
  position: absolute;
  
}

.image-card img {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.zoom-effect-container:hover .image-card img {
  -webkit-transform: scale(1.28);
  transform: scale(1.28);
}

.img_zoom{
  display: block;
  text-align:center;
  margin: 0 auto;
  width: 100%;
  color: #aaa;
}

/*#2*/
.zoom-effect-container2 {
    width: 250px;
    height: 250px;
    overflow: hidden;
}

.image-card2 {
  position: absolute;
  
}

.image-card2 img {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.zoom-effect-container2:hover .image-card2 img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}

.img_zoom2{
  display: block;
  text-align:center;
  margin: 0 auto;
  width: 100%;
  color: #aaa;
}
/*end of zooming*/

.body_ref:link {
	color: #90A651;
	font-weight: bold;
	text-decoration: none;
}

.body_ref:visited {
	color: #90A651;
	font-weight: bold;
	text-decoration: none;
}

.body_ref:hover {
	color: #006E95;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	/* ...and now for the proper property */
	transition:.5s;
}

.body_ref:active {
	color: #90A651;
	font-weight: bold;
	text-decoration: none;
}

.body_ref2:link {
	color: #90A651;
	font-weight: bold;
	text-decoration: none;
}

.body_ref2:visited {
	color: #90A651;
	font-weight: bold;
	text-decoration: none;
}

.body_ref2:hover {
	color: #90A651;
	font-weight: bold;
	text-decoration: underline;
}

.body_ref2:active {
	color: #90A651;
	font-weight: bold;
	text-decoration: none;
}

.ref3:link {
	color: #666666;
	font-size: 10pt;
	text-decoration: none;
}

.ref3:visited {
	color: #666666;
	font-size: 10pt;
	text-decoration: none;
}

.ref3:hover {
	color: #666666;
	font-size: 10pt;
	text-decoration: underline;
}

.ref3:active {
	color: #666666;
	font-size: 10pt;
	text-decoration: none;
}

.mass_bg {
	background-image: url( "../pics/massage_fade.png" );
	background-repeat: no-repeat;
}

.large1 {
	font-size: 40px;
	color: #79ABBE;
	font-style: bold;
}

.sub1 {
	font-size: 18px;
	color: #90A651;
	font-style: bold;
}

.sub2 {
	font-size: 13px;
	color: #000000;
	font-style: bold;
}

.sub3 {
	font-size: 22px;
	color: #006E95;
	font-style: bold;
}

/*modify all input boxes*/
input[type=text] {
	width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-sizing: border-box;
	font-family: 'Arial';
	font-size: 18px;
	color: #555555;
}

textarea {
    width: 100%;
    padding: 12px 20px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-sizing: border-box;
	font-family: 'Arial';
	font-size: 18px;
	color: #555555;
}

input[type=submit] {
	background-color: #00577c;
	color: #ffffff;
	font-size: 18px;
	border: 2px solid #ffffff;
	width: 150px;
	height: 50px;
	cursor: pointer;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #cccccc;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #cccccc;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #cccccc !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #cccccc;
}

.required {
	font-size: 14px;
	color: red;
}

.fbook {
	left: 0px;
	top: 0px;
	margin: 0px;
	width: 30px;
	height: 30px;
	background-image: url("../pics/f_book.png");
}

.fbook:hover {
	left: 0px;
	top: 0px;
	margin: 0px;
	width: 30px;
	height: 30px;
	background-image: url("../pics/f_book_over.png");
}