/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*                PUR-SLEEP                */
/*              sliced by jon              */
/*                 10.25.06                */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

* {
margin: 0px;
padding: 0px;
font-size:8pt;
}

img {
border: none;
}

.clear_me {
clear: both;
line-height: 0px;
font-size: 0px;
}

p {
margin: 10px 0px;
}

#min_height {
height: 260px;
width: 1px;
float: left;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*       INDEX STYLES         */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#head {
width: 817px;
margin: auto;
}

#head_top {
height: 69px;
background: #FFF url(images/head_top.gif) no-repeat;
}

#menu {
height: 25px;
background: #FFF url(images/head_menu.gif) no-repeat;
}

#head_main {
height: 270px;
background: #FFF url(images/head_main.jpg) no-repeat;
}

#head_bottom {
height: 33px;
background: #FFF url(images/head_btm.gif) no-repeat;
color: #f2d5b3;
text-align: center;
line-height: 26px;
overflow: hidden;
}

#head_bottom a{
text-decoration: underline;
color: #d99954;
}

.name {
font-weight: bold;
}

.city {
font-style: italic;
}

#body {
width: 817px;
margin: auto;
background: transparent url(images/l_btm.gif) left repeat-y;
background-color: #d99954;
}

#left {
width: 278px;
float: left;
}

#l_top {
height: 25px;
background: transparent url(images/l_top.gif) repeat-y;
}

#l_btm {
padding: 20px;
background: transparent url(images/l_btm.gif) repeat-y;
color: #414141;
}

.product_pic {
float: left;
margin: 0px 10px;
}

#product_name {
display: block;
font-weight: bold;
}

#price {
display: block;
font-weight: bold;
font-size: 9pt;
margin-bottom: 15px;
}

#right {
float: right;
width: 469px;
background: #d99954 url(images/home_thingy.gif) no-repeat; 
padding: 40px 35px 5px 35px;
color: #000;
}

#home_content {
line-height: 12px;
font-size: 8pt;
}

#right a {
color: #002653;
}

#right a:hover {
color: #EEE;
}

.policy {
float: left;
margin-top: 10px;
}

.right_btn {
margin: 8px 5px;
float: right;
}

#foot {
width: 817px;
height: 94px;
margin: auto;
background: transparent url(images/foot.gif) no-repeat;
position: relative;
}

#i4_link {
display: block;
width: 140px;
height: 20px;
position: absolute;
bottom: 18px;
right: 220px;
cursor: pointer;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*      SECONDARY STYLES      */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#shead {
width: 817px;
margin: auto;
}

#shead_top {
height: 69px;
background: #FFF url(images/head_top.gif) no-repeat;
}

#shead_main {
height: 119px;
background: #FFF url(images/head_secondary.jpg) no-repeat;
}

#sbody {
width: 817px;
margin: auto;
background: #d99954;
background: #D99954 url(images/l_btm2.gif) repeat-y left;
}

#sleft {
width: 232px;
float: left;
}

#sl_top {
height: 279px;
background: transparent url(images/home.jpg) repeat-y;
}

#sl_btm {
text-align: center;
color: #414141;
}

#sl_btm img {
margin: 23px 0px;
}

#sright {
float: right;
width: 515px;
background: #d99954 url(images/right_top.gif) no-repeat; 
padding: 70px 35px 35px 35px;
color: #000;
}

#page_title {
display: block;
width: 343px;
height: 16px;
position: relative;
top: -20px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*        MENU STYLES         */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#menu ul li{
list-style: none;
float: left;
}

#menu ul li a{
display: block;
height: 25px;
margin-left: 1px;
}

#menu ul {
list-style:none;
float:left;
}

#menu li {	
position:relative;
}

#menu ul ul {
position:absolute;
z-index:500;
top:100%;
left:0px;
margin-left:1px;
display:none;
background: #D99954 url(images/l_btm.gif) right;
width: 160px;
border: solid 1px #fece8a;
border-top:none;
float:none;
}

#menu ul ul li {
float: none;
}

#menu ul ul li:hover {
background: #fece8a;
}

#menu ul ul li a {
text-decoration: none;
color: #F2D5B3;
font-size: 8pt;
font-weight: bold;
height: 20px;
padding-left: 10px;
line-height: 19px;
}

