/* ----------------------------------------------- 
	Rocky Mountain Soap Company Stylesheet
	Author: Justin Luk
	Updated on: April 11 2008

	SECTIONS (Find using '='):
	=GLOBAL RESET
	=BASIC ELEMENTS
	=CONTAINER
	=HEADER
	=BANNERS
	=CONTENT-WRAPPER
	=CONTENT-WRAPPER (MULTIPAGE LANDING)
	=CONTENT-WRAPPER (OUR STORY)
	=CONTENT-WRAPPER (BE MINDFUL)
	=SIDEBAR-NAV
	=SIDEBAR-NAV (NO SIDEBAR)
	=CONTENT
	=CONTENT (MULTIPAGE LANDING)
	=CONTENT (SINGLEPAGE LANDING)
	=CONTENT-LEFT (BE MINDFUL)
	=CONTENT-RIGHT (BE MINDFUL)
	=CONTENT (OUR STORY)
	=CONTENT-LEFT (OUR STORY)
	=CONTENT-RIGHT (OUR STORY)	
	=CONTENT (PRODUCT LISTING)
	=CONTENT-LEFT (PRODUCT-DESCRIPTION)
	=CONTENT-RIGHT (PRODUCT-DESCRIPTION)
	=CONTENT (INGREDIENT LISTING)
	=CONTENT-LEFT (INGREDIENT-DESCRIPTION)
	=CONTENT-RIGHT (INGREDIENT-DESCRIPTION)
	=FOOTER
	=CLASSES
	
-------------------------------------------------- */

/* ----------------------------------------------- 
	=GLOBAL RESET 
   ----------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
/* remember to define focus styles! */
:focus { outline: 0; }
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul { 
	list-style: none; 
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after { 
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* ----------------------------------------------- 
	=BASIC ELEMENTS
   ----------------------------------------------- */
body {
	background:	#41210c;
	text-align: center;
	font: 11px arial, helvetica, sans-serif;
	color: #948671;
}

a:link,
a:visited { 
	color: #617B80; 
	text-decoration: none; 
}
	a:hover { text-decoration: underline; }
strong { font-weight: 700; }
p { 
	margin-bottom: 12px; 
	line-height: 1.6em;
}

h1,
h2,
h3,
h4 { line-height: 1.2em; }
h1 { 
	color: #617B80; 
	font-size: 30px; 
	margin-bottom: 12px;
}
h2 {
	font-weight: 700;
	font-size: 14px;
	color: #571d1f;
}
h3 {
	text-transform: uppercase;
	color: #571d1f;
}
h4 { 
	color: #948671;
	font-weight: 700;
}

hr {
	border: none 0;
	border-top: 1px solid #d9d9d9; /*the border*/
	width: 100%;
	height: 1px; /*whatever the total width of the border-top and border-bottom equal*/
	clear: both;
}

/* -- Input styles ------------------------------- */
input.field {
	border: 1px solid #999999;
	color: #948671;
	padding-left: 10px;
}
input.submit {
	background: #4e2300;
	text-indent: -500000px;
	margin: 0;
	padding: 0;
	overflow: visible;
	border: none;
}

/* -- Table styles ------------------------------- 
table { 
	width: 100%; 
	margin-bottom: 12px;
}
th {
	border-bottom: 1px solid #42210b;
	text-transform: uppercase;
	padding-bottom: 3px;
}
td { 
	padding: 6px 0;
}
tr.last-row td { border-bottom: none; }
tr.total td { 
	border-bottom: none; 
	border-top: 1px solid #42210b;	
}*/

/* -- Alternative table style -------- */
div.alt-table {	margin-bottom: 12px; }
div.alt-table th { 
	color: #42210b; 
	text-transform: none; 
}
div.alt-table td { 
	border-bottom: none;
	padding: 0;
}
div.alt-table h2 { 
	font-weight: 400;
	text-transform: uppercase; 
	margin-bottom: 4px;
	font-size: 11px;	
}

div.alt-table .spacer { 
	border-bottom: none;
	width: 25px;
}
div.alt-table .table-wrapper { 
	padding: 10px 24px; 
	background: #f6f2e0;
	border-top: 1px solid #42210b;	
}
div.alt-table .table-wrapper table { margin-bottom: 0; }
div.alt-table .table-wrapper h2 {
	border-bottom: 1px solid #b3b3b3;
}

/* ----------------------------------------------- 
	=CONTAINER
   ----------------------------------------------- */
#container {
	margin: 0 auto;
	width: 970px;	
	text-align: left;
}

/* ----------------------------------------------- 
	=HEADER
   ----------------------------------------------- */
#header {
	background:	transparent url(/ir/clients/rms/2008/images/header/header-bg.jpg) no-repeat;
	height: 123px;
	position: relative;
}
#rms-logo {
	position: absolute;
	margin: 0px 0 0 397px;	
}
#utility-nav { 
	position: absolute; 
	top: 15px;
	right: 0;
}
	#utility-nav li {
		float: left;
		margin-right: 17px;
		border-right: 1px solid #fff;
	}
	#utility-nav li a {
		display: block;
		float: left;
		margin-right: 17px;
		text-decoration: none;
		color: #fff;
	}
	#utility-nav li a:hover { text-decoration: underline; }
	#utility-nav li.cart { 
		margin-right: 0;
		border: none;
	}
	#utility-nav li.cart a { 		
		background: transparent url(/ir/clients/rms/2008/images/header/cart.gif) no-repeat 55px 1px;
		width: 70px;
		margin-right: 0;
	}
