@charset "UTF-8";
/* CSS Document */


html, body {
	
}

body {
	background-image:url(../images/background.jpg);
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: center top;
	background-color: #a5a5a5;
	/*font-family: "ff-meta-web-pro", Arial, Helvetica, sans-serif;*/
	font-family: Century Gothic, Helvetica, Arial, sans-serif;
	margin: 0 auto;
    overflow-x: hidden;
}








/* Text Styles */

p {
	line-height:1.4em;
	color:#606060;
	text-align: justify;

}


h1 {
	color: #FFFFFF;
	font-size:2em;
	margin-bottom:10px;
}



h2 {
	font-size:1.5em;
	margin: 20px 0 15px 0;

}



h3 {
	font-size:1.2em;
	margin: 10px 0 10px 0;
}



h4 {
	font-size:.9em;
}



h5 {
	font-size:1em;
}

a {

}


h1.text-header {
	font-weight:normal;
	color:#FFFFFF;
	margin: 0 0 10px 0;
}





/* Content in Header */

#header-content {
}

/* This is for the logo */

#header-content h1 {
	display:block;
	text-indent:-9999px;
    margin: 0 0 0 0;
	padding: 42px 0 15px;
	width: 212px;
	float: left;
}

	
#header-content h1 a {
	width: 212px;
	height: 112px;
	display:block;
	float:left;
	background-image:url(../images/pure-aveda.png);
	background-repeat:no-repeat;
	}


#request {
	position: absolute;
    right: 0;
	width: 50%;
	min-width: 490px;
	
	background-image: linear-gradient(left , rgba(195,207,33,0) 0%, rgb(195,207,33) 22%, rgb(195,207,33) 100%);
background-image: -o-linear-gradient(left , rgba(195,207,33,0) 0%, rgb(195,207,33) 22%, rgb(195,207,33) 100%);
background-image: -moz-linear-gradient(left , rgba(195,207,33,0) 0%, rgb(195,207,33) 22%, rgb(195,207,33) 100%);
background-image: -webkit-linear-gradient(left , rgba(195,207,33,0) 0%, rgb(195,207,33) 22%, rgb(195,207,33) 100%);
background-image: -ms-linear-gradient(left , rgba(195,207,33,0) 0%, rgb(195,207,33) 22%, rgb(195,207,33) 100%);

background-image: -webkit-gradient(
	linear,
	left 90,
	right 90,
	color-stop(0, rgba(195,207,33,0)),
	color-stop(0.22, rgb(195,207,33)),
	color-stop(1, rgb(195,207,33))
);
	
	}

#address {
	float:left;
}

#address p {
    margin: 0;
    text-align: right;
}

#phone-number {
	float:left;
}

#phone-number p {
    margin: 0;
    text-align: right;
}


#social-icons {
    float: right;
    margin-top: 8px;
    width: 340px;
	clear:right;
}

#social-icons ul {
	list-style: none;
	margin: 0;
}

#social-icons li a{
	float: left;
	height: 40px;
	width: 40px;
	overflow: hidden;
	background-position: top center;
}

#social-icons li a:hover{
	background-position: bottom center;
}

#social-icons a img {
	margin: 0;
	float:right;
	display:inline-block;
	overflow: hidden;
}

#social-icons li.circle-fb a { background-image: url(../images/icon-facebook.png) }
#social-icons li.circle-tw a { background-image: url(../images/icon-twitter.png) }
#social-icons li.circle-pi a { background-image: url(../images/icon-pinterest.png) }
#social-icons li.circle-in a { background-image: url(../images/icon-instagram.png) }
#social-icons li.circle-tu a { background-image: url(../images/icon-tumblr.png) }
#social-icons li.circle-go a { background-image: url(../images/icon-google.png) }
#social-icons li.circle-em a { background-image: url(../images/icon-youtube.png) }


#googleplus {
	float:right;
	display:inline-block;
	width: 80px;
}

#like {
	float:right;
	display:inline-block;
	padding: 5px 10px 0px 0px;
}

.container {
	width:960px;
	margin:0 auto;
}

#pinterest {
	float: right;
	width: 70px;
}

#likebutton {
	clear:right;
}

.addthis_button_facebook_like {
	width:60px;
	overflow:hidden;
}

#image-header {
	margin:0;
	padding:0;
	padding: 0 0 14px;
	height: 340px;
}

#image-header-title {
	position:absolute;
	margin: 150px 0 0 565px;
	color:#433920;
	font-size:4em;
	line-height:1em;
}


/* if website has slideshow on homepage */
#home-slideshow {
	margin:0;
	padding:0;
}

#home-slideshow img {
	margin:0;
	padding:0;
}


#home-slideshow-wrapper {
	margin:0 auto;
	padding:0;
	border-radius:20px;
	width:960px;
}

