/*--------------------------------------------------------------------------------------------------------------------------------
ALEXA RODULFO Font Styles
--------------------------------------------------------------------------------------------------------------------------------*/

	
	
	a:link, a:visited {
		color: none;
		outline: none;
		text-decoration: none;
		font-weight:normal;
		}
	a:hover {
		color: #a1a1a1;
		color: none;
		outline: none;
		text-decoration: none;
		font-weight:normal;
		}
	h1, h2, h3, h4 {
	
		font-stretch: normal;
		font-variant: normal;
		font-weight: normal;
		font-style: normal;
		}
	h1 {
		font-family: 'Neuton', serif;
		font-size: 1.875em; /* 30px */
		line-height: 1.13333em; /* 34px; */
		padding-bottom:10px;
		color: #000;
		text-transform: uppercase;
		font-style:italic;
	
		}
	h2 {
		color: #000;
		font-family: 'Palatino Linotype', serif;
		font-size: 20px;
		
		}
		
	h3 {
    	font-family: 'Palatino Linotype', serif;
		font-size:18px;
    	font-weight:normal;
    	line-height:1.35;
    	margin-bottom:5px;
		color: #000;
		margin-top:41px;
		}
	h4 {
		font-family: 'Palatino Linotype', serif;
		font-size: .9375em; /* 15px */
		line-height: 20px;
		color: #000;
		
		text-transform: none;
		margin-left: none;
		}
		
	h5 {
			font-family:Arial;
			font-size: 12px;
			line-height: 20px;
			color: #353535;
			
			text-transform: none;
			margin-left: none;
			}	
		
	p {
		font-size: 13px;
		line-height: 18px;
		margin-left: none;
		font-weight: normal;
		font-family: arial;
		font-color:#000;
		}
	
	


/*--------------------------------------------------------------------------------------------------------------------------------
Global Styles
--------------------------------------------------------------------------------------------------------------------------------*/

body {


	}

.main {
	margin-bottom: auto;
	    margin-left: auto;
	    margin-right: auto;
	    margin-top: auto;
	    max-width: 960px;
	    min-width: 320px;
	    padding-bottom: 0;
	    padding-left: 10px;
	    padding-right: 10px;
	    padding-top: 0;
	    width: 100%;
}



#container{
	background: #FFF;
	margin:auto;
	font-family:Georgia, "Times New Roman", Times, serif;		
}

ul, li {
	font-family: 'Neuton', serif;
    list-style-type: none;
	font-weight:normal;
}

.shadow {
	-moz-box-shadow: 3px 3px 4px #999999;
	-webkit-box-shadow: 3px 3px 4px #999999;
	box-shadow: 3px 3px 4px #999999;
}


.shadow {
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}


/*--------------------------------------------------------------------------------------------------------------------------------
Main Page
--------------------------------------------------------------------------------------------------------------------------------*/

.alexa-white{
	margin: auto;
	text-align:center;
	margin-top: 40px;
	

}

.mainlinks {
	float:left;
}

.candlelink {
	font-family: 'Palatino Linotype', serif;
	color:#fff;
	font-size: 20px;
	
}


#enterlinks {
	margin-top:70px;
	text-align:center;
	

}


.hairlink {
	padding-left:60px;
	width: 300px;
	color:#fff;
	font-size: 20px;

	
}

#thephoto04 {
	opacity: 0.4;
	filter:alpha(opacity=40);
	
}
.logo-white {
	margin: auto;
	width:320;
	margin-top:50px;
	text-align:center;
}


.fade {
	visibility: hidden;
}

.fadedividerwhite {
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
	width: 190px;
	height:1px;
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 49%, rgba(255,255,255,0.98) 50%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(49%,rgba(255,255,255,1)), color-stop(50%,rgba(255,255,255,0.98)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 49%,rgba(255,255,255,0.98) 50%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 49%,rgba(255,255,255,0.98) 50%,rgba(255,255,255,0) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 49%,rgba(255,255,255,0.98) 50%,rgba(255,255,255,0) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
	background: linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 49%,rgba(255,255,255,0.98) 50%,rgba(255,255,255,0) 100%); /* W3C */
	
}


/*--------------------------------------------------------------------------------------------------------------------------------
Top Header & Hero Styles
--------------------------------------------------------------------------------------------------------------------------------*/
#top {
	height: 100px;
	text-align: center;
	width: 920px;
	margin: auto;
	
}




#logo h1 {
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 34px;
	
	padding-bottom: 15px;
	padding-top: 40px;
	float:left;
}

#tagline {
	color: #CDCDCD;
	text-transform: uppercase;
	font-size: 16px;
	padding-top: 35px;
	padding-left: 5px;
	float: left;	
	
}

