/*
 * Project:   Accented Amenities
 * Date:      2010/03/27
/* ---------------------------------------- */

* { margin: 0; padding: 0; }

html { min-height: 100%; margin: 0 0 1px; font-size: 100.01%; }
body { background: #210f00 url(../images/background-glow-a.jpg) 50% 0 no-repeat; font-size: 62.5%; }

@media only screen and (max-device-width: 480px) { html { -webkit-text-size-adjust: none; } }

body, textarea, input, select, option, button { color: #210f00; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; line-height: 1.25; }
li, dt, dd, p, th, td, caption, pre { font-size: 1.1em; }
ul, ol, dl, p, table, pre, h1, h2, h3, h4, h5, h6 { margin-bottom: 10px; }

a { color: #210f00; text-decoration: underline; }
a:hover, a:focus, a:active { color: #000; text-decoration: underline; }

ul, ol, dd, blockquote { padding-left: 40px; }
ul ul, ol ol, ul ol, ol ul { margin-bottom: 0; }
li *, li p, li li, dt *, dd *, p *, th *, td * { font-size: 1em; }

img { border: none; -ms-interpolation-mode: bicubic; }
pre { font-family: "Courier New",monospace; white-space: pre-wrap; }
table { border-collapse: collapse; border-spacing: 0; }
button { overflow: visible; padding: 0 10px; cursor: pointer; } button::-moz-focus-inner { padding: 0; border: none; }

hr { overflow: hidden; height: 1px; margin: 15px 0 !important; margin: -5px 0 8px; padding: 0; border: none; background-color: #ccc; color: #ccc; }
*:first-child+html hr { margin: -7px 0 8px !important; }

.offset { position: absolute !important; left: -10001px !important; overflow: hidden !important; }

/* LAYOUT
------------------------------------------- */

#root { width: 962px; margin: 0 auto; }
 #top { position: relative; height: 80px; }
  #logo { padding: 10px 0 0; }
   #logo a { display: block; overflow: hidden; width: 248px; height: 61px; background: url(../images/logo-a.png) no-repeat; text-indent: -10001px; }
  #skip-links { position: absolute; top: 0; left: -10001px; list-style: none; margin: 0; padding: 0; }
   #skip-links li a:focus, #skip-links li a:active { display: block; position: absolute; left: 103			01px; top: 0; z-index: 10001; width: 200px; margin: 15px 0 0 15px; padding: 2px 0; background: #333; color: #fff; text-align: center; text-decoration: none; }
  #call { position: absolute; right: 20px; top: 10px; padding: 0 0 0 55px; line-height: 33px; background: url(../images/call-bg.png) no-repeat; color: #c68c1d; font-size: 1.6em; font-weight: bold; }
  * html #call { background-image: url(../images/call-bg-ie.png); }
  #nav { position: absolute; right: 0; bottom: -1px; float: left; list-style: none; margin: 0; padding: 0; }
  * html #nav { bottom: -2px; }
   #nav li { float: left; color: #b57820; font-size: 1.1em; font-weight: bold; text-transform: uppercase; }
    #nav li a { float: left; padding: 8px 19px; color: #b57820; text-decoration: none; }
    #nav li a { color: #f1dbbb; }
    #nav li a:hover,
    #nav li a:focus,
    #nav li a:active { color: #fff; }
    #nav li a.active { color: #fff; padding: 7px 18px 8px; border: 1px solid #563503; border-bottom: none; border-top-left-radius: 5px; -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; border-top-right-radius: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; background: #210f00; box-shadow: 0px -2px 3px #210f00; -moz-box-shadow: 0px -2px 3px #210f00; -webkit-box-shadow: 0px -2px 3px #210f00; }
    #nav li em { position: absolute; left: -10001px; top: -10001px; }
 #content { margin: 0; padding: 10px 10px 1px; border: 1px solid #563503; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; background: #210f00; box-shadow: 3px 3px 3px #210f00; -moz-box-shadow: 3px 3px 3px #210f00; -webkit-box-shadow: 3px 3px 3px #210f00; }
 #footer { padding: 10px 0 50px; background: url(../images/background-glow-b.png) 50% 0 no-repeat; }
 * html #footer { background: none; }
  #footer p { min-height: 30px; padding: 5px 5px 0; background: url(../images/logo-b.png) 100% 0 no-repeat; color: #fff; font-size: 1em; }
  * html #footer p { height: 35px; background-image: url(../images/logo-b-ie.png); }
   #footer p a { color: #fff; text-decoration: none; }
   #footer p a:hover,
   #footer p a:focus,
   #footer p a:active { text-decoration: underline; }
   #footer p span { padding: 0 2px; }
   
/* GENERAL
------------------------------------------- */

/* headers */

h1, h2, h3, h4, h5, h6 { }
h1 { font-size: 1.8em; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.6em; }
h4 { font-size: 1.4em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1.0em; }

h1.a, h2.a, h3.a, h4.a, h5.a, h6.a { margin: 0 0 7px; padding: 5px 10px; border-top-left-radius: 3px; -moz-border-radius-topleft: 3px; -webkit-border-top-left-radius: 3px; border-top-right-radius: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; background: #996D30; color: #fff; font-weight: bold; }

div.static-wrap h1, div.static-wrap h2, div.static-wrap h3 { margin: 0 0 8px 0; padding: 0; color: #000; font-weight: bold; }

/* cols */

div.cols-a { overflow: hidden; width: 100%; margin: 0 0 -1px; background: url(../images/cols-a-bg.png) repeat-y; }
 div.cols-a div.main { float: right; width: 760px; }
  div.cols-a div.static { float: right; width: 742px; margin: 0 0 8px 8px; padding: 7px; color: #fff; font-size: 1.2em;}
  div.cols-a div.static a { color: #000; text-decoration: underline; }
  div.cols-a div.static a:active { color: #000; text-decoration: underline; }
  div.cols-a div.static a:hover { color: #000; text-decoration: underline; }
 div.cols-a div.side { display: inline; float: left; width: 166px; margin: 0 0 0 3px; }
 div.cols-a div.pagination { overflow:hidden; width:768px; margin: 0 0 7px; padding: 5px 10px; border-top-left-radius: 3px; -moz-border-radius-topleft: 3px; -webkit-border-top-left-radius: 3px; border-top-right-radius: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; background: #97612e; color: #fff;font-size: 1.4em;}
/* containers */

div.header-a { position: relative; width: 100%; margin: 0 0 10px; }
 div.header-a p.image { margin: 0; }
  div.header-a p.image img { display: block; }
 div.header-a div.description { position: absolute; left: 235px; top: 25px; width: 355px; color: #333; }
 div.header-a div.description-other{ text-align: center; left: 100px; width: 400px; color: #000; position: absolute; color: #000; top: 25px; }
  div.header-a div.description h1 { color: #fff; font: 2.4em/1.1 Times New Roman,Times,serif; }
  div.header-a div.description-other h1 { color: #fff; font: 2.4em/1.1 Times New Roman,Times,serif; }
  
  div.header-a div.description p { font-size: 1.4em; }
  div.header-a div.description-other p { font-size: 1.4em; }

div.products-a { overflow: hidden; width: 768px; margin: 0 -2px 0 -8px; }
* html div.products-a { width: 778px; margin-left: -16px; margin-right: -4px; }
*:first-child+html div.products-a { padding-bottom: 8px; }
 div.products-a div.item { float: left; width: 168px; margin: 0 0 8px 8px; padding: 7px; border: 1px solid #6a4102; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
  div.products-a div.inner { padding: 1px; background: #fff; height: 360px; overflow: hidden; }
  html* div.products-a div.inner { zoom: 1; }
   div.products-a div.header { margin: 0 0 5px; padding: 5px 10px; background: #97612e; color: #fff; height: 60px;}
    div.products-a div.header h3 { margin: 0 0 2px; font-size: 1.2em; }
    div.products-a div.header p { margin: 0; font-size: 1em; }
   div.products-a p { margin: 0 10px 5px; }
   div.products-a p.image { margin: 0 3px 5px; padding: 0 0 2px; border-bottom: 1px solid #c7996c; text-align: center; height: 134px;}
   div.products-a p.price { color: #bf020b; font-size: 1.4em; text-align: right; }
   div.products-a form { display: block; overflow: hidden; width: 100%; margin: -15px 0 5px; }
    div.products-a form p { display: inline; float: right; margin: 0 5px 0 0; }
     div.products-a form p label { display: block; width: 42px; margin: 0 0 3px; color: #707171; text-align: center; }
     div.products-a form p input.text { float: left; width: 35px; padding: 4px 5px; border: 1px solid #b4b4b3; color: #777; text-align: right; vertical-align: middle; }
     div.products-a form p input.submit { float: left; margin: 0 0 0 5px; vertical-align: middle; }

div.row-a { overflow: hidden; width: 940px; margin: 0 0 10px; background: url(../images/row-a-bg.png) repeat; color: #fff; }
*:first-child+html div.row-a { margin-bottom: 0;  padding-bottom: 5px; }
 div.row-a div.item { display: inline; float: left; width: 176px; margin: 0 0 0 15px; }
 div.row-a div.item-first { margin-left: 0; }
  div.row-a div.item p.logo { margin: 0; }
   div.row-a div.item p.logo img { display: block; }
  div.row-a div.item p.photo { }
   div.row-a div.item p.photo img { display: block; border: 3px solid #fff; }
  div.row-a div.item p.more { margin: 0 0 5px; font-size: 1em; }
   div.row-a div.item p.more a { display: block; overflow: hidden; height: 24px; padding-right: 14px; background: url(../images/row-a-button-a.png) no-repeat; color: #fff; font-size: 1.2em; font-weight: bold; text-decoration: none !important; text-transform: uppercase; line-height: 24px; text-align: center; }
   div.row-a div.item p.more a:hover,
   div.row-a div.item p.more a:focus,
   div.row-a div.item p.more a:active { background-position: 0 -24px; color: #271401; }

div.subnav-a { overflow: hidden; position: relative; height: 73px; margin: 0 0 -29px; background: url(../images/subnav-a-bg.png) no-repeat; }
* html div.subnav-a { height: 44px; margin-bottom: 0; }
 div.subnav-a ul { float: left; list-style: none; margin: 0; padding: 5px 0 0 5px; }
  div.subnav-a ul li { padding: 0 2px 0 3px; background: url(../images/subnav-a-sep.gif) no-repeat; float: left; font-size: 1.2em; text-transform: uppercase; }
  div.subnav-a ul li.first { padding-left: 0; background: none; }
   div.subnav-a ul li a { float: left; padding: 10px 15px 10px; text-decoration: none !important; }
   div.subnav-a ul li a:hover,
   div.subnav-a ul li a:focus,
   div.subnav-a ul li a:active,
   div.subnav-a ul li a.active { padding: 9px 14px; border: 1px solid #db9a45; background: #90600f; color: #fff; }
   
div.subnav-i { overflow: hidden; position: relative; height: 60px; margin: 0 0 -20px;	}
* html div.subnav-i { height: 32px; margin-bottom: 0; }
 div.subnav-i ul { float: left; list-style: none; margin: 0 0 4px 0; padding: 1px 0 0 1px; }
  div.subnav-i ul li { padding: 0 2px 0 3px; background: url(../images/subnav-i-sep.gif) no-repeat; float: left; font-size: 1.2em; text-transform: uppercase; }
  div.subnav-i ul li.first { padding-left: 0; background: none; }
   div.subnav-i ul li a { float: left; padding: 10px 15px 10px; text-decoration: none !important; color: #ffffff; }
   div.subnav-i ul li a:hover,
   div.subnav-i ul li a:focus,
   div.subnav-i ul li a:active,
   div.subnav-i ul li a.active { background: url(../images/sidenav-a-hover.gif) 0 -1px repeat-y; }

/* forms */


/* tables */

table { }
 table th, table td { padding: 5px 10px; border: 1px solid #ccc; }

/* lists */

ul.companies-a { list-style: none; margin: 0 0 10px; padding: 0; }
 ul.companies-a li { margin: 0 0 2px; padding: 0; background: url(../images/companies-a-sep.gif) 0 100% no-repeat; }

ul.sidenav-a { list-style: none; margin: 0 0 10px; padding: 0; }
 ul.sidenav-a li { padding: 1px 0 0; background: url(../images/companies-a-sep.gif) no-repeat; }
 ul.sidenav-a li.first { background: none; }
  ul.sidenav-a li a { display: block; width: 156px; padding: 10px 5px; background: url(../images/sidenav-a-hover.gif) 0 -1px no-repeat; color: #fff !important; text-decoration: none !important; }
  ul.sidenav-a li a:hover,
  ul.sidenav-a li a:focus,
  ul.sidenav-a li a:active { background-repeat: repeat-y; }

/* paragraphs */

p.image-a { margin: 0; }
 p.image-a img { display: block; }
 
div.esa p, div.spa-scents p { color: #fff; }
div.eco p { color: #000; }

div.make-up-wipes, div.bulk-liquids, div.starter-kits, div.guest-amenities, div.presentation-boxes, div.amenity-trays { text-align: center; left: 100px; width: 400px; color: #000;}

/* links */



/* other */
.esagreen { background-color: #345a0e !important; }
/*.brown { background-color: #97612e !important; }*/
.brown { background-color: #986c30 !important; }
.other { background-color: #986c30 !important; }
.olive { background-color: #7b8147 !important; }
.green { background-color: #143f02 !important; }
.mauve { background-color: #6a5c61 !important; }
.skyblue { background-color: #90b5cb !important; }
.centered{ display: block;
    margin-left: auto;
    margin-right: auto;
 }
 div.testimonial-item { margin: 20px 0 0 0 };
 div.testimonial-item p { display: block; margin: 10px 0px 10px; };
 div.testimonial-item cite { display: block; margin: 10px 0 0 10px;}
/* SPECIFIC
------------------------------------------- */

/* simple modal */
#simplemodal-container{
  width: 340px;
  height: 120px;
  margin: 0; padding: 20px; border: 6px solid #210f00; background: #F4EEBA; color: #000; font-size: 1.4em;
}

#simplemodal-container a.modalCloseImg {
	background:url(/images/x.png) no-repeat; /* adjust url as required */
	width:25px;
	height:29px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:-15px;
	right:-18px;
	cursor:pointer;
}

#simplemodal-overlay {
background-color:#000000;
cursor:wait;
}

/* Static Pages */
div.static-wrap {
  width: 720px;
  background: #F4EEBA;
  color: #000;
  padding: 10px;
  min-height: 720px;
}

div.static-wrap-small {
  width: 740px;
  background: #F4EEBA;
  color: #000;
  padding: 10px;
  margin: 0px 0px 10px;
}

div.static-home{
  width: 100%;
  padding: 10px;
  color: #fff;
  font-size: 10px;
}

div.static-home h1{
  font-size: 12px;
}

div.header p small{
  font-size: 12px;
}

/*forms */
form.a { display: block; margin: 0 0 15px; }
 form.a div.errors { margin: 0 0 10px; padding: 10px; border: 1px solid #900; background: #ba4818; }
  form.a div.errors p { margin: 0 0 5px; font-size: 1em; font-weight: bold; }
  form.a div.errors ul { list-style: none; margin: 0; padding: 0; }
   form.a div.errors ul li { padding-left: 7px; background: url(../images/bullet-a.gif) 0 5px no-repeat; font-size: 0.9em; }
 form.a p { margin: 0 0 5px; }
  form.a p label { float: left; width: 120px; padding: 1px 10px 0 0; }
  form.a p label.radio { float: left; width: 100%; padding: 0 0 4px 0; }
  form.a p label.radio input { float: left; padding: 0; }
  form.a p label.radio input.inputRadio { width: 12px; margin-right: 20px; }
  form.a p label.radio span { padding: 0 0 0 10px; }
  form.a p input { width: 275px; margin: 0; padding: 2px; border: 1px solid #bbb; }
  form.a p textarea { overflow: auto; width: 275px; margin: 0; padding: 2px; border: 1px solid #bbb; }
  form.a p select { width: 281px; margin: 0; padding: 2px; border: 1px solid #bbb; }
  form.a p select.month, form.a p select.year { width: 80px; }
 form.a p.submit { margin-top: 10px; padding-left: 90px; }
  form.a p button { }
  
 form div.form-buttons { margin-top: 10px;}
  
  
ol.progress-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1em;
  font-size: 12px;
}
ol.progress-steps li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  float: left;
  color: #999999;
  background-position: top left;
  background-repeat: no-repeat;
  background-image: url(../images/step-progress/new/incomplete-incomplete.gif);
}
ol.progress-steps li span {
  padding: 5px 14px 7px 24px;
  display: block;
  float: left;
  background-position: top right;
  background-repeat: no-repeat;
}
ol.progress-steps li a {
  text-decoration: none;
  color: #333333;
}
ol.progress-steps li.current-first span { padding-left: 14px; }
ol.progress-steps li.completed-first span { padding-left: 14px; }
ol.progress-steps li.current-first { background-image: url(../images/step-progress/new/current-first.gif); }
ol.progress-steps li.completed-first { background-image: url(../images/step-progress/new/completed-first.gif) !important; }
ol.progress-steps li.current { color: #ffffff; }
ol.progress-steps li.current-first { color: #ffffff; }
ol.progress-steps li.current-last { color: #ffffff; }
ol.progress-steps li.completed { background-image: url(../images/step-progress/new/completed-completed.gif); }
ol.progress-steps li.current { background-image: url(../images/step-progress/new/completed-current.gif); }
ol.progress-steps li.current-last { background-image: url(../images/step-progress/new/completed-current.gif); }
ol.progress-steps li.next { background-image: url(../images/step-progress/new/current-incomplete.gif); }
ol.progress-steps li.next-last { background-image: url(../images/step-progress/new/current-incomplete.gif); }
ol.progress-steps li.last span { background-image: url(../images/step-progress/new/incomplete-right.gif); }
ol.progress-steps li.next-last span { background-image: url(../images/step-progress/new/incomplete-right.gif); }
ol.progress-steps li.current-last span { background-image: url(../images/step-progress/new/current-right.gif); }

div.flash{ width: 700px; padding: 10px; margin: 0 0 20px 0; }

div.notice { background: #A5D161; border: 1px solid #669C19; }

div.errors {color: #D8000C; background-color: #FFBABA; border: 1px solid #D8000C; }
p.contact-lasto {display: none;}

div.static table { border: 0; font-size: 90%;}
  div.static table th { border: 0; text-align: left; background: #D7CEB0; color: #000;}
  div.static table tr { border: 0; }
  div.static table tr.alt { border-top: 1px dashed #ccc; border-bottom: 1px dashed #ccc;}
  div.static table td { border: 0; }
  div.static table tfoot tr { background: #D7CEB0; color: #000; font-weight: bold; }
    div.static table td.td-right { text-align: right; }
    
.fg-button { 
   outline: 0; 
   margin:0 4px 0 0; 
   padding: .4em 1em; 
   text-decoration:none !important; 
   cursor:pointer; 
   position: relative; 
   text-align: center; 
   zoom: 1; 
   }
   
span.product-name { display: block; font-weight: bold; font-size: 120%;}
#affiliations { margin-top: 20px; }
div.half-left {float: left; width: 180px; text-align: center; }
div.half-right {float: right; width: 180px; text-align: center; }
div.fhalf-left {float: left; width: 45%; text-align: center; }
div.fhalf-right {float: right; width: 45%; text-align: center; }

div.col-left{ float: left; width: 40%; text-align: center; }
div.col-right{ float: left width: 55%; }

div.branded { width: 100%; margin: 6px 0px 20px 0px; clear: left; float: left; }
  div.branded div.photo { float: left; width: 240px; margin: 0 10px; height: 140px; }
  div.branded div.copy { float: right; width: 360px; }
  div.branded div.lead { border-bottom: 1px solid #000; margin-bottom: 6px; }
    div.branded div.lead img { border: 0; }
    div.branded div.lead h2 {margin: 0;}
    div.clearfix {height: 10px; clear: both; }
ul#answers a.question{
  cursor: pointer;
}
div#fb-root{ float: left; width: 79px; margin-right: 10px; }

