@charset "UTF-8";
@import url("../styles/reset.css");
/* ---------------------------------------------------------------------
Original Author: Tad Runkle
Contributors: <contributor name>, <contributor name>, <contributor name>

Target Browsers: IE6, IE7, IE8, Firefox3, Safari 4
Media Type: screen

CSS Coding Standards Documentation: http://wiki.bravo/index.php/CSS_Coding_Standards 
------------------------------------------------------------------------ */

/* ---------------------------------------------------------------------
TOC: 

1: Base HTML Styles
   1.1: Paragraph Styles
   1.2: Link Styles
   1.3: Text Styles
   1.4: List Styles
   1.5: Form Styles
   1.6: Table Styles
2: Custom Styles
3: Header Styles
4: Body Styles
   4.1: Banner Slidshow Styles
   4.2: Store Locator Styles
5: Footer Styles

------------------------------------------------------------------------ */

/* ---------------------------------------------------------------------
NOTES:

------------------------------------------------------------------------ */

/* ---------------------------------------------------------------------
1: Base HTML Styles
------------------------------------------------------------------------ */
body {
    margin: 0;
    padding: 0;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
    line-height: 1.2;
    text-align: center;
}

/* -----------------------------------------------------------
1.1: Paragraph Styles
-------------------------------------------------------------- */
p, blockquote, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 1em;
}
p.important {
	height: 1em;
}
blockquote {
    margin-left: 40px;
    margin-right: 40px;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
h1 {
}
h2 {
}
h3 {
}
h4 {
}
h5 {
}
h6 {
}

img {
    outline: none;
    border: none;
    text-decoration: none;
}
iframe {
    position:absolute;
    }
/* -----------------------------------------------------------
1.2: Link Styles
-------------------------------------------------------------- */
a {
    outline: none;
    border: none;
    text-decoration: none;
}
a:link {
}
a:visted {
}
a:hover {
    text-decoration: underline;
}
a:active {
}

/* -----------------------------------------------------------
1.3: Text Styles
-------------------------------------------------------------- */
strong, b {
	font-weight: bold;
}
em, i {
	font-style: italic;
}
abbr, acronym {
    border-bottom: dotted 1px;
}
sub {
    vertical-align: sub;
    font-size: smaller;
}
sup {
    vertical-align: .4em;
    font-size: xx-small;
}
u, ins {
    text-decoration: underline;
}
s, strike, del {
    text-decoration: line-through;
}
big {
    font-size: larger;
}
small {
    font-size: smaller;
}

/* -----------------------------------------------------------
1.4: List Styles
-------------------------------------------------------------- */
ul, ol, dl, li, dd, dt {
    margin-top: 0;
    margin-bottom: 1em;
}
ul {
    list-style-type: disc;
    padding-left: 40px;
}
ol {
    list-style-type: decimal;
    padding-left: 40px;
}
dd {
    margin-left: 40px;
}

/* nested lists have no top/bottom margins */
ul ul,
ul ol,
ul dl,
ol ul,
ol ol,
ol dl,
dl ul,
dl ol,
dl dl {
    margin-top: 0;
    margin-bottom: 0;
}

/* 2 deep unordered lists use a circle */
ol ul,
ul ul {
    list-style-type: circle;
}

/* 3 deep (or more) unordered lists use a square */
ol ol ul,
ol ul ul, 
ul ol ul,
ul ul ul {
    list-style-type: square;
}

/* -----------------------------------------------------------
1.5: Form Styles
-------------------------------------------------------------- */
form {
    margin: 0;
}
fieldset {
    border-width: 1px;
    border-color: #7c7b7d;
    border-style: solid;
    margin: 0 2px;
    padding-top: 5px;
    padding-bottom: 12px;
    padding-left: 10px;
    padding-right: 10px;
}
label {
}

/* -----------------------------------------------------------
1.6: Table Styles
-------------------------------------------------------------- */
table {
    border-spacing: 0px;
    border-collapse: separate;
}
tr {
    vertical-align: middle;
}
tbody {
    vertical-align: middle;
}
thead {
    vertical-align: middle;
}
tfoot {
    vertical-align: middle;
}
td {
    vertical-align: inherit;
    text-align: inherit; 
    padding: 0;
}
th {
    vertical-align: inherit;
    font-weight: bold;
    padding: 0;
}

/* ---------------------------------------------------------------------
2: Custom Styles
------------------------------------------------------------------------ */
#wrapper {
    position: relative;
    width: 978px;
    margin: 0 auto;
    text-align: left;
}
.clear {
    clear: both;
}
.errors {
    color: #ff7734;
}
/* ---------------------------------------------------------------------
3: Header Styles
------------------------------------------------------------------------ */
#header {
}