.sign-up {
	float: right;	
	text-align: left;
	margin-right: 20px;
	font-style: uppercase;
	margin-top:50px;
	
}

.sign-up h4 {
	font-family: 'Palatino Linotype', serif;
	font-size: 13px;
	font-weight:bold;
	font-style: uppercase;
	color: #000;
	float:left;
	text-align: right;
}




/*--------------------------------------------------------------------------------------------------------------------------------
Nav Styles
--------------------------------------------------------------------------------------------------------------------------------*/
.mainnav {

	height:38px;
	font-family: 'Palatino Linotype', serif;
	background-color:#000;
	background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.24, #0C0C00),
	    color-stop(0.62, #171717),
	    color-stop(0.81, #1F1F1F)
	);
	background-image: -moz-linear-gradient(
	    center bottom,
	    #0C0C00 24%,
	    #171717 62%,
	    #1F1F1F 81%
	);

}




.mainnav ul {
		margin: auto;
	    list-style-image: none;
	    list-style-position: outside;
	    list-style-type: none;
		text-align: center;
		font-size: 13px;
		font-family: 'Palatino Linotype', serif;
		color: #fff;
		padding-left:103px ;
		line-height: 1.3846em; /* 18px */
		width: 925px;
		letter-spacing: .08em;
		font-weight:normal;
		
	}

.mainnav li {
		
	    float: left;
		padding-top: 11px;
		font-weight:normal;
	}

.mainnav a {
		
		
		font-weight:normal;
		}



.divider {
	height: 36px;
	width: 1px;
	background-color:#1d1d1d;
	float:left;
	padding-top: none !important;
	margin-left: 35px;
	margin-right: 35px;
	
}




/*--------------------------------------------------------------------------------------------------------------------------------
Main Content Styles
--------------------------------------------------------------------------------------------------------------------------------*/

#content ul {
	list-style-type:none;
	margin-left:0;
	width:100%;
}

#content {
	width: 920px;
	margin: auto;
}

#centralimg {
	padding-left:100px!important;
}

#photodivTwo {

	float:left;
}


#photoimgTwo {
	background-repeat: no-repeat;
	background-image: url(..img/backcandle_1.jpg);
	background-attachment: fixed;

}

.shopnow h4 {
	font-size: 13px;
	font-family: 'Palatino Linotype', serif;
	color: #000;
	float:left;
	text-decoration: underline;
	text-align: right;
	padding-top: 18px;
}

  




/*--------------------------------------------------------------------------------------------------------------------------------
About Styles
--------------------------------------------------------------------------------------------------------------------------------*/
#about {
	margin: auto;
	margin-top: 40px;
	padding-left: 50px;

}


.bio p {
	width: 270px;
	height: 387px;
	margin-bottom:50px; 
	float:left;
	font-size:13px;
	text-align: justify;
	padding-top:20px;

}

#bioimg {
	text-align: center;
	float: left;
	width: 270px;
	height: 387px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 40px;
}


/*--------------------------------------------------------------------------------------------------------------------------------
Collection Styles
--------------------------------------------------------------------------------------------------------------------------------*/
#collection {
	
	width:600px;
	height:420px;
	padding:10px;
	margin:0 auto;
	position:relative;
	z-index:0;
	
}


.slides_container {
	padding-left: 10px;
    width:540px;
    height:320px;

  }


.slides_container div {
    width:540px;
    height:320px;
    display:block;

  }

#frame {
	margin-top:45px;
	padding-left: 30px;
	position:absolute;
	z-index:0;
	width:740px;
	height:400px;
	top:-4px;
	left:-70px;
	
}
/*
	Slideshow
*/

#slides {
	margin-top:50px;
	position:absolute;
	top:15px;
	left:60px;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:530px;
	overflow:hidden;
	position:relative;
	display:none;

}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	width:570px;
	height:270px;
	display:block;
}

.slides_container a img {
	display:block;
}

/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:107px;
	left:-39px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:585px;
}
/*
	Pagination
*/

.pagination {
	margin-top:10px;
	width:100px;
	padding-left:0px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
	
	
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../img/pagination.png);
	background-position:0 0;
	float:right;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}


.collection_btn {
	
	
	
}

.collection_btn ul {
	padding-left: 120px;
	
}

.collection_btn li {

	float:left;
	height:80px;
	width: 135px;
	margin-left:3px;

	
}

.maindescription {
	margin-left:220px;
	width: 500px;
	text-align:center;
	padding-bottom:20px;
}

#shop-button {
	height: 208px;
	float:right;
	padding-top: 20px;
	margin-right: 20px;
	
}
#shop-online {
	width: 120px;
	height: 111px;
	background-image: url('../img/shoponline.png');
	display: block;
	
}

