#center { width: 946px; margin: 0px auto; }
#header-outer { width: 946px; height: 91px;}
#header-logo { width: 266px; float: left; }
#header-tagline { float: left; width: 488px; }
#header-site-links { float: left; width: 132px; }
#header-links-middle { margin-top: 30px; }
#main-outer { width: 946px; clear:both; background-color:url(../images/bg_main.gif); }
#nav-outer { width: 266px;  float: left; padding-top: 35px; /* height: 580px; */ } 
#lhs_element { margin-left: 45px; width: 175px;}
#main-content-outer { width: 680px; float: right; }
* html #cmsarea1 { height: 9px; margin-bottom: 13px;}
#spacer { height: 25px; }
#contact-form-outer { width: 595px; margin-left:25px; margin-top: 25px; }

/* Myrewards section*/
#myrewards-main-outer { width: 946px; clear:both; background-image:url(../images/bg_cc_main.gif); }

#home-cmsarea1 { width: 680px; min-height: 9px; margin-bottom: 25px;}
#home-cmsarea2 { clear: both; width: 394px; margin-left:25px; float:left; }
#home-cmsarea3 { width: 176px; margin-left:25px; float:left;  }
#home-cmsarea4 { clear: both; width: 595px; margin-left:25px; }

#cmsarea1 { width: 680px; min-height: 9px; margin-bottom: 25px;}
#cmsarea2 { width: 595px; margin-left:25px; }
#cmsarea3 { clear: both; width: 285px; margin-left:25px; float:left;}
#cmsarea4 { width: 285px; margin-left:25px; float:left; }
#cmsarea5 { clear: both; width: 595px; margin-left:25px; }



/* Footer, taken from original Jelf site*/

#footer-links { clear: both; height: 25px;  width: 620px; background-color: #9ec12a}
#footer-links-inner {width: 620px; text-align:center; padding-top: 6px;}

#footer-links a, #footer-links a:link, #footer-links a:visited, #footer-links a:active	{ text-decoration: none; outline: none; color: #491966;}
	#footer-links a:hover {  color:#627c71; } 
/* Float Dynamic Height Fix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

body { -webkit-text-size-adjust: none; text-rendering: optimizelegibility; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: 100%;}
#dropdownContainer ul {
    list-style: outside none none;
    margin: 0 auto;
    padding: 0;
    width: 970px;
}

/*@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-device-pixel-ratio: 1.5) {
	
	
	#dropdownContainer ul a {
    letter-spacing:-1px;
}
}*/


#dropdownContainer li {
    display: inline;
    float: left;
    position: relative;
	color: #570a70;
	font-size: 16px;
	font-weight: bold;
}

#dropdownContainer li span {
    padding: 0 15px;
}

#dropdownContainer li a {
	color: #570a70 !important;
}
#dropdownContainer li a:hover {
	text-decoration: none;
	color: #ccd421 !important;
}

#dropdownContainer ul.submenu {
    display: none;
    padding: 4px 0 0 0;
    position: absolute;
}

#dropdownContainer ul.submenu li {
    display: block;
    float: none;
    margin: 0 0 3px;
    padding: 0;
    position: relative;
}