@CHARSET "ISO-8859-1";

/* Reset ================================================================================= */
* {
	margin: 0;
	padding: 0;
}

body {
	background: #1A0B0F url(../images/bkg_body.gif) 50% 0 repeat-y;
	font: 12px/1.55 Arial, Helvetica, sans-serif;
	color: #1A0B0F;
	text-align: center;
}

img {
	border: 0;
	vertical-align: top;
}

a {
	color: #1e7ec8;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

:focus {
	outline: 0;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 5px;
	line-height: 1.35;
	color: #0a263c;
}

h1 {
	font-size: 20px;
	font-weight: normal;
}

h2 {
	font-size: 18px;
	font-weight: normal;
}

h3 {
	font-size: 16px;
	font-weight: bold;
}

h4 {
	font-size: 14px;
	font-weight: bold;
}

h5 {
	font-size: 12px;
	font-weight: bold;
}

h6 {
	font-size: 11px;
	font-weight: bold;
}

/* Forms */
form {
	display: inline;
}

fieldset {
	border: 0;
}

legend {
	display: none;
}

/* Table */
table {
	border: 0; /*border-collapse:collapse;*/
	border-spacing: 0;
	empty-cells: show;
	font-size: 100%;
}

caption, th, td {
	vertical-align: top;
	text-align: left;
	font-weight: normal;
}

/* Content */
p {
	margin: 0 0 10px;
}

strong {
	font-weight: bold;
}

address {
	font-style: normal;
	line-height: 1.35;
}

cite {
	font-style: normal;
}

q, blockquote {
	quotes: none;
}

q:before, q:after {
	content: '';
}

small, big {
	font-size: 1em;
}

/* Lists */
ul, ol {
	list-style: none;
}

/* Tools */
.hidden {
	display: none;
}

/* ======================================================================================= */

/* Layout ================================================================================ */
.wrapper {
	width: 100%;
	display: block;
}

.page {
	
}

.main-container {
	background: #fbfaf6 url(../images/bkg_main1.gif) 50% 0 no-repeat;
}

.main {
	display: block;
	max-width: 900px;
	/* width: 900px;
	max-width: 100%; */
	margin: 0 auto;
	min-height: 400px;
	padding: 25px 25px 80px;
	background: #fffffe url(../images/bkg_main2.gif) 0 0 no-repeat;
	text-align: left;
}

/* Base Columns */

.col-main {
	float: left;
	width: 100%;
	padding: 0 0 1px;
}

/* Global Styles ========================================================================= */
/* Form Elements */
input, select, textarea, button {
	font: 12px/15px Arial, Helvetica, sans-serif;
	vertical-align: middle;
	color: #2f2f2f;
}

input.input-text, select, textarea {
	background: #fff;
	border: 1px solid #b6b6b6;
}

input.input-text, textarea {
	padding: 2px;
}

select {
	padding: 1px;
}

select option {
	padding-right: 10px;
}

select.multiselect option {
	border-bottom: 1px solid #b6b6b6;
	padding: 2px 5px;
}

select.multiselect option:last-child {
	border-bottom: 0;
}

textarea {
	overflow: auto;
}

input.radio {
	margin-right: 3px;
}

input.checkbox {
	margin-right: 3px;
}

input.qty {
	width: 2.5em !important;
}

button.button::-moz-focus-inner {
	padding: 0;
	border: 0;
} /* FF Fix */
button.button {
	-webkit-border-fit: lines;
} /* <- Safari & Google Chrome Fix */
button.button {
	overflow: visible;
	width: auto;
	border: 0;
	padding: 0;
	margin: 0;
	background: transparent;
	cursor: pointer;
}

button.button span {
	display: block;
	height: 19px;
	border: 1px solid #de5400;
	background: #f18200;
	padding: 0 8px;
	font: bold 12px/19px Arial, Helvetica, sans-serif;
	text-align: center;
	white-space: nowrap;
	color: #fff;
}

button.button span span {
	border: 0;
	padding: 0;
}

button.disabled span {
	border-color: #bbb !important;
	background: #bbb !important;
}

p.control input.checkbox, p.control input.radio {
	margin-right: 6px;
}

/* Page Heading */
.page-title {
	/*width: 100%;*/
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	margin: 0 0 25px;
}

.page-title h1, .page-title h2 {
	margin: 0;
	font-size: 20px;
	color: #0a263c;
}

/* Header ================================================================================ */
.logo {
	float: left;
}

.header-container {
	border-top: 5px solid #1A0B0F;
	border-bottom: 1px solid #1A0B0F;
	background: url(../images/bkg_header.jpg) 50% 0 repeat;
}

.header {
	max-width: 900px;
	/*max-width: 100%;
	width: 900px;*/
	margin: 0 auto;
	padding: 10px;
	text-align: right;
	position: relative;
	z-index: 10;
	display: block;
}

.header .logo {
	float: left;
	margin: 3px 0 10px 12px;
	text-decoration: none !important;
}

.header .logo strong {
	position: absolute;
	top: -999em;
	left: -999em;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	text-indent: -999em;
	overflow: hidden;
}

.header h1.logo {
	margin: 0;
}

/********** < Navigation */
.nav-container {
	background: #4F0C00 url(../images/bkg_nav0.jpg) 50% 0 repeat-y;
}

#nav {
	max-width: 900px;
	/*width: 900px;
	max-width: 100%;*/
	margin: 0 auto;
	padding: 0 16px;
	font-size: 13px;
	display: block;
}

