@charset "utf-8";
@font-face {
	font-family: 'BordeauHeavy';
	src:url(webfonts/BORDOH.TTF);
}
@font-face{
	font-family:'BordeauLight';
	src:url(webfonts/BORDOL.TTF)
}
@font-face{
	font-family:'Castellar';
	src:url(webfonts/CASTELAR.TTF);
}
body {
	font: 100%/1.4 'BordeauLight',Verdana, Arial, Helvetica, sans-serif;
	background-color: #320a28;
	background-image:url(images/site-background.jpg);
	background-repeat:repeat-x;
	background-position:center top;
	margin: 0;
	padding: 0;
	color: #000;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0px;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */

}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
/*	color: #42413C;*/
	color: #6E6C64;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}*/
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
	width: 1037px;
	margin: 20px auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	background-image:url(images/header-background.png) ;
	position:relative;
}
#site-logo{
	margin-left:30px;
	margin-top:5px;
}
#header-right{
	float:right;
	font-family:'Castellar',Verdana, Geneva, sans-serif;
	font-size:36px;
	font-weight:600;
	
}
#appointment-banner{
	position:absolute;
	top:15px;
	right:-40px;
	}
#header-right ul{
	list-style-type:none;
	padding-right:25px;
}
#header-right ul li{
	float:left;
	font-size:30px;
	margin-top:80px;
	margin-right:5px;
	
}
/* Navigation Bar Format */
#nav {
	clear:both;
	position:absolute;
	right:0px;
	bottom:-30px;
	/*letter-spacing: 2px;*/
	text-transform: uppercase;
	font-family:'BordeauHeavy',Verdana, Arial, Helvetica, sans-serif;
	z-index:100;

}
#nav ul {
	list-style-type: none;  
	overflow: hidden;
	float:right;

}
#nav li {
	background-image:url(images/nav-button.png);
/*	height:56px;*/
	width:156px;
	float: left;
	font-size:20px;
	text-align:center;
	color:#000;
	padding:12px 0px;
	margin-left:-25px;
}
#nav li a{
	text-decoration:none;

	}
.activeTab{
	background:#000;
}
/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/

.content {
	width:990px;
	margin:10px auto 0px;
	background-color: #320a28;
	border: solid 1px #f0abdc;
	min-height:700px;
	position:relative;

}
.slide{
	
	position:relative;
	margin-top:0px;
	margin-bottom:0px;
	
}
.pageTextBox{
	background-color:#cac2a9;
	margin:-20px 10px 0px;
	min-height:400px;
	padding-top:5px;
	padding-bottom:0px;
	background-image:url(images/box-decoration-top.png), url(images/box-decoration-middle.png), url(images/box-decoration-bottom.png);
	background-position: top right, top right, bottom right;
	background-repeat:no-repeat,repeat-y, no-repeat;

	overflow:auto;
	position:relative;
	z-index:100;
	
}
.lowerContent{
	margin-top:-10px;
	min-height:380px;
	position:relative;
	padding:0px;
	overflow:auto;
	z-index:100;
	
}
.lowerContent h2{
	border-bottom:double;
	text-transform:uppercase;
	font-size:30px;
	margin-top:30px;
	margin-left:15px;
	padding:0px 3px;
	width:60%;
	
	
}
.lowerContentLeft{
	
	position:absolute;
	top:-20px;
	left:4px;
	background-color:#cac2a9;
	background-image:url(images/lower-box.jpg);
	height:400px;
	width:324px;
}
.lowerContentCenter{
	position:absolute;
	top:-20px;
	left:328px;
	margin-left:5px;
	background-color:#cac2a9;
	background-image:url(images/lower-box.jpg);
	height:400px;
	width:324px;
}
.lowerContentRight{
	position:absolute;
	top:-20px;
	right:4px;
	background-color:#cac2a9;
	background-image:url(images/lower-box.jpg);
	height:400px;
	width:324px;

}
.lowerContentCenter ul{

	margin-left:30px;	
}
.fb-like-box{
	background-color:#cac2a9;
	box-shadow:3px 3px 1px #333;
	-webkit-box-shadow:3px 3px 1px #333;
	-moz-box-shadow:3px 3px 1px #333;
	margin-top:35px;
	margin-left:25px;
}
#appointmentBlock{
	margin:50px; 
	width:400px;
	height:600px;
	background:#cac2a9;
	float:left;
}
#appointments{
	overflow:hidden;
	margin:0px auto;
	}
#appointmentPicture{
	margin-top:60px;
	float:right;
	margin-right:50px;
	width:430px;
}
#appointmentPicture p{
	color:#fff;
	font-size:18px;
	text-align:center;
	margin-bottom:15px;

}
#appointmentPicture img{
	border:solid 10px #cac2a9;
}
#services-list-left{
	float:left;
	width:44%;
	padding-left:1%;
	padding-right:3%;
}
#services-list-right{
	float:right;
	width:44%;
	padding-left:3%;
	padding-right:1%;
	line-height:20px;
}
#services-list-left li,#services-list-right li{
/*	float:left;
	width:44%;*/
	list-style-type:none;
/*	padding-left:1%;
	padding-right:3%;*/
	}
.services-sublist{
	margin-left:15px;
	border-collapse:collapse;
	margin-bottom:10px;
}
.services-sublist .services-sublist th, .services-sublist td{
	border:3px solid #320a28;
	font-weight:bold;
}
.services-sublist th, .services-sublist td{
	height:30px;
	padding-left:10px;
}
.hidden-table{
	display:none;
	margin-bottom:30px;
}
.Gallery{
	text-align:center;
	color:#fff;
	position:relative;
	margin-top:50px;
}
#instafeed1 img,#instafeed2 img, #instafeed3 img {
  padding:5px;
  border:1px solid #000;
}
.instafeed{
  width:324px;
  float:left;
  margin:3px;
}
.instafeed h1{
	border-bottom:double #fff;
}
.contact-left{
	float:left;
	margin-left:50px;
	margin-top:20px;
}
.contact-right{
	float:right;
	margin-right:50px;
	margin-top:20px;
}

.footer {
	clear:both;
	position:relative;
	margin-top:-2px;
	padding: 10px 0;
	background-color: #4d4d4d;
	height:20px;
	color:#fff;
	font-size:14px;
}
#footerCP{
	float:left;
}
#footerDesignBy{
	float:right;
}
#footerDesignBy a{
	text-decoration:none;
	color:#fff;}
.instagram{
	position:fixed;
}