/*
Theme Name: Laser Aestetic Studios Theme
Theme URI: http://liquidray.co/
Description: Design for http://laserforeverybody.com.
Author: liquidray.co
Version: 1.1
Tags: black, blue, white, three-columns, fixed-width
*/

/* load font */
@font-face {
    font-family: 'PerpetuaTitlingMTBold';
    src: url('pertibd-webfont.eot?') format('eot'),
         url('pertibd-webfont.woff') format('woff'),
         url('pertibd-webfont.ttf') format('truetype'),
         url('pertibd-webfont.svg#webfontFur6VbAO') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* reset.css */
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, font, 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,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:active, :focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* typography */
body {
	text-align: center;
	color: #3c3c3c;
	background: #d1edf6 url(img/bg-body.jpg) top center repeat-y;
	font: normal 12px/18px arial, tahoma, sans-serif;
}

	/* --headers */
h1,h2,h3,h4, h5, h6 { 
	font-weight: bold; 
	color: #3189a4; 
	font-family: 'PerpetuaTitlingMTBold', georgia, serif;
	text-transform: uppercase;
}
h5, h6 {
	font-weight: bold;
}
h1 { 
	font-size: 1.5em; /* 18px */ 
	line-height: 1em; /* 18px */ 
	margin-top: 2em; 
	margin-bottom: 1em; 
}
h2 {
	font-size: 1.3333em; /* 16px */ 
	line-height: 1.125em; /* 18px */ 
	margin-top: 1.125em; 
	margin-bottom: 0; 
}
h3 { 
	font-size: 1.1667em; /* 14px */ 
	line-height: 1.2857em; /* 18px */ 
	margin-top: 1.2857em; 
	margin-bottom: 0; 
}
h4 { 
	font-size: 1.5em; /* 18px */ 
	line-height: 1em; /* 18px */ 
	margin-top: 2em; 
	margin-bottom: 1em; 
}
h5 { 
	font-size: 0.9167em; /* 11px */ 
	line-height: 1.6364em; /* 18px */ 
	margin-top: 1.6364em; 
	margin-bottom: 0; 
}
h6 { 
	font-size: 0.8333em; /* 10px */ 
	line-height: 1.8em; /* 18px */ 
	margin-top: 1.8em; 
	margin-bottom: 0;  
}

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}

	/* --text */
p { 
	margin: 0 0 1.5em 0; 
	line-height: 1.5em;
}
p img.left {
	float: left; 
	margin: 0 1.5em 1.5em 0; 
	padding: 0; 
}
p img.right { 
	float: right; 
	margin: 0 0 1.5em 1.5em; 
}

a:focus, a:hover { 
	color: #628605; 
	text-decoration: none;
}
a { 
	color: #719d02;
	text-decoration: underline;
}

blockquote  {
	color: #666; 
	font-style: italic;
}
cite {
	font-style: normal;
}
q {
	font-style: italic;
}
strong { 
	font-weight: bold; 
}
em,dfn { 
	font-style: italic; 
}
dfn  { 
	font-weight: bold; 
}
sup, sub { 
	line-height: 0; 
}
sup { 
	vertical-align: baseline; 
	position: relative; 
	top: -0.4em; 
	font-size: .85em;
}
sub { 
	vertical-align: baseline; 
	position: relative; 
	bottom: -0.4em; 
	font-size: .85em;
}
abbr, acronym { 
	border-bottom: 1px dotted #666;
	font-variant: small-caps;
	letter-spacing: .075em;
	cursor: help;
}
address { 
	margin: 0 0 1.5em; 
	font-style: italic; 
}
del { 
	color:#666; 
	text-decoration: line-through;
}

pre { 
	margin: 1.5em 0; 
	white-space: pre; 
}
pre,code,tt { 
	font: 1em 'courier new', 'lucida console', monospace; 
	line-height: 1.5em;
	background: #f1f1f1;
}

	/* --lists */