#home-slideshow-overlay {
	position:absolute;
	width:960px;
	height:400px;
	z-index:100;
}


.homeimages{
	margin:0;
	padding:0;
}
/* End Content in Header */



/* Guts */

#content {
	width: 958px;
	margin: 45px auto 0;
	background-image: url("../images/content-top.png");
    background-position: center top;
    background-repeat: no-repeat;
	/*background-color: #3e3e3e;*/
	background-color: #FFFFFF;
}

#content h2{
	font-weight: normal;
	color: #50818A;
	letter-spacing: 1px;
}


#content h1{
	font-weight: bold;
	color: #606060;
	text-transform: uppercase;
}


#content p{
}


#content h3{
	margin-top: 20px;
	color:#606060;
	font-size:21px;
	font-weight:bold;

}

#content h4{
	font-weight: bold;
	color: #606060;
	font-size:16px;

}


/* two column 30/70 */
#right-30 {
	padding: 0 0 0 10px;
	margin: 35px 0 0 15px;
	width: 235px;
}

#left-70 {
	padding: 15px;
	color:#151515;
	font-size:.8em;
	margin: 0 0 0 20px;
	width: 545px;
}

#left-70 a {
	color:#000;
}

#right-70 p, #right-70 a {
	color: #000;
}


#bottom-content {
	margin-top:20px;
	padding:0;
}


/* End Guts */

/* Footer */


#footer {
	background-image: url(../images/footer.png);
	background-position: center top;
	background-repeat: repeat-x;
	
}

#footer-wrapper {
	margin:0 auto;
	width: 960px;
	color: #FFFFFF;
	font-size:1.0em;
}

#footer-content {
	padding: 40px 0 80px 0;
	width: 525px;
	float: left;
}

#footer-wrapper p, #footer-wrapper a {
	margin:0;
	color: #ffffff;
	font-size: 11px;

}

#footer-social-media {
	padding-top: 50px;
	width: 400px;
	float: right;
}


/*   promotion bar   */


#promoBar {
	list-style-type:none;
	margin:15px 0px;
	display:inline;
	padding:0;
}

#promotionSide{
	margin:0 35px 0 0;
}

#promotionSide #promoBar li {
	float: right;
	height: 30px;
}

#promoBar li {
	display: inline-block;
float: left;
list-style-type: none;
background-position: center top;
background-repeat: no-repeat;
overflow: hidden;
margin: 10px 0px;
height: 80px;
}

#promoBar li a {
	height: 30px;
}

#promoBar.home li:hover {
background-position: bottom center ;

}

#promoBar li.first {

}

#promoBar li.last {
}

#promotions {
	margin:0;
	padding: 15px 0;	
	overflow: hidden;
	clear:both;
}

.promotionSide {
	height: 80px;
	margin:0 35px 0 0;
}







/*navigation style */

#main-navigation {  
	float: right;
    height: 50px;
    margin: 30px 0 0;
    padding: 0;
    width: 720px;
}



.menu {
	list-style-type:none;
	margin:0;
	padding:0;
	position:relative;
	z-index:9999;
	float:right;
}


