/* RESET */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th { margin:0; padding:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; } 
q:before,q:after { content:''; } 


/* FONTS */
body {
	color: black;
	font-family: Arial, Verdana, "Lucida Grande", sans-serif;
}

h1,h2,h3 {
line-height: 1.2em;
	font-weight: bold;
	/* top & bottom margin based on font size */ 
	}

H1 { font-size: 1.7em; }

H2 { font-size: 1.5em; }

H3 { font-size: 1.1em; }

H4 { font-size: 0.9em; }

H5 { font-size: 0.8em; }

em {  font-style: italic;  }

strong {
	font-weight: bold;
}

.textBI {
	font-style: italic;
	font-weight: bold;
}
.textSmall {
	font-size: .9em;
}

.textMedium {
	font-size: 1.1em;
}

.textLarge {
	font-weight: bold;
	font-size: 1.2em;
}

.textCaps { text-transform: uppercase; }

.whitetext { color: #FFFFFF; }
a:active, a:link, a:visited {
	text-decoration: none;
	color: #990000;
}

a:hover {
	text-decoration: underline;
	color: #990000
}

body {
	background-position: center top;
	background-image: url(/includes/images/background-dark-grey.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: black;
}

#container {
	position: relative;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(/includes/images/white-tare.png);
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	background-color: white;
}

#nav-topHeader {
	width: 100%;
	min-height: 30px;
}

#nav-tinyCart {
	padding-right: 20px;
	padding-top: 2px;
	margin-right: 5px;
	background-position: right center;
	background-repeat: no-repeat;
	background-image: url(/includes/images/tiny-cart.gif);
	text-align: right;
	font-size: 11px;
}
#nav-midHeader {
	background-position: 0 bottom;
	padding-bottom: 7px;
	background-image: url(/includes/images/navbar-top-shadow.png);
	background-repeat: repeat-x;
	text-align: center;
}

* html #nav-midHeader {
	margin-top: 15px;
}

#nav-midHeader img {
	padding-left: 5px;
	padding-right: 5px;
}

* html #nav-midHeader img {
	background-color: white;
}

#nav-navBar {
	line-height: 37px;
	font-size: 13px;
	margin-right: 2px;
	margin-left: 2px;
	background-position: left bottom;
	width: 796px;
	height: 37px;
	background-repeat: repeat-x;
	background-image: url(/includes/images/navbar-background.png);
	color: white;
	background-color: black;
}

#nav-navBar ul {
	padding-left: 0px;
	margin-left: 0px;
}#nav-navBar ul li {
	padding-bottom: 10px;
	padding-top: 10px;
	border-right-color: #7d7d7d;
	border-right-style: solid;
	border-right-width: 1px;
	display: inline;
	height: 17px;
	
}

#nav-navBar a {
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
	padding-top: 10px;
	font-weight: bold;
	color: white;
}

#nav-navBar a:hover {
	padding-right: 15px;
	padding-left: 15px;
	background-color: #aa0000;
	padding-bottom: 10px;
	padding-top: 10px;
	text-decoration: none;
	border-bottom-color: #990000;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	font-weight: bold;
}

.greyBar {
	padding-left: 20px;
	line-height: 37px;
	clear: both;
	width: 485px;
	height: 37px;
	background-position: left bottom;
	color: #585858;
	background-color: #a4a4a4;
	background-image: url(/includes/images/grey-bar-background.png);
	background-repeat: repeat-x;
}

#content {
	background-color: white;
	font-size: .9em;
	padding-top: 3px;
	float: left;
	width: 800px;
	background-position: 0 top;
	background-repeat: repeat-x;
	background-image: url(/includes/images/navbar-bottom-shadow.png);
}

#contentclear {
	font-size: .9em;
	padding-top: 3px;
	float: left;
	width: 800px;
	background-position: 0 top;
	background-repeat: repeat-x;
	background-image: url(/includes/images/navbar-bottom-shadow.png);
}

#gallery-content {
	margin: auto;
	max-width: 1500px;
	min-width: 800px;
	padding-top: 3px;
	background-position: 0 top;
	background-repeat: repeat-x;
	background-color: white;
	background-image: url(/includes/images/navbar-bottom-shadow.png);
}

div.breadcrumbs {
	font-size: .8em;
	margin: 5px;
}

#frontpage-background {
	border-bottom-color: #cccccc;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	background-position: center top;
	background-repeat: repeat-y;
	background-image: url(/includes/images/frontpage-background.png);
}

#fronpage-tourDates {
	font-size: 17px;
	padding: 10px;
	float: left;
	width: 275px;
}

.frontpage-tourDate {
	font-weight: bold;
	display: block;
	font-size: .8em;
	border-style: solid;
	margin: 3px;
	padding: 3px;
	border-color: #cccccc;
	border-width: 1px;
	background-color: #f6f6f6;
}

