﻿/* element styles */
body {
	margin: 0;
	padding: 0;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1em; /* 16px */
	color: #616161;
	background: #EFEFEF url('bg.jpg') left top repeat;

}

p, div, h1, h2, h3 {
	position: relative;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h1, h2, h3 {
	font-weight: normal;
	margin: 0.5em 0;
	color: #0484cf;
}

h1 {
	font-size: 1.75em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.25em;
}

a:link, a:visited, a:active {
	color: #0484CF
}

a:hover, a:focus {
	color: #616161;
}

a img {
	border: none;
}

hr {
	border: none;
	background-color: #7a92c4;
	height:1px;
}

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on July 14, 2013 */
@font-face {
    font-family: 'angelinaregular';
    src: url('fonts/angelina-webfont.eot');
    src: url('fonts/angelina-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/angelina-webfont.woff') format('woff'),
         url('fonts/angelina-webfont.ttf') format('truetype'),
         url('fonts/angelina-webfont.svg#angelinaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* globally relevant baseline styles */
.button {
	display: inline-block;
	margin: 12px 30px;
	padding: 5px;
	border: none;
	background: #666;
	color: #FFF;
	font-size: 1em; 
	line-height: 1.5em; 
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	background: rgb(34,40,92); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(34,40,92,1) 0%, rgba(34,40,92,1) 13%, rgba(56,82,148,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(34,40,92,1)), color-stop(13%,rgba(34,40,92,1)), color-stop(100%,rgba(56,82,148,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(34,40,92,1) 0%,rgba(34,40,92,1) 13%,rgba(56,82,148,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(34,40,92,1) 0%,rgba(34,40,92,1) 13%,rgba(56,82,148,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(34,40,92,1) 0%,rgba(34,40,92,1) 13%,rgba(56,82,148,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(34,40,92,1) 0%,rgba(34,40,92,1) 13%,rgba(56,82,148,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#22285c', endColorstr='#385294',GradientType=0 ); /* IE6-9 */

	
}

a.button:link,
a.button:visited,
a.button:active
{
	color: #fff;
}

.button:hover, .button:focus {
	text-decoration: underline;
	color: #21285d;
	
	background: rgb(169,186,219); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(169,186,219,1) 0%, rgba(229,236,251,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(169,186,219,1)), color-stop(100%,rgba(229,236,251,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(169,186,219,1) 0%,rgba(229,236,251,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(169,186,219,1) 0%,rgba(229,236,251,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(169,186,219,1) 0%,rgba(229,236,251,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(169,186,219,1) 0%,rgba(229,236,251,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9badb', endColorstr='#e5ecfb',GradientType=0 ); /* IE6-9 */

}

.pages {
	text-align: center;
	font-weight: bold;
}

.pages a:link, .pages a:visited {
	
}

.pages .current {
	
}

.struct {
	display: none;
}

/* float clearing usually applied to <br /> sometimes div or span  */
.clear {
	display: block;
	width: 99%;
	height: 1px;
	clear: both;
}

/*** section styles ***/
.header, .midsection, .base {
	position: relative;
	width: 100%;
	margin: 0px auto;
}

.header {
	height: 200px;
	background: transparent url('header-bg.png') top left repeat-x;
	z-index: 10;
}

.banner {
	background: #22285c url() top center no-repeat;
	width: 980px;
	height: 150px;
	margin: 0 auto;
	position: relative;
}

.logo {
	display: block;
	position: absolute;
	top: 35px;
	left: 0px;
}

.header-call {
	position: absolute;
	top: 65px;
	right: 40px;
	color: #797ba6;
	font-size: 24px;
}

.header-call .white {
	color: #FFF;
}

.main-navigation {
	position: relative;
	width: 980px; /* 980px */
	padding: 0;
	margin: 0 auto;
	background: #999 url('') left top repeat-x;
	color: #21285d;
	border-bottom: 1px solid #7a92c4;
	
	background: rgb(169,186,219); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(169,186,219,1) 0%, rgba(229,236,251,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(169,186,219,1)), color-stop(100%,rgba(229,236,251,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(169,186,219,1) 0%,rgba(229,236,251,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(169,186,219,1) 0%,rgba(229,236,251,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(169,186,219,1) 0%,rgba(229,236,251,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(169,186,219,1) 0%,rgba(229,236,251,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9badb', endColorstr='#e5ecfb',GradientType=0 ); /* IE6-9 */

}

.main-navigation ul {
	margin: 0; 
	padding: 0;
}

.main-navigation  li {
	position: relative;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	margin: 0;
	padding: 0;
	background: transparent url('') left center no-repeat;
	text-align: center
}

*+html .main-navigation > ul  li { display: block; float: left; } /* IE7*/

.main-navigation > ul li:first-child {
	background-image: none; /* remove separator */
}

.main-navigation a:link, .main-navigation a:visited, .main-navigation a:active {
	display: inline-block;
	padding: 0 2em;
	color: #21285d;
	text-decoration: none;
}

.main-navigation a:hover, .main-navigation a:focus {
	color: #FFF;
	text-decoration: underline;
}

.main-navigation .sel > a, .main-navigation .sel .sel > a {
	color: #FFF;
	
	background: rgb(34,40,92); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(34,40,92,1) 0%, rgba(34,40,92,1) 13%, rgba(56,82,148,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(34,40,92,1)), color-stop(13%,rgba(34,40,92,1)), color-stop(100%,rgba(56,82,148,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(34,40,92,1) 0%,rgba(34,40,92,1) 13%,rgba(56,82,148,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(34,40,92,1) 0%,rgba(34,40,92,1) 13%,rgba(56,82,148,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(34,40,92,1) 0%,rgba(34,40,92,1) 13%,rgba(56,82,148,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(34,40,92,1) 0%,rgba(34,40,92,1) 13%,rgba(56,82,148,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#22285c', endColorstr='#385294',GradientType=0 ); /* IE6-9 */

}

.main-navigation li ul {
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	width: 190px;
	height: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background: #575757;
	
	background: rgb(169,186,219); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(169,186,219,1) 0%, rgba(229,236,251,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(169,186,219,1)), color-stop(100%,rgba(229,236,251,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(169,186,219,1) 0%,rgba(229,236,251,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(169,186,219,1) 0%,rgba(229,236,251,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(169,186,219,1) 0%,rgba(229,236,251,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(169,186,219,1) 0%,rgba(229,236,251,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9badb', endColorstr='#e5ecfb',GradientType=0 ); /* IE6-9 */
}

.main-navigation li:hover ul, .main-navigation a:focus+ul {
	height: auto;
}

.main-navigation li li {
	position: relative;
	display: block;
	height: auto;
	line-height: 1em;
	text-align: left;
	margin:0;
	background-image: none;
	padding: 0px;
}

.main-navigation li li a:link, .main-navigation li li a:visited, .main-navigation li li a:active {
	display: block;
	padding: 10px;
}

.midsection {
	z-index: 5;
}

.buttons {
	height: 120px;
	width: 980px;
	z-index: 100;
	font-weight: 300;
	font-size: 24px;
	margin-top: -120px;
}

.buttons a {
	display: block;
	width: 245px;
	padding-top: 65px;
	padding-bottom: 25px;
	text-align: center;
	float: left;
	color: #FFF;
	text-decoration: none;
}

.buttons a:hover {
	text-decoration: underline;
}

#tai-massage {
	background: rgba(108, 210, 251, 0.9) url('massage.png') 50% 25% no-repeat;
}

#well-being {
	background: rgba(80, 182, 226, 0.9) url('well-being.png') 50% 25% no-repeat;
}

#body-treatments {
	background: rgba(24, 134, 197, 0.9) url('body-treatments.png') 50% 25% no-repeat;
}

#massage-therapy {
	background: rgba(67, 102, 173, 0.9) url('therapy.png') 50% 25% no-repeat;
}

.slideshow-wrapper + .content-wrapper
{
	padding-top: 500px;
}

.content-wrapper {
	width: 980px;
	margin: 0 auto;
}

.content {
	width: 900px; /* 980px */
	padding: 40px;
	padding-top: 30px;
	background: #FFFFFF;
}

.content p {
	margin: 15px 0;
}

.content .home-top {
	padding-right: 100px;
	margin-bottom: 25px;
	background: transparent url('content-bg.jpg') top right no-repeat;
}

.content .images {
	float: right;
	margin-top: 55px;
	padding-left: 15px;
	margin-right: -100px;
}

.content .prices td{
	width: 125px;
	font-size: 14px;
}

.content-wrapper > .struct {
	display: block;
	position: absolute;
	top: 0;
	height: 0px;
	width: 0px; 
}

.leftwing {
	right: 100%;
}

.rightwing {
	left: 100%;
}

.base {
	margin-bottom: 40px;
	z-index: 0;
}


.footer:before {
	content: "";
	width: 965px;
	height: 37px;
	display: block;
	position: absolute;
	top: -8px;
	left: 8px;
	z-index: -10;
	background: url('shadow.png') center center no-repeat;
}

.footer {
	position: relative;
	width: 980px; /* 980px; */
	height: 265px;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	background: transparent url() center top no-repeat;
	font-size: 14px; /* 12px from 16px */
}

.footer .escape {
	padding: 20px;
	padding-top: 30px;
	font-family: 'angelinaregular';
	font-size: 32px;
}

.mid-footer {
	height: 60px;
	border-top: 1px solid #adadad;
	border-bottom: 1px solid #adadad;
	padding: 25px 0;
}

.mid-footer ul{
	list-style-type: none;
	float: left;
	margin: 0;
	padding-left:10px;
}

.mid-footer img {
	float: left;
}

.footer h2 {

}

.footer p {

}

.footer a:link, .footer a:visited, .footer a:active {
	color: #616161;
	text-decoration: none;
}

.footer a:hover, .footer a:active {
	text-decoration: underline;
}

.copyright {
	position: absolute;
	bottom: 45px;
	left: 30px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #8f8f8f;
}

.avd {
	position: absolute;
	bottom: 45px;
	right: 10px;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

.avd a:link, .avd a:visited, .avd a:active {
	color: #8f8f8f;
	text-decoration: none;
}

.avd a:hover, .avd a:focus {
	text-decoration: underline;
}

/* slideshow overrides */
/* ss dimensions */
.slideshow { 
	position: relative;
	width: 1541px;
	height: 702px;
	margin: 0 auto;
}

@media screen and (max-width: 1450px){
	.slideshow {
		left: -96px;
	}
}

.slideshow-wrapper {
	width: 100%;
	position: absolute;
	background: url('bg-dark.jpg') top left repeat;
	top: -200px;
	overflow: hidden;
}

.orbit-wrapper .slideshow {
	
}

.slider {

}

div.orbit-wrapper {
	width: 1541px !important;
	height: 702px !important; 
}

div.orbit {
	width: 1541px !important;
	height: 702px !important;
}

.orbit-bullets {
	display: none;
}

.orbit-wrapper .orbit-caption {
	bottom: 208px;
	position: relative;
	width: 980px;
	margin: 0 auto;
	text-align: left;
	background: none;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 36px;
	text-shadow:0px 0px 8px #FFF;
}

.orbit-wrapper .orbit-caption span {
	padding: 30px;
}

.orbit-wrapper .timer {
	display: none;
}

/* ss overlay */
/*
.slideshow:after {
	content: url('slideshow_overlay.png');
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}

.orbit > div {
	z-index: 0;
}
*/

/* ss nav features */
/*
div.slider-nav span {

}
 
div.slider-nav span.left {
	background-image: url('slider_left.png');
}

div.slider-nav span.right {
	background-image: url('slider_right.png');
}

.orbit-wrapper .orbit-caption {

}

.orbit-bullets {
	bottom: 10px;
	left: 0;
	margin: 0;
}

.orbit-bullets li {
	width: 10px;
	height: 10px;
	background: transparent url('slider_bullet.png') center center no-repeat;
	margin-left: 10px;
}

.orbit-bullets li.active {
	background-image: url('slider_active.png');
	background-position: center center;
}
*/

/* galleries */
div.gallery {
	padding: 0px;
	/*
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	*/
	position: relative;
	margin: 10px auto;
	overflow: hidden;
}

div.gallery ul {
	list-style-type: none;
	margin: 0 0;
	padding: 0;
	position: relative;
}

div.gallery li {
	float: left;
	margin: 5px !important;
	padding: 0;
	width: 23%;
	height: 210px;
	line-height: 210px; 
	text-align: center;
}

div.gallery a {
	display: inline-block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
}

.gallery img {
	display: inline; /* kauri default sets to block */
	vertical-align: middle;
}

.pagination .pages
{
	text-align: center;
}

.pagination .pages .current
{
	font-weight: bold;
}

.pagination .pages a
{
	text-decoration: none;
}

.pagination .pages a:hover,
.pagination .pages a:focus,
.pagination .pages a:active
{
	text-decoration: underline;
}

/* default form styling 
 * - apply .contact class to any form
 * - note .button styling at top of file
 */
form.contact {
	margin-top: 8px;
}

.contact p {
	line-height: 1.75em;
}

.contact p.action {
	text-align: center;
}

.contact .action a {
	font-size: 0.875em;
}

.contact label {
	display: inline-block;
	width: 25%; 
	vertical-align: top;
}

.contact label.error {
	width: auto;
	font-size: 0.875em;
	color: #fd1a00;
	margin-left: 10px;
}

.contact input[type=text] {
	width: 45%;
	font-family: inherit;
	font-size: 0.875em;
}

.contact input[type=password], form.contact input.password, .contact .auth + input {
	width: 20%;
}
img.auth { vertical-align: middle; }

.contact textarea {
	width: 45%;
	height: 5em;
	font-family: inherit;
	font-size: 0.875em;
}

/* blog */
.articleNav {
	overflow: hidden;
}

.articleNav .previous {
	float: left;
}

.articleNav .next {
	float: right;
}

/* print order */
#print-order table {
	width: 100%;
}

#print_order th, #print-order td {
	vertical-align: top;
}

#print-order thead tr:first-child > * {
	border-bottom: 1px solid #423f3f;
	padding-bottom: 4px;
}

#print-order thead th:first-child {
	text-align: left;
}

#print-order tbody th {
	font-weight: normal;
	padding-bottom: 4px;
}

#print-order tfoot tr:first-child > * {
	border-top: 1px solid #423f3f;
	padding-top: 4px;
}

#print-order tbody {
	padding: 4px 0;
}

#print-order tbody th, #print-order tfoot th {
	font-weight: normal;
	text-align: left;
}


#print-order td+td, #print-order tfoot td+td {
	text-align: center;
}

#print-order td+td+td, #print-order tfoot td+td+td {
	text-align: right;
}

#print-order th:last-child {
	text-align: right;
}

/* customers/orders */
table.orders {
	width: 100%;
	border-collapse: collapse;
}

.orders th, .orders td {
	padding: 4px;
	vertical-align: top;
}

.orders tbody *:first-line {
	
}

.orders thead tr:first-child > * {
	border-bottom: 1px solid #423f3f;
	text-indent: 0;
}

.orders tbody th {
	font-weight: normal;
	text-indent: 0;
}

.orders .ref {
	text-align: left;
}

.orders .date {
	width: 95px;
}

.orders .details {
	text-align: left;
	text-indent: 1em;
}

.orders .price {
	text-align: right;
}

.orders .link {
	text-align: right;
	width: 75px;
}

/** files **/
.file {
	position: relative;
	overflow: hidden; /* float clearing */
	padding: 15px;
	margin-bottom: 10px;
}

.file h2 {
	margin-bottom: 1em;
}

.file .button {
	position: absolute;
	top: 6px;
	right: 10px;
}

#hoverCart
{
	position: fixed;
	top: 50px;
	right: 50px;
	width: 200px;
	background-color: rgba(48, 48, 48, 0.8);
	background-color: #303030\9;
	color: #fff;
	padding: 15px;
	border-radius: 5px;
	overflow: auto;
	z-index: 1000;
}

#hoverCart h1,
#hoverCart h2,
#hoverCart h3
{
	color: #fff;
	margin: 0px 0px 5px;
	border-bottom: 1px solid #fff;
	padding-bottom: 3px;
}

#hoverCart a
{
	color: #fff;
}

#hoverCart .items
{
	overflow: hidden;
	display: block;
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

#hoverCart .checkout
{
	float: left;
}

#hoverCart .dismiss
{
	display: block;
	text-align: right;
	float: right;
}

#hoverCart .row
{
	border-bottom: 1px solid #fff;
	position: relative;
	overflow: hidden;
	padding: 10px 0px 5px;
}

#hoverCart .row .right
{
	text-align: right;
	font-family: "Courier New", Courier, monospace;
}

#hoverCart .remove
{
	font-size: 12px;
	display: block;
}

input:disabled,
textarea:disabled
{
	opacity: 0.5;
}

/* tinymce universal formatting */
#tinymce {width: 940px; padding: 10px; background: #FFF; text-align: left; font-size: 1em; color: #616161;}
#tinymce p { padding: 0 0 1em;}
#tinymce form { outline: 1px dotted #F00;}
#tinymce a { border-bottom: 1px dotted #002D4A; color: #002D4A; text-decoration: none; }

.treatbo {
	width:900px;
	background-color:#c6d2ea;
	padding: 10px;
}

.treatbi {
	width:878px;
	padding:10px;
	border:1px solid #fff;
}

.treatgo {
	width:900px;
	background-color:#eee;
	padding: 10px;
}

.treatgi {
	width:878px;
	padding:10px;
	border:1px solid #fff;
}

.treatca {
	width:900px;
	background-color:#eee;
	height:302px;
	padding: 10px;
}

.treatcb {
	width:900px;
	background-color:#c6d2ea;
	padding: 10px;
	height:303px;
}

.treatcc {
	width:900px;
	background-color:#c6d2ea;
	padding: 10px;
	height:353px;
}

.treatcd {
	width:900px;
	background-color:#eee;
	padding: 10px;
	height:147px;
}

.treatce {
	width:900px;
	background-color:#c6d2ea;
	padding: 10px;
	height:147px;
}

.treatcf {
	width:900px;
	background-color:#eee;
	padding: 10px;
	height:353px;
}

.treatcg {
	width:900px;
	background-color:#c6d2ea;
	padding: 10px;
	height:240px;
}

.treatch {
	width:900px;
	background-color:#c6d2ea;
	padding: 10px;
	height:450px;
}

.treatci {
	width:900px;
	background-color:#eee;
	padding: 10px;
	height:540px;
}

.treatcj {
	width:900px;
	background-color:#c6d2ea;
	padding: 10px;
	height:495px;
}

.treatck {
	width:900px;
	background-color:#c6d2ea;
	padding: 10px;
	height:350px;
}

.treatcl {
	width:878px;
	padding: 10px;
	height:327px;
	border:1px solid #fff;
}

.treatcm {
	width:900px;
	background-color:#eee;
	padding: 10px;
	height:389px;
}

.treatl {
	float:left;
	width:420px;
	height:280px;
	padding:10px;
	border:1px solid #fff;
}

.treatl2 {
	float:left;
	width:420px;
	height:330px;
	padding:10px;
	border:1px solid #fff;
}

.treatl3 {
	float:left;
	width:420px;
	height:125px;
	padding:10px;
	border:1px solid #fff;
}

.treatf {
	float:left;
	width:878px;
	height:428px;
	padding:10px;
	border:1px solid #fff;
}

.treatg {
	float:left;
	width:878px;
	height:518px;
	padding:10px;
	border:1px solid #fff;
}

.treath {
	float:left;
	width:878px;
	height:473px;
	padding:10px;
	border:1px solid #fff;
}

.treati {
	float:left;
	width:878px;
	height:365px;
	padding:10px;
	border:1px solid #fff;
}

.treatl h3 {
	margin: 0px;
	padding: 0px
}

.treatl2 h3 {
	margin: 0px;
	padding: 0px
}

.treatl3 h3 {
	margin: 0px;
	padding: 0px
}

.treatr {
	float: right;
	width: 420px;
	height:280px;
	padding:10px;
	border:1px solid #fff;
}

.treatr2 {
	float: right;
	width: 420px;
	height:330px;
	padding:10px;
	border:1px solid #fff;
}

.treatr3 {
	float: right;
	width: 420px;
	height:125px;
	padding:10px;
	border:1px solid #fff;
}


.treatr h3 {
	margin: 0px;
	padding: 0px
}

.treatr2 h3 {
	margin: 0px;
	padding: 0px
}

.treatr3 h3 {
	margin: 0px;
	padding: 0px
}

.facial-table
{
	width: 100%;
	border-collapse: collapse;
}

.facial-table td
{
	width: 50%;
	border-top: 1px solid #fff;
}

.facial-table td,
.facial-table div
{
	padding: 10px;
}

.facial-table .grey-row td,
.facial-table .grey-row div
{
	background: #eee;
}

.facial-table .blue-row td,
.facial-table .blue-row div
{
	background: #c6d2ea;
}

.facial-table div
{
	border: 1px solid #fff;
}

#table-3 {
    background-color: #F9F9F9;
    border: 1px solid #DFDFDF;
    color: #62626C;
    margin-bottom: 15px;
    width: 100%;
}

#table-3 td, #table-3 th {
    border-bottom: 1px solid #DFDFDF;
    border-top-color: white;
    color: #62626C;
	width:25%;
}
#table-3 th {
    background-color: #DEDEDE;
    border-radius: 8px 8px 0 0;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.2em;
    padding: 7px 7px 8px 30px;
    text-align: left;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.796);
}
#table-3 td {
    border-top: 1px solid white;
    font-size: 16px;
    padding: 7px 7px 6px 30px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.796);
    vertical-align: top;
}

table {
  border-spacing: 0;
}

.lcon {
	float: left;
	width:405px;
	margin-left:20px;
}

.rcon {
	float: right;
	width:455px;
	margin-top:0px;
	margin-right:20px;
}

/* New Form Stuff */


#submission-form {
	 font-size: 14px;
	 padding: 0px 10px 15px;
}

.submission-form label input[type="text"], .submission-form label textarea {
    font-size: 14px;
    padding: 4px 10px;
}

.nform-box input[type="text"]:-moz-placeholder, .nform-box input[type="password"]:-moz-placeholder, .nform-box textarea:-moz-placeholder {
    color: #6CA400;
}

.nform-box input[type="text"] .placeholder, .nform-box input.placeholder[type="text"], .nform-box input[type="password"] .placeholder, .nform-box input.placeholder[type="password"], .nform-box textarea .placeholder, .nform-box textarea.placeholder {
    color: #6CA400;
}

.nform-box input[type="text"], .nform-box input[type="text"]:hover, .nform-box input[type="text"]:focus, .nform-box input[type="password"], .nform-box input[type="password"]:hover, .nform-box input[type="password"]:focus, .nform-box textarea, .nform-box textarea:hover, .nform-box textarea:focus {
    border: 1px solid #656565;
    outline: medium none;

}

.nform-box input[type="text"], .nform-box input[type="password"], .nform-box textarea {
    
    font: 15px/1.5 Helvetica,Arial,sans-serif;
    padding: 5px 10px;
    transition-duration: 0.1s;
    transition-property: background-image, color, border-color;
	border: 1px solid #bbbcbc;
	border-bottom: 1px solid #dbdbdb !important;
}

.nform-box input[type="text"][disabled], .nform-box input[type="text"][disabled]:hover, .nform-box input[type="password"][disabled], .nform-box input[type="password"][disabled]:hover, .nform-box textarea[disabled], .nform-box textarea[disabled]:hover {
    opacity: 0.6;
}
.nform-box input[type="checkbox"]:focus {
    outline-color: #848484;
    outline-width: 1px;
}
.nform-box label {
    clear: both;
    display: block;
    margin: 0 0 0.8em;
	text-align:center;
}
.nform-box label input[type="text"], .nform-box label input[type="password"], .nform-box label textarea, .nform-box label select.full-width {
    -moz-box-sizing: border-box;
    width: 420px;
	color:#2e2e2e;
	background-color:#fff;
}

.nform-box label textarea {
    resize: vertical;
	max-width: 420px;
}
.nform-box label select {
    max-width: 350px;
    padding: 1.875px 3.75px;
}

.nform-box label radio {
	float: left;
    padding: 1.875px 3.75px;
}

/* Trying something new for the Form */

.nform-box {
	width: 465px;
	border: 1px solid #969493;
    /*box-shadow: 0 10px 17.5px rgba(229, 228, 225, 0.5) inset; */
    position: relative;
    z-index: 2;
	background-color: rgba(34, 39, 94, 1.0);
	padding-top:0px;
	padding-bottom:0px;
	float: left;
}

.radio {
	float: left;
	font-size:1.2em;
	margin-left:10px;
	color: #fff;
	margin-top:10px;
}


.radio2 {
	float: left;
	font-size:1.2em;
	margin-left:12px;
	color: #fff;
	margin-top:10px;
}

.radio2a {
	float: left;
	font-size:1.2em;
	margin-left:15px;
	color: #fff;
	margin-top:10px;
}

.button2 {
  text-align: right;
  padding-right: 8px;
  float:right;
  margin-top: -47px;
}


.button2 input {
	display: inline-block;
	height:40px;
	width:130px;
	background: #e9e9f2;
	color: #171717;
	font-size:15px;
	text-transform: uppercase;
	cursor:pointer;
	border: none;
	border-radius: 20px 0 20px 20px;
	-webkit-box-shadow:  2px 2px 2px 2px #b5b5b6;
    box-shadow:  2px 2px 2px 2px #b5b5b6;
}

.button2 input:hover, .button2 input:focus {
	background: #FFF; 
}

.taxcon ul h3 {
	color: #616161;
	margin-bottom:0px;
}

.taxcon ul p {
	margin-top:3px;
	margin-bottom:7px;
}

.taxcon ul {
	padding-left:20px;
}

.taxcon ul li {
	margin:0px;
}

.aleft {
	float:left;
	width: 580px;
}

.aright {
	float:right;
	width: 300px;
	margin-top: 50px;
}
	