#main-nav { 
	position: absolute;
	margin-top: 16px;
	height: 29px;
	left: 0;
	bottom: 0;
}
* html #main-nav { bottom: -1px; } /* IE6 Hack */
	#main-nav li {
		float: left;
		margin-right: 20px;
		text-transform: uppercase;
		padding: 0;
		margin: 0;
	}
	#main-nav a#nav-mindful,
	#main-nav a#nav-story,
	#main-nav a#nav-shopping{
		display: block;
		float: left;
		color: #fff;
		text-decoration: none;
		height: 29px;
		line-height: 2.5em;
		text-indent: -500000px;
	}
	
	#main-nav a#nav-mindful { 
		background: transparent url(/ir/clients/rms/2008/images/header/nav-mindful.gif) no-repeat bottom left; 
		width: 183px;
	}
	#main-nav a#nav-story {
		background: transparent url(/ir/clients/rms/2008/images/header/nav-story.gif) no-repeat bottom left; 
		width: 95px;
	}
	#main-nav a#nav-shopping {
		background: transparent url(/ir/clients/rms/2008/images/header/nav-shopping.gif) no-repeat bottom left; 
		width: 117px;
	}
	#main-nav a#nav-mindful:hover,
	#main-nav a#nav-mindful.active { 
		background-position: top left; 
		background-color: #593c29;
	}
	#main-nav a#nav-story:hover,
	#main-nav a#nav-story.active { 
		background-position: top left; 
		background-color: #593c29;
	}
	#main-nav a#nav-shopping:hover,
	#main-nav a#nav-shopping.active { 
		background-position: top left; 
		background-color: #593c29;
	}
	
/* -- Drop down menu styles ------------------------ */
#dropdown-nav a {
	display: block;
	width: 10em;
	color: #958671;
}
#dropdown-nav a:hover {
	color: #fff;
	text-decoration: none;
}
#dropdown-nav li {
	float: left; 
	position: relative;
}
#dropdown-nav li ul {
	position: absolute;
	width: 11em; /* A width is required for the suckerfish menu to work in Opera */
	left: -9999em;
	top: 29px;
	padding: 4px 22px 4px 10px;
	background: #593c2a;
}

#dropdown-nav .shopping ul {
	position: absolute;
	width: 23em; /* A width is required for the suckerfish menu to work in Opera */
	left: -9999em;
	top: 29px;
	padding: 4px 10px 4px 10px;
	background: #593c2a;
}

#dropdown-nav li:hover ul,
#dropdown-nav li.ie-hover ul {
	left: 0;
}
#dropdown-nav li li {
	padding: 4px 20px 4px 3px;
	border-bottom: 1px solid #684e3f;
}

#dropdown-nav .shopping li {
	padding: 4px 7px 4px 7px;
	border-bottom: 1px solid #684e3f;
	float: left;
}

#dropdown-nav li li.dictoplinklast { border-bottom: none; }

