﻿/*---Top section of all pages-----------------------------------------------------------------------------------*/
#top {
     display: block;
     width: 1000px;
     height: 114px; 
     margin-left: auto;
     margin-right: auto;
     background:#f8f6ea url('../img/bkgrd-top.jpg') no-repeat top left;
     overflow: hidden;
     clear: both;
}
#top-logo {
     display: block;
     width: 165px;
     height: 114px;
     margin: 0px 0px 0px 0px;
     background: #ffffff url('../img/se-logo.jpg') no-repeat top left;
     float:left;                                                           
}                 
#top-navContainer {
     display: block;
     width: 579px;
     height: 25px;
     margin: 50px 0px 0px 0px;
     float:left;
}                 
#top-nlSignupContainer-nlSignup {
     display: block;
     width: 218px;
     height: 25px;
     margin: 49px 0px 0px 0px;
     float:left;
     clear:right;      
}

#top-couponCtaContainer {
     display: block;
     width: 186px;
     height: 27px;
     margin: 5px 45px 0px 0px;
     float:right;    
}

/*** NAV ***/ 
#navbar li {
     float:left; 
     position:relative;
     height: 25px;
     list-style: none;
     list-style-type: none;
}

#nlSignup li, #coupon-cta li {         
     list-style: none;
     list-style-type: none;
}