/* FONTS */
@font-face {
    font-family: 'LetterGothicStdMedium';
    src: url('fonts/lettergothicstd-webfont.eot');
    src: url('fonts/lettergothicstd-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lettergothicstd-webfont.woff') format('woff'),
         url('fonts/lettergothicstd-webfont.ttf') format('truetype'),
         url('fonts/lettergothicstd-webfont.svg#LetterGothicStdMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'GarageGothicRegular';
    src: url('fonts/garagegr-webfont.eot');
    src: url('fonts/garagegr-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/garagegr-webfont.woff') format('woff'),
         url('fonts/garagegr-webfont.ttf') format('truetype'),
         url('fonts/garagegr-webfont.svg#GarageGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Avenir';
    src: url('fonts/avenir-r-webfont.eot');
    src: url('fonts/avenir-r-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/avenir-r-webfont.woff') format('woff'),
         url('fonts/avenir-r-webfont.ttf') format('truetype'),
         url('fonts/avenir-r-webfont.svg#ProximaNovaRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* CONSTANTS */
*{
	margin:0px;
}
html {
	height:100%;
}
body {
	height:100%;
	width:100%;
	background-image:url(../images/bgTile.jpg);
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:12px;
	-webkit-font-smoothing: antialiased;
	overflow-x:hidden;
}
::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }
p {
	margin-bottom:10px;
	
	line-height:18px;
}
img {
	border:none;
}
#wrapper {
	min-height:100%; !important
	width:100%;
	position:relative;
	overflow-x:hidden;
}
#header {
	height:157px;
	position:relative;
	top:0px;
	width:100%;
	background-image:url(../images/headerBG.png);
	z-index:15;
}

#navigation li {
	list-style:none;
}
.line {
	height:3px;
	width:auto;
	background-image:url(../images/line.png);
	margin-bottom:10px;
}
.spacer {
	clear:both;
	height:35px;
}
a {
	color:#6699cc;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
.excerpt {
	height:2px;
	overflow:hidden;
}
.homeColCopy strong {
	font-weight:normal;
		font-size:12px;
		font-family: 'LetterGothicStdMedium';
		color:#6699cc;
}
strong,bold {
	color:#6699cc;
}
.postImage {
	background-image:url(../images/blackBG.png);
	padding:10px;
}
.postImage img {
	width: 90%;
}
@media all and (min-width: 321px) {
	/* DESKTOP */
	#footer,.push {
		height:161px;
		position:relative;
		width:100%;
		clear:both;
	}
	#footer {
		background-image:url(../images/footer.png);
		margin-top:-161px;
	}
	#logo {
		position:relative;
		float:left;
		top:20px;
	}
	#socials {
		position:absolute;
		top:0px;
		right:0px;
		background-color:#6699cc;
		padding:5px 10px;
		border-radius:0px 0px 5px 5px;
		font-size:10px;
		font-weight:bold;
	}
	#socials a{
		color:#fff;
		text-decoration:none;
	}
	#socials a:hover {
		text-decoration:underline;
	}
	#navMenu {
		display:none;
	}
	/* DROP DOWN */
	#navWrap {
		float: right;
		font-size: 17px;
		min-width: 530px;
		position: absolute;
		right: 0;
		top: 55px;
	}
	#navWrap ul{
		list-style:none;
		position:relative;
		margin-left:-4px;
		font-size:17px;
		
	}
	#navWrap ul li {
		position:relative;
		padding-bottom:27px;
		text-transform:uppercase;
		
	}
	#navWrap ul li ul{
		background: none repeat scroll 0 0 #6699cc;
		left: -9999px;
		list-style: none outside none;
		padding: 0;
		position: absolute;
		margin-top:27px;
		background-image:url(../images/spaceball.gif);
	}
	#navWrap ul li ul li{
		padding:7px;
		float:none;
		background-color:#6699cc;
		margin-bottom:1px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#fff;
		min-width:120px;
		border-bottom:1px solid #77a4d2;
		text-transform:none;
	}
	#navWrap ul li ul .vertLine {
		display:none;
	}
	#navWrap ul a{
		white-space:nowrap; 
		text-decoration:none;
		color:#6699cc;
	}
	#navWrap ul li ul li a {
		color:#fff;
		min-width:120px;
	}
	#navWrap ul li:hover ul{ 
		left:-13px; 
	}
	#navWrap ul li ul li:hover {
		background-color:#6699cc;
	}
	#navWrap li:hover a{ 
		text-decoration:none;
		color:#fff;
		
	}
	#navWrap li:hover {
		
	}
	.bgArrow {
		background-image:url(../images/navArrow.png);
		background-repeat:no-repeat;
		background-position:bottom center;
	}
	#navWrap li:hover ul a{ 
		text-decoration:none;
	}
	#navWrap li:hover ul li:hover{
		background-color:#fff;
		color:#6699cc;
	}
	#navWrap li:hover ul li a:hover{
		color:#6699cc;
	}
	.menu-item {
		float:left;
		color:#6699cc;
		font-family: 'LetterGothicStdMedium';
	}
	.menu-item:hover {
		color:#fff;
	}
	.vertLine {
		width:2px;
		background-image:url(../images/vertLine.png);
		float:left;
		height:52px;
		margin-top:-18px;
		margin-right:14px;
		margin-left:14px;
	}
	.content {
		width:981px;
		margin:auto;
		position:relative;
		z-index:10;
	}
	
	/* SLIDES */
	#homeSlider {
		
	}
	.slide {
		width:100%;
		height:100%;
		display:block;
		position:absolute;
		left:100%;
	}
	#slides {
		width:100%;
		height:232px;
		position:relative;
	}
	.slideImage {
		padding:10px;
		background-image:url(../images/blackBG.png);
		float:left;
		height:232px;
		width:256px;
		overflow:hidden;
	}
	.slideImage img {
		height:232px;	
	}
	.slideCopy {
		float: left;
		margin-left: 15px;
		width: 70%;
		margin-top:15px;
		position:relative;
	}
	#sliderNav {
		clear:both;
		padding-top:25px;
		text-align:center;
		width:20px;
		margin:auto;
	}
	.sBTN {
		height:20px;
		width:20px;
		float:left;
		cursor:pointer;
	}
	.sActive {
		height:20px;
		width:20px;
		float:left;
		cursor:pointer;
	}
	/* TYPE TREATMENTS */
	
	/* TREATMENT A */
	.A .lineA {
		text-align:center;	
		font-family: 'LetterGothicStdMedium';
		font-size:36px;
	}
	.A .lineBarsA {
		background-image:url(../images/doubleLines.png);
		height:11px;
		float:left;
		margin-top:13px;
	}
	.A .lineBarsB {
		background-image:url(../images/doubleLines.png);
		height:11px;
		float:right;
		margin-top:13px;
	}
	.A .text {
		position:absolute;
		letter-spacing:-.09em;
		text-align:center;
	}
	.A .lineB {
		clear:both;
		color:#6699cc;
		font-family: 'GarageGothicRegular';
		font-size:120px;
		text-align:center;
		margin-bottom:-10px;
	}
	.A .lineC {
		font-family:'Avenir';
		font-size:26.4px;
		text-align:center;
	}
	/* TREATMENT B */
	.B .lineA {
		text-align:center;	
		font-family: 'LetterGothicStdMedium';
		font-size:36px;
	}
	.B .lineBarsA {
		background-image:url(../images/doubleLines.png);
		height:11px;
		float:left;
		margin-top:13px;
	}
	.B .lineBarsB {
		background-image:url(../images/doubleLines.png);
		height:11px;
		float:right;
		margin-top:13px;
	}
	.B .text {
		position:absolute;
		letter-spacing:-.09em;
		text-align:center;
	}
	.B .lineB {
		clear:both;
		color:#6699cc;
		font-family: 'GarageGothicRegular';
		font-size:120px;
		text-align:center;
		margin-bottom:-10px;
	}
	.B .lineC {
		font-family:'Avenir';
		font-size:17px;
		line-height:22px;
		width:60%;
		margin:auto;
		text-align:center;
	}
	
	
	/* HOME */
	.homeColA {
		width:474px;
		float:left;
	}
	.homeColB {
		width:474px;
		float:right;
	}
	.homeColHead {
		height:53px;
		width:100%;
		background-image:url(../images/blackBG.png);
		cursor:pointer;
	}
	.homeColHead:hover {
		background-image:url(../images/headerOver.png);
		color:#fff;
	}
	.homeTitle {
		font-size:30px;
		color:#6699cc;
		padding:10px 30px;
		float:left;
		font-family: 'LetterGothicStdMedium';
		cursor:pointer;
	}
	.arrow {
		float:right;
		padding:12px 15px 0px 0px;
	}
	.homeColCopy {
		margin-top:15px;
		background-image:url(../images/blackBG.png);
		margin-bottom:35px;
		padding:20px 30px;
		line-height:18px;
		color:#cccccc;
		min-height:125px;
	}
	
	/* SUB PAGE */
	.sideBar {
		float:right;
		width:355px;
	}
	.mainContent {
		float:left;
		width:594px;
		margin-bottom: 55px;
	}
	h1 {
		font-weight:normal;
		font-size:102px;
		font-family: 'GarageGothicRegular';
		color:#6699cc;
		text-transform:uppercase;
	}
	h2 {
		font-weight:normal;
		font-size:22px;
		font-family: 'LetterGothicStdMedium';
		color:#6699cc;
		text-transform:uppercase;
	}
	h3 {
		font-weight:normal;
		font-size:12px;
		font-family: 'LetterGothicStdMedium';
		color:#6699cc;
	}
	.sideCol .homeTitle {
		font-size:20px;
		padding: 15px 14px 0 29px;
	}
	
	/* FOOTER */
	#footer .content {
		padding-top:25px;
		padding-bottom:15px;
	}
	#menu-main-nav-1 {
		width: 630px;
		float: left;
	}
	#menu-main-nav-1 .menu-item {
		color: #6E6E6E;
		float: left;
		line-height: 12px;
		list-style: none outside none;
		margin-left: -30px;
		margin-right: 7px;
		margin-top: 3px;
		width: 180px;
	}
	#menu-main-nav-1 a {
		color:#6e6e6e;
		font-family:Arial, Helvetica, sans-serif;
		font-weight:bold;
		text-transform:uppercase;
		margin-left:-10px;
	}
	#menu-main-nav-1 li {
		
	}
	#menu-main-nav-1 li ul li a {
		margin-left:0px;
		font-weight:normal;
		text-transform:none;
		
	}
	#menu-main-nav-1 li ul {
		margin-left:-20px;
	}
	.contactArea {
		margin-top:30px;
	}
	.contactCopy {
		color:#6e6e6e;
		font-size:9px;
		float:left;
		line-height:15px;
	}
	#footLogo {
		float:left;
		margin-right:20px;
		margin-left:30px;
	}
	.footLine {
		height:100px;
		width:1px;
		background-color:#cccccc;
		float:left;
		opacity:.3;
	}
	#footer .line {
		display:none;
	}
	#footer .spacer {
		display:none;	
	}
}
@media (max-width:941px) and (min-width: 320px) {
	/* MOBILE */
	#footer,.push {
		height:341px;
		position:relative;
		width:100%;
		clear:both;
	}
	#footer {
		background-image:url(../images/footer.png);
		margin-top:-341px;
	}
	#logo {
		position:relative;
		float:left;
		top:20px;
		left:20px;
	}
	#socials {
		display:none;
	}
	#navigation {
		display:none;
		height:0px;
	}
	/* DROP DOWN */
	#navMenu {
		display: block;
		float: right;
		margin-right: 35px;
		position: relative;
		top: 45px;
	}
	/* DROP DOWN */
	#navWrap {
		float: right;
		font-size: 17px;
		height: 100%;
		min-width: 320px;
		position: absolute;
		top: 111px;
		width: 100%;
	}
	#navWrap ul{
		background-color: #222222;
		font-size: 17px;
		list-style: none outside none;
		min-height: 100%;
		padding-top: 20px;
		position: relative;
		
	}
	#navWrap ul li {
		position:relative;
		padding-bottom:27px;
		
	}
	#navWrap ul li ul{
		background:none;
		left: 0px;
		list-style: none outside none;
		padding: 0;
		position: relative;
		margin-top:11px;
		background-image:url(../images/spaceball.gif);
	}
	#navWrap ul li ul li{
		padding:7px;
		float:none;
		background-color:#222;
		margin-bottom:1px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#fff;
		min-width:0px;
		width:auto;
		border-bottom:none;
	}
	#navWrap ul a{
		white-space:nowrap; 
		text-decoration:none;
		color:#6699cc;
	}
	#navWrap ul li ul li a {
		color:#fff;
		min-width:120px;
	}
	#navWrap ul li:hover ul{ 
		left:0px; 
	}
	#navWrap ul li ul li:hover {
		background-color:#222;
	}
	#navWrap li:hover a{ 
		text-decoration:none;
		
	}
	.bgArrow {
		background-image:none;
		background-repeat:no-repeat;
		background-position:bottom center;
	}
	#navWrap li:hover {
		
	}
	.menu-item {
		float:none;
		color:#6699cc;
		font-family: 'LetterGothicStdMedium';
	}
	.menu-item:hover {
		color:#fff;
	}
	.vertLine {
		width:2px;
		background-image:url(../images/vertLine.png);
		float:left;
		height:52px;
		margin-top:-18px;
		margin-right:14px;
		margin-left:14px;
		display:none;
	}
	.content {
		width:100%;
		margin:0px;
		position:relative;
		z-index:10;
	}
	
	/* SLIDES */
	#homeSlider {
		height:420px;
	}
	.slide {
		width:100%;
		height:100%;
		display:block;
		position:absolute;
		left:100%;
	}
	#slides {
		width:100%;
		height:372px;
		position:relative;
	}
	.slideImage {
		padding:10px;
		background-image:url(../images/blackBG.png);
		margin:auto;
		height:232px;
		width:256px;
		overflow:hidden;
		float:none;
	}
	.slideImage img {
		height:232px;	
	}
	.slideCopy {
		width: 100%;
		padding-top:15px;
		float:none;
		margin:0px;
		text-align:center;
	}
	#sliderNav {
		clear:both;
		padding-top:65px;
		text-align:center;
		width:20px;
		margin:auto;
	}
	.sBTN {
		height:20px;
		width:20px;
		float:left;
		cursor:pointer;
	}
	.sActive {
		height:20px;
		width:20px;
		float:left;
		cursor:pointer;
	}
	/* TYPE TREATMENTS */
	
	/* TREATMENT A */
	.A .lineA {
		text-align:center;	
		font-family: 'LetterGothicStdMedium';
		font-size:16px;
		margin-bottom:21px;
	}
	.A .lineBarsA {
		background-image:url(../images/doubleLines.png);
		height:11px;
		margin-top:4px;
		float:left;
		padding-right:10px;
		margin-left:-20px;
	}
	.A .lineBarsB {
		background-image:url(../images/doubleLines.png);
		height:11px;
		margin-top:4px;
		float:right;
		padding-left:10px;
		margin-right:-20px;
	}
	.A .text {
		position:absolute;
		width:100%;
		letter-spacing:-.09em;
		text-align:center;
	}
	.A .lineB {
		clear:both;
		color:#6699cc;
		font-family: 'GarageGothicRegular';
		font-size:51px;
		margin-bottom:10px;
	}
	.A .lineC {
		font-family:'Avenir';
		font-size:20px;
		text-align:center;
	}
	/* TREATMENT B */
	.B .lineA {
		text-align:center;	
		font-family: 'LetterGothicStdMedium';
		font-size:16px;
		margin-bottom:21px;
	}
	.B .lineBarsA {
		background-image:url(../images/doubleLines.png);
		height:11px;
		margin-top:4px;
		float:left;
		padding-right:10px;
		margin-left:-20px;
	}
	.B .lineBarsB {
		background-image:url(../images/doubleLines.png);
		height:11px;
		margin-top:4px;
		float:right;
		padding-left:10px;
		margin-right:-20px;
	}
	.B .text {
		position:absolute;
		width:100%;
		letter-spacing:-.09em;
		text-align:center;
	}
	.B .lineB {
		clear:both;
		color:#6699cc;
		font-family: 'GarageGothicRegular';
		font-size:51px;
		margin-bottom:10px;
	}
	.B .lineC {
		font-family:'Avenir';
		font-size:17px;
		text-align:center;
		width: 90%;
		margin:auto;
		line-height:22px;
	}
	
	/* HOME */
	.homeColA {
		margin: auto;
    	width: 90%;
		float:none;
	}
	.homeColB {
		margin: auto;
    	width: 90%;
		float:none;
	}
	.homeColHead {
		height:53px;
		width:100%;
		background-image:url(../images/blackBG.png);
	}
	.homeTitle {
		color: #6699CC;
		float: left;
		font-family: 'LetterGothicStdMedium';
		font-size: 26px;
		padding: 10px 18px;
	}
	.arrow {
		float:right;
		padding: 12px 15px 0 0;
	}
	.homeColCopy {
		margin-top:15px;
		background-image:url(../images/blackBG.png);
		margin-bottom:35px;
		padding:10px 18px;
		line-height:18px;
		color:#cccccc;
		min-height:125px;
	}
	
	/* SUB PAGE */
	.sideBar {
		width:90%;
		float:none;
		margin:auto;
		margin-top:55px;
	}
	.mainContent {
		float:none;
		width:90%;
		margin:auto;
		margin-bottom: 55px;
	}
	h1 {
		font-weight:normal;
		font-size:60px;
		font-family: 'GarageGothicRegular';
		color:#6699cc;
		text-transform:uppercase;
	}
	h2 {
		font-weight:normal;
		font-size:22px;
		font-family: 'LetterGothicStdMedium';
		color:#6699cc;
		text-transform:uppercase;
	}
	h3 {
		font-weight:normal;
		font-size:12px;
		font-family: 'LetterGothicStdMedium';
		color:#6699cc;
	}
	.sideCol .homeTitle {
		font-size:20px;
		padding: 15px 0px 0 18px;
	}
	
	/* FOOTER */
	#footer .content {
		margin: auto;
		padding-bottom: 15px;
		padding-top: 25px;
		width: 90%;
	}
	#menu-main-nav-1 {
		width: 90%;
		float: left;
	}
	#menu-main-nav-1 .menu-item {
		color: #6E6E6E;
		float: left;
		margin-right: 35px;
		margin-top: 10px;
		width: 122px;
	}
	.contactArea {
		margin-top:30px;
		background-image:url(../images/blackBG.png);
	}
	.contactCopy {
		color:#6e6e6e;
		font-size:9px;
		float:left;
		line-height:15px;
	}
	#footLogo {
		float:left;
		margin-left: -6px;
		margin-right: 20px;
	}
	.footLine {
		display:none;
	}
	#footer .line {
		display:block;
		margin:auto;
	}
	#footer .spacer {
		display:block;	
	}
}