li ul, li ol { 
	margin: 0 1.5em;
}
ul, ol { 
	margin: 0 1.5em 1.5em 1.5em; 
}

ul { 
	list-style-type: disc; 
}
ol { 
	list-style-type: decimal; 
}
li {
	line-height: 1.5em;
	margin-bottom: 0em; 
}
dl { 
	margin: 0 0 1.5em 0; 
}
dl dt { 
	font-weight: bold; 
}
dd { 
	margin-left: 1.5em;
}

	/* --tables */
table {
	margin-bottom: 1.5em; 
	width:100%; 
	border-collapse: collapse;
	font-family: sans-serif;
}
th { 
	font-weight: bold; 
	text-align: left;
	border: 1px solid #d1eef6;
	padding: 4px 9px;
}
thead th { 
	background: #d7eef4; 
}
th.col-h {
	text-align: center;
}
th,td,caption { 
	line-height: 1.5em;
}
tr.even td  {
	background: #fff; 
}
td {
	text-align: left;
	padding: 4px 9px;
	border: 1px solid #D1EEF6;
}
tfoot { 
	font-style: italic; 
}
caption { 
	caption-side: bottom;
	font-style: italic;
	color: #676767;
}



/* basic classes */
.small {
	font-size: .8em; 
	margin-bottom: 1.875em; 
	line-height: 1.875em; 
}
.large { 
	font-size: 1.2em; 
	line-height: 2.5em; 
	margin-bottom: 1.25em; 
}
.hide { 
	display: none; 
}
.nowrap {
	white-space: nowrap; 
}
.small-caps {
	font-variant: small-caps;
	letter-spacing: 0.075em;
}
.uppercase {
	text-transform: uppercase;
	letter-spacing: .075em; 
}

	h1.uppercase, h2.uppercase, h3.uppercase, h4.uppercase, h5.uppercase, h6.uppercase {
		letter-spacing: 0.25em;
	}
.highlight { 
	background:#ff0; 
}

.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.justify {
	text-align: justify;
}
.hp-laquo{ 
	margin-left: -0.5em;
}
.hp-raquo{ 
	margin-right: -0.5em;
}
.hp-rbkt{ 
	margin-right: -0.3em;
}
.hp-lbkt{ 
	margin-left: -0.3em;
}

.clear {
	width: 100%;
	clear: both;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix { 
	height: 1%; 
} /* IE6 */
*:first-child+html .clearfix { 
	height: 1%; 
} /* IE7 */
blockquote.left {
	float: left;
	margin: 0 20px 1.8em 0;
	text-align: right;
	width: 33%;
	font-size:0.8333em;
	line-height:1.8em;
}
blockquote.right {
	float: right;
	margin: 0 0 1.8em 20px;
	text-align: left;
	width: 33%;
	font-size:0.8333em;
	line-height:1.8em;
}
.alpha {
	margin-left: 0 !important;
}
.omega {
	margin-right: 0 !important;
}
.red {
	color: #f00;
}
.aligncenter {
	margin: 0 auto;
}
.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}
.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

/* template */
.wrapper {
	width: 940px;
	margin: 0 auto;
	text-align: left;
	
}
#header {
	padding: 18px 0;
	border-bottom: 1px solid #fff;
	overflow: hidden;
}
#logo {
	width: 460px;
	height: 28px;
	display: block;
	margin: 14px 0 0 0;
	float: left;
}
#slogan {
	font: bold 12px/18px 'PerpetuaTitlingMTBold', georgia, serif;
	text-transform: uppercase;
	color: #023e54;
}
#hdr-text {
	font: bold 14px/18px 'PerpetuaTitlingMTBold', georgia, serif;
	font-style: italic;
	text-align: right;
	color: #333;
	margin: 0;
	width: 460px;
	float: right;
}
#hdr-text-2 {
	font-size: 14px;
	font-style: italic;
	color: #929292;
	text-align: right;
	width: 460px;
	margin: 0;
	float: right;
}
#hdr-text-2 strong {
	color: #333;
}
#blue-line {
	background: #51bfe0 url(img/Bannernew.png) top center no-repeat;
	border-top: 1px solid #00cfef;
	border-bottom: 1px solid #56bbda;
	height: 142px;
	overflow: hidden;
}
#blue-line .wrapper {
	padding-top: 9px;
	position: relative;
}
.address1, .address2 {
	text-align: left;
	padding-left: 173px;
}
.address1 span, .address2 span {
	text-transform: uppercase;
	font-weight: bold;
}
#specials1, #specials2 {
	width: 141px;
	height: 54px;
	display: block;
	position: absolute;
	opacity: .9;
}
#specials1:hover, #specials2:hover {
	opacity: 1;
}
#specials1 {
	left: 428px;
	top: 18px;
}
#specials2 {
	left: 329px;
	top: 79px;
}