/* ---------------------------------------------------------------------
4: Body Styles
------------------------------------------------------------------------ */
#body {
    margin: 0 39px;
}

/* ---------------------------------------------------------------------
4.1: Banner Slidshow Styles
------------------------------------------------------------------------ */
#banner {
    position: relative;
    margin-bottom: 15px;
    height: 288px;
	width: 978px;
    color: #000;
    overflow: hidden;
    z-index: 0;
}
#nav_banner {
	right: 11px;
	width: 330px;
    position: absolute;
    z-index: 50;
}
#nav_banner ul {
	height: 288px;
	overflow: hidden;
}
#nav_banner ul,
#nav_banner li {
    margin: 0;
    padding: 0;
    list-style: none;
}
#nav_banner li {
	display: block;
	width: 330px;
	height: 72px;
    font-size: 15px;
	overflow: hidden;
	float: left;
}
#nav_banner li.hidden {
	display: none;
}
#nav_banner li a {
    display: block;
	width: 330px;
    height: 72px;
    text-align: center;
    text-decoration: none;
    position: relative;
	overflow: hidden;
}
#nav_banner li a span {
    display: block;
	margin: 0 35px;
    width: 260px !important;
    text-align: center;
	overflow: hidden;
	cursor: pointer;
}
#banner #slideshow {
    overflow: hidden;
}
#banner .slide_item {
    position: relative;
    width: 978px;
    height: 288px;
}
#banner #slide2,
#banner #slide3,
#banner #slide4 {
    display: none;
}
.corner_tl, .corner_tr, .corner_br, .corner_bl{
    font-size: 0;
}

/* ---------------------------------------------------------------------
4.2: Content Styles
------------------------------------------------------------------------ */
#content {
}
#tip_body {
    overflow:hidden;
    margin-bottom: -15px;
    }
/* ---------------------------------------------------------------------
4.2.1: Store Locator Styles
------------------------------------------------------------------------ */

#stores h3 {
    font-size: 15px;
    margin-bottom: 2px;
}
#stores p {
    margin-bottom: 5px;
}
#stores .textbox {
    width: 185px;
    height: 21px;
    padding: 0 6px;
    margin: 0;
    border: none;
    font-size: 11px;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #8c2835;
    border: solid 1px #d5d5ce;
}
#stores ul {
    list-style:none;
    padding-left:0px;
}
#stores li {
    margin-right: 8px;
    float:left;
}
/*#stores {
    margin-bottom: 20px;
}
#stores h4 {
    margin-bottom: 0;
}
#stores ul,
#stores li {
    margin: 0;
    padding: 0;
    list-style: none;
}
#stores li {
    height: 27px;
    background: url(../../restaurant_favorites/images/design/icon_locator.png) no-repeat left center;
    padding-left: 25px;
    margin-bottom: 10px;
}
#stores li.last {
    height: 23px;
    background: url(../../restaurant_favorites/images/design/icon_locators.png) no-repeat left center;
}*/