#menu ul ul li a:hover {
color: #002653;
}

#menu ul ul ul {
position:absolute;
top:0px;
left:100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul
{display: block;}

#home {
width: 100px;
}

#diffuser  {
width: 112px;
}

#oils  {
width: 152px;
}

#blank  {
width: 106px;
}

#support  {
width: 117px;
}

#faq  {
width: 98px;
}

#library {
width: 125px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*       MODULES JUNK         */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


/* General Styles */
body {
	margin: 0px;
	padding: 0px;
	background-color: #002653;
}

body, td, p {
	font-family: arial;
	font-size: 8pt;
	font-weight: normal;
	color: #000;
}


hr {
	color: #999999;
	background-color: #999999;
	border: 0px;
	height: 1px;
}

#container {
	width: 600;
	background-color: #FFFFFF;
	padding: 15px;
}

/* Text Styles */
b {
	
}

i {
	
}
.error {
	font-weight: bold;
	color: #BB0000;
}
.erroralt {
    font-size:9px;
	color: #BB0000;
}

.message {
	font-weight: bold;
	color: #00BB00;
}
.messagealt {
    font-size:9px;
	color: #00BB00;
}

/* 
Heading Styles
h1 = page title
h2 = page subtitle
h3 = content title
h4 = minor heading
*/
h1 {
	font-family: arial;
	font-size: 22px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 10px;
}

h2 {
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 10px;
}

h3 {
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 10px;
}

h4 {
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 10px;
}

/* Link Styles */
a:link, a:visited, a:active {
	font-family: arial;
	color: #222222;
	font-size: 8pt;
	text-decoration: underline;
}

a:hover {
	color: #666666;
}

a:link.alt, a:visited.alt, a:active.alt {
	font-family: arial;
	color: #222222;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: underline;
}

a:hover.alt {
	color: #666666;
}

a:link.alt2, a:visited.alt2, a:active.alt2 {
	font-family: arial;
	color: #222222;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}

a:hover.alt2 {
	color: #666666;
}

/* Table Styles */
table {

}

th {
	text-align: left;
	font-weight: bold;
	font-size: 8pt;
	color: #FFFFFF;
	background-color: #666666;
}

th.alt {
	text-align: left;
	font-weight: bold;
	font-size: 8pt;
	color: #000000;
	background-color: #DDDDDD;
}

.row {
	background-color: #FFFFFF;
}

.rowalt {
	background-color: #F5F5F5;
}

/* Form Styles */
form {
	margin: 0px;
}

label {
	font-weight: bold;
	text-align: right;
}

label.alt {
	font-weight: normal;
}

/* label validation failed */
label.error {
	font-weight: bold;
	color: #BB0000;
}

label.required {
    background: url(images/required.gif) no-repeat left;
    padding-left: 10px;
}

input, textarea, select {
	font-family: arial;
	font-size: 11px;
}

select {
	width: 150px;
}

.field0 /* field not in focus */
{
	border: 1px solid #BBBBBB;
}

.field1	/* field in focus */
{
	border: 1px solid #444444;
}

.fielderror /* field validation failed */
{
	border: 1px solid #BB0000;
}

/* Button Styles */
input.btn  {
	background-color: #777777;
	color: #FFFFFF;
	border-top: 2px solid #AAAAAA;
	border-left: 2px solid #AAAAAA;
	border-right: 2px solid #444444;
	border-bottom: 2px solid #444444;
	font-weight: bold;
}

input.btnalt {
	background-color: #CCCCCC;
	color: #000000;
	border-top: 2px solid #EEEEEE;
	border-left: 2px solid #EEEEEE;
	border-right: 2px solid #444444;
	border-bottom: 2px solid #999999;
	font-weight: bold;
}

/* Image Styles */
img.img {
	border: 1px solid #000000;
}

img.imgalt {
	border: 1px solid #999999;
}

img.left {
	float: left;
	margin: 0px 15px 10px 0px;
	border: 1px solid #000000;
}

img.leftalt {
	float: left;
	margin: 0px 15px 10px 0px;
	border: 1px solid #999999;
}


img.right {
	float: right;
	margin: 0px 0px 10px 15px;
	border: 1px solid #000000;
}

img.rightalt {
	float: right;
	margin: 0px 0px 10px 15px;
	border: 1px solid #999999;
}