#shop-online:hover{
	  background-position: 0 -111px;
}

/*--------------------------------------------------------------------------------------------------------------------------------
The Candle Styles
--------------------------------------------------------------------------------------------------------------------------------*/

#backlinks {
	margin-left:50px;
	padding-top: 20px;
	color: #000;
	text-transform: uppercase;
	font-size:13px;

}

#backlinks li {
	float:left;

}



.backarrow {
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	
}

#backlinks a {
	color:#000;
	text-decoration:underline;

}


#thecandles {
	margin-top: 20px;
	margin-left:50px;
	padding-bottom: 20px;
	
}

.product {
	width: 260px;
	float: left;
	
}

.description {
	margin-top: 40px;
	width: 276px;
	float: left;
	padding-left: 10px;
	
}



.descriptionTwo {
	float:left;
	padding-top:10px!important;
	font-size: 14px!important;

	
}




.descriptionTwo h3 {
	margin-top:0px;
	
}

.buy {
	width: 260px;
	float: left;
	padding-left: 20px;
	padding-top: 30px;
}

#photodiv {
 	float:left;
	
}

#photoimg {
	background-repeat: no-repeat;
	background-image: url(..img/collection/thecandle/alexa_box_main.jpg);
	background-attachment: fixed;
	
}

.shopOne {
	padding-left:35px;
	z-index: 100;
	padding-top: 30px;
	
}



.shopTwo {
	padding-left:35px;
	z-index: 100;
	padding-top:15px;
}



.shopTwoTwo {
	padding-left:35px;
	z-index: 100;
	padding-top:60px;
}


.shop_title {
	float:left;
	z-index:5;
	position:absolute;
	
	
}

.shopstuff {
	float:left;
	
}

.prices {
	float:left;
	padding-top:50px;
	
}

.prices p {

	font-size:12px;
	font-weight:900;
	font-family:Arial;
	text-transform: uppercase;
	color:#383838;

	
}

.prices h1 {
	font-family:Georgia;
	font-size:22px;
	font-weight:normal;
		color:#000;
	text-transform: uppercase;


	
	
}



/*--------------------------------------------------------------------------------------------------------------------------------
Special Edition Styles
--------------------------------------------------------------------------------------------------------------------------------*/
#photodivThree{
 	float:left;


	
	
}

#photoimgThree {
	
	background-repeat: no-repeat;
	background-image: url(..img/collection/sepcial_edition/bois_dalexa_box.jpg);
	background-attachment: fixed;
	
}

.inspiration {

	text-align: center;
	font-style: italic;


}


/*--------------------------------------------------------------------------------------------------------------------------------
Tau Styles
--------------------------------------------------------------------------------------------------------------------------------*/

.tau {
	margin-bottom: 60px;
	margin-left: 40px;

}

.descriptionTau {
	margin-top: 80px;
	width: 300px;
	float: left;
	padding-left: 10px;
	margin-bottom: 40px;
	
}





.productTau {
	width: 220px;
	float: left;
	padding-top:50px
	
}


#buytau {
	width: 260px;
	float: left;
	padding-left: 20px;
	padding-top: 85px;
}



#pr_tau h3 {
	
	line-height: .2em;
	
}


#ivanka_quote {
	text-align: center;
	 
	
}

.proceeds_quote p {
	margin-top: -40px;
	font-size: 13px;
	text-align: center;
}

/*--------------------------------------------------------------------------------------------------------------------------------
Colette Styles
--------------------------------------------------------------------------------------------------------------------------------*/

.colette {
	margin-bottom: 60px;
	margin-left: 80px;

}

.descriptioncolette {
	margin-top: 40px;
	width: 0px;
	float: left;
	margin-bottom: 40px;
	
}


.descriptiontwocolette {
	padding-top: 50px;
	width: 310px;
	float: left;
	padding-left: 10px;
	margin-bottom: 40px;
	
}


.productcolette {
	width: 450px;
	float: left;
	padding-top:50px
	
}


.buycolette {
	text-align:center;
	line-height: 28px;
	margin-left: -100px;

	
	
}





/*--------------------------------------------------------------------------------------------------------------------------------
blog Styles
--------------------------------------------------------------------------------------------------------------------------------*/

.blog {
	text-align:center;
	background-repeat: no-repeat;
	width: 400px;

	margin-left:auto;
	margin-right:auto;
	margin-top: 70px;
	
}

/*--------------------------------------------------------------------------------------------------------------------------------
Contact Styles
--------------------------------------------------------------------------------------------------------------------------------*/


#contact {
	float:left!important;
	width:810px;
	padding-left: 120px;
	padding-top:40px;
	
}

.address {
	float:left;
	padding-right:160px;
	padding-left:20px;
}