#get-started {
	width: 115px;
	height: 38px;
	display: block;
	background: url(img/bg-get-started.jpg) 0 0 no-repeat;
	text-indent: -9999px;
	position: absolute;
	top: 85px;
	left: 814px;
}
#get-started:hover {
	background-position: 0 -38px;
}
#content-box {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #9bc8d7;
	overflow: hidden;
}
#sidebar-left {
	width: 220px;
	float: left;
	margin-right: 20px;
	padding: 18px 0;
}
#sidebar-left h3, #sidebar-right h3 {
	color: #12495d;
	margin-bottom: 9px;
}
#faq-list {
	margin: 0 0 9px 0;
	padding: 0;
	border-top: 1px solid #fff;
}
#faq-list li {
	list-style: none;
	border-bottom: 1px solid #fff;
	padding: 6px 0 6px 22px;
	background: url(img/icon-faq-list.gif) 0 8px no-repeat;
}
#faq-list a {
	color: #22667b;
	text-decoration: none;
}
#faq-list a:hover {
	color: #333;
}
.view-all  {
	padding-left: 18px;
	background: url(img/icon-view-all.gif) 0 center no-repeat;
}
#laser-facts {
	display: block;
	width: 220px;
	height: 40px;
	background: url(img/bg-button-laser.jpg) 0 0 no-repeat;
	text-indent: -9999px;
}
#laser-facts:hover {
	background-position: 0 -40px;
}
#free-consultation {	
	width: 220px;
	height: 97px;
	background: url(img/bg-free-consultation.jpg) 0 0 no-repeat;
	padding-top: 78px;
}
#manhattan-call, #brooklyn-call {
	font: normal 24px/42px arial, sans-serif;
	text-align: center;
	text-shadow: 1px 1px 0 #fff;
} 
#manhattan-call {
	display: block;
	width: 206px;
	height: 42px;
	margin: 0 auto;
	margin-bottom: 4px;
}
#manhattan-call:hover {
	background-position: 0 -42px;
}
#brooklyn-call {
	display: block;
	width: 206px;
	height: 42px;
	margin: 0 auto;
}
#brooklyn-call:hover {
	background-position: 0 -42px;
}
#content {
	width: 460px;
	float: left;
	margin-right: 20px;
	padding: 18px 0;
	overflow: hidden;
}
#content img {
	max-width: 458px;
	border: 1px solid #fff;
}
#sidebar-right {
	width: 220px;
	float: right;
	padding: 18px 0;
}
#car-directions {
	color: #333;
	font: normal 12px/18px 'PerpetuaTitlingMTBold', georgia, serif;
	text-decoration: none;
	padding: 10px 0 0 80px;
	background: url(img/icon-car-directions.png) 0 0 no-repeat;
	display: block;
	width: 140px;
	height: 60px;
}
#cert-bttn {
	display: block;
	width: 220px;
	height: 40px;
	background: url(img/bg-button-cert.jpg) 0 0 no-repeat;
	text-indent: -9999px;
}
#cert-bttn:hover {
	background-position: 0 -40px;
}
.client-testimonial {
	margin-bottom: 0;
}
.person {
	font-weight: bold;
	border-bottom: 1px solid #fff;
	padding-bottom: 9px;
	margin-bottom: 9px;
}
#bottom-menu {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 9px 0;
	text-align: center;
	height: 18px;
	background: #afedf9 url(img/bg-bottom-menu.jpg) 0 0 repeat;
	border-top: 1px solid #eef8fb;
	border-bottom: 1px solid #5badc3;
}
#bottom-menu li {
	display: inline;
	padding-left: 20px;
	background: url(img/bg-bottom-menu-bullet.jpg) 6px center no-repeat;
}
#bottom-menu li:first-child {
	padding-left: 0;
	background: none;
}
#bottom-menu a {
	font: bold 14px/18px 'PerpetuaTitlingMTBold', georgia, serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #12495d;
	-moz-text-shadow: 1px 1px 0 #d4eff8;
	-webkit-text-shadow: 1px 1px 0 #d4eff8;
	text-shadow: 1px 1px 0 #d4eff8;
}
#bottom-menu a:hover {
	color: #175D76;
}
#footer {
	border-top: 1px solid #5cdbff;
	background: #3490ad url(img/bg-footer.jpg) 0 0 repeat;
	padding: 18px 0;
	color: #cdecf5;
	overflow: hidden;
}
#footer p {
	margin-bottom: 0;
}
#footer a {
	color: #fff;
}
#copyright {
	float: left;
	width: 220px;
	margin-right: 20px;
}
#follow-us {
	float: left;
	width: 140px;
	margin-right: 20px;
	background: url(img/bg-footer-follow.jpg) 0 0 no-repeat;
	padding-top: 26px;
}
#follow-us a {
	display: block;
	width: 19px;
	height: 19px;
	text-indent: -9999px;
	float: left;
	margin-right: 4px;
	opacity: .9;
}
#follow-us a:hover {
	opacity: 1;
}
#twitter-link {
	background: url(img/icon-twitter.png) 0 0 no-repeat;
}
#facebook-link {
	background: url(img/icon-facebook.png) 0 0 no-repeat;
}
#rss-link {
	background: url(img/icon-rss.png) 0 0 no-repeat;
}
#call-us {
	width: 130px;
	float: left;
	text-align: right;
	background: url(img/bg-footer-call.jpg) 0 0 no-repeat;
	padding-top: 26px;
	margin-right: 20px;
}
#cards {
	width: 140px;
	float: left;
}
#create {
	float: right;
	text-align: right;
	width: 220px;
}

