/***** Staying-in Stylesheet *****/

@import url("global.css");


body {
background-color:#432041;
}


#header .nav li.dining-out a { font-weight:bold; background-position:-249px 0px; background-color:#432041; }


.action-menu {
float:right;
width:370px;
margin-top:15px;
font-size:0.85em;
text-align:right;
color:#a570a1;
}
.action-menu a { color:#a570a1; }


.intro-txt h2 {
color:#a570a1;
}


.feature {
width:357px;
height:285px;
padding:16px 20px 0 563px;
margin-top:10px;
background:#fff url("../img/dining-feature.jpg") no-repeat;
line-height:125%;
color:#fff;
}
.feature h2 { font-weight:bold; }
.feature p { font-size:0.8em; }
.feature a { color:#fff; border-bottom:1px solid; }
.feature a:hover { text-decoration:none; }


.main-content {
padding: 18px 10px 0 10px;
background-color:#fff;
}


.copy-item {
width:510px;
padding:0 10px;
margin-bottom:15px;
text-align:justify;
}
.copy-item p, .copy-item ul { 
font-size:0.8em;
color:#555;
line-height:150%;
}
.copy-item ul { font-size:1em; list-style-image:none; list-style-type:none; }
.copy-item li { margin-bottom:4px; }
.copy-item p a { 
font-size:1.1em;
color:#f60;
border-bottom:1px solid #f60;
}
.copy-item p a:hover { text-decoration:none; }


.product-promo {
position:relative;
}
.product-promo .button {
position:absolute;
top:18px;
width:180px;
height:39px;
}
.product-promo .button a { 
display:block;
width:100%;
height:100%;
}
.product-promo .button a span { display:none; }


.left-column {
float:left;
padding-right:10px;
width:530px;
}
.left-column .light-text {
padding-left: 10px;
color:#bbb;
font-size:1em;
font-weight:bold;
}
.left-column .product-promo {
top:10px;
width:530px;
height:180px;
margin-bottom:50px;
background:url("../img/dining-grocery-bg.gif") no-repeat 10px 0px;
}
.left-column .product-promo .button {
background:url("../img/btn-staying-in.png") no-repeat;
}
.left-column .product-promo .button a { 
display:block;
width:100%;
height:100%;
}
.left-column .product-promo .button a span { display:none; }
.left-column .product-promo .description {
position:relative;
top:65px;
left:20px;
width:340px;
}
.left-column .product-promo .description h4 {
margin-bottom:5px;
}
.left-column .product-promo .description p {
font-size:0.8em;
color:#555;
line-height:150%;
margin:0;
padding:0;
}


.quotes {
width:350px;
padding:20px 10px 0 10px;
margin-left:10px;
background:url("../img/quotes-bg.png") no-repeat;
text-align:right;
}
.quote {
margin-bottom:30px;
color:#888;
}
.quotes h3 {
color:#bbb;
margin-bottom:15px;
}
.quotes p {
font-family:Georgia, "Times New Roman", Times, serif;
line-height:150%;
padding:0;
}
.quotes p.source {
font-size:0.8em;
font-style:italic;
margin-top:5px;
}

#copyright { color:#a570a1; }
