/*----CSS Reset----*/
*{margin:0;padding:0}iframe,a img,fieldset,form,table{border:0}h6,h5,h4,h3,h2,h1,caption,th,td{font-size:100%;font-weight:normal}dd,dt,dl,ol,ul{list-style:none}legend{color:#000}button,select,textarea,input{font-size:100%}table{border-collapse:collapse}caption,th{text-align:left}
/*----End CSS Reset----*/
/*---------------------------------------------------------------------*/
/*----Elements----*/

body {
  background: #fff;
  font: normal 62.5% "FreeSans", Helvetica, Arial, sans-serif;
  color: #000;
  text-align: center;
}

body#home {
  background: #fff url(../images/background-home.jpg) center top no-repeat;
}


a {
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: underline;
}

/*----End Elements----*/
/*---------------------------------------------------------------------*/
/*----Framework----*/

.clear {
  clear: both;
}

.no-display {
  display: none;
}

#wrap {
  width: 955px;
  margin: 0 auto;
  text-align: left;
}


/*----End Framework----*/
/*---------------------------------------------------------------------*/
/*----Header----*/

#header {
  height: 106px;
}

#logo {
  float: left;
  padding-top: 15px;
}

ul#toplinks {
  background: url(../images/background-top-links.png) left top repeat;
  float: right;
}

ul#toplinks li {
  display: block;
  float: left;
  padding: 5px 10px;
}

ul#toplinks li a {
  color: #000;
}

#tagline {
  clear: right;
  font-size: 1.9em;
  color: #939598;
  font-family: "Trebuchet MS";
  text-align: right;
  padding-top: 12px;
}

#header form {
  float: right;
  padding-top: 12px;
}

#header form input#keywords {
  background: #fff;
  border: 1px solid #d3d3d3;
  color: #00b4cd;
  padding: 2px;
  float: left;
  width: 143px;
  margin-right: 5px;
}


/*----End Header----*/
/*---------------------------------------------------------------------*/
/*----Home Middle----*/

#homemiddle {
  clear: both;
}

#homeflash {
  width: 694px;
  height: 376px;
  float: left;

  background: url(../images/background-top-links.png) left top repeat;
  line-height:376px;
  text-align: center;
  font-size: 2em;
  font-weight: bold;
}


/*----End Home Middle----*/
/*---------------------------------------------------------------------*/
/*----Nav----*/

#nav {
  float: left;
}

#nav li {
  display: block;
  float: left;
}

#nav li a {
  text-indent: -9999px;
  display: block;
 /* width: 51px;*/
  height: 482px;
  margin-right: 1px;
}

#nav li.shop a {
  background: url(../images/nav-shop.gif) right top no-repeat;
}

#nav li.shop a:hover {
  background: url(../images/nav-shop-over.gif) right top no-repeat;
}

#nav li.dine a {
  background: url(../images/nav-dine.gif) right top no-repeat;
}

#nav li.dine a:hover {
  background: url(../images/nav-dine-over.gif) right top no-repeat;
}

#nav li.events a {
  background: url(../images/nav-events.gif) right top no-repeat;
}

#nav li.events a:hover {
  background: url(../images/nav-events-over.gif) right top no-repeat;
}


/*----End Nav----*/
/*---------------------------------------------------------------------*/
/*----Bottom Blocks----*/

#bottomblocks {
  clear: both;
  padding-top: 20px;
}

#bottomblocks div.gift-card img {
  float: left;
  margin-right: 10px;
  display: block;
}

#bottomblocks .block {
  width: 290px;
  float: left;
}

#bottomblocks .block h1 {
  font-size: 2.4em;
  font-family: Freesans, "Arial Narrow", Helvetica, Arial, sans-serif;
  padding-bottom: 3px;
  background: url(../images/hdots.gif) left bottom repeat-x;
  margin-bottom: 5px;
}

#bottomblocks .block h2 {
  font-size: 1.1em;
  line-height: 1.3em;
  font-weight: bold;
}

#bottomblocks .block h2 a {
  color: #00b4cd;
}

#bottomblocks .block p {
  font-size: 1.1em;
  line-height: 1.3em;
}

#bottomblocks .block p a {
  color: #000;
  font-weight: bold;
}

