@charset "utf-8";
/* CSS Document */

body {
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 62.5%;	/* 1em ~= 10px */
	color:#000;
}

img {
	border:0;
}

p {
	margin:0;
	padding:0;
	margin-bottom:8px;
}

.clear {
	clear:both;
}


/* this forces a scrollbar in firefox so all pages have regardless of necessity to scroll */
html { overflow-y: scroll; }

/* get rid of focus border */
*:focus { 
	outline: none; 
}
*::-moz-focus-inner { 
	border: none; 
}


.wrapper_header {
	display:block;
	position:relative;
	width:100%; 
	
	background:url(../../images/bg_header.gif) repeat-x;
	z-index:100;
}

#header {
	display:block;
	width:1040px;
	position:relative;
	height:102px;
	margin:0 auto;
	
}

#header #logo {
	position:absolute;
	display:block;
	top:38px;
	left:0;
}

#header #buttons {
	position:absolute;
	top:37px;
	right:0px;
	font-size:12px;
	text-align:right;
}

#header #buttons a {
	color:#000;
	display:block;
	float:left;
	margin-left:12px;
	text-decoration:none;
	text-transform:uppercase;
}

#header #buttons a.orange_btn {
	background:#ff8947;
	padding: 4px 10px;
}

#header #stores {
	position:absolute;
	top:70px;
	right:0px;
	font-size:12px;
	text-align:right;
	color:#fff;
}

#header #stores a {
	color:#fff;
	text-decoration:none;
}

#header #stores a:hover,
#header #buttons a:hover {
	text-decoration:underline;
}



.wrapper {
	display:block;
	position:relative;
	width:100%; 
		
	background:url(../../images/bg_wrapper.jpg) top center no-repeat #fff;
	z-index:90;	
	top:-41px;
	padding-top: 102px;
}

#footer {
	display:block;
	position:relative;
	clear:both;
	
	margin:0 auto;
	padding:15px 23px 0 92px;
	text-align:center;
}

#main_wrapper {
	display:block;
	position:relative;
	width:1040px;
	clear:both;
	background:#FFFFFF;
	margin:0 auto;
	border:1px solid #c9c9ca;
	padding:15px 0px;
}


#main {
	display:block;
	height:auto !important;
	height:550px;
	min-height:550px;
}

h1 {
	font-size:18px;
	margin:0;
	padding:0;
}

h1 .smaller {
	font-size:14px;
}

#header_nav {
	display:block;
	margin:0 auto;
	width:947px;
	padding: 6px 0 0 93px;
	height:35px;
}



.left_col {
	display:block;
	float:left;
	width:470px;
	padding:0 50px 20px 0;
	margin-left:20px;

	font-size:12px;
}

.right_col {
	display:block;
	float:left;
	width:480px;
	padding-bottom:20px;

	font-size:12px;
}

.single_col {
	display:block;
	padding:0 50px 0px 0;
	margin-left:20px;

	font-size:12px;
}


h1 {
	font-size:18px;
	font-weight:normal;
	margin-bottom:6px;
}


/************************
	home image gallery
*************************/	

#location_gallery {
	display:block;
	float:left;
	overflow:hidden;
}

#gallery_large_wrapper {
	position:relative;
	display:block;
	overflow:hidden;
	margin-bottom:5px;
}
#gallery_small_wrapper {
	position:relative;
	display:block;
	overflow:hidden;
	margin-bottom:5px;
}

#gallery_large {
	position:relative;
	display:block;
	width:1000px;
}
#gallery_small {
	position:relative;
	display:block;
	width:9000px;
}

.gallery_large_image {
	position:absolute;
	left:0px;
	top:0px;
	z-index:90;
	border:1px solid #000;
}
.gallery_large_image img {
	display:block;
}

.gallery_small_image {
	display:block;
	float:left;
	border:1px solid #000;
}

.gallery_small_image img {
	display:block;
}


.gallery_large_nav {
	display:block;
	position:absolute;
	top:0px;
	z-index:100;
}

#gallery_large_nav_left {
	left:0px;
	background:url(../../images/btn_lg_left.png) no-repeat top left;
}
#gallery_large_nav_right {
	right:0px;
	background:url(../../images/btn_lg_right.png) no-repeat top right;
}


.gallery_thumb_nav {
	display:block;
	position:absolute;
	top:0px;
	z-index:100;
}