.menu a {
	color:#fff;
	font-size: 18px;
	text-decoration:none;
	text-transform:lowercase;
	padding: 0 25px 0 0;
	margin: 17px 0 15px 0;
	font-family: Century Gothic, Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-shadow: 0px 0px 12px #000000;
	filter: dropshadow(color=#000000, offx=0, offy=0);
}


.menu a:hover {}



.menu li {
	position:relative;
	padding-right: 0;
	/* float the list so that the items are in a line and their position relative so that the drop down list will appear in the right place underneath each list item */
	float:left; 

}


.menu li.last a {
	border-right: none;
}


.menu li ul {
	width: 190px;
	padding:10px;
	background-color:#1e1e1e;
	list-style-type:none;
	/* make the dropdown ul invisible */
	display: none;
	position:absolute; 
	z-index:9999;

}


.menu li ul li {
	width:190px;
	display:inline-block;
	clear:both;
	padding: 0 0 6px 0;
	margin: 12px 0 6px 0;
	border-bottom: solid 1px #000;

}



.menu li ul li.last {
	border-bottom: none;
}



.menu li ul li a {
	color: #c6c6c6;
	margin:-10px 0 0 0;
	padding: 0;
	border: none;
	font-size: 12px;

}



.menu li ul li ul li a {
	color: #ffffff;
	border-bottom:none;
	text-transform:none;
}



.menu li ul li a:hover {
	text-decoration:underline;

}



.menu li ul li ul {
	border-top:solid 1px #000000;
	margin:0px 0 0 0;
	padding:0;

}

/* style the background and foreground color of the submenu links */

.menu li ul li ul li {
	border-bottom:none;
	margin:0;
	padding:0;

}



.menu li ul li ul li.last {
	padding:0 0 25px 0;
}







/* style the links to be 104px wide by 30px high with a top and right border 1px solid white. Set the background color and the font size. */



.menu li a, .menu ul li a:visited {
	display:block; 
	text-align:left;

}




/* make the sub menu ul visible and position it beneath the main menu list item */

.menu li:hover ul {
	display:block; 
	position:absolute; 
	z-index:9999;
	top:50px; 
	left:0; 
}



.menu li:hover ul li ul {
	display:block;
	position:relative;
}

/*sub nav on interior pages*/


.subnavigation, .subnavigation li {
	margin:0;
	padding:0 0 0 10px;
	list-style-type:none;
}

.subnavigation li{
	font-size: 23px;
	line-height: 2.2em;
	list-style-type:none;
	margin:0 0 0 -8px;
	padding:0 22px 0 0;
	float: left;
}

.subnavigation li.first{
	margin: 0 ;
}

.subnavigation li a {
	text-decoration:none;
	color: #FFFFFF;
	padding: 0px 5px 10px 5px;
	margin:0 0 0 0px;
	font-weigh:bold;
	font-size: 20px;
	text-shadow: 0px 0px 12px #000000;
	filter: dropshadow(color=#000000, offx=0, offy=0);
}
.subnavigation li a:hover, .subnavigation li.active a{
	text-decoration:none;
	font-weigh:bold;
	padding:0 5px 10px 5px;
	margin:0 0 0 0;
	color: #FFFFFF;
	background-image: url(../images/sub-nav-bottom.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.subnavigation li a.bg:hover, .subnavigation li.active a.bg{
	background-position: 12px bottom;
}

.subnavigation li ul{
	padding-left: 25px;
}

.subnavigation li ul li{
	font-size: .8em;
	line-height: 1.8em;
	text-transform:none;
	font-weight:normal;
}

.subnavigation li ul li a:hover{
	font-weight: bold;
}



/* Random stuff you need to organize */

.designed-by, .designed-by a {
	font-size: 1.0em;
}

.push {
    height: 67px;

}

.clear {
	clear:both;
}


.contactform {
	font-size:.9em;
	margin:.5em 0 .9em 0 ;
	line-height: 1.3em;
}

.disclaimer {
	font-size:.8em;
	font-style:italic;
}

#df-reviews {
	background-color:#ffffff;
	width: 620px;
}

.bio {
	float:left;
	width:675px;
	padding: 0 20px 20px 0;
} 

.bio img {
	float: left;
	width: 200px;
	padding: 0 10px 0 0;
}

.bio h3, .bio .title {
	width: 630px;
}

.bio .title {
	font-size: 1.0em;
}

.bio p {
	font-size: 1.0em;
}

#sidebar {
	display:inline;
    background-color: #F6F6F6;
    border: 1px solid #999999;
    padding: 9px 0px 9px 0px;
    position: absolute;
    top: 144px;
    width: 68px;
	}
	
	#sidebar li {
	list-style-type:none;
	margin:0 auto;
	padding:0px 0px 9px 0px;
	width:45px;
}

#sidebar li.last {
	list-style-type:none;
	margin:0 auto;
	padding:0;
}

#sidebar li.almostlast {
	list-style-type:none;
	margin:0 auto;
	padding:0;
}

#sub-nav-bottom {
	display: block;
	background-image: url(../images/sub-nav-bottom.png);
	background-position: top center;
	background-repeat: repeat-x;
	height: 12px;
	width: 960px;
}

#content-top {
	display: block;
	width: 960px;
	height: 13px;
}

.button {
    background-color: #6A8DA1;
    background-image: -moz-linear-gradient(center bottom , #6A8DA1 29%, #B1C2CA 80%);
    border-radius: 15px 15px 15px 15px;
    box-shadow: 0 0 3px #212121;
    color: #ffffff;
    display: block;
    float: left;
    font-size: 1.2em;
    font-weight: bold;
    margin: 15px 10px 25px 0;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    width: 40%;
}

#header-textbox{
	width: 960px;
	height: 360px;
	position: absolute;
}

p.header-livetext-right{
	font-family: "elina-web-decor", Helvetica, Arial, sans-serif;
	color: #000;
	font-size:45px;
	position: absolute;
	right: 110px;
	top: 90px;
}

p.header-livetext-left{
	font-family: "elina-web-decor", Helvetica, Arial, sans-serif;
	color: #000;
	font-size:45px;
	position: absolute;
	left: 110px;
	top: 90px;
}

#googleplus{
	margin:5px 0 0 0;
}

#pinterest{
	margin:5px 0 0 0;
}