@charset "UTF-8";
/* CSS Document */


html, body{
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	border-left:0;
} 
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, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
	color: black;
	background: white;
	font-family: Arial, Verdana, Helvetica, sans-serif;	
}
ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}	
caption, th, td {
	text-align: left;
	font-weight: normal;
}	
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}	
.clearfix {
	display:inline-block;
}	
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

/*........... do not change or amalgamate the above clearfix styles..................*/

body {
	line-height:16px;
	font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	padding: 0;
	min-height: 100%;

}

/*........BG's...........*/

/* pushes the page to the full capacity of the viewing area */
html {
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
    overflow-x: auto;
	height:100%;
	min-height: 100%;
}




/* prepares the background image to full capacity of the viewing area */
	

#bg {
	z-index: -1;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-width: 1450px;
}
#bg .left {
	position:absolute;
	left:0;
	top:0;
	padding:0; 
	background:#7BD0B4 url(../images/bg/lisa-left.jpg) bottom left no-repeat;
	height:100%;
	width: 50%;
	min-height: 650px;
}
#bg .right {
	position:absolute;
	top:0;
	right:0;
	padding:0;
	background:#DADC57 url(../images/bg/lisa-right.jpg) bottom right no-repeat;
	height:100%;
	width: 50%;
	min-height: 700px;
}


#bg .blue {
	position:absolute;
	left:0;
	top:0;
	padding:0; 
	background:#7BD0B4 url(../images/bg/lisa-left.jpg) bottom left no-repeat;
	height:100%;
	width: 100%;
	min-height: 650px;}
	
#bg .green {
	position:absolute;
	top:0;
	right:0;
	padding:0;
	background:#DADC57 url(../images/bg/lisa-right.jpg) bottom right no-repeat;
	height:100%;
	width: 100%;
	min-height: 700px;}


#wrap-first {
	margin: 0 auto;
	min-width: 1450px;
}



/* places the content ontop of the background image */
#content {position:relative; z-index:1;}
/*........Top...........*/


/* */

a {color:#000;}
a:hover {color:#fff;}

#wrapper {
	margin: 0 auto;
	width:700px;
	z-index: 1;
	}
	
#wrapper-left {margin:-50%}

#header {
	background-image:url(../images/lajollahair.png);
	background-repeat:no-repeat;
	height:122px;
	margin:10px 0 12px 0;}

.email-holder a {
	float:left;
	display:block;
	background-image:url(../images/email-img.png);
	width:60px;
	height:26px;
	text-indent:-9999px;
	margin-top:30px;}
	
.phone-holder  {
	float:right;
	display:block;
	background-image:url(../images/phone-img.png);
	width:175px;
	height:26px;
	text-indent:-9999px;
	margin-top:30px;}

/*........Navigation...........*/
	
#nav-holder {
	display:block;
	height:36px;
	background-image:url(../images/trans-bg-grey.png);
	line-height:36px;
	width:701px;
	text-align:center;
	margin: 0 0 20px 0;
	}

.nav-inner {
	margin: 0 auto;
	color:#FFF;
	font-size:14px;
	}


.nav-inner  a {
	padding: 0 10px 0 10px;
	color:#FFF;
	text-decoration:none;}

.nav-inner  a:hover {
	text-decoration:underline;}


/*........Content..........*/	


#main-content {
	width:669px;
	margin: 0 auto;
	padding: 16px 16px 16px 16px;
	color:#FFF;
	font-size:16px;}	
	
.content-left-box {
	float:left;
	width:316px;
	line-height:24px;
	word-spacing:-1px;}
	
h1 {
	font-size:54px;
	line-height:34px;
	letter-spacing: -1px;
	word-spacing:2px;

	color:#FFF;
}

h2 {
	font-size:34px;
	line-height:24px;
	letter-spacing: -1px;
	word-spacing:2px;
	padding-bottom:10px;

	color:white;
}

.appointment {text-align:center}
.orange {color: #FF6600; font-weight:bold;}
	
.content-right-box {
	float:right;
	width:316px;
	line-height:24px;
	word-spacing:-1px;}



.contact-box {
	width:286px;
	background-image:url(../images/red-trans-bg.png);
	padding: 20px 20px 20px 20px;
	}


.text-input {
	width:200px;
	height:26px;
	border:solid 2px #333333;
	text-indent:4px;
	font-size:16px;
	margin: 0 0 10px 10px;
	padding:4px 0  0 0;
	float:left;}
	
.text-area {
	width:200px;
	height:100px;
	border:solid 2px #333333;
	text-indent:4px;
	font-size:16px;
	margin: 0 0 10px 10px;
	float:left;
	font-family:Arial, Verdana, sans-serif;}
	
.txt-label {
	line-height:30px;
	display:block;
	text-align:left;
	float:left;
	width:70px;
	margin: 0 0 10px 0;
	}
.btn-holder {
	float:right;
	margin-right:12px;}	


	
/*........newsletter..........*/	
	
.newsletter {
	color:#fff;
	text-align:center;
	font-size:13px;
	margin:0;
	display:block;
	background-image:url(../images/trans-bg.png);
	width:700px;
	margin: 0 auto;
	margin-top:20px;
	margin-bottom:20px;
	padding: 16px 0 16px 0;
}	

/*........footer..........*/	
	
.footer {
	color:#000;
	font-size:12px;

	width:669px;
	margin:0;
	margin: 0 auto;
	margin-top:20px;
	margin-bottom:20px;
	padding: 16px 16px 16px 16px;
	display:block; 
	text-align:center;
}	

.footer a {
	color:#000;
	text-decoration:underline;}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* SHADOWBOX PHOTO GALLERIES */

.gallery-holder {
	width:700px;
	margin: 0;
	margin-top:20px;
	text-align:center;
	}
	
.gallery-holder ul {
	margin:0;
	margin-left:0px;
	}

.gallery-holder li {
	list-style:none;
	float:left;
	margin:5px 9px 5px 0;
	padding:0;
	}

.gallery-holder a {color:#303030}

/*Map rollover*/

a.maprollover {
display: block;
width: 316px;
height: 154px;
text-decoration: none;
background: url("../images/map.jpg");
border:1px solid black;
}

a.maprollover:hover {
background-position:  0 -154px;
}

/*Content Image*/
.content-image{width:316px; height:154px; display:block; border:1px solid white;}

/*NEW GALLERIES*/
#thumbs-holder {width:316px;}

#thumbs-holder .thumbs {
	float: left;
	width: 70px;
	margin: 0 4px 8px 4px;
	text-align:center;
	text-decoration:none;
	color:#ccc;
	font-weight:bold;
	/*padding:0 13px 0 13px;*/
}

#thumbs-holder .thumbs a{text-decoration:none; color:#ccc;}

#thumbs-holder .thumbs img {
	display: block; 
	border: 0; 
	width: 70px; 
	height: 70px;
	border:1px solid white;
}