/* -- /Drop down menu styles ----------------------- */
#search {
	position: absolute;
	right: 0;
	bottom: 4px;
}
* html #search { bottom: 2px; } /* IE6 Hack */
	#search-field {
		position: absolute;
		right: 33px;
		bottom: 1px;
		height: 15px;
		width: 145px;
		font-size: 12px;
	}
	#search-submit {
		border: 1px solid #806C53;
		position: absolute;
		bottom: 1px;
		right: 0;
	}
/* ----------------------------------------------- 
	=BANNERS
   ----------------------------------------------- */
/* -- Be Mindful banner styles ----------------------- */
#banner {
	border-left: 8px solid #593c29;
	border-right: 8px solid #593c29;
}

/* ----------------------------------------------- 
	=CONTENT-WRAPPER
   ----------------------------------------------- */
#content-wrapper {
	/* background: #fff url(/ir/clients/rms/2008/images/content-wrapper/top-shadow.gif) no-repeat top center; */
	background: #fff;
	border-left: 8px solid #593c29;
	border-right: 8px solid #593c29;
	border-bottom: 8px solid #593c29;
	padding: 35px 14px 64px 14px;
	margin-bottom: 14px;
	width: 926px;
	float: left;
}
#be-mindful #content-wrapper { padding-bottom: 128px; }
 
/* ----------------------------------------------- 
	=SIDEBAR-NAV
   ----------------------------------------------- */
#sidebar-nav {
	background: #fff url(/ir/clients/rms/2008/images/sidebar/sidebar-bg.jpg) no-repeat top right;
	width: 151px;
	padding-right: 19px;
	float: left;
	font-size: 11px;
}
#sidebar-nav ul li { 
	border-top: 1px solid #e6e6e6; 
	margin: 0;
	padding: 0;
	width: 150px; 
	text-transform: uppercase;
	vertical-align: bottom;
	zoom: 1;
}
#sidebar-nav li a { 
	display: block;
	color: #948671; 
	margin: 0;
	padding: 4px 10px 3px 9px;
}
#sidebar-nav li a:hover { 
	text-decoration: none; 
	background: #f6f2e0;
	color: #563F1E;
}
#sidebar-nav ul li.active { background: #f6f2e0; }
#sidebar-nav ul li.active a { font-weight: 700; }
#sidebar-nav ul ul { margin-top: 0px; }
#sidebar-nav li.active li.active a { font-weight: 700; }
#sidebar-nav li.active li a:hover { color: #563F1E; }
#sidebar-nav li.active li a:hover,
#sidebar-nav li.active li.active a { background: #eae7bd; }

#sidebar-nav ul li.active li a { 
	padding-left: 18px;
	margin: 0;
	text-decoration: none;
}
#sidebar-nav ul li li { 
	border-top: none; 
	text-transform: none;
}
#sidebar-nav ul li.active li a { font-weight: 400; }
#sidebar-nav ul li.last { border-bottom: 1px solid #e6e6e6; }



#I1002389 .aboutus, #I1002398 .locations, #I1002399 .contactus, #I1002400 .whatnatural, #I1002401 .coworkers, #I1002808 .inthenews {
	font-weight: 700;
	background: #f6f2e0;
}

#I1002390 .livingmindful, #I1002393 .whatnatural, #I1002394 .toyou, #I1002395 .toenviro, #I1002396 .toproducts, #I1002397 .mindfulness, #I1003154 .elements, #I1003155 .commitementtoyou {
	font-weight: 700;
	background: #f6f2e0;
}

/* ----------------------------------------------- 
	=SIDEBAR-NAV (NO SIDEBAR)
   ----------------------------------------------- */
#no-sidebar #sidebar-nav { 
	background: #fff url(/ir/clients/rms/2008/images/sidebar/no-sidebar-bg.gif) no-repeat top left;
	width: 193px;
	height: 470px;
	margin-left: -14px;
}
* html #no-sidebar #sidebar-nav { margin-left: -7px; } /* IE6 HACK */

/* ----------------------------------------------- 
	=CONTENT
   ----------------------------------------------- */
#content { width: 720px; float: right; margin-left: 10px; }
#product-description #content { width: 740px; }
* html #product-description #left-content { margin-left: 0px; } /* IE6 HACK */

/* ----------------------------------------------- 
	=CONTENT (MULTIPAGE LANDING)
   ----------------------------------------------- */
#multipage-landing p.callout { width: 470px; }