#bottomblocks .gift-card h1 {
  margin-left: 156px;
}

#bottomblocks .newsletter {
  border: 1px solid #dedad6;
  border-width: 0 1px;
  padding: 0 20px 20px;
  margin: 0 20px;
}

#bottomblocks .newsletter form {
  padding-left: 40px;
  padding-top: 10px;
}

#bottomblocks .newsletter label {
  font-size: 1.3em;
  font-family: Freesans, "Arial Narrow", Helvetica, Arial, sans-serif;
  float: left;
  width: 35px;
  padding-bottom: 7px;
}

#bottomblocks .newsletter input.text {
  background: #fff;
  border: 1px solid #d3d3d3;
  color: #00b4cd;
  padding: 2px;
  float: left;
  width: 143px;
  margin-right: 5px;
}

#bottomblocks .newsletter br {
  clear: both;
}

#bottomblocks .events {
  position: relative;
}

#bottomblocks .events .viewall {
  position: absolute;
  right: 0;
  top: 15px;
  color: #00b4cd;
  font-weight: bold;
  text-decoration: underline;
}


/*----End Bottom Blocks----*/
/*---------------------------------------------------------------------*/
/*----Footer----*/

#footer {
  clear: both;
  padding: 40px 0;
}

#footer #links .block {
  float: left;
  border-right: 1px solid #e5e5e5;
  margin-right: 13px;
  height: 110px;
}

#footer #links .block h1 {
  font-size: 1.6em;
  text-transform: uppercase;
  font-weight: bold;
  color: #5bc5d4;
  font-family: Freesans, "Arial Narrow", Helvetica, Arial, sans-serif;
}

#footer #links .block ul {
  float: left;
  font-size: 1.1em;
  line-height: 1.3em;
  margin-right: 13px;
}

#footer #links .block ul li a {
  color: #000;
}

#footer .shopping ul {
  width: 240px;
}

#footer .shopping ul li {
  display: block;
  float: left;
}

#footer .shopping ul li a.c1 {
  display: block;
  float: left;
  width: 140px;
}

#footer .shopping ul li a.c2 {
  display: block;
  float: left;
  width: 100px;
}

#footer .dining ul {
  width: 80px;
}

#footer .dining ul li {
  display: block;
}

#footer .dining ul li a.c1 {
  display: block;
  float: left;
  width: 140px;
}

#footer .dining ul li a.c2 {
  display: block;
  float: left;
  width: 70px;
}

#footer .gift-card {
  width: 120px;
}

#footer .gift-card p {
  width: 110px;
}

#footer .getting-here {
  width: 113px;
}

#footer .gift-card a {
  color: #000;
  font-weight: bold;
}


#footer #links .contact {
  border-right: 0 none;
  margin-right: 0;
}

#footer #links .contact ul {
  margin-right: 0;
}

#footer #copyright {
  clear: both;
  padding-top: 20px;
}

#footer #copyright p {
  color: #d1d1d1;
  line-height: 1.2em;
}

#footer #copyright a {
  color: #d1d1d1;
}


/*----End Footer----*/
/*---------------------------------------------------------------------*/
/*----Middle----*/

#middle {
  margin-bottom: 20px;
}


#middle #main {
  float: left;
  width: 798px;
  border-right: 1px solid #fff;
}

#middle h1 {
  background: #222;
  color: #fff;
  font-size: 3.7em;
  font-family: Freesans, "Arial Narrow", Helvetica, Arial, sans-serif;
  padding: 5PX 15px;
  border-bottom: 1px solid #fff;
}

#middle #content {
  width: 598px;
  float: left;
  padding: 0 10px;
  margin-top: 10px;
  border-right: 1px solid #cfcfcf;
}

#middle #content h2 {
  color: #000;
  font-size: 3.7em;
  font-family: Freesans, "Arial Narrow", Helvetica, Arial, sans-serif;
  margin-bottom: .5em;
}

#middle #content h3 {
  color: #000;
  font-size: 3em;
  font-family: Freesans, "Arial Narrow", Helvetica, Arial, sans-serif;
  margin-bottom: .5em;
  clear: both;
}