/*contact form*/
#contactsubmit {
	width: 120px;
	height: 30px;
	font: normal 18px/30px arial;
	text-align: center;
	border: 1px solid #4395AD;
	border-radius: 15px;
	-moz-border-radius: 15px;
	color: #fff;
	background: #4aa9c7;
	text-shadow: 1px 1px 0 #42a3c3;
	cursor: pointer;
	background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.12, rgb(59,133,153)),
    color-stop(0.5, rgb(74,170,199))
	);
	background-image: -moz-linear-gradient(
    center bottom,
    rgb(59,133,153) 12%,
    rgb(74,170,199) 50%
	);
}
#contactsubmit:hover {
	background: #4090a7;
}
#content .col-1-of-2 {
	width: 220px;
	float: left;
	margin-right: 20px;
}
#page-faq-list li {
	margin: 0 20px 0.5em 20px ;
}
#page-faq-list a {
	font-size: 1.1667em; /* 14px */ 
	line-height: 1.2857em; /* 18px */ 
	margin-top: 1.2857em; 
	margin-bottom: 0; 
	font-weight: bold;
	font-family: 'PerpetuaTitlingMTBold', georgia, serif;
	text-transform: uppercase;
}
#print-page-body {
	background-image: none; 
	background-color: #fff; 
	padding-top: 20px;
}
#print-page-body .wrapper {
	text-align: center;
}