/* ---------------------------------------------------------------------
5.1: Featured Product Styles
------------------------------------------------------------------------ */
#featured {
    margin: 39px 39px 0;
}
#featured .col {
    float: left;
    margin: 20px 20px 20px 0;
    padding: 0 20px 0 0;
    width: 273px;
    cursor: pointer;
    border-right: 1px solid #2d2d2d;
    height: 123px;
    overflow: hidden;
}
#featured .col h4 {
    margin: 20px 0 0 0;
    font-size: 14px;
}
#featured .col h4 a:hover {
	text-decoration: none;
}
#featured .col p {
}
#featured .col img {
    float: left;
    margin-right: 20px;
}
#featured .last {
    border: none;
    margin-right:0px;
    padding:0;
    width: 272px;
}

/* ---------------------------------------------------------------------
5: Footer Styles
------------------------------------------------------------------------ */
#footer {
    height: 207px;
}
#footer ul,
#footer li {
    margin: 0;
    padding: 0;
    list-style: none;
}
#footer li {
    float: left;
}

/* ---------------------------------------------------------------------
5.2: Social Module Styles
------------------------------------------------------------------------ */
#social {
    height: 45px;
}
#emailsignup {
    float: left;
}
#emailsignup h3 {
    font-size: 15px;
    margin-bottom: 2px;
}
#emailsignup p {
    margin-bottom: 5px;
}
#emailsignup .textbox {
    width: 201px;
    height: 21px;
    padding: 0 6px;
    margin: 0;
    border: none;
    font-size: 11px;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #8c2835;
}
#emailsignup li {
    margin-right: 8px;
}
#locations {
    float: right;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    margin: 15px 20px 0px 0px;
    display:inline;
    width: 500px;
}
#locations ul {
}
#locations li {
    float: right;
    margin-right: 18px;
    border-right: 1px solid #dbd9bf;
    padding-right: 18px;
}
#locations li.last {
    margin: 0;
    border: none;
    padding: 0;
}
#locations,
#locations a {
    color: #dbd9bf;
}

/* ---------------------------------------------------------------------
5.3: Footer Navigation Styles
------------------------------------------------------------------------ */
#nav_footer {
    margin-top: 18px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 10px;
    height: 15px;
}
#nav_footer a {
    padding-left: 15px;
    border-left: 1px solid #dbd9bf;
}
#nav_footer li {
    margin-right: 15px;
}


/*
Coupon thank you
*/
body.coupon-thank-you {
    font-family:Georgia;
    font-size:13px;
    background:url(../../../assets/restaurant_favorites/images/design/coupon-page-bg.jpg) repeat-x #f6f5e9;
    margin:0px;
    padding:0px;
}

body.coupon-thank-you #wrapper{
    margin:auto;
    width:977px;
}

body.coupon-thank-you #container{
    width:977px;
    height:562px;
    margin-top:104px;
    background:url(../../../assets/restaurant_favorites/images/design/coupon-page-container-bg.png) no-repeat;
}

body.coupon-thank-you #content{
    width:937px;
    height:313px;
    padding:194px 0 0 40px;
    background:url(../../../assets/restaurant_favorites/images/design/coupon-page-product.png) no-repeat 360px 100px;
}

body.coupon-thank-you h1{
    text-indent:-9999px;
    height:55px;
    margin:0px;
    display:block;
    background:url(../../../assets/restaurant_favorites/images/design/coupon-page-h1.jpg) center no-repeat;
}

body.coupon-thank-you h2{
    text-indent:-9999px;
    background:url(../../../assets/restaurant_favorites/images/design/coupon-page-h2.png) center no-repeat;
    width:332px;
    height:18px;
    margin:0px;
}

body.coupon-thank-you p{
    margin:0px;
}

body.coupon-thank-you a{
    text-indent:-9999px;
    background:url(../../../assets/restaurant_favorites/images/design/coupon-page-button.png) no-repeat;
    width:312px;
    height:27px;
    display:block;
    margin-top:20px;
}