#middle #content h4 {
  color: #000;
  font-size: 2em;
  font-family: Freesans, "Arial Narrow", Helvetica, Arial, sans-serif;
  margin-bottom: .5em;
}

#middle #content p {
  font-size: 1.1em;
  line-height: 1.6em;
  margin-bottom: 1em;
}

#middle #content .address p {
  font-size: 1.4em;
  font-weight: bold;
}

#middle #content .accept-giftcard a {
  background: url(../images/gift-card-sm.gif) left top no-repeat;
  width: 80px;
  height: 49px;
  display: block;
  text-indent: -9999px;
  float: right;
}

#middle #content ul {
  margin-bottom: 1em;
  padding-left: 20px;
}

#middle #content ul li {
  font-size: 1.1em;
  line-height: 1.6em;
  font-weight: normal;
  padding-left: 15px;
  background: url(../images/bullet-shop.gif) left 5px no-repeat;
}

#middle #content ul#nav_categories li, #middle #content ul#store_list li {
  font-size: 1.4em;
  line-height: 1.6em;
  font-weight: bold;
  padding-left: 15px;
  background: url(../images/bullet-shop.gif) left 7px no-repeat;
}

#middle #content a {
  color: #00B4CD;
}


#middle #subnav {
  padding: 10px;
  float: left;
  width: 159px;
}

#middle #subnav li {
  font-size: 1.1em;
  padding-left: 12px;
  margin-bottom: 7px;
  background: url(../images/bullet-shop.gif) left 3px no-repeat;
}

#middle #subnav h2 {
  color: #38aec0;
  font-size: 2em;
  font-family: Freesans, "Arial Narrow", Helvetica, Arial, sans-serif;
  margin-bottom: .5em;
}

#middle #subnav h3 {
  color: #38aec0;
  font-size: 1.6em;
  font-family: Freesans, "Arial Narrow", Helvetica, Arial, sans-serif;
  margin-bottom: .5em;
}

#middle #subnav a {
  color: #000;
  display: block;
}


/*----End middle----*/
/*---------------------------------------------------------------------*/
/*----Calendar----*/

.calendarBG {
 background-color: #fff;
 width: 598px;
}

.calendarBlank {
 background-color: #efefef;
 border: 1px solid #fff;
 color: #ccc;
 vertical-align: top;
 padding: 5px;
}

.calendarHeader th {
 color: #a0a0a0;
 text-align: center;
 font-size: 1.6em;
  font-family: Freesans, "Arial Narrow", Helvetica, Arial, sans-serif;
  padding: 5px;
}

.calendarMonthLinks {
  font-family: Freesans, "Arial Narrow", Helvetica, Arial, sans-serif;
 font-size:         11px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 color:             #000;
 background-color:  transparent;
}

.calendarMonthLinks a {
 color:             #000;
 text-decoration:   none;
 background-color:  transparent;
}

.calendarMonthLinks a:visited {
 color:             #000;
 text-decoration:   none;
 background-color:  transparent;
}

.calendarMonthLinks a:hover {
 color:             #000;
 text-decoration:   underline;
 background-color:  transparent;
}

.calendarDayHeading {
 font-weight: normal;
 font-size:	1.6em;
 color: #fff;
 background-color: #44b7c7;
 text-align:  center;
 vertical-align: middle;
 width: 77px;
  font-family: Freesans, "Arial Narrow", Helvetica, Arial, sans-serif;
  border: 1px solid #fff;
  padding: 5px 10px;
}

.calendarToday {
 font-size:         12px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 text-align:  left;
 vertical-align: top;
 color:             #fff;
 background-color: 	#44B7C7;
 border: 1px solid #fff;
 padding: 5px;
}

#middle #content .calendarToday a {
 color:             #fff;
 display: block;
 margin-bottom: 1em;
}

.calendarCell {
 font-size:         12px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 text-align:  left;
 vertical-align: top;
 color:             #666;
 background-color:  #f9f9f9;
 border: 1px solid #fff;
 height: 50px;
 padding: 5px;
}

.calendarCell a {
 color:             #000;
 text-decoration:   none;
 background-color:  transparent;
 display: block;
 margin-bottom: 1em;
}