.form-label{
    width:136px !important;
	
}
.form-label-left{
    width:136px !important;
}
.form-line{
    padding:10px;
}
.form-label-right{
    width:136px !important;
}
.form-all{
	float:left;
    width:400px;
    color:#000000 !important;
    font-family:Arial;
    font-size:12px;
	width:400px!important; 
	padding-left:20px;

}

.form-all li {
	font-family: Arial;
	font-size: 12px;
	color:#666666 ;
}

.separator {
	margin-top:40px;
	background:#ddddd3;
	width:1px;
	height: 370px;
	float:left;
}
/*--------------------------------------------------------------------------------------------------------------------------------
Press Styles
--------------------------------------------------------------------------------------------------------------------------------*/


.press {
	margin-top: 40px;
	padding-bottom: 10px;
	margin-left: 50px;

}
.press2 {
	padding-bottom: 10px;
	margin-left: 50px;
}
.fader {
	-moz-box-shadow: 2px 2px 3px #999999;
	-webkit-box-shadow: 2px 2px 3px #999999;
	box-shadow: 2px 2px 3px #999999;
	margin-right:25px;
	margin-top:15px;
	width: 94px;
	height:124px;
}

.fadertwo {
	-moz-box-shadow: 2px 2px 3px #999999;
	-webkit-box-shadow: 2px 2px 3px #999999;
	box-shadow: 2px 2px 3px #999999;
	margin-top:15px;
}

.arrows {
	padding-right:50px;
	float:right;
	font-size:30px;
	font-family:arial;
	color: #cccccc;
	font-weight:bold;
}

.arrows a{
	text-decoration: none!important;
	color: #000000!important;
}

.blank {
	padding-bottom:125px;
}

#webpress {
	font-family:Arial!important;
	padding-top:40px;
	line-height:20px;
	text-align: center;
	
}

#webpress a {
	font-family:arial;
	text-align: center;
	
}



/*--------------------------------------------------------------------------------------------------------------------------------
Stores Styles
--------------------------------------------------------------------------------------------------------------------------------*/

.stores {
	margin-left: 50px;
	margin-top:20px;
	top: 40;
	

	
}



.fadedivider {
	width: 170px;
	height:1px;
	background: -moz-linear-gradient(left, rgba(0,0,0,0.01) 0%, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.01)), color-stop(50%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.01) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(0,0,0,0.01) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,0) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(left, rgba(0,0,0,0.01) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,0) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
	background: linear-gradient(left, rgba(0,0,0,0.01) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,0) 100%); /* W3C */
	
}


.fadedividerTwo {
		width: 450px;
		float:right;
		height:1px;
		background: -moz-linear-gradient(left, rgba(0,0,0,0.01) 0%, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.01)), color-stop(50%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(left, rgba(0,0,0,0.01) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(left, rgba(0,0,0,0.01) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,0) 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(left, rgba(0,0,0,0.01) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,0) 100%); /* IE10+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
		background: linear-gradient(left, rgba(0,0,0,0.01) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,0) 100%); /* W3C */
i
}

.stores h3 {
	font-family: 'Palatino Linotype', serif;
	font-size:16px;
	color: #000;
	line-height: 1.2em;
	}


	/* allow room for 3 columns */
.wrapper ul
	  {
	    width: 400px;
	  }

	  /* float & allow room for the widest item */
.wrapper ul li 
	  {
		width: 200px;
	    float:left;
		color:#000!important;
		font-family: 'Arial';
	  }


	  /* separate the list from subsequent markup */
.wrapper
	  {
	    margin-bottom: 1em;
	  }




.countries {
	margin-top:35px;
	height: 430px;
	margin-right: 30px;
	width:200px;
	float:left;
}

.countries a {
 color: #000;
font-weight: bold;
}


.countries a:hover {
 color: #666666;
font-weight: bold;
}

.display {
	
	display:none;

}




/*--------------------------------------------------------------------------------------------------------------------------------
Footer Styles
--------------------------------------------------------------------------------------------------------------------------------*/

.foot ul {
		margin-left: auto;
		margin-right:auto;
	    list-style-image: none;
	    list-style-type: none;
		text-align: center;
		font-size: 11px;
		font-family: 'Palatino Linotype', serif;
		color: #000;
		line-height: 28px;
		font-weight: normal;
		letter-spacing: .05em;
		width: 700px;
		
		
	
	}


.foot li {
			margin: auto;    
			float:left;
			padding-top: 60px;
		}

.foot a {
			color: #000;
			text-decoration: underline;
			
				}

.divider2 {
			height: 15px;
			width: 1px;
			margin-top: 65px;
			background-color:#000;
			float:left;
			margin-left: 20px;
			margin-right: 20px;

		}