.multipage-landingtd { 
	width: 209px; 
	padding: 0;
}
#product-description .featured-product {
	border: 1px solid #e6e6e6;
	height: 270px;
}
#product-description .featured-product img {
	display: block;
	margin: 0 auto;
	padding: 10px 5px 5px 5px;
}
.multipage-landingspacer {
	border: none;
	width: 12px;
}
.multidescription { 
	background: #f6f2e0 url(/ir/clients/rms/2008/images/white-border-bottom.gif) repeat-x bottom;
	overflow: hidden;
	margin: 15px 0 0px 0;
	border: 5px solid #ffffff;
	border-bottom: none;
	border-top: none;
	height: 110px;
}
.multidescription .wrapper {
	border: 5px solid #fff;
	border-top: none;
	padding: 8px 10px 2008px 10px;
	margin-bottom: -2000px;
}
.multidescription h2 { 
	color: #617b80;
	margin: 6px 0 8px 6px;	
	padding: 0;
	width: 155px;
	float: left;
}
.multidescription .price { 
	color: #617b80;
	font-size: 14px;
	font-weight: 700;	
	margin: 6px 6px 8px 0px;
	clear: none;
	float: right;
}
.multidescription p {
	clear: both;
	line-height: 1.5em;
	margin: 0px 6px 6px 6px;
	padding: 0;
}
/* ----------------------------------------------- 
	=CONTENT (SINGLEPAGE LANDING)
   ----------------------------------------------- */

#singlepage-landing #content { 
	width: 720px; 
	padding-right: 10px; 
}
#singlepage-landing #content p.callout { width: 540px; }
#singlepage-landing #content h1 { margin-bottom: 4px; }
#singlepage-landing #content table {	
	border-top: 1px solid #d9d9d9; 
	border-bottom: 1px solid #d9d9d9; 
	margin-bottom: 0;
}
#singlepage-landing #content tr { border-top: 1px solid #d9d9d9; }
#singlepage-landing #content td {
	overflow: hidden;
	border-top: 1px solid #d9d9d9; 
	border-bottom: 14px solid #fff;
	height: 1%;
}
#singlepage-landing #content tr.first td { border-top: none; }
#singlepage-landing #content .product {
	width: 212px;
	float: left;
	margin: 10px 0 -2000px 0;
	border-right: 1px solid #d9d9d9;
	padding: 12px 15px 2000px 12px;
}
#singlepage-landing #content .end-row .product { border-right: none; }
#singlepage-landing #content .product p { margin-bottom: 0; }
#singlepage-landing #content .product img {
	display: block;
	margin: 0 auto;
}
#singlepage-landing #content .product .description {
	float: left;
	width: 140px;
	padding: 0 10px 2000px 0;
	margin: 8px 0 -2000px 0;
	border-right: 1px solid #d9d9d9;
}
#singlepage-landing #content .product h2 { color: #617B80; }
#singlepage-landing #content .product .cost {
	float: right;
	margin: 8px 0 0 7px;
	width: 50px;
}
#singlepage-landing #content .product .cost .price {
	font-size: 14px;
	font-weight: 700;
	color: #617B80;
}
#singlepage-landing #content .product .cost .add-cart {
	margin: 5px 0 0 -6px;
}
* html #singlepage-landing #content .product .cost .add-cart { /* IE6 HACK */
	position: relative;
	height: 1%;	 
	margin-left: -3px;
} 
/* ----------------------------------------------- 
	=CONTENT (NO SIDEBAR)
   ----------------------------------------------- */
#no-sidebar #content { 
	float: right; 
	width: 510px; 
	padding-right: 200px;
}   
   
/* ----------------------------------------------- 
	=CONTENT-LEFT (BE MINDFUL)
   ----------------------------------------------- */
#be-mindful #content-left {
	float: left;	
	width: 152px;
}

#content-left ul, #content-right ul {
	list-style-type: disc;
	list-style-position: outside;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 10px;
}

#content-left li, #content-right li {
	list-style-type: disc;
	list-style-position: outside;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 10px 0px;
}


#product-description #content-left ul, #product-description #content-right ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#product-description #content-left li, #product-description #content-right li {
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/* ----------------------------------------------- 
	=CONTENT-RIGHT (BE MINDFUL)
   ----------------------------------------------- */
#be-mindful #content-right {
	float: right;
	width: 535px;
	font-size: 14px;
}   
#be-mindful #content-right h2 {
	background-color: #ffffff; 
	color: #948671; 
	font-size: 23px;
}
	#be-mindful #content-right h2 em { 
		color: #617B95; 
		font-style: normal; 
	}