.calendarCell a:visited {
 color:             #000;
 text-decoration:   underline;
 background-color:  transparent;
}

.calendarCell a:hover {
 color:             #fff;
 text-decoration:   none;
 background-color:  transparent;
}

.calendarMonthLinks a.previous {
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	background: url(../images/calendar-prev.gif) left top no-repeat;
	float: right;
}

.calendarMonthLinks a.next {
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	background: url(../images/calendar-next.gif) left top no-repeat;
}

#middle #content .calendarCell .events p, #middle #content .calendarToday .events p {
  font-family: Freesans, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 10px;
  letter-spacing: normal;
  line-height: 1.2em;
  margin-bottom: 1em;
}

.event {
  margin-bottom: 2em;
  border-bottom: 1px solid #efefef;
  padding-bottom: 2em;
}


/*----End Calendar----*/
/*---------------------------------------------------------------------*/
/*----Map----*/

#map {
  border: 1px solid #CFCFCF;
  height: 350px;
}

#ysmwexp table tbody tr td {
  min-width: 6px;
}

#ysmwexp {
  width: 200px;
}

#map #ysmwexp div.mapdetails {
  padding: 7px;
}

#map table tbody tr td {
  min-width: 6px;
}

#map td {
  text-align: auto;
  font-size: 1.1em;
}

#map div.mapdetails {
  padding: 3px 3px 7px 7px;
}

/*----End Map----*/
/*---------------------------------------------------------------------*/
/*----Videos----*/

.videothumb {
  width: 269px;
  float: left;
  margin: 10px;
}


/*----End Videos----*/
/*---------------------------------------------------------------------*/
/*----Store----*/

.product-view .product-shop { float:right; width:299px; margin-left: 20px; }
.product-view .product-shop table { width: 100%; margin-bottom: 1em; }
.product-view .product-img-box { float:left; width:279px; }
.data-table { width: 100%;margin-bottom: 20px; }
.data-table th { font-weight: bold; font-size: 1.2em; background: #00B4CD; padding: 5px; color: #fff; border: 1px solid #00B4CD; border-bottom-color: #cfcfcf }
.data-table tfoot th { background: #efefef; border: 1px solid #cfcfcf; color: #000; }
.data-table th.a-right { width: 80px; }
.data-table th.a-center { width: 50px; }
.data-table input { width: 2.5em; background: #fff; border: 1px solid #cfcfcf; padding: 2px;text-align:right;}
.data-table td { font-size: 1.2em; padding: 5px; border: 1px solid #cfcfcf; line-height: 1.5em; }
.data-table tr.even td { background: #f3f3f3; }
form fieldset {
  margin-bottom: 2em;
}


#content button, #subnav button { font-size: 12px; padding: 3px 10px; background:#d5d5d5;border:1px solid #333; }
#content button:hover, #subnav button:hover { font-size: 12px; padding: 3px 10px; background:#00B4CD;border:1px solid #00B4CD;color:#fff; }
#content .totals button { font-size: 14px; padding: 3px 10px; background:#00B4CD;border:1px solid #00B4CD;color:#fff; }
#middle #content .data-table h3, #middle #content .data-table h4 {
  font-size: 1.2em;
  font-family: Freesans, Helvetica, Arial, sans-serif;
}
.cart-collaterals {
  width: 289px;
  float: left;
  margin-right: 20px;
}
.cart-collaterals label {
  font-size: 1.1em;
  font-weight: bold;
}
.cart-collaterals input { background: #fff; border: 1px solid #cfcfcf; padding: 2px;margin-bottom: 1em;}
.cart-collaterals select { background: #fff; border: 1px solid #cfcfcf; padding: 2px;margin-bottom: 1em; width: 100%;}
#middle #content .cart-collaterals h3 {
  font-size: 2em;
}
#middle #content .cart-collaterals ul {
  padding: 0;
}
#middle #content .cart-collaterals ul li {
  padding: 0;
  background: 0 none;
}

#middle #content .cart-collaterals dl {
  border-top: 1px solid #cfcfcf;
  padding-top: 2em;
}

#middle #content .cart-collaterals dt {
  color: #000;
  font-size: 1.6em;
  font-family: Freesans, "Arial Narrow", Helvetica, Arial, sans-serif;
  margin-bottom: .5em;
}


.totals {
  width: 289px;
  float: left;
}
.totals table {
  width: 100%;
  margin-bottom: 1em;
}
.totals table td, .totals table th {
  font-size: 1.2em;
  padding: 5px;
}
.totals table tfoot td, .totals table tfoot th {
  font-size: 1.4em;
  padding: 5px;
}


#middle #content .totals ul {
  padding: 0;
}
#middle #content .totals ul li {
  padding: 0;
  background: 0 none;
  text-align: right;
}

