/*  American Express - Perception of Coverage
    ------------------------------------------------------------
    Author(s):
    - michal.kechner@fortunecookie.pl

    Notes:
    - 960 Grid used for layout (24 Columns)
    - 10px base font size / 'em' for further sizing

    Contents:
    - 1.0 Resets
    - 2.0 HTML Elements
    - 3.0 Standard Layout
    - 6.0 Clearing and Generic Styles
    - 7.0 Grid
    ------------------------------------------------------------
*/



/* ================================================================== 1.0 RESETS ================================================================== */

* {
	margin:0;
	padding:0;
}
img {
	border:0;
}
/* ================================================================== 2.0 HTML ELEMENTS =========================================================== */

/* ================================= 2.1 FONT SIZING ================================= */
body {
	font-size:62.5%;
}
p, blockquote {
	font-size:1.2em;
}
code, kbd, pre {
	font-size:1.2em;
}
h1 {
	font-size:2.5em;
}
h2 {
	font-size:1.75em;
}
h3 {
	font-size:1.5em;
}
h4 {
	font-size:1.35em;
}
h5, h6 {
	font-size:1.2em;
}
li {
	font-size:1.2em;
}
li li {
	font-size:1em;
}
li p {
	font-size:1em;
}
th {
	font-size:1.2em;
}
td {
	font-size:1.2em;
}
fieldset h3 {
	font-size:1em;
}
label {
	font-size:1.2em;
}
textarea {
	font-size:100%;
}
/* ================================= 2.2 FORMAT ================================= */
body {
	background:#fff url(http://img.en25.com/eloquaimages/clients/AmericanExpressCompany/{67dccf72-8310-479e-8ec3-6d392c37bf2e}_body.jpg) repeat-x;
	color:#666;
	text-align:center;
}
abbr, acronym, dfn {
	cursor:help;
	border:0;
}
a abbr, a acronym, a dfn {
	cursor:pointer;
}
pre, address {
}
p, blockquote {
	padding:0 0 1em 0;
	line-height:1.5em;
}
blockquote {
	margin:1em 0;
	padding:1em 0 1em 35px;
	border-top:1px solid #DDD;
	border-bottom:1px solid #DDD;
}
blockquote p {
	padding:0 25px 0 0;
}
/* Format > Fonts */
body, input, textarea, select {
	font-family:Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family:Arial, Helvetica, sans-serif;
}
em, i {
	font-style:italic;
}
strong, b {
	font-weight:bold;
}
dfn {
	font-style:normal;
}
cite {
	font-style:italic;
}
code, kbd, pre {
	font-family:"Courier New", Courier, mono;
}
/* ================================= 2.3 ANCHORS ================================ */
a {
	text-decoration:underline;
	color:#000;
}
a:hover, a:focus, a:active {
	text-decoration:underline;
}
a.video {
	color:#fff;
}
a.video div {
	position:relative;
	display:block;
	float:left;
}
a.video span.icon {
	width:43px;
	height:44px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-22px;
	margin-top:-22px;
	background:url(http://img.en25.com/eloquaimages/clients/AmericanExpressCompany/{42e67643-d980-40b2-92d0-df9229dee88d}_video.gif) no-repeat left top;
}
/* ================================= 2.4 HEADERS ================================ */
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	color:#393737;
}
h1 {
	font-size:3.0em;
	color:#FF0000;
	margin:0 0 10px 0;
	padding:0 0 5px 0;
	font-weight:normal;
}
h2 {
	font-size:1.4em;
	margin:0 0 10px 0;
	color:#fff;
	padding:0 0 5px 0;
	font-weight:normal;
	text-transform:uppercase;
}
h2 span {
	font-weight:bold;
}
/* ================================= 2.5 LISTS ================================== */
ul, ol, dl {
	margin:0;
	padding:0 0 1em 0;
}
ul ul, ol ol, ol ul, ul ol {
	padding:0;
	margin:0 0 0 2em;
}
ul {
	list-style-type:disc;
}
ol {
	list-style-type:decimal;
}
li {
	margin:0 0 0 2em;
	padding:0;
}
ul.links {
	list-style-type:none;
}
ul.links li {
	margin:0;
	padding:0;
}
ul.horizontal li {
	float:left;
	width:auto;
	margin:0 0 0 1em;
}
dt {
	display:block;
	float:left;
}
dd {
	margin-left:10em;
}
/* ================================= 2.6 TABLES ================================= */
caption {
	display:block;
	padding:0;
	margin:0;
}
table {
	border:0px;
	border-top:1px solid #000;
	border-left:1px solid #000;
	width:100%;
	margin:0 0 20px 0;
}
th {
	border:0px;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
	padding:2px 5px 2px 5px;
	background-color:#000;
	color:#fff;
}
th.row-header {
	background-color:transparent;
	color:#000;
}
td {
	border:0px;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
	padding:2px 5px 2px 5px;
}
tr.alt {
	background-color:#eee;
}
/* ================================= 2.6 FORMS ================================== */
form {
	margin:0;
	padding:0;
}
fieldset {
	border:0px solid #fff;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	margin:1.5em 0 0 0;
	padding:1em;
}
fieldset fieldset {
	padding:0;
	margin:0;
	border:0;
}
fieldset h2 {
	margin:0 0 10px 0;
}
fieldset h3 {
	font-family:Arial, Helvetica, sans-serif;
	color:#545353;
	margin:0 0 3px 0;
}
legend {
	margin:0;
	padding:0;
	color:#333;
	display:none;
}
/* label styles */
label {
	color:#545353;
	display:block;
	font-weight:bold;
	padding:0 0 2px 0;
}
fieldset fieldset label {
	float:left;
	width:50%;
	padding:2px 0 0 0;
	margin:0 10px 0 0;
	padding:0;
	font-weight:normal;
}
/* Input styles */
textarea {
	width:95%;
	padding:0.2em;
}
input.submit {
	border:2px solid #999;
	width:auto;
}
input.text {
	width:95%;
	padding:2px;
	border:1px solid #999;
}
input.short {
	width:50%;
}
input.radio {
	display:block;
	float:left;
	margin:0 5px 5px 0;
	padding:0;
}
select {
	width:100%;
}
/* ================================================================== 3.0 STANDARD LAYOUT ========================================================= */