/* All Levels */ /* Style consistent throughout all nav levels */
#nav li {
	position: relative;
	text-align: left;
}
/*
#nav li.over {
	z-index: 998;
}
*/
#nav a, #nav a:hover {
	display: block;
	line-height: 1.3em;
	text-decoration: none;
}

#nav span {
	display: block;
	cursor: pointer;
	white-space: nowrap;
}
/* 0 Level */
#nav li {
	float: left;
}
#nav a {
	float: left;
	padding: 5px 12px 6px 8px;
	color: #EECD19;
	font-weight: bold;
}

#nav li.over a, #nav a:hover {
	color: #d96708;
}

/* Footer ================================================================================ */
.footer-container {
	background-color: #D8B089;
}

.footer {
	max-width: 900px;
	/* width: 900px;
	max-width: 100%;*/
	margin: 0 auto;
	padding: 10px 10px 50px;
}

.footer a {
	color: #fff;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}
.footer address {
	margin: 0 0 20px;
	color: #ecf3f6;
}
.footer li {
	display: inline;
	background: url(../images/bkg_pipe2.gif) 100% 60% no-repeat;
	padding: 0 7px 0 4px;
}

.footer li.last {
	background: none !important;
	padding-right: 0 !important;
}
/*  Events ================================================================================ */
.event {
	display: inline-block;
	position: relative;
	width: 250px;
	height: 150px;
	max-width: 90%;
	max-height: 90%;
	margin: 5px	;
	padding: 5px;
	border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-webkit-border-radius: 7px 7px 7px 7px;
	border: 2px solid #bb7a35;
	background-color: #FFFFBC;
	color: black;
}
.event-name-wrapper {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	background-color: #bb7a35; 
}
.event-name {
	display: block;
	font-weight: bold;
	text-align: center;	
	padding: 5px;
	color: #FFFFBC;
}
.event-date {
	display: block;
	position: absolute;
	left: 5px;
	top: 30px;
	width: 100%;
}
.event-start-date {
	float: left;	
}
.event-end-date {
	float: right;	
	margin-right: 10px;
}
.event-location {
	display: block;
	position: absolute;
	left: 5px;
	top: 60px;
}
.event-navigate-arrow {
	background: url(../images/navigate_arrow.png);
	position: absolute;
	display: inline;
	top: 5px;
	right: 5px;
	height: 20px;
	width: 20px;
}
.map-navigate-arrow {
	background: url(../images/map_navigation_20px.png);
	position: absolute;
	display: inline;
	top: 5px;
	left: 5px;
	height: 20px;
	width: 28px;
}

/* ======================================================================================= */
/* Clears ================================================================================ */
.clearer:after, .header-container:after, .header-container .top-container:after,
	.header:after, .header .quick-access:after, #nav:after, .main:after,
	.footer:after, .footer-container .bottom-container:after, .col-main:after,
	.col2-set:after, .col3-set:after, .col3-layout .product-options-bottom .price-box:after,
	.col4-set:after, .search-autocomplete li:after, .block .block-content:after,
	.block .actions:after, .block li.item:after, .block-poll li:after,
	.block-layered-nav .currently li:after, .page-title:after,
	.products-grid:after, .products-list li.item:after, .box-account .box-head:after,
	.dashboard .box .box-title:after, .box-reviews li.item:after, .box-tags li.item:after,
	.buttons-set:after, .page-print .print-head:after,
	.advanced-search-summary:after, .send-friend .form-list li p:after {
	display: block;
	content: ".";
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
	overflow: hidden;
}