#middle #subnav p a {
  display: inline;
}

#middle #subnav p {
  font-size: 1.1em;
  margin-bottom: 1em;
}

#middle #subnav .actions {
  margin-bottom: 1em;
}
#middle #subnav #cart-sidebar li {
  padding: 0;
  background: 0 none;
  margin-bottom: 1em;
}

#middle #subnav a.product-image {
  float:left;
  margin-right: 10px;
  background: #eee;
  padding: 1px;
}

#middle #subnav a.btn-remove {
  float:right;
}

#products-list .product-image {
  float: left;
  display: block;
  margin-right: 20px;
}

#products-list .product-shop {
  float: left;
  width: 299px;
}

#middle #content #products-list h3 {
  font-size: 1.8em;
}

#products-list .item {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #cfcfcf;
}

#products-list .last {
  border-bottom: 0 none;
}

.opc .section {
  border: 1px solid #cfcfcf;
  margin-bottom: 1em;
}

.opc .step-title {
  background: #efefef;
}

.opc .active .step-title {
  background: #00B4CD;
  color: #fff;
}

.opc .step-title .number {
  float: left;
  font-size: 1.5em;
  line-height: 1.9em;
  padding: 0 10px;
}


#middle #content .opc h3 {
  margin: 0;
  font-size: 2em;
  clear: none;
}


#middle #content .opc .active h3 {
  color: #fff;
}

.opc #checkout-step-login .col-1 {
  float: left;
  width: 278px;
  padding: 10px;
}

.opc #checkout-step-login .col-2 {
  width: 278px;
  padding: 10px;
  margin-left: 298px;
}

.opc .allow .step-title {
  cursor: pointer;
}


.opc dl {
  padding: 10px;
}

.opc dl dl {
  padding: 0px;
}

.opc dt {
  color: #000;
  font-size: 2em;
  font-family: Freesans, "Arial Narrow", Helvetica, Arial, sans-serif;
  margin-bottom: .5em;
}

.opc button {
  float: right;
}
.opc .back-link {
  float: left;
  font-size: 1.1em;
  line-height: 25px;
}
.opc #shipping-method-buttons-container {
  padding: 0 10px;
}


.group-select, .order-review {
  padding: 10px;
}

.group-select .input-text {
  width: 450px;
}

#middle #content .group-select li, #middle #content .opc dd li {
  padding-left: 0;
}


#middle #content .opc .form-list, #middle #content .group-select ul {
  padding: 0;
}

#middle #content .opc .form-list li, #middle #content .group-select li, #middle #content .opc dd li {
  background: none;
}

.input-text, .validate-select {
  background: #fff;
  border: 1px solid #d3d3d3;
  color: #00b4cd;
  padding: 2px;
  margin-bottom: 1em;
}

.group-select select {
  background: #fff;
  border: 1px solid #d3d3d3;
  color: #00b4cd;
  padding: 2px;
  margin-bottom: 1em;
}

#middle #subnav .block-progress a {
  display: inline;
}


.block-progress dd {
  border: 1px solid #d3d3d3;
  margin-bottom: 1em;
  padding: 10px;
}

.block-progress dt {
  border: 1px solid #d3d3d3;
  background: #EFEFEF;
  color: #fff;
  padding: 4px 9px;
  margin-bottom: 1em;
  color: #000;
}

.block-progress dd.complete {
  border: 1px solid #00b4cd;
}

.block-progress dt.complete {
  border: 1px solid #00b4cd;
  color: #fff;
  background: #00b4cd;
  margin-bottom: 0;
}

#middle #subnav .block-progress dt.complete a {
  color: #fff;
}


/*----End Store----*/