/* Page */
.page {
	margin:0px auto 0px auto;
	padding:0;
	text-align:left;
	width:960px;
}
/* Shortcuts */
.shortcuts {
	height:0;
	position:relative;
}
.shortcuts ul, .shortcuts ul li {
	height:0;
	list-style-type:none;
	margin:0;
	padding:0;
}
.shortcuts ul {
	position:absolute;
	width:100%;
}
.shortcuts li a {
	display:block;
	left:-500px;
	position:absolute;
	top:-500px;
}
.shortcuts li a:focus, .shortcuts li a:active {
	background:#CCC;
	color:#000;
	left:0;
	padding:3px 0;
	position:absolute;
	text-align:center;
	top:0;
	width:100%;
}
.toplink {
	height:1px;
	left:-500px;
	overflow:hidden;
	position:absolute;
	width:50%;
}
/* Header */
.header {
	background:url(http://img.en25.com/eloquaimages/clients/AmericanExpressCompany/{768e5f1b-7353-4a8d-9f59-cd479f740952}_header.png) 0 100% repeat-x;
	height:80px;
	position:relative;
}
.header .logo {
	float:left;
	height:80px;
}
.header .logo h1 {
	margin:0;
	padding:0;
}
.header .logo a, .header .logo img {
	display:block;
}


.nav{float:right;width:auto;list-style-type:none;margin:0 -10px 0 0;padding:50px 0 0 0;}
.nav li{float:left;width:auto;font-size:1.4em;text-transform:uppercase;margin:0 0 0 10px;}
.nav li a{padding:0 10px;font-weight:bold;text-decoration:none;color:#666;}
.nav li a.selected{color:#000;}
.nav li a:hover,
.nav li a:focus,
.nav li a:active{text-decoration:underline;color:#000;}


/* Navigation */
.navigation {
	height:15px;
	float:right;
	padding:56px 0 7px 0;
}
.navigation ul li {
	float:left;
	list-style-type:none;
	margin:0;
	padding:0 13px;
}
.navigation ul li a {
	color:#666;
	font-size:1.2em;
	font-weight:bold;
	line-height:0.6em;
	text-decoration:none;
	text-transform:uppercase;
}
.navigation ul li a:active, .navigation ul li a:focus, .navigation ul li a:hover {
	text-decoration:underline;
}
.navigation ul li.selected a {
}
.navigation ul li.selected .subnav {
	display:block;
}
.navigation ul li.selected, .js .page .header li.showing {
	padding-bottom:15em;
}
.js .navigation ul li.selected {
	padding-bottom:0;
}
/* Subnav */
.subnav {
	padding:20px 70px;
	position:relative;
	border:1px solid #000; /*left:0; bottom:0; */
}
.subnav .mask {
	overflow:hidden;
	min-height:110px;
	position:relative;
	width:824px;
}
.subnav .mask ul {
	position:absolute;
	width:6000px;
	left:0;
	margin-left:0;
}
.subnav ul li {
	float:left;
	list-style-type:none;
	padding-right:10px;
	margin-left:0;
	font-size:1.4em;
	text-align:center;
	width:157px;
}
.subnav ul li a {
	display:block;
	float:left;
	text-decoration:none;
}
.subnav ul li h2 {
	font-size:1em;
	color:#000;
}
.subnav ul li a:hover h2, .subnav ul li a:focus h2, .subnav ul li a:active h2 {
	text-decoration:underline;
}
.subnav a.prev, .subnav a.next {
	width:40px;
	height:50px;
	position:absolute;
	top:30px;
	left:10px;
	background:#000;
	display:none;
}
.subnav a.next {
	right:10px;
	left:auto;
}
.subnav a.prev-disabled, .subnav a.next-disabled {
	background:#ccc;
}
.js .subnav {
	display:none;
}
.js .subnav a.prev, .js .subnav a.next {
	display:block;
}
/* Carousel */
.carousel .c-mask {
	overflow:hidden;
	width:160px;
	height:20.5em;
	position:relative;
}
.carousel .c-mask ul {
	left:0;
	position:absolute;
	width:6000px;
}
.carousel .c-mask ul li {
	float:left;
	font-size:1em;
	position:relative;
	width:160px;
	height:20.5em;
	list-style-type:none;
	margin-left:0;
}
.carousel .c-mask ul li a {
	display:block;
}
.carousel .controls {
	bottom:0;
	display:none;
	padding:0 17px 10px 0;
	position:absolute;
	right:0;
}
.carousel .controls ul li {
	float:left;
	list-style-type:none;
}
.carousel .controls ul li a {
	background:url(http://img.en25.com/eloquaimages/clients/AmericanExpressCompany/{1c1b4d0e-8f53-486e-b538-e1d85819264a}_controls.gif) no-repeat left top;
	display:block;
	height:5px;
	width:5px;
}
.carousel .controls ul li a.selected {
	background-image:url(http://img.en25.com/eloquaimages/clients/AmericanExpressCompany/{51735807-b23c-44c0-b23f-77e0c59075f4}_controls-selected.gif);
}
.carousel .controls ul {
	float:left;
	margin:0 auto;
}
.carousel .controls ul li {
	margin:0;
	padding:0px 7px;
}
.carousel .controls .playpause {
	background:url(http://img.en25.com/eloquaimages/clients/AmericanExpressCompany/{84f43e34-b000-4d58-9131-1ee05588ed38}_playpause.png) no-repeat;
	display:block;
	height:15px;
	overflow:hidden;
	text-align:left;
	text-indent:-666em;
	width:15px;
}
.carousel .controls .play {
	background-position:0 100%;
}
.js .carousel .controls {
	display:block;
}
/* Hero */
.hero {
	overflow:hidden;
	position:relative;
	width:100%;
}
.hero-slider {
	position:relative;
}
.hero-slide {
	float:left;
	width:600px;
}
.hero-control {
	display:none;
}
.hero-control-group {
	bottom:0;
	position:absolute;
	display:none;
	margin:0;
	overflow:hidden;
	padding:0;
	right:0;
}
.hero-control-group li {
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}
.hero-play-pause a {
	background:url(http://img.en25.com/eloquaimages/clients/AmericanExpressCompany/{84f43e34-b000-4d58-9131-1ee05588ed38}_playpause.png) 0 100% no-repeat;
	display:block;
	height:15px;
	overflow:hidden;
	text-align:left;
	text-indent:-666em;
	width:15px;
}
.hero-play a {
	background-position:0 0;
}
.js .hero-control-group, .js .hero-control {
	display:block;
}
/* Logo Slider */
.logo-slider {
	margin-right:21px;
	width:122px;
}
.logo-slider .hero-slide {
	width:122px;
	text-align:center;
}
.logo-slider .hero-control-group {
	padding:10px 0 1px 17px;
}
/* Modules - Commons */
.modules {
	padding:46px 0 25px 0;
}
.modules .mr {
	padding-bottom:25px;
}
.modules .mr1 {
	padding-left:40px;
}
.modules .mr2 {
	padding-left:10px;
}
.modules .mr3 {
	padding-left:30px;
}
.modules .module {
	background:#fff;
}
.modules .module .shadow {
	background-position:0 0;
	background-repeat:no-repeat;
	bottom:-20px;
	display:block;
	height:20px;
	left:0;
	position:absolute;
	text-align:left;
	text-indent:-666em;
	width:100%;
	z-index:10;
}
/* Modules - Video */
.modules .module .video {
	text-decoration:none;
}
.modules .module .video:active, .modules .module .video:focus {
	color:#47a841;
}
.modules .module .video .title {
	background:url(http://img.en25.com/eloquaimages/clients/AmericanExpressCompany/{10339b3c-1926-4e82-9f7b-c55cb5086f5a}_module-label.png) no-repeat;
	bottom:10px;
	color:#fff;
	font-size:1.5em;
	font-weight:bold;
	height:34px;
	left:-10px;
	line-height:0.9em;
	margin:0;
	padding:13px 0 13px 10px;
	position:absolute;
	text-decoration:none;
	text-transform:uppercase;
	width:140px;
}
.modules .module .new{background:url(http://images.response.americanexpress.com/eloquaimages/clients/AmericanExpressCompany/{619d571f-2857-44a4-a1b6-d10448fb5f6b}_module-label-new.png) no-repeat right top;color:#FFF;font-size:1.2em;font-weight:bold;min-height:33px;padding:4px 0 0 8px;position:absolute;right:-10px;top:10px;width:39px;}

.modules .module .video .title span {
	display:block;
	font-weight:normal;
	font-size:0.8em;
}
.modules .module .video, .modules .module .video img {
	display:block;
}
.modules .module .video .icon-play {
	background:url(http://img.en25.com/eloquaimages/clients/AmericanExpressCompany/{850365f6-b2e9-467a-9f0e-5092bc03c75c}_play.png) no-repeat;
	bottom:17px;
	display:block;
	height:55px;
	right:17px;
	position:absolute;
	width:55px;
}
.modules .module .video:active .icon-play, .modules .module .video:focus .icon-play, .modules .module .video:hover .icon-play {
	background-position:0 100%;
}
.modules .module .disabled {
	cursor:default;
}
.modules .module .disabled .icon-play {
	display:none;
}
/* Modules - Default Copy */
.modules .module .copy {
	padding:0 19px;
	height:100%;
}
.modules .module .copy .title {
	font-size:1.6em;
	font-weight:bold;
	letter-spacing:-0.03em;
	margin:0;
	padding:9px 0 10px 0;
	text-decoration:none;
	text-transform:uppercase;
}
.modules .module .copy .title span {
	display:block;
	font-size:1em;
	font-weight:normal;
	line-height:0.96em;
	margin-top:-3px;
}
.modules .module .copy .title em {
	font-style:normal;
	text-transform:none;
}
.modules .module .copy p {
	font-size:1.4em;
	line-height:1.1em;
	letter-spacing:-0.01em;
	word-spacing:-0.01em;
}
.modules .module .copy img.logo {
	text-align:center;
}
/* Modules - Main Copy */
.modules .module .copy.main-copy {
}
.modules .module .copy.main-copy .title {
	color:#009bbb;
	font-size:2em;
	letter-spacing:0;
	padding:20px 0 14px 0;
}
.modules .module .copy.main-copy .title span {
	color:#002663;
	font-size:0.75em;
	font-weight:bold;
	line-height:1em;
	margin-top:-0.14em;
	padding-right:80px;
}
.modules .module .copy.main-copy .title sup {
	font-size:0.5em;
	line-height:1.1em;
	margin-right:-8px;
	vertical-align:top;
}
.modules .module .copy.main-copy p {
	color:#535353;
	font-size:1.5em;
	line-height:1.1em;
}
/* Modules - Colors */
.modules .module .color-darkmagenta {
	background-color:#861e73;
	color:#fff;
}
.modules .module .color-darkturquoise {
	background-color:#01a3bc;
	color:#fff;
}
.modules .module .color-navyblue {
	background-color:#05347a;
	color:#fff;
}
.modules .module .color-darknavyblue {
	background:#053072 url(http://images.response.americanexpress.com/eloquaimages/clients/AmericanExpressCompany/{c32f923b-0348-430d-82ff-c16972a36173}_module-darknavyblue.png) repeat-y left top;
	/*background-color:#002663;*/
	color:#fff;
	padding-right:17px;
}
.modules .module .color-limegreen {
	background-color:#47a841;
	color:#fff;
}


/* Modules - Banners */
.modules .module .banner a img {
	display:block;
}
/* Modules - Button */
.modules .module a.button {
	background:url(http://img.en25.com/eloquaimages/clients/AmericanExpressCompany/{2dcd3191-90f5-415b-a565-a018ab2046a2}_module.png) no-repeat;
	bottom:10px;
	color:#fff;
	display:block;
	font-size:1em;
	height:31px;
	left:15px;
	line-height:31px;
	margin-left:-3px;
	padding-left:15px;
	position:absolute;
	text-decoration:none;
	text-transform:uppercase;
}
.modules .module a.button span {
	display:block;
	background:url(http://img.en25.com/eloquaimages/clients/AmericanExpressCompany/{2dcd3191-90f5-415b-a565-a018ab2046a2}_module.png) 100% 100% no-repeat;
	cursor:pointer;
	float:left;
	font-size:1.15em;
	font-weight:normal;
	padding-right:31px;
	white-space:nowrap;
}
/* Modules - Style #1 */
.modules .module.s1 {
	height:14.5em;
}
.modules .module.s1 .shadow {
	background-image:url(http://img.en25.com/eloquaimages/clients/AmericanExpressCompany/{515f0e00-a209-4646-ba2c-7049aefb590a}_module-s1-shadow.png);
}
/* Modules - Style #2 */
.modules .module.s2 {
	height:12.5em;
}
.modules .module.s2 .shadow {
	background-image:url(http://img.en25.com/eloquaimages/clients/AmericanExpressCompany/{26ea9604-a7b6-4533-8892-15ea784371dc}_module-s2-shadow.png);
}
.modules .module.s2 .icon-play {
	right:13px;
}
/* Modules - Style #3 */
.modules .module.s3 {
	height:17em;
}
.modules .module.s3l .shadow {
	background-image:url(http://img.en25.com/eloquaimages/clients/AmericanExpressCompany/{fa6e7ed5-dcd7-416a-b04c-c1c827f72055}_module-s3l-shadow.png);
}
.modules .module.s3r .shadow {
	background-image:url(http://img.en25.com/eloquaimages/clients/AmericanExpressCompany/{e5cd75c8-5380-4ade-bacb-f414878264ce}_module-s3r-shadow.png);
}
/* .modules .module.s3 .video .title {font-size:1.55em; padding-top:18px; padding-bottom:8px;} */

/* Modules - Style #4 */
.modules .module.s4 {
	height:17em;
}
.modules .module.s4 .shadow {
	background-image:url(http://img.en25.com/eloquaimages/clients/AmericanExpressCompany/{a62558cd-0cd1-456b-80a8-7fb99ebbe4b0}_module-s4-shadow.png);
}
/* Modules - Style #5 */
.modules .module.s5 {
	height:20.5em;
	width:160px;
}
.modules .module.s5 .shadow {
	background-image:url(http://img.en25.com/eloquaimages/clients/AmericanExpressCompany/{f004442c-6ac4-40c1-966d-2ce7783681e3}_module-s5-shadow.png);
}
/* Modules - Style #6 */
.modules .module.s6 {
	height:17em;
}
.modules .module.s6 .shadow {
	background-image:url(http://img.en25.com/eloquaimages/clients/AmericanExpressCompany/{5d16f3ea-7924-43dd-9eb4-165fab6176b3}_module-s6-shadow.png);
}
/* Modules - Number #2 */
.modules .module.m2 {
	margin-top:45px;
}
/* Modules - Number #5 */
.modules .module.m5 .copy .title {
	padding-bottom:20px;
}
.modules .module.m5 .copy p {
	font-size:1.5em;
	line-height:1.1em;
	padding-bottom:0.5em;
}
/* Modules - Number #7 */
/* Modules - Number #8 */
.modules .module.m7 .copy, .modules .module.m8 .copy {
	padding-right:5px;
}
/* Counter */
.countdown {
	overflow:hidden;
	padding-bottom:16px;
}
.countdown .dash {
	float:left;
}
.countdown .dash_title {
	color:#eba9df;
	display:block;
	font-size:0.9em;
	padding-bottom:4px;
	text-transform:uppercase;
}
.countdown .dash .digit {
	background:#000;
	color:#fff;
	float:left;
	font-size:2.2em;
	font-weight:bold;
	height:25px;
	line-height:1.1em;
	margin-right:1px;
	text-align:center;
	width:25px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
.countdown .dash .separator {
	color:#000;
	font-size:1.8em;
	font-weight:bold;
	height:25px;
	padding-top:15px;
}
/* Footer */
#footer {
	background:url(http://img.en25.com/eloquaimages/clients/AmericanExpressCompany/{eaff0b90-7c39-4edb-be50-a782e670dc6c}_footer.jpg) no-repeat;
	padding:37px 0 80px 0;
	text-align:center;
}
#footer p {
	color:#888;
	font-size:1.2em;
	padding-bottom:0.2em;
	word-spacing:-0.02em;
}
#footer a {
	color:#006890;
}
#footer ul {
	margin:0;
	padding:0 0 0.6em 0;
}
#footer ul li {
	border-right:1px solid #999999;
	display:inline;
	float:none;
	margin:0;
	padding:0;
}
#footer ul li.last {
	border-right:0;
	padding-right:0;
}
#footer ul li a {
	display:inline-block;
	padding:0 7px 0 5px;
}
#footer .copyright {
	padding-top:1.2em;
}
/* ================================================================== 6.0 CLEARING AND GENERIC STYLES ============================================= */

.clear:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden; /*IE6*/
}
.clear {
	display:block;
}
.padding {
	padding:10px;
}
.hide {
	display:none;
}
.accessibility {
	position:absolute;
	left:-9999em;
	top:-9999em;
	width:100px;
}
/* ================================================================== 7.0 GRID  ================================================================== */

.gr {
	padding:0 0 10px 0;
}
.grid {
	background-color:#CFCFCF;
	float:left;
	margin:0;
	min-height:1px;
	padding:0;
	position:relative;
}
/* 24 Column layout */
.container-24 {
	margin:10px 0 20px 0;
}
.container-24 .g1 {
	width:20px;
}
.container-24 .g2 {
	width:60px;
}
.container-24 .g3 {
	width:100px;
}
.container-24 .g4 {
	width:140px;
}
.container-24 .g5 {
	width:180px;
}
.container-24 .g6 {
	width:220px;
}
.container-24 .g7 {
	width:260px;
}
.container-24 .g8 {
	width:300px;
}
.container-24 .g9 {
	width:340px;
}
.container-24 .g10 {
	width:380px;
}
.container-24 .g11 {
	width:420px;
}
.container-24 .g12 {
	width:460px;
}
.container-24 .g13 {
	width:500px;
}
.container-24 .g14 {
	width:540px;
}
.container-24 .g15 {
	width:580px;
}
.container-24 .g16 {
	width:620px;
}
.container-24 .g17 {
	width:660px;
}
.container-24 .g18 {
	width:700px;
}
.container-24 .g19 {
	width:740px;
}
.container-24 .g20 {
	width:780px;
}
.container-24 .g21 {
	width:820px;
}
.container-24 .g22 {
	width:860px;
}
.container-24 .g23 {
	width:900px;
}
.container-24 .g24 {
	width:940px;
}
.container-24 .gmp1 {
	margin-left:10px;
}
.container-24 .gmp2 {
	margin-left:20px;
}
.container-24 .gmp3 {
	margin-left:30px;
}
.container-24 .gmp4 {
	margin-left:40px;
}
.container-24 .gms1 {
	margin-right:10px;
}
.container-24 .prefix-1 {
	padding-left:40px;
}
.container-24 .prefix-2 {
	padding-left:80px;
}
.container-24 .prefix-3 {
	padding-left:120px;
}
.container-24 .prefix-4 {
	padding-left:160px;
}
.container-24 .prefix-5 {
	padding-left:200px;
}
.container-24 .prefix-6 {
	padding-left:240px;
}
.container-24 .prefix-7 {
	padding-left:280px;
}
.container-24 .prefix-8 {
	padding-left:320px;
}
.container-24 .prefix-9 {
	padding-left:360px;
}
.container-24 .prefix-10 {
	padding-left:400px;
}
.container-24 .prefix-11 {
	padding-left:440px;
}
.container-24 .prefix-12 {
	padding-left:480px;
}
.container-24 .prefix-13 {
	padding-left:520px;
}
.container-24 .prefix-14 {
	padding-left:560px;
}
.container-24 .prefix-15 {
	padding-left:600px;
}
.container-24 .prefix-16 {
	padding-left:640px;
}
.container-24 .prefix-17 {
	padding-left:680px;
}
.container-24 .prefix-18 {
	padding-left:720px;
}
.container-24 .prefix-19 {
	padding-left:760px;
}
.container-24 .prefix-20 {
	padding-left:800px;
}
.container-24 .prefix-21 {
	padding-left:840px;
}
.container-24 .prefix-22 {
	padding-left:880px;
}
.container-24 .prefix-23 {
	padding-left:920px;
}
.container-24 .suffix-1 {
	padding-right:40px;
}
.container-24 .suffix-2 {
	padding-right:80px;
}
.container-24 .suffix-3 {
	padding-right:120px;
}
.container-24 .suffix-4 {
	padding-right:160px;
}
.container-24 .suffix-5 {
	padding-right:200px;
}
.container-24 .suffix-6 {
	padding-right:240px;
}
.container-24 .suffix-7 {
	padding-right:280px;
}
.container-24 .suffix-8 {
	padding-right:320px;
}
.container-24 .suffix-9 {
	padding-right:360px;
}
.container-24 .suffix-10 {
	padding-right:400px;
}
.container-24 .suffix-11 {
	padding-right:440px;
}
.container-24 .suffix-12 {
	padding-right:480px;
}
.container-24 .suffix-13 {
	padding-right:520px;
}
.container-24 .suffix-14 {
	padding-right:560px;
}
.container-24 .suffix-15 {
	padding-right:600px;
}
.container-24 .suffix-16 {
	padding-right:640px;
}
.container-24 .suffix-17 {
	padding-right:680px;
}
.container-24 .suffix-18 {
	padding-right:720px;
}
.container-24 .suffix-19 {
	padding-right:760px;
}
.container-24 .suffix-20 {
	padding-right:800px;
}
.container-24 .suffix-21 {
	padding-right:840px;
}
.container-24 .suffix-22 {
	padding-right:880px;
}
.container-24 .suffix-23 {
	padding-right:920px;
}
.container-24 .push-1 {
	left:40px;
}
.container-24 .push-2 {
	left:80px;
}
.container-24 .push-3 {
	left:120px;
}
.container-24 .push-4 {
	left:160px;
}
.container-24 .push-5 {
	left:200px;
}
.container-24 .push-6 {
	left:240px;
}
.container-24 .push-7 {
	left:280px;
}
.container-24 .push-8 {
	left:320px;
}
.container-24 .push-9 {
	left:360px;
}
.container-24 .push-10 {
	left:400px;
}
.container-24 .push-11 {
	left:440px;
}
.container-24 .push-12 {
	left:480px;
}
.container-24 .push-13 {
	left:520px;
}
.container-24 .push-14 {
	left:560px;
}
.container-24 .push-15 {
	left:600px;
}
.container-24 .push-16 {
	left:640px;
}
.container-24 .push-17 {
	left:680px;
}
.container-24 .push-18 {
	left:720px;
}
.container-24 .push-19 {
	left:760px;
}
.container-24 .push-20 {
	left:800px;
}
.container-24 .push-21 {
	left:840px;
}
.container-24 .push-22 {
	left:880px;
}
.container-24 .push-23 {
	left:920px;
}
.container-24 .pull-1 {
	left:-40px;
}
.container-24 .pull-2 {
	left:-80px;
}
.container-24 .pull-3 {
	left:-120px;
}
.container-24 .pull-4 {
	left:-160px;
}
.container-24 .pull-5 {
	left:-200px;
}
.container-24 .pull-6 {
	left:-240px;
}
.container-24 .pull-7 {
	left:-280px;
}
.container-24 .pull-8 {
	left:-320px;
}
.container-24 .pull-9 {
	left:-360px;
}
.container-24 .pull-10 {
	left:-400px;
}
.container-24 .pull-11 {
	left:-440px;
}
.container-24 .pull-12 {
	left:-480px;
}
.container-24 .pull-13 {
	left:-520px;
}
.container-24 .pull-14 {
	left:-560px;
}
.container-24 .pull-15 {
	left:-600px;
}
.container-24 .pull-16 {
	left:-640px;
}
.container-24 .pull-17 {
	left:-680px;
}
.container-24 .pull-18 {
	left:-720px;
}
.container-24 .pull-19 {
	left:-760px;
}
.container-24 .pull-20 {
	left:-800px;
}
.container-24 .pull-21 {
	left:-840px;
}
.container-24 .pull-22 {
	left:-880px;
}
.container-24 .pull-23 {
	left:-920px;
}
/* Extends content divs into the margin areas */
.ge {
	background:#CFCFCF;
	margin:0 -10px;
	zoom:1;
}
.gep {
	background:#CFCFCF;
	margin-left:-10px;
	zoom:1;
}
.ges {
	background:#CFCFCF;
	margin-right:-10px;
	zoom:1;
}
/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
	position:absolute;
	top:0;
	left:0;
	z-index:9999;
	overflow:hidden;
}
#cboxOverlay {
	position:fixed;
	width:100%;
	height:100%;
}
#cboxMiddleLeft, #cboxBottomLeft {
	clear:left;
}
#cboxContent {
	position:relative;
}
#cboxLoadedContent {
	overflow:auto;
}
#cboxTitle {
	margin:0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
	cursor:pointer;
}
.cboxPhoto {
	float:left;
	margin:auto;
	border:0;
	display:block;
}
.cboxIframe {
	width:100%;
	height:100%;
	display:block;
	border:0;
}
/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
	background:url(http://img.en25.com/eloquaimages/clients/AmericanExpressCompany/{17245899-d527-4be7-92ac-562cfdae7562}_overlay.png) repeat 0 0;
}
#colorbox {
}
#cboxTopLeft {
	width:21px;
	height:21px;
	background:url(http://img.en25.com/eloquaimages/clients/AmericanExpressCompany/{7fbb598a-60e5-4cd4-9352-57bfb0320a5a}_controls.png) no-repeat -101px 0;
}
#cboxTopRight {
	width:21px;
	height:21px;
	background:url(http://img.en25.com/eloquaimages/clients/AmericanExpressCompany/{7fbb598a-60e5-4cd4-9352-57bfb0320a5a}_controls.png) no-repeat -130px 0;
}
#cboxBottomLeft {
	width:21px;
	height:21px;
	background:url(http://img.en25.com/eloquaimages/clients/AmericanExpressCompany/{7fbb598a-60e5-4cd4-9352-57bfb0320a5a}_controls.png) no-repeat -101px -29px;
}
#cboxBottomRight {
	width:21px;
	height:21px;
	background:url(http://img.en25.com/eloquaimages/clients/AmericanExpressCompany/{7fbb598a-60e5-4cd4-9352-57bfb0320a5a}_controls.png) no-repeat -130px -29px;
}
#cboxMiddleLeft {
	width:21px;
	background:url(http://img.en25.com/eloquaimages/clients/AmericanExpressCompany/{7fbb598a-60e5-4cd4-9352-57bfb0320a5a}_controls.png) left top repeat-y;
}
#cboxMiddleRight {
	width:21px;
	background:url(http://img.en25.com/eloquaimages/clients/AmericanExpressCompany/{7fbb598a-60e5-4cd4-9352-57bfb0320a5a}_controls.png) right top repeat-y;
}
#cboxTopCenter {
	height:21px;
	background:url(http://img.en25.com/eloquaimages/clients/AmericanExpressCompany/{d3cb05dc-06df-4a75-a406-2e79631fcd34}_border.png) 0 0 repeat-x;
}
#cboxBottomCenter {
	height:21px;
	background:url(http://img.en25.com/eloquaimages/clients/AmericanExpressCompany/{d3cb05dc-06df-4a75-a406-2e79631fcd34}_border.png) 0 -29px repeat-x;
}
#cboxContent {
	background:#fff;
	overflow:hidden;
}
.cboxIframe {
	background:#fff;
}
#cboxError {
	padding:50px;
	border:1px solid #ccc;
}
#cboxLoadedContent {
	margin-bottom:28px;
}
#cboxTitle {
	position:absolute;
	bottom:4px;
	left:0;
	text-align:center;
	width:100%;
	color:#949494;
}
#cboxCurrent {
	position:absolute;
	bottom:4px;
	left:58px;
	color:#949494;
}
#cboxSlideshow {
	position:absolute;
	bottom:4px;
	right:30px;
	color:#0092ef;
}
#cboxPrevious {
	position:absolute;
	bottom:0;
	left:0;
	background:url(http://img.en25.com/eloquaimages/clients/AmericanExpressCompany/{7fbb598a-60e5-4cd4-9352-57bfb0320a5a}_controls.png) no-repeat -75px 0;
	width:25px;
	height:25px;
	text-indent:-9999px;
}
#cboxPrevious:hover {
	background-position:-75px -25px;
}
#cboxNext {
	position:absolute;
	bottom:0;
	left:27px;
	background:url(http://img.en25.com/eloquaimages/clients/AmericanExpressCompany/{7fbb598a-60e5-4cd4-9352-57bfb0320a5a}_controls.png) no-repeat -50px 0;
	width:25px;
	height:25px;
	text-indent:-9999px;
}
#cboxNext:hover {
	background-position:-50px -25px;
}
#cboxLoadingOverlay {
	background:url(http://img.en25.com/eloquaimages/clients/AmericanExpressCompany/{e2ad9fc3-afb0-40fd-8f6d-500b86563384}_loading_background.png) no-repeat center center;
}
#cboxLoadingGraphic {
	background:url(http://img.en25.com/eloquaimages/clients/AmericanExpressCompany/{ae7b077f-028a-4d05-b05c-a29e78458ebe}_loading.gif) no-repeat center center;
}
#cboxClose {
	position:absolute;
	bottom:0;
	right:0;
	background:url(http://img.en25.com/eloquaimages/clients/AmericanExpressCompany/{7fbb598a-60e5-4cd4-9352-57bfb0320a5a}_controls.png) no-repeat -25px 0;
	width:25px;
	height:25px;
	text-indent:-9999px;
}
#cboxClose:hover {
	background-position:-25px -25px;
}
/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft, .cboxIE #cboxTopCenter, .cboxIE #cboxTopRight, .cboxIE #cboxBottomLeft, .cboxIE #cboxBottomCenter, .cboxIE #cboxBottomRight, .cboxIE #cboxMiddleLeft, .cboxIE #cboxMiddleRight {
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
}
/*
  The following provides PNG transparency support for IE6
  Feel free to remove this and the /ie6/ directory if you have dropped IE6 support.
*/
.cboxIE6 #cboxTopLeft {
	background:url(http://img.en25.com/eloquaimages/clients/AmericanExpressCompany/{6fe5071b-02c8-42f6-996a-476d7205512d}_borderTopLeft.png);
}
.cboxIE6 #cboxTopCenter {
	background:url(http://img.en25.com/eloquaimages/clients/AmericanExpressCompany/{db73e919-d7ec-4252-ae21-698c3c42b015}_borderTopCenter.png);
}
.cboxIE6 #cboxTopRight {
	background:url(http://img.en25.com/eloquaimages/clients/AmericanExpressCompany/{96784a05-f604-4c93-92f4-ed1b0a1a58f0}_borderTopRight.png);
}
.cboxIE6 #cboxBottomLeft {
	background:url(http://img.en25.com/eloquaimages/clients/AmericanExpressCompany/{1f0fd88d-f93f-4c58-93a2-6997e86f3ba6}_borderBottomLeft.png);
}
.cboxIE6 #cboxBottomCenter {
	background:url(http://img.en25.com/eloquaimages/clients/AmericanExpressCompany/{e79e0e84-2544-4f1e-8355-ff0b0e0d4ba2}_borderBottomCenter.png);
}
.cboxIE6 #cboxBottomRight {
	background:url(http://img.en25.com/eloquaimages/clients/AmericanExpressCompany/{d8d35083-3e85-4f6f-a499-de46efeb70f1}_borderBottomRight.png);
}
.cboxIE6 #cboxMiddleLeft {
	background:url(http://img.en25.com/eloquaimages/clients/AmericanExpressCompany/{4ff622b2-9a70-4705-afc1-7efbede752e4}_borderMiddleLeft.png);
}
.cboxIE6 #cboxMiddleRight {
	background:url(http://img.en25.com/eloquaimages/clients/AmericanExpressCompany/{edf21794-0208-4105-829e-f876a5df832e}_borderMiddleRight.png);
}
.cboxIE6 #cboxTopLeft, .cboxIE6 #cboxTopCenter, .cboxIE6 #cboxTopRight, .cboxIE6 #cboxBottomLeft, .cboxIE6 #cboxBottomCenter, .cboxIE6 #cboxBottomRight, .cboxIE6 #cboxMiddleLeft, .cboxIE6 #cboxMiddleRight {
 _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
}


		h1.dining, h2.dining, p.dining{color: #03b1d5;font-size:6.2em;font-weight:bold;line-height: 0.9em;padding: 35px 0 35px 20px;text-shadow: 1px 1px 1px #666;text-transform:uppercase;width:6.2em; float:left;}
		p.dining-desc {margin-top:7%;font-size:1.5em;width:450px;float:left;}
		.accordian{margin:0 0 80px 0; background:url(http://img.en25.com/eloquaimages/clients/AmericanExpressCompany/{2e3ff5c8-316e-4633-8c6b-b830b162b8e7}_module-s7-shadow.png) no-repeat center bottom;clear:both;padding:0 0 20px 0;}
		.accordian .padding{background:#fff;padding:30px;padding-bottom:5px;}
        /*.js .accordian .accordian-content{display: none;border-bottom:0;border-top:0;padding:12px 10px; margin-top: 20px;}*/
		.js .accordian .accordian-content{display: none;border-bottom:0;border-top:2px; margin-top: 20px;}
		.js .accordian h2{border:1px solid #ccc;border-bottom:0;margin:0;background:transparent;padding:0;}
		.js .accordian h2 a{display:block;padding:2px 10px;}
		.js .accordian p{margin:0;padding:0;background-color:#ffffff;}
		.accordian .item {background:url(http://img.en25.com/eloquaimages/clients/AmericanExpressCompany/{6c17935b-2d6a-4654-b6c1-374044ed0882}_divider.png) no-repeat left bottom;clear:both;margin-bottom:5px;padding-bottom:5px;}
		.accordian .last{background:none;}
		.accordian hr{float:clear; width: 90%; margin-left:5%; margin-right:5%; color: #eee;}
		.accordian .item .topchefbanner{ color: rgb(19,50,106);font-size:1.5em;font-weight:bold;line-height: 0.8em;}
		.accordian .item .restaurant{ color:#009bbb;font-size:3.1em;font-weight:bold;margin-bottom:10px; }
		.accordian .item .item-heading {float:left;margin-bottom:23px;width:792px;}
		.js .accordian .item .item-heading {border-right:1px dashed #b1b1b1;}
		.js .accordian p span.offerbanner{background-color: rgb(135,30,115); color: rgb(255,255,255); line-height:1.8em;padding:7px; font-weight:bold; font-style: italic;}
		.accordian-content div.left-content{float:left; width:35%;}
		.accordian-content div.right-content{float:right; width:50%;margin-right: 5%;}
		.accordian-content div.right-content img{float: left; padding-right: 2%;}
		.accordian .item .valid-date{color: #009bbb;}
		.trigger {display:none;float:right;padding:25px 0 0 30px;width:57px;}
		.js .trigger{display:block;}
		.trigger a {text-decoration: none;}
		.offer-address {color:#535353;float:left;width: 40%; margin-top:25px;margin-bottom:3px;padding-bottom: 10px;}
		.accordian .offer-address p{font-size:1.5em;padding-bottom:5px;}
		.offer-address a.offer-address-link {background: url(http://img.en25.com/eloquaimages/clients/AmericanExpressCompany/{852ad471-c521-4edc-95d2-886a23f4322b}_map_icon.png) no-repeat;color:#535353;padding:5px 0 10px 18px;}
		.offer-address p a {color: #777;padding-left:20px; }
		.offer-restaurant {float:left;padding-top:10px;width: 56%; }
		.accordian .contactus a:link,.accordian .contactus a:visited,
		.accordian .contactus a:hover,.accordian .contactus a:active{color:#ffffff;}  
		.offer{font-size:1.5em;}
		.offer p{padding:10px;}
		.right-content img{margin:15px;}


		.right-content p.contactus {background-color: rgb(0,155,186); color: rgb(255,255,255); margin-top: 10px; margin-bottom: 20px; padding: 10px;}
		.right-content p.t-and-c {background: url(http://img.en25.com/eloquaimages/clients/AmericanExpressCompany/{df9c8d55-ce78-4196-9f4d-52706c321b7f}_info-logo.png) no-repeat ; padding:0 0 25px 25px; font-size:1.2em;}
		
		
		
		
		
		
		/*Dining Guides*/
		.guide{background:#fff;padding:15px 0 0 0;}
		
		.guide-nav{position:relative;background:url(http://images.response.americanexpress.com/eloquaimages/clients/AmericanExpressCompany/{46bf36ea-b3ce-49c4-9829-cf7f67950d47}_guide-nav.png) left bottom no-repeat;margin:0 -18px 0px -10px;padding:0 8px 5px 1px;z-index:10;width:988px;}
		.guide-nav li{float:left;width:246px;padding:0;margin:0;list-style-type:none;font-size:1.6em;background:url(http://images.response.americanexpress.com/eloquaimages/clients/AmericanExpressCompany/{67ea5ebc-136a-4d65-a57c-ef193b21662d}_guide-nav.gif) right 10px no-repeat;}
		.guide-nav li a{display:block;color:#fff;text-transform:uppercase;padding:15px 0 10px 35px;text-decoration:none;font-weight:bold;}
		
		.guide-nav li.n1 a{padding:15px 0 10px 44px;}
		.guide-nav li.n2{width:235px;}
		.guide-nav li.n3{width:240px;}
		.guide-nav li.n4{width:258px;background:transparent;}
		
		.guide-nav li.selected a,
		.guide-nav li a:hover,
		.guide-nav li a:focus,
		.guide-nav li a:active{background:#009bbb;position:relative;margin:0 0 0 -1px;padding:15px 0 10px 36px;}
		
		.guide-nav li.n1.selected a,
		.guide-nav li.n1 a:hover,
		.guide-nav li.n1 a:focus,
		.guide-nav li.n1 a:active{padding:15px 0 10px 45px;}
		
		.guide-img{z-index:5;margin:-15px 0 0 0;}
		
		.guide .section{padding:45px 40px 100px 305px;}
		
		.guide .sub-section{margin:0 0 0 -250px;width:800px;}
		.guide .sub-section h2{float:left;width:200px;margin:0 50px 0 0;text-align:right;}
		.guide .sub-section .text{float:left;width:540px;}
		
		.guide div.intro{background:url(http://images.response.americanexpress.com/eloquaimages/clients/AmericanExpressCompany/{f347f7bf-ee4a-4f0f-94ff-c0caf1b56d83}_guide-intro.jpg) left bottom no-repeat;}
		.guide div.top-ten{background:url(http://images.response.americanexpress.com/eloquaimages/clients/AmericanExpressCompany/{cd2f0597-a244-4826-a944-8b0aa5ee05c9}_guide-TGR-sml.jpg) left bottom no-repeat;}
		.guide div.match-wine{http://images.response.americanexpress.com/eloquaimages/clients/AmericanExpressCompany/{29b50a9a-05cd-4a92-a3c4-7e43e81fc55d}_guide-TFC-sml.jpg) left bottom no-repeat;}
		.guide div.dine-business{background:url(http://images.response.americanexpress.com/eloquaimages/clients/AmericanExpressCompany/{fcdb3ebe-8a34-4d76-ba49-245ec091ebef}_guide-DBWD-sml.jpg) left bottom no-repeat;}
		.guide div.good-manners{background:url(http://images.response.americanexpress.com/eloquaimages/clients/AmericanExpressCompany/{55953f9f-b2d1-49bf-b095-9dd662e37988}_guide-GGM-sml.jpg) left bottom no-repeat;}
		
		.guide p, .guide .section li{font-size:1.6em;line-height:1.5em;}
		.guide p.intro, .guide h2{font-size:2.6em;color:#009bbb;text-transform:none;line-height:1.2em;}
		.guide h2{margin:10px 0 0 0;}
		.guide p a{color:#009bbb;}
		
		.guide .boxes{padding:45px 0 10px 305px;}
		.boxes .col{float:left;width:300px;margin:0 20px 0 0;}
		
		.box1{background:#33afc9;margin:0 0 18px 0;}
		.box2{background:#cdecf1;margin:0 0 18px 0;}
		
		.boxes h2{padding:17px 20px 14px 58px;text-transform:uppercase;font-weight:bold;margin:0;font-size:2.4em;}
		.boxes p{padding:10px 25px 15px 20px;font-weight:bold;line-height:1.38em;}
		
		.box1 h2{color:#fff;background:url(http://images.response.americanexpress.com/eloquaimages/clients/AmericanExpressCompany/{61592201-e348-48fd-92a4-ecb4d819b39d}_box1-h2.gif) 18px 17px no-repeat;}
		.box2 h2{color:#009cbc;background:url(http://images.response.americanexpress.com/eloquaimages/clients/AmericanExpressCompany/{ef8052c5-0a96-4b4c-919d-2cf04c76675e}_box2-h2.gif) 18px 17px no-repeat;}

		.box1 p{color:#fff;background:url(http://images.response.americanexpress.com/eloquaimages/clients/AmericanExpressCompany/{28fcffe4-4e7c-4055-bb66-00432ad3ac3c}_box1-p.gif) left top repeat-x;}
		.box2 p{color:#009cbc;background:url(http://images.response.americanexpress.com/eloquaimages/clients/AmericanExpressCompany/{7494d15e-e748-4619-a7e9-10c02360bf17}_box2-p.gif) left top repeat-x;}
		.box2 li{color:#009cbc;font-size: 1.6em;font-weight:bold;line-height:1.38em;}
		.sources ul {float:left;}
		.sources ul li{padding:2px 0}
		
		
		/*/Dining Guides*/

		.right-content p.t-and-c {background: url(http://images.response.americanexpress.com/eloquaimages/clients/AmericanExpressCompany/{cbd5b6a3-1bbe-4f04-ad9c-7b02cd727797}_info-logo.png) no-repeat ; padding:0 0 25px 25px; font-size:1.2em;}

/* Simple to Pay QUIZ */
.qhead{background:#0f4756 url(http://images.response.americanexpress.com/eloquaimages/clients/AmericanExpressCompany/{a8f05ab7-4bbf-4126-9d59-3db3850b1483}_bg-header.png) repeat-x top left;color:#FFF;margin-top:-1px;padding:20px 0}
.qhead .padding{padding:0 30px}
.qhead h2.dining {margin-bottom:0;padding-bottom:5px;text-shadow:none;width:375px;}
.qhead p.dining-desc{float:right;font-size:1.7em;line-height:1.3em;margin-top:37px;padding-bottom:0;width:280px;}
.qfoot{background:#0c3945 url(http://images.response.americanexpress.com/eloquaimages/clients/AmericanExpressCompany/{51b96105-5218-4a09-83fd-cea3d585e1a3}_bg-footer.png) repeat-x top left;color:#FFF;padding:20px 0;}

#flipbox{background:url(http://images.response.americanexpress.com/eloquaimages/clients/AmericanExpressCompany/{25e1069c-73fc-41bf-b240-4fa3788df73d}_bg-tablecloth.jpg) no-repeat left top;min-height:465px;position:relative;width:960px;}
.table{background:url(http://images.response.americanexpress.com/eloquaimages/clients/AmericanExpressCompany/{1994b308-c19f-4fee-8ffa-47d29ec565d6}_bg-plate.png) no-repeat left 100px;color:#333;display:none;margin-left:-5px;min-height:465px;width:960px;}
.noPlate{background:url(http://images.response.americanexpress.com/eloquaimages/clients/AmericanExpressCompany/{b13b4fb6-fbc0-47ad-9b8d-58468d65694f}_bg-no-plate.png) no-repeat left 177px;;}
.table h3{color:#4b4b4b;font-family: BallantinesSerial-Medium;font-size:7em;font-weight:normal;line-height:1em;}

.question{float:left;padding:177px 0 0 30px;width:230px}
.answers{background:url(http://images.response.americanexpress.com/eloquaimages/clients/AmericanExpressCompany/{7f8b3cbe-5ca2-40bd-bc47-94c59f0a6f2d}_bg-dividers.png) no-repeat center 130px;float:right;padding-top:15px;width:310px}
.answers li{font-size:1.6em;list-style:none;margin:0;padding:0;}


.answers li a{display:block;float:left;min-height:162px;padding:0;text-decoration:none;width:312px;}
.answers .letter{background:url(http://images.response.americanexpress.com/eloquaimages/clients/AmericanExpressCompany/{5c7d4f25-4a68-457c-bc60-c41e511dff91}_bg-letters.png) no-repeat left top;display:block;float:left;font-family: BallantinesSerial-Medium;font-size:2.7em;margin-top:20px;min-height:50px;padding:4px 8px 3px 24px;text-transform:uppercase;width:36px;}
.answers li span.answer{display:block;float:left;padding:37px 0 46px 15px;width:225px;}
.answers li img{float:left;margin-left:10px;}
.glasses li a{min-height:157px;}
.glasses li img{margin-left:85px;}
.incorrect{background:url(http://images.response.americanexpress.com/eloquaimages/clients/AmericanExpressCompany/{407fe22f-0621-4edf-a6ee-5750b850819f}_cross.png) no-repeat right top;}
.correct{background:url(http://images.response.americanexpress.com/eloquaimages/clients/AmericanExpressCompany/{c3dfc2db-b1d5-45f6-bbb5-1974a4c2729b}_tick.png) no-repeat right top;}
.answered{cursor:default}
.nextQ{display:none;left:43%;padding:0;position:absolute;top:87%;}
.nextQ a{background:url(http://images.response.americanexpress.com/eloquaimages/clients/AmericanExpressCompany/{bb7d5b8c-3f3b-495b-b590-2b27e0b48793}_bg-next.png) no-repeat left top;color:#4b4b4b;display:block;font-family: BallantinesSerial-Medium;font-size:3.8em;padding:11px 15px 15px 30px;text-decoration:none;width:124px;}
h3.firstQ {float:left;font-size:10em;margin:190px 0 0 363px;}
.firstQ a{background:url(http://images.response.americanexpress.com/eloquaimages/clients/AmericanExpressCompany/{f13e18cc-0ae5-492c-94be-74a057af7b22}_bg-start.png) no-repeat top left;color:#494949;display:block;height:125px;padding:10px 25px 30px 60px;text-decoration:none;width:250px;}

.sideTab{background:url(http://images.response.americanexpress.com/eloquaimages/clients/AmericanExpressCompany/{ff3ee283-3b79-40db-85fb-9b54ef267e2b}_bg-score.png) no-repeat left bottom;clear:left;float:left;margin:8px 0 0 -10px;padding-bottom:10px;width:150px}
.sideTab p{background:#01a3bc;font-weight:bold;font-size:2.3em;margin:0;padding:5px 0 5px 10px;text-transform:uppercase;}
.instructions{float:right;margin:-60px 50px 0 0;width:260px;}
.instructions h2{font-size:2.4em;margin-bottom:0;text-transform:none}
.instructions p{font-size:1.7em;line-height:1.3em;}

/* table specific styles */
.lobster{float:left;margin:150px 0 0 50px;}
.breadroll{float:left;margin:195px 0 0 155px}
.soup{float:left;margin:170px 0 0 115px}
.snails{float:left;margin:142px 0 0 110px}
.wine{float:left;margin:60px 0 0 170px}
.globe{float:left;margin:30px 0 0 30px}

.finalScreen{background:url(http://images.response.americanexpress.com/eloquaimages/clients/AmericanExpressCompany/{26401880-acd9-4553-b2f0-38af4b498607}_bg-finalscreen.png) no-repeat left 54px;}
.finalScreen h3{float:left;font-family: BallantinesSerial-Medium;line-height:0.7em;padding:192px 0 0 30px;width:500px;}
.finalScreen h3 .msg, #finalScoreFraction{display:block;float:left;}
#finalScoreFraction{margin-top:-10px;padding-left:138px;text-align:center;}
#finalScore{}
#fraction{background:url(http://images.response.americanexpress.com/eloquaimages/clients/AmericanExpressCompany/{d23628c1-7035-4d7a-9de5-8d1372e30051}_bg-fraction.jpg) no-repeat left top;display:block;height:18px;text-indent:-200em;width:70px;}
#total{display:block;}

.cta{float:right;margin-top:35px;width:310px;}
.cta li{font-size:1.8em;line-height:1.4em;list-style:none;margin:10px 0 40px;padding: 0 60px 0 0;}
.cta a{color:#666;text-decoration:none;}
.cta a span{background:url(http://images.response.americanexpress.com/eloquaimages/clients/AmericanExpressCompany/{dfe80ce2-493c-4af4-a401-91b37ac188cd}_blue-arrow.png) no-repeat right 10px;color:#1a7289;display:inline-block;font-size:0.85em;padding-right:16px;}
.cta .lrg{font-size:2.1em;}
.cta .lrg span{font-size:0.7em}

/* homepage quiz module */
.quiz{background:url(http://images.response.americanexpress.com/eloquaimages/clients/AmericanExpressCompany/{280b15b2-6ffd-4613-827a-3d55acbfeea3}_fork.png) no-repeat left bottom;padding-bottom:33px;}

/* @license
 * MyFonts Webfont Build ID 2322132, 2012-07-10T11:25:26-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Ballantines Serial Medium by SoftMaker
 * URL: http://www.myfonts.com/fonts/softmaker/ballantines-serial/medium/
 * Copyright: Copyright (c) 2011 by SoftMaker Software GmbH and its licensors. All rights reserved.
 * Licensed pageviews: 500,000
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=2322132
 * 
 * © 2012 Bitstream Inc
*/
  
 @font-face {font-family:'BallantinesSerial-Medium';src: url('236ED4_0_0.eot');src: url('236ED4_0_0.eot?#iefix') format('embedded-opentype'),url('236ED4_0_0.woff') format('woff'),url('236ED4_0_0.ttf') format('truetype');}
 