﻿/********************************************
   AUTHOR:          http://www.ambitiouswebdesign.com 
   WEBSITE:     http://www.sleeplevel.com/
   TEMPLATE NAME:  Sleep Level
   DATE:           Sep-11th-2008
 *******************************************/ 
 
/********************************************
   HTML ELEMENTS
********************************************/ 
 
* { margin: 0; padding: 0px; }

html, body { 
margin: 0;
padding: 0px;
height: 100%; 
background: #f7f7ec url('/images/bg.gif') repeat-x;
} 

/* ----------Centered Container Or the Layout--------------------- */

#container { 
min-height: 100%; 
height: auto !important; 
height: 100%; 
margin: 0 auto -4em; /* make sure this matches in the body footer DIV */
width: 960px;
background: url('/images/mainbg.gif') repeat-y;
} 


/* --------------LABELS BUTTONS & FORMS-----------*/
 
label {
font: bold 10pt 'Trebuchet MS', Arial, Sans-serif;
color: #777;
}
 
.form, textarea {
width: 20em;
border: 1px solid #777;
font: 10pt 'Trebuchet MS', Arial, Sans-serif;
color: #86878b;
padding: 2px;
margin-bottom: 20px;
}
 
.button {
width: 6em;
font: bold 10pt 'Trebuchet MS', Arial, Sans-serif;
color: #fff;      
background: #4fc2f0;
padding: 4px 5px;
border: 1px solid #46a1c6;
}

/* --------------HEADER------------- */

#header {
background: url(/images/header.gif) no-repeat;
height: 153px;
}

.logo {
border-width: 0px;
padding: 63px 0px 0px 15px;
}

.phone {
width: 920px;
text-align: right;
margin-top: -75px;
}

.phone .call {
font: bold 12pt 'Trebuchet MS', Arial, Sans-serif;
color: #b4c168;
}

.phone .number {
font: bold 16pt 'Trebuchet MS', Arial, Sans-serif;
color: #496da1;
}


/* --------------TOPNAV------------------------------------------------------------- */


.suckertreemenu {
height: 58px;
background: url(/images/navbg.gif) no-repeat;
}

.suckertreemenu ul{
margin: 0;
padding-left: 0px;
list-style-type: none;
letter-spacing: 0px;
padding-top: 18px;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
padding-right: 40px;
padding-left: 40px;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: inline;
font: 16pt 'Trebuchet MS', Arial, Sans-serif;
color: white;
text-decoration:none;
cursor: auto
}


/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0em;
position: absolute;
top: 0em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
margin-top: -20px;
text-decoration: none;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a {
margin: 0px;
display: block;
overflow: visible;
text-align: left;
font: 10pt 'Trebuchet MS', Tahoma, Arial, Sans-Serif;
width: 160px; /*width of sub menu levels*/
text-decoration: none;
padding: 6px;
border: 1px solid #b4c168;
top: -12em;
background-color: #d8e0ab;
color: #496da1;
}

.suckertreemenu ul li ul li a:hover{
text-decoration:underline;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */


/* --------------MAIN IMAGE----------------*/

#pic {
height: 196px;
background: url(/images/pic.jpg) no-repeat;
}

/* --------------MAIN CONTENT, LEFT NAVIGATION----------------*/

#main {
min-height: 100%; 
height: auto !important; 
height: 100%; 
background: #FFF url(/images/contentbg.gif) repeat-x; /* Main DIV Background Img */
width: 927px;
margin: 0 auto;
}

#main .content {
padding: 0px;
margin: 0px;
margin-left: 10px;
margin-right: 0px;
min-height: 170px; /* Height of Background Img */
height: auto;
padding-bottom: 20px;
}

#main h1 {
color: #496da1;
font: 18pt 'Trebuchet MS', Arial, Tahoma, Sans-Serif;
}

#main a {
color: #496da1;
}

#main p {
color: #5d5f61;
font: 10pt 'Trebuchet MS', Arial, Tahoma, Sans-Serif;
line-height: 20px;
padding-bottom: 20px;
padding-right: 22px;
}

table {
color: #5d5f61;
font: 10pt 'Trebuchet MS', Arial, Tahoma, Sans-Serif;
}

#main .leftblock {
float:left; 
width: 225px;
margin: 0px;
padding: 0px;
background-color: #ece9e0;
margin-left: 10px;
padding: 10px;
}

/* --------------TABLE FUNCTIONS------------- */

table {
margin: 0px;
padding: 0px;
}

table, tr, td, p {
padding-top: 10px;
margin: 0px;
}

table ol li, table ul li {
background: url(/images/bullet.gif) no-repeat center left;
padding-left: 10px;
list-style-type: none
}

/* --------------FOOTER------------- */

.clear {
clear: both;
}

#footer, .push { 
clear: both;
width: 960px;
height: 4em; /* make sure this matches in the body container DIV */
bottom: 0;
left: 0;
margin: 0 auto; 
position: relative;
} 

#footer {
background: url('/images/mainbg.gif') repeat-y;
height: auto;
margin-top: 5px;
}

#footer .content { 
width: 960px; 
margin: 0 auto; 
position: relative; 
padding-left: 15px;
}

.line {
width: 900px;
border: none;
border-bottom: 1px solid #dad5c7;
height: 0px;
margin: 0 auto;
}

/* --------------FOOTER LINKS------------- */

#footer ul {
padding: 10px;
}

#footer .links ul {
margin: 0px;
padding: 0px;
}

#footer .links li {
display: inline;
list-style-type: none;
}

#footer .links li a {
color: #496da1;
text-decoration: none;
border-right: 1px solid;
padding: 0px 10px 0px 10px;
font: 10pt 'Trebuchet MS', Arial, Tahoma, Sans-Serif;
}

#footer .links li a:hover {
text-decoration: underline;
}







/* ----- Customer Cart TABLES ---------- */
#awscustomertables table{margin: 1em; border-collapse: collapse;}
#awscustomertables td{ padding: .3em; border: 1px #F2F2F2 solid; }
#awscustomertables th{ padding: .3em; border: 1px #F2F2F2 solid; background: #F2F2F2; }
