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

/*Basic HTML Styles*/

body {
	margin:0px;
	padding:0px;
	background: #000;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	color: #222222;
	
}

h1, h2, h3, h4, h5, h6 {
margin: 0px;
padding: 0px;
}
h1 {
	font-size: 1.6em;
	text-transform:uppercase;
	font-weight: normal;
	padding-top: 50px;
	padding-bottom: 30px;	
	color: #e0dedb;
}
h2 {
font-size: 1.8em;
color: #e0dedb;
font-weight: normal;
}
p {
margin: 0px 0 20px 0;
font-size: 1.6em;
color: #e0dedb;
line-height: 1.4em;
}

:focus {
	outline: 0;
}
img {
border: 0px;
}
ol, ul {
	list-style: none;
}
ul {
margin: 0px;
padding: 0px;
}
li {
margin: 0px;
padding: 0px;
}
a {
text-decoration: none;
color:#c29b64;
}
a:hover {
	text-decoration: underline;
}
.clear {
	clear:both;
}

/*End of Basic HTML styles*/

/*Containers*/

#container{
	margin: 0px auto;
	width: 1000px;
	
}
#page {
	background: #5c5349 url(images/containerBgGradient.jpg) repeat-x;
	width: 960px;
	height: auto;
	overflow:hidden;	
	float: left;
	padding: 20px 20px 60px 20px;
	margin:0;
}
#containerPage {
	width: 960px;
	height: auto;
	overflow:hidden;	
	float: left;
	padding: 0;
	margin:0;	
	background: url(images/blogPage-bg.jpg) repeat-y;
}

/* ---Header--- */
.logo {
	width:123px;
	height:126px;
	top: 35px;
	text-indent:-9999px;
	overflow:hidden;
	margin:0;
	background: url(images/headerLogo.png) no-repeat;
	position:relative;
}


#headerIndex {
	position: relative;
	width: 1000px;
	height: 850px;
	margin:0;
	padding: 0;
}
#header {
	position: relative;
	width: 1000px;
	height: 520px;
	margin:0;
	padding: 0;
}
#headerLeft {
	position: absolute;
	top: 0;
	left: 0;
	width: 380px;
	height: 520px;
	margin: 0;
	padding:0;
	background: url(images/headerBgLeft.jpg) no-repeat;
	z-index: -1;
}
#headerMid {
	position: absolute;
	top: 0;
	left: 380px;
	width: 188px;
	height: 520px;
	z-index: 2;
}
#headerRight {
	background: #24201a;
	position: absolute;
	top: 0;
	left: 380px;
	width: 620px;
	height: 520px;
	margin: 0;
	padding:0;
}
/* Homepage Slideshow Styles */
a.jsslide { display:block; height:520px; width:620px;}
a.jsslide img { height:520px; width:620px;}

div#homeFeat { height:520px; width:620px }
div#homeFeatImgs { height:520px; width:620px; z-index:0;}

/*  ---NAVIGATION--- */
#nav {
	position: absolute;
	top: 0;
	left: 10px;
	width: 520px;
	height: 35px;
	padding: 0;	
	margin: 0;
	z-index: 3;
}
#nav li {
	float: left;
	display: inline;
	padding: 10px 20px 0 0px;
}
#nav li a {
	color: #222;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 15px;
	text-decoration: none;
}
#nav li a:hover {
	text-decoration: underline;
}

.horizontal_menu {
        padding: 0;
        margin: 0;
	position: absolute;
	top: 160px;
	left: 0px;
	z-index: 3;
      }
.horizontal_menu li {
        list-style: none;
        margin: 0px;
        padding: 3px 0 3px 10px;
	letter-spacing: 2px;
      }
.horizontal_menu li a {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
        text-decoration: none;
        color: #000;
        font-weight: bold;
      }
.horizontal_menu li:hover {
        background: url(images/btnBg.png) repeat-y;
      }