#gallery_thumb_nav_left {
	left:0px;
	background:url(../../images/gallery_nav_thumb_left.gif) no-repeat top left;
}
#gallery_thumb_nav_right {
	right:0px;
	background:url(../../images/gallery_nav_thumb_right.gif) no-repeat top right;
}

#gallery_text_wrapper {
	font-size:12px;
}

#gallery_text_wrapper .title {
	color:#d93f3f;
	font-size:14px;
}


/*****************************************************/
/*      Calendar									 */
/*****************************************************/

table.calendar {
	margin:0;
	padding:0;
	margin-left:3px;
	border-collapse:collapse;
}


table.calendar td{
	height:100px;
	width:138px;
	background-color:#C7DBE2;
	border-bottom:2px solid #FFFFFF;
	border-right:2px solid #FFFFFF;
	vertical-align:top;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	padding:4px;
}

table.calendar th{
	background-color:#C7DBE2;
	border:0;
	border-bottom:2px solid #FFFFFF;
	border-right:2px solid #FFFFFF;
	vertical-align:middle;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	height:24px;
}

table.calendar th {
	background-color:#C7DBE2;
	border-bottom:2px solid #FFFFFF;
	border-right:2px solid #FFFFFF;
	vertical-align:middle;
	text-align:center;
	padding:4px;
}

.calendar-month {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#000000;
}

.calendar-month a {
	text-decoration:none;
	color:#000000;
}

.calendar-day {
	width:136px;
	display:block;
	font-size:14px;
	font-weight:bold;
	color:#000000;
	text-align:right;
}

.calendar-key {
	border-collapse:collapse;
	height:14px;
	margin:4px;
	padding:0;
	border:0;
	margin-right:20px;
}

.calendar-key td {
	background-color:#FFFFFF;
	font-size:11px;
	margin:2px;
}

.calendar-key td.key-class {
	background-color:#003399;
	font-size:11px;
}
.calendar-key td.key-event {
	background-color:#993399;
	font-size:11px;
}
.calendar-key td.key-club {
	background-color:#996633;
	font-size:11px;
}

.calendar-listing-class, .calendar-listing-class a {
	color:#003399;
	text-decoration:none;
}
.calendar-listing-event, .calendar-listing-event a {
	color:#993399;
	text-decoration:none;
}
.calendar-listing-club, .calendar-listing-club a {
	color:#996633;
	text-decoration:none;
}

.calendar-listing-class a:hover, .calendar-listing-event a:hover, .calendar-listing-club a:hover {
	text-decoration:underline;
}

.calendar-nav {
	padding-left:23px;
	font-size:14px;
	font-weight:bold;
}
.calendar-nav a {
	text-align:left;
	font-size:14px;
	
	text-decoration:none;
	color:#000000;
}

.calendar-nav a.active {
	color:#003399;
}


.calendar-prev, .calendar-next {
	font-size: 14px;
	padding-left:45px;
	padding-right:45px;
	color:#003399;
}

.calendar-prev a, .calendar-next a{
	color:#003399;
	text-decoration:none;
}
.calendar-prev a:hover, .calendar-next a:hover{
	text-decoration:underline;
}


/************************
	Products
*************************/	
.product_items {
	display:block;
	margin-top:45px;
}

.product_item {
	display:block;
	clear:both;
	margin-top:10px;
	padding:10px 0;
}

.product_item.alt {
	background:#E0E8FA;
}

.product_thumb {
	display:block;
	float:left;
	width:271px;
	height:171px;
}

.product_thumb.tall {
	height:auto;
}

.product_desc {
	display:block;
	float:left;
	width:670px;
	margin-left:26px;
	font-size:13px;
	line-height:16px;
}

.product_desc p {
	margin-bottom:12px;
}

.product_desc p.title {
	color:#00257b;
	margin-bottom:3px;
	font-weight:bold;
	font-size:16px;
}

.product_desc a {
	color:#000;
}

.item_details_left,
.item_details_right {
	display:block;
	float:left;
}
.item_details_left {
	width:365px;
}
.item_details_right {
	width:300px;
}


/***********
	Legacy
************/

.normal_table {
	background-color:#FFFFFF;
	font-size:11px;
	border-collapse:collapse;
	margin:0;
	padding:0;
}
.normal_table td{
	background-color:#FFFFFF;
	margin:0;
	padding:0;
}


/************************
	Specials/Coupons
*************************/	

.coupon {
	display:block;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