#be-mindful #content-right .block {
	width: 370px;
	margin-top: 10px;
}
#be-mindful #content-right p {
	line-height: 1.4em;
}

/* ----------------------------------------------- 
	=CONTENT (OUR STORY)
   ----------------------------------------------- */
#our-story h1 { margin-bottom: 0; }
#our-story .callout {
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 20px;
	margin: 0 10px 25px 0;
}

/* ----------------------------------------------- 
	=CONTENT-LEFT (OUR STORY)
   ----------------------------------------------- */
#our-story #content-left {
	border-right: 1px solid #d9d9d9;
	padding: 0 25px 88px 0;
	width: 495px;
	float: left;
}

/* ----------------------------------------------- 
  =CONTENT-RIGHT (OUR STORY)
   ----------------------------------------------- */
#our-story #content-right {
	width: 186px;
	float: right;
	padding-left: 0 0 88px 20px;
}
#our-story #content-right .caption {
	margin-top: 10px;
	font-size: 15px;
}
/* ----------------------------------------------- 
	=CONTENT (PRODUCT-LISTING)
   ----------------------------------------------- */
#product-listing #content { 
	width: 720px; 
	padding-right: 10px; 
}
.diccategory { 
	color: #617B80; 
	font-size: 22px; 
	border-bottom: 0px solid #d9d9d9;
	width: 750px;
	display: block;
	line-height: 10px;
	height: 30px;
}
.dicgridtable {	
	border-bottom: 1px solid #d9d9d9; 
	margin-bottom: 0;
}
.dicgridtable tr { border-top: 1px solid #d9d9d9; }
.dicgridtable td {
	overflow: hidden;
	border-top: 1px solid #d9d9d9; 
	border-bottom: 12px solid #fff;
	height: 1%;
	padding: 0 inherit;
	vertical-align: top;
}
.dicgridtable tr.first td { border-top: none; }

.product {
	width: 212px;
	float: left;
	margin: 12px 0 -2000px 0;
	border-right: 1px solid #d9d9d9;
	padding: 12px 15px 2000px 12px;
}

.end-row .product { border-right: none; }
.product p { margin-bottom: 0; }
.product img {
	display: block;
	margin: 0 auto;
}
.product .description {
	float: left;
	width: 130px;
	padding: 0 10px 2000px 0;
	margin: 8px 0 -2000px 0;
	border-right: 1px solid #d9d9d9;
}
.product h2 { color: #617B80; }
.product .cost {
	float: right;
	margin: 8px 2px 0 7px 2px;
	width: 65px;
}
.product .cost .dicprice {
	font-size: 12px;
	font-weight: 700;
	color: #617B80;
}
.product .cost .add-cart {
	margin: 5px 0 0 -6px;
}
* html .product .cost .add-cart { /* IE6 HACK */
	position: relative;
	height: 1%;	 
	margin-left: -3px;
} 
/* ----------------------------------------------- 
	=CONTENT-LEFT (PRODUCT-DESCRIPTION)
   ----------------------------------------------- */
#product-description #content-left {
	margin-left: auto;
	float: left;
}
* html #product-description #content-left { margin-left: 7px; } /* IE6 HACK */
#product-description #product-shot ul { margin-top: 5px; }
#product-description #product-shot li {
	display: inline;
	border-right: 1px solid #948671;
	padding-right: 15px;
	
}
	#product-description #product-shot li.last {
		border-right: none;
		padding: 0 0 0 12px;
	}
	#product-description #product-shot li a{
		height: 8px;
	}
#product-description #product-ingredients { border-bottom: 1px solid #D9D9D9; }
#product-description #product-ingredients h3 {
	text-transform: uppercase;
	color: #948671;
	font-size: 11px;
	margin-top: 12px;
	
}

#product-ingredients img, #recommendations img, #other-products img {
	width: 65px;
	height: 68px;
}


#product-description #product-ingredients ul {
	border-top: 1px solid #D9D9D9;
	border-bottom: 8px solid #fff;	
	overflow: hidden;
	height: 1%;
	width: 291px;
}
#product-description #product-ingredients li {
	width: 74px;
	margin: 8px 0 -2000px 6px;
	padding: 0 8px 2000px 8px;
	border-right: 1px solid #D9D9D9;	
	float: left;
}
#product-description #product-ingredients li.last {
	border-right: none;
	padding-right: 0;
}

