@charset "UTF-8";
/* CSS Document */
/* Spellbound Soapworks Primary Styles */


body {
	background-image:url(../images/backgrounds/background_body.png);
	background-position:top center;
	background-repeat:repeat-y;
	font-family:Tahoma, Geneva, sans-serif;
	color:#444;
	font-size:87%;
	}

h1 {
	font-size:2em;
	color:#000;
	}
h2 {
	font-size:1.6em;
	line-height:1.8em;
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
h3 {
	font-size:1.4em;
	line-height:1.8em;
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
h4 {
	font-size:1.1em;
	line-height:1.6em;
	color:#000;
	}
	
p, dt, dd {
	font-size:1em;
	line-height:1.4em;
	margin-bottom:1em;
	}

a:link, a:visited { color:#586F73; }
a:active, a:hover { color:#8DB0B6; }

/* HEADER */

#header {
	margin-top:4em;
	margin-bottom:4em;
	position:relative;
	height:240px;
	}

h1 {
	background-image:url(../images/logos/logo.png);
	background-position:top left;
	background-repeat:no-repeat;
	width:465px;
	height:222px;
	text-indent:-1000em;
	}

#header .grid_10 {
	
	position:relative;
	}

#header a:link, #header a:visited {
	text-decoration:none;
	color:#444;
	}
	
#header a:hover, #header a:active {
	text-decoration:none;
	color:#444;
	}

#header li {
	list-style-type:none;
	}

#navigationPrimary {
	position:absolute;
	top:0;
	left:580px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	}
#navigationSecondary {
	position:absolute;
	top:210px;
	left:165px;
	font-family:Georgia, "Times New Roman", Times, serif;
	}

#navigationSecondary li {
	display:inline;
	margin-right:20px;
	}

#navigationPrimary li a {
	display:block;
	height:17px;
	width:120px;
	text-indent:-1000em;
	background-image:url(../images/navigation/navigationPrimary.jpg);
	background-repeat:no-repeat;
	}

li.soapGlycerin, li.soapBar, li.scrubs, li.roomscents, li.perfumes, li.lotions, li.lips, li.bath, li.accessories {
	margin:0 0 6px 0;
	}

#navigationPrimary li.soapGlycerin a { background-position: -10px -10px; }
#navigationPrimary li.soapBar a { background-position: -10px -30px; }
#navigationPrimary li.scrubs a { background-position: -10px -50px; }
#navigationPrimary li.roomscents a { background-position: -10px -70px; }
#navigationPrimary li.perfumes a { background-position: -10px -90px; }
#navigationPrimary li.lotions a { background-position: -10px -110px; }
#navigationPrimary li.lips a { background-position: -10px -130px; }
#navigationPrimary li.bath a { background-position: -10px -150px; }
#navigationPrimary li.accessories a { background-position: -10px -170px; }

#navigationPrimary li.soapGlycerin a:hover { background-position: -130px -10px; }
#navigationPrimary li.soapBar a:hover { background-position: -130px -30px; }
#navigationPrimary li.scrubs a:hover { background-position: -130px -50px; }
#navigationPrimary li.roomscents a:hover { background-position: -130px -70px; }
#navigationPrimary li.perfumes a:hover { background-position: -130px -90px; }
#navigationPrimary li.lotions a:hover { background-position: -130px -110px; }
#navigationPrimary li.lips a:hover { background-position: -130px -130px; }
#navigationPrimary li.bath a:hover { background-position: -130px -150px; }
#navigationPrimary li.accessories a:hover { background-position: -130px -170px; }
	
#navigationSecondary li {
	margin-right:20px;
	display:inline;
	font-size:.9em;
	}




/* CONTENT */
#content {
	margin-bottom:20em;
	}	
	
	
.clear { clear: both; }


/* Home */

.splash {
	text-align:center;
	}

img#soapSplash {
	margin:0 auto 5em auto;
	}


/* Store Objects */

.indexList div.container_12 div {
	margin-bottom:3em;
	}

.indexList div.container_12 div.grid_2 {
	text-align:right;
	}


h2 a:link, h2 a:visited { text-decoration:none; }

dl { margin:0 0 5em 0; clear:both; } 
dd { padding:0; }
dl dd.productNotes { font-weigth:normal; line-height:1.6em; }
dl dd.outOfStock { font-weight:bold; color:#990000; }
dl dd.productPrice { font-weight:bold; }
dl span {  font-weight:bold; color:#666; }
dl dd.buy select {
	clear:both;
	display:block;
	margin-bottom:1em;
	}

dd.productImage { float:left; margin:10px 10px 20px 0; }

/* About */
img.imageStaff { float:right; margin-left:20px; margin-bottom:20px; border:1px solid #444; }
dl.faq dt, dl.fragrances dt { font-weight:bold; }
dl.fragrances dt { margin-bottom:0.25em; }
dl.fragrances dd { margin-top:0; }

blockquote { margin:0 1em; padding:0; font-style:italic; }
cite { display:block; margin-left:1em; margin-right:1em; margin-bottom:2em; padding:0; }

iframe { margin-bottom:2em; }

dl.faq dt {
	margin-bottom:0.25em;
	}


/* FOOTER */
#footer { margin-bottom:10em; padding:0 0 10em 0; text-align:center; }
#footer p { font-size:0.8em; text-align: center; color:#888; margin-bottom:1em; }
#footer #partnered, #footer #poweredby {
	margin:0 auto 1em auto;
	}
#footer #partnered img {
	margin:0 .5em;
	vertical-align:middle;
	}
	
/* Gone Fishin */
.gone_fishing { font-weight:bold; color:#900; }