/* Home ImgNav */
#imgNav {
  position: relative;
  margin: 0;
  padding: 0;
  
}
#imgNav li {
  float: left;
  overflow: hidden;
}
#imgNav li a {
	position: absolute;
	top: 520px;
	margin:0;
	padding: 0;
	display: block;
	height: 330px;
	background: #24201a url(images/imgNav.jpg) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1%;
}
li#imgNav_bottles a {
	left: 0;
	width: 240px;
	background-position: 0 0;
}
li#imgNav_jewelry a {
	left: 240px;
	width: 180px;
	background-position: -240px 0;
}
li#imgNav_candles a {
	left: 420px;
	width: 251px;
	background-position: -420px 0;
}
li#imgNav_bath a {
	left: 671px;
	width: 329px;
	background-position: -671px 0;
}
li#imgNav_bottles a:hover {
	background-position: 0 -330px;
}
li#imgNav_jewelry a:hover {	
	background-position: -240px -330px;
}
li#imgNav_candles a:hover {	
	background-position: -420px -330px;
}
li#imgNav_bath a:hover {
	background-position: -671px -330px;
}
/* end Home ImgNav */
/* ---END NAVIGATION--- */

/* Home About and FAQ */

.aboutLeft {
	float: left;
	width: 310px;
	padding: 0;
	margin: 0;
}
.aboutRight {
	float: left;
	width: 630px;
	margin: 0 0 0 20px;
}
.aboutRightPhotoText {
	float: left;
	width: 380px;
	margin: 0 0 0 20px;
}
.aboutRightPhoto {
	float: left;
	width: 210px;
	margin: 0 0 0 20px;
}
.faqLeft {
	float: left;
	width: 630px;
	margin: 0 20px 0 0px;
}
.faqRight {
	float: left;
	width: 310px;
	padding: 0;
	margin: 0;
}
.faqRight p {
	font-size: 1.4em;
	color: #b2a695;
	padding: 0;
	margin: 0;
	padding-top: 50px;	
	line-height: 1.6em;
	text-align: left;	
}
.textRight {
	float: right;
	width: 310px;
	padding-bottom: 50px;
}
.textRight p {
	font-size: 1.4em;
	color: #b2a695;
	padding: 0;
	margin: 0;
	padding-top: 5px;	
	
	line-height: 1.6em;
	text-align:right;	
}
/* End Home Page Stuffs */

/* Contact */
#sidebar {
	float: left;
	width: 310px;
	margin: 40px 0px 20px 20px;
}

#contactContent {
	float: left;
	width: 570px;
	margin: 40px 0px 20px 50px;
	padding: 0px;
	color: #e0dedb;
}

/* Wholesale */
#wholesaleContent {
	float: left;
	width: 860px;
	margin: 40px 50px 20px 50px;
	padding: 0px;
	color: #e0dedb;
}

/* ---Footer--- */
#footer {
	float: left;
	width: 1000px;
	height: 75px;
	background-color: #252525;
	padding: 0;
	margin: 0;
}
.footerNav {
	width: 695px;
	height: 35px;
	padding: 0;	
	margin-left: 305px;
}
.footerNav li {
	float: left;
	display: inline;
	padding: 10px 20px 0 0px;
}
.footerNav li a {
	color: #ddd;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.footerNav li a:hover {
	text-decoration: underline;
}
#subFooter {
	float: left;
	width: 1000px;
	height: 200px;
	margin-top: 5px;
	
}
#copyright {
	float: left;
	width: 530px;
	font-size: .8em;
	color:#5c5349;
	height: 20px;
}
#created {
	float: right;
	width: 470px;
	height: 20px;
	background: url(images/dzinepod-created.png) 100% 0 no-repeat;
	text-align: right;
	line-height: 1.8em;
	font-size: 11px;
	
}
#created a {	
	color: #000;
	padding-right:30px;
}
#created a:hover {
	text-decoration:none;
	color:#5c5349;
}
.footerSocial {
	float:right;
	margin-right: 10px;
	width: 28px;
	height: 29px;
}