/* ----------------------------------------------- 
	=CONTENT-RIGHT (PRODUCT-DESCRIPTION)
   ----------------------------------------------- */
#product-description #content-right {
	float: right;
	width: 410px;	
}
#product-description #product-spotlight { 
	padding: 12px 0 12px 12px;
	background: #f7f5e3; 
}
#product-description #product-spotlight h1 {
	color: #617B80;
	font-size: 34px;
	margin-left: 6px;
	margin-bottom: 0;
}
#product-description #product-spotlight .product-number {
	margin-left: 6px;
	margin-bottom: 5px;
}
#product-description #product-spotlight #product-price { margin: 0 0 10px 6px; }
#product-description #product-spotlight #product-price p { margin-bottom: 0; }
#product-description #product-spotlight #product-price p.cost strong { 
	font-size: 22px; 
	font-weight: 400;
}
#product-description #product-spotlight #product-price p.cost,
#product-description #product-spotlight #product-price p.currency-converter { display: inline; }
#product-description #product-spotlight #product-price p.currency-converter {
	border-left: 1px solid #948671;
	margin-left: 12px;
	padding-left: 15px;
}

#product-description #product-spotlight #product-tabs {
	margin: 0;
	padding: 0;
	height: 22px;
}
* html #product-description #product-spotlight #product-tabs { /* IE6 HACK */
	margin-left: -5px;
}
#product-description #product-spotlight #product-tabs li {
	float: left;
	margin: 0 0 0 5px;
}
#product-description #product-spotlight #product-tabs a {
	background: #f1edd0;
	display: block;
	width: 68px;
	height: 14px;
	padding: 5px 5px 3px 5px;
	text-align: center;
}
#product-description #product-spotlight #product-tabs a.active,
#product-description #product-spotlight #product-tabs a:hover {
	background: #fff;
	color: #948671;
	text-decoration: none;
}
#product-description #product-spotlight .tab-content {
	margin: 0;
	background: #fff;
	width: 362px;
	padding: 12px 12px 10px 12px;
	clear: both;
}
* html #product-description #product-spotlight .tab-content {  } /* IE6 HACK */
#product-description #units {
	font-size: 12px;
	margin-top: 12px;
	padding: 12px 0 12px 12px;
	background: #f7f5e3; 
}
#product-description #units h2 {
	color: #617B80;
	font-size: 22px;
}
#product-description #units table { width: 386px; }
#product-description #units th { 
	padding: 2px 2px 2px 12px;
}

#product-description #units td { 
	background: #fff; 
	padding: 0 0 0 12px;
	vertical-align: middle;
	font-weight: 700;
	height: 22px;
}
#product-description #units td.add-cart {
	text-align: right;
	padding-right: 5px;
}
#product-description #recommendations { border-bottom: 1px solid #D9D9D9; }
#product-description #recommendations h3 {
	text-transform: uppercase;
	color: #948671;
	font-size: 11px;
	margin-top: 12px;
	margin-bottom: 0px;
}
#product-description #recommendations ul {
	border-top: 1px solid #D9D9D9;	
	border-bottom: 8px solid #fff;
	overflow: hidden;
	height: 1%;
}
#product-description #recommendations li {
	width: 71px;
	margin: 8px 0px -2000px 0px;
	padding: 0 32px 2000px 32px;
	border-right: 1px solid #D9D9D9;	
	float: left;
}
#product-description #recommendations li.last {
	border-right: none;
	padding-right: 0;
	margin-right: 0;
}

/* ----------------------------------------------- 
	=CONTENT-LEFT (INGREDIENT-DESCRIPTION)
   ----------------------------------------------- */
#product-description #content-left {
	margin-left: auto;
	float: left;
}

/* ----------------------------------------------- 
	=CONTENT-RIGHT (INGREDIENT-DESCRIPTION)
   ----------------------------------------------- */