.frontpage-tourDate:hover {
	text-decoration: none;
	background-image: url(/includes/images/spacer.gif);
	background-color: #fff9c9;
}

.grey-box {
	clear: both;
	display: block;
	border-style: solid;
	margin: 3px;
	padding: 10px;
	background-color: #f6f6f6;
	border-color: #cccccc;
	border-width: 1px;
}

#fronpage-content {
	background-color: white;
	font-size: 16px;
	width: 505px;
	float: right;
}

#footer {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-bottom: 10px;
	margin-right: auto;
	margin-top: 10px;
	background-color: white;
	color: #202020;
	font-size: 11px;
	text-align: center;
	width: 800px;
	clear: both;
}

#frontpage-footer {
	background-position: left -2px;
	background-image: url(/includes/images/navbar-bottom-shadow.png);
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-bottom: 10px;
	margin-right: auto;
	margin-top: 10px;
	font-size: 11px;
	text-align: center;
	width: 800px;
	clear: both;
}

.leftFloat30 {
	padding-top: 10px;
	padding-left: 15px;
	width: 30%;
	float: left;
}

.rightFloat60 {
	padding: 15px;
	width: 60%;
	float: right;
}

*html .rightFloat60 {
	float: right;
	width: 55%;
}

.left38 {
	width: 38%;
	float: left;
}

.right62 {
	width: 62%;
	float: right;
}

.leftFloat45 {
	width: 45%;
	float: left;
}

.rightFloat45 {
	width: 45%;
	float: right;
}

.rightFloat55 {
	width: 55%;
	float: right;
}

.leftFloat {
	float: left;
}

.rightFloat {
	float: right;
}

.padding5 {
	margin: 5px;
	padding: 5px;
}

.padding10 {
	padding: 10px;
	margin: 10px;
}


.side-tab-container {
	text-align: right;
	float: left;
	width: 198px;
}

.stripe-table {
	padding: 5px;
	margin-right: 2px;
	margin-left: 2px;
	border-style: solid;
	border-color: #bfbfbf;
	border-width: 1px;
	background-image: url(/includes/images/stripe-background-lite.png);
}

.stripe-table-right {
	margin-right: 2px;
	margin-left: 2px;
	border-style: solid;
	border-color: #bfbfbf;
	border-width: 1px;
	width: 595px;
	float: right;
	background-image: url(/includes/images/stripe-background-lite.png);
}

.table-line{
	margin: 10px;
	background-color: #f6f6f6;
}

.table-line:hover {
	background-color: #fff9c9;
}

.table-cell {
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
	clear: both;
}

.side-tab-selected {
	float: right;
	font-weight: bold;
	font-size: 1.2em;
	padding: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-top: 0px;
	border-color: #bfbfbf;
	border-style: solid;
	border-width: 1px;
	width: 85%;
	background-image: url(/includes/images/stripe-background-lite.png);
}

.side-tab {
	float: right;
	font-weight: bold;
	left: 10%;
	padding: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-top: 0px;
	border-color: #bfbfbf;
	border-style: solid;
	border-width: 1px;
	width: 75%;
	background-image: url(/includes/images/stripe-background-lite.png);
	opacity: 0.5;
}
.side-tab a {
	display: block;
	text-decoration: none;
	color: #990000;
}

.side-tab:hover {
	opacity: 1.0;
}

.clear {
	height: 0px;
	line-height: 0px;
	clear: both;
}

.blog_box {
	font-size: .8em;
}


div.shopcatagories {
	margin: auto;
	width: 550px;
	text-align: center;
}

/*
.breadcrumbs {
	font-size: .7em;
}
*/

div.lowernav {
	text-align: center;
}

p {
	margin-bottom: 1em;
}

blockquote {  
	    margin-left: 2em;  
	    margin-bottom: 1em;  
	    margin-top: 1em;  
	    padding-left: 5px;  
	    border-left-color: #cccccc;  
	    border-left-style: solid;  
	    border-left-width: 7px; 
	} 
	ol,ul,dl { 
	    /*bringing lists on to the page with breathing room */ 
	    margin-left:2em; 
	} 
	ol li { 
	    /*giving OL's LIs generated numbers*/ 
	    list-style: decimal outside;     
	} 
	ul li { 
	    /*giving UL's LIs generated disc markers*/ 
	    list-style: disc outside; 
	} 
	dl dd { 
	    /*giving UL's LIs generated numbers*/ 
	    margin-left:1em; 
	} 

ul.nobull li {
	list-style-type: none;
}

ol.letters li {
	list-style-type: lower-alpha;
}

.storeError {
	color: #CC0000;
	font-weight: bold;
}

.error_form {
	color: #CC0000;
	font-weight: bold;
}

.inline {
	display: inline;
}