#product-description #content-right {
	float: right;
	width: 410px;	
}
#product-description #content-right h3 { margin-bottom: 0px; }
#product-description #other-products {	border-bottom: 1px solid #D9D9D9;	}
#product-description #other-products ul { 
	border-top: 1px solid #D9D9D9;	
	clear: both;
	overflow: hidden;
	border-bottom: 8px solid #ffffff;
	padding-bottom: 8px;
	height: 1%; /* IE6 fix to give the ul 'layout' so it gets cleared properly */
}
#product-description #other-products h3 { 
	color: #948671; 
	margin-bottom: 3px;
}
#product-description #other-products li {
	width: 71px;
	height: 120px;
	margin: 8px 0px 8px 0px;
	padding: 8px 32px 2000px 32px;
	margin-bottom: -2000px;
	border-right: 1px solid #D9D9D9;	
	float: left;
	
}
#product-description #other-products li.last {
	border-right: none;
	padding-right: 0;
	margin-right: 0;
}

/* ----------------------------------------------- 
	=FOOTER
   ----------------------------------------------- */
#footer {
	position: relative;
	background: #F6F2E0;
	height: 140px;
	width: 954px;
	margin: 8px 0;
	border: 8px solid #593c29;
	clear: both;
}
#footer p { line-height: 1.4em; }
#footer h3 { 
	background: #f7f5e3; 
	color: #42210b;
	font-size: 14px;
}
#footer li {
	margin-bottom: 2px;
}
#footer a:link,
#footer a:visited { 
	color: #948671; 
	text-decoration: none; 
}
	#footer a:hover { text-decoration: underline; }

#ingredient-spotlight,
#rocky-mountain-soap,
#need-assistance,
#wholesale,
#community { 
	float: left; 
	border-right: 1px solid #e6e6e6;
	margin: 10px 0 0 15px;
	padding-right: 15px;
}

#ingredient-spotlight,
#rocky-mountain-soap,
#need-assistance { height: 112px; }
#wholesale,
#community { height: 60px; }

#ingredient-spotlight { 
	margin-left: 14px;
	width: 300px; 
}
	* html #ingredient-spotlight { margin-left: 7px; } /* IE6 Hack */
	#ingredient-spotlight h3 { width: 145px; }
	#ingredient-spotlight img { float: right; }

#rocky-mountain-soap,
#need-assistance,
#wholesale { width: 128px; }

#community { 
	width: 126px;
	border-right: none; 
	padding-right: 0;
	margin-right: 0;
}
#newsletter-signup {
	position: absolute;
	right: 0;
	bottom: 17px;
	background: #eee8c5;	
	width: 276px;
	height: 48px;
	padding: 0 0 2px 8px;
	margin: 6px 12px 0 0;
}
#newsletter-signup h3 {
	background: #eee8c5;
	margin-top: 2px;	
}
#newsletter-field { 
	width: 180px; 
	height: 13px;
	font-size: 11px;
	position: absolute;
	bottom: 5px;
}
#newsletter-submit {
	position: absolute;
	right: 5px;
	bottom: 5px;
}
* html #newsletter-submit { width: 76px; } /* IE6 Hack */

#call-us,
#copyright { 
	font-size: 10px; 
	margin-bottom: 9px;
}

#call-us { 
	position: absolute;
	left: 14px;
	bottom: -7px;
}

#copyright { 
	position: absolute;
	right: 12px;
	bottom: -7px;
	color: #ccc4b1;
}

/* ----------------------------------------------- 
	=CLASSES
   ----------------------------------------------- */
.clear { clear: both; }
.callout { 
	color: #808080;
	font-size: 18px;
}
.mindful-callout-large {
	font-size: 17px;
	line-height: 20px;
}
.mindful-callout-small {
	font-size: 14px;	
	line-height: 18px;
}
.caption {
	font-size: 17px;
	font-style: italic;
	color: #9EA374;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* DriveIt Shop Styles */

/* Table Styles */
.dictable { border: 1px solid #e6e6e6; width: ; } /* Main Table & Shipping Rate Calculator table */
.dictable th { 	background: #eee8c5; color:  #000000; padding: 3px;} /* Main Table & Shipping Rate Calculator table */
.dicorderitemstable {  }
.dicorderitemstable th { background: #e6e6e6;  border-bottom: 1px solid grey; }
.dicshoppingcart { border: 1px solid #e6e6e6; } /* Your Shopping Cart product table */
.dicshoppingcart th { background: #eee8c5; color: #000000; padding: 3px; border-bottom: 1px solid #e6e6e6; } /* Your Shopping Cart product table */
.dirowodd { background: #FFFFFF; }
.diroweven { background: #FFF; }
.dictable td { background: #FFF; padding: 3px; }
.dicsubtable { background: inherit; }
.dicsubtable th { background: #FFF; }

.dicshoppingcart td {
	vertical-align: middle;
	padding: 3px;
}

th {
	border-bottom: 1px solid #e6e6e6;
	text-transform: uppercase;
	padding-bottom: 3px;
}

tr.last-row td { border-bottom: none; }

tr.total td { 
	border-bottom: none; 
	border-top: 1px solid #42210b;	
}

.dicerrorhilite {
	color: red;
}




/* ----------------------------------------------- 
	=FLASH-CONTENT
   ----------------------------------------------- */
#homepage #flash-content {
	width: 970px;
	height: 331px;
	overflow: hidden;
}

/* ----------------------------------------------- 
	=HOMEPAGE
   ----------------------------------------------- */
#homepage #bucket-wrapper { 
	width: 970px; 
	height: 117px;
	overflow: hidden;
}
#homepage .cover {
	position: absolute;
}
#homepage .bucket {
	margin: 5px 5px 5px 0;
	width: 320px;
	height: 107px;
	float: left;
	position: relative;
	font-size: 12px;
}
#homepage .bucket .rollover-content {
	position: absolute;
	top: 5px;
	left: 5px;
	color: #fff;
	padding: 0 5px;
	background: transparent url(/ir/clients/rms/2008/images/bucket-rollover.png) no-repeat;
	width: 300px;
	height: 79px;
}
#homepage .bucket.last { margin-left: 0; margin-right: 0; height: 1%;}
#homepage .bucket:hover, 
#homepage .bucket.active {
	cursor: pointer;
}
#homepage #footer { margin-top: 0; }



.ShopBanner {
	border-left: 8px solid #593c29;
	border-right: 8px solid #593c29;
	width: 954px;
	height: 100px;
	background: url(/ir/clients/rms/2008/images/banners/smBanner_bath.jpg) no-repeat;
}

#I1029377, #I1029383, #I1029381, #I1029380, #I1029380, #I1029384, #I1029379, #I1011468, #I1029378 {
	background: url(/ir/clients/rms/2008/images/banners/smBanner_Aromatherapeutics.jpg) no-repeat;
}

#I1029356, #I1029360, #I1029358, #I1029361, #I1029357, #I1029362 {
	background: url(/ir/clients/rms/2008/images/banners/smBanner_bath.jpg) no-repeat;
}

#I1029356, #I1029360, #I1029358, #I1029361, #I1029357, #I1029362 {
	background: url(/ir/clients/rms/2008/images/banners/smBanner_bath.jpg) no-repeat;
}

#I1027393 {
	background: url(/ir/clients/rms/2008/images/banners/smBanner_coldFlu.jpg) no-repeat;
}

#I1029367, #I1029369, #I1029368 {
	background: url(/ir/clients/rms/2008/images/banners/smBanner_handFoot.jpg) no-repeat;
}

#I1027936, #I1029370, #I1029375, #I1029373, #I1029371, #I1029371, #I1029376 {
	background: url(/ir/clients/rms/2008/images/banners/smBanner_skinCare.jpg) no-repeat;
}

#I1019833, #I1029365, #I1019827, #I1019835, #I1019836, #I1019834, #I1019837, #I1019838 {
	background: url(/ir/clients/rms/2008/images/banners/smBanner_soap.jpg) no-repeat;
}

#I1011591, #I1019870, #I1025312, #I1025314, #I1025314, #I1019874, #I1029625, #I1024370, #I1025313 {
	background: url(/ir/clients/rms/2008/images/banners/smBanner_butter.jpg) no-repeat;
}

#I1010715, #I1027900, #I1023407, #I1028993, #I1021646, #I1026703 {
	background: url(/ir/clients/rms/2008/images/banners/smBanner_skinCare.jpg) no-repeat;
}

#I1010460 {
	background: url(/ir/clients/rms/2008/images/banners/smBanner_mombaby.jpg) no-repeat;
}

#I1015197 {
	background: url(/ir/clients/rms/2008/images/banners/smBanner_eczema.jpg) no-repeat;
}

#I1013518, #I1029651, #I1029652 {
	background: url(/ir/clients/rms/2008/images/banners/smBanner_massage.jpg) no-repeat;
}
