html, body {
	margin:0px 0px 40px 0px;
	padding:0px 0px 0px 0px;
	font-family: Helvetica, Arial, "Nimbus Sans L", sans-serif;
	background-attachment:fixed;
	background-size:cover;
	background-position:top;
}
img { border-width:0px; }

.orange { color:#C60; }
.group { float:left; margin-left:5px; }
.center { text-align: center; }

header {
	white-space:nowrap;
}
header .active {
	border:2px solid orange;
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}
.headerLogo {
	display:inline-block;
	margin:12px 50px 5px 12px;
	vertical-align:top;
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}
.headerLogo:hover {
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}
#headerButtonWrap {
	display:inline-block;
	height:150px;
	max-width:80%;
	padding-top:50px;
	//background-color:blue;
}
.headerButton {
	display:inline-block;
	margin:5px 0px;
	padding:1px 20px;
	white-space:nowrap;
	background-color:#441100;
	border:2px solid #000000;
	color:#FFFFFF;
	font-family: Helvetica, Arial;
	font-size:12pt;
	text-decoration:none;
	-moz-border-radius: 15px;
	border-radius: 15px;
	opacity:0.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */
}
.headerButton:hover {
	border:2px solid #FFFF00;
	background: #996600 url('/images/backgrounds/bg_transbar_40.png') 0 0 repeat-x;
	background: -webkit-linear-gradient(#000000, #996600, #000000); 
	background: linear-gradient(#000000, #996600, #000000);
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}
.headerButton:active {
	border:2px solid #FFFF00;
	background: #996600 url('/images/backgrounds/bg_transbar_40.png') 0 0 repeat-x;
	background: -webkit-linear-gradient(#000000, #663300, #000000); 
	background: linear-gradient(#000000, #663300, #000000);
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

#pageQuote  {
	margin:10px 10px 20px 10px;
	padding:10px;
	/*background-color:#CCCCCC;*/
	background-color:#CCAA77;
	border:2px inset #CCCCCC;
	font-style:italic;
}
.main {
	margin:-20px auto 60px auto;
	width:80%;
	max-width:700px;
	border:7px solid #000000;
	color:#000000;
	background-color:#FFFFEA;
}
#mainHeader {
	padding:10px;
	font-family:Helvetica, Arial;
	font-size:20pt;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#553300;
	border-bottom:7px solid #000000;
}
#mainContent { padding:0px 20px; }
#mainContent > p { text-align:justify; }
#mainContent #imgDisp {
	float:left;
	width:200px;
	/*height:200px;*/
	margin:0px 20px 20px 0px;
}
#mainContent #imgDisp  img{
	width:200px;
	/*height:200px;*/
}
#mainFooter {
	margin:30px 0px 20px 0px;
	text-align:center;
}
.mainFooterItem {
	display:inline-block;
	margin:auto;
	text-align:center;
	text-decoration:none;
	font-size:16pt;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#553300;
	border:7px solid #000000;
}
.mainFooterItem:hover {
	/*border:7px solid #F93;*/
	border:7px solid #FFFF00;
}

#mainFooter .active {
	border:7px solid orange;
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}


footer {
	position:fixed;
	bottom:0px;
	left:0px;
	height:40px;
	width:100%;
	background: #666666 url('/images/bg/bg_transbar_40.png') 0 0 repeat-x;
	background: -webkit-gradient(linear, 0% 0%, 0% 50%, from(#666666), to(#000000));
}
.menuHead {
	position:absolute;
	top:-5px;
	left:20px;
	padding:5px 40px;
	font-size:20px;
	text-decoration:none;
	background: #666666 url('/images/bg/bg_transbar_40.png') 0 0 repeat-x;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#666666), to(#000000));
	color:#FFFF00;
	white-space:nowrap;
	-moz-border-radius: 14px;
	border-radius: 14px;
}
.menuHead:hover { background-color:#AAAAAA; }
#menuButtonWrapper {
	margin-left:340px;
	margin-right:10px;
	height:40px;
}
.menuButton {
	float:right;
	height:40px;
	width:60px;
	padding:5px 10px 0px 10px;
	color:#FFFFFF;
	vertical-align:middle;
	text-decoration:none;
	text-align:Center;
	border:2px outset #444444;
	background: #666666 url('/images/bg/bg_transbar_40.png') 0 0 repeat-x;
	background: -webkit-gradient(linear, 0% 0%, 0% 50%, from(#666666), to(#000000));
	cursor:pointer;
}
.menuButton:hover {
	border:2px inset #444444;
	background-color:#333333;
}
.menuButton:active {
	border:2px inset #444444;
	background: -webkit-gradient(linear, 0% 0%, 0% 50%, from(#555555), to(#000000));
}
.menuButton .highlighted {
	border-top:2px inset #FFFF00;
}
.menuIcon {
	float:right;
	height:40px;
	padding-top:5px;
	margin-left:10px;
}


/* Menu Container */
.menuPopup {
	display:none;
	position:fixed;
	bottom:40px;
	right:262px;
	height:350px;
	width:610px;
	margin:auto;
	padding-left:10px;
	border:3px solid #000000;
	//background-color:#F93;
	background:#CCAA77;
	-webkit-box-shadow: inset 0px 0px 7px 2px rgba(0, 0, 0, .3);
	-moz-box-shadow: inset 0px 0px 7px 2px rgba(0, 0, 0, .3);
	box-shadow: inset 0px 0px 7px 2px rgba(0, 0, 0, .3);
}
.menuPopup ul {
	list-style-type: none;
	margin:0;
	padding:0;
}
/* Three-List Item */
.menuPopup ul li {
	float:left;
	width: 200px;
}
/* Three-List Label */
.menuPopup ul li a {
	color: white;
	background: black;
	display: block;
	font-weight: bold;
	line-height: 30px;
	margin: 10px 5px;
	padding: 0px 10px;
	text-align: left;
	text-decoration: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

}
.menuPopup ul li a:hover {
	//color:#FFFFFF;
	text-decoration:none;
	-webkit-box-shadow: inset 0px 0px 7px 2px rgba(0, 0, 0, .3);
	-moz-box-shadow: inset 0px 0px 7px 2px rgba(0, 0, 0, .3);
	box-shadow: inset 0px 0px 7px 2px rgba(0, 0, 0, .3);
}
.menuPopup ul li:hover a {
	//background:#C60;
	//color:#FFFFFF;
	background:black;
	color:#F93;
	text-decoration:none;
}
.menuPopup ul li ul {
	list-style-type: circle;
	list-style-image: url(images/menu-collapsed.png); /* LTR */
}
.menuPopup li ul {
	height: auto;
	width: 250px;
	padding: 0px;
	margin: 0px;
	border-left:3px dotted #000000;
	position: absolute;
	z-index: 200;
}
.menuPopup li:hover ul {
	display:block;
	/*border-top:3px solid #000000;*/
}
.menuPopup li li {
	display: block;
	float: none;
	padding: 0px;
	width: 200px;
	//background-color: #F93;
	//border: 1px solid #000000;
	//-webkit-border-radius: 15px;
	//-moz-border-radius: 15px;
	//border-radius: 15px;
	/*this is where the rounded corners for the dropdown disappears*/
}
.menuPopup li:hover li a {
	background:none;
	color:black;
}
.menuPopup li ul a {
	display: block;
	height: 30px;
	line-height:30px;
	color:black;
	font-weight: normal;
	font-size: 10pt;
	font-style: normal;
	margin: 0px;
	padding: 0px 10px;
	text-align:left;
	//background: #F93;
	background:none;
}
.menuPopup li ul a:hover, .menuPopup li ul li:hover a {
	border:0px;
	color:#000000;
	text-decoration:none;
	/*background-color:#C60;*/
	background-color:#E82;
	-webkit-border-radius:0px; -moz-border-radius:0px; border-radius:0px;
	-webkit-box-shadow: inset 0px 0px 7px 2px rgba(0, 0, 0, .3);
	-moz-box-shadow: inset 0px 0px 7px 2px rgba(0, 0, 0, .3);
	box-shadow: inset 0px 0px 7px 2px rgba(0, 0, 0, .3); 
}


.contactPopup {
	display:none;
	position:fixed;
	bottom:40px;
	right:94px;
	/*height:400px;*/
	margin:auto;
	padding:15px;
	border:3px solid #000000;
	//background-color:#F93;
	background:#CCAA77;
	-webkit-box-shadow: inset 0px 0px 7px 2px rgba(0, 0, 0, .3);
	-moz-box-shadow: inset 0px 0px 7px 2px rgba(0, 0, 0, .3);
	box-shadow: inset 0px 0px 7px 2px rgba(0, 0, 0, .3);
}
.contactPopup ul {
	background:#F93;
	list-style:none;
	margin:0;
	padding:0;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: inset 0px 16px 0px 0px rgba(255, 255, 255, .1);
	-moz-box-shadow: inset 0px 16px 0px 0px rgba(255, 255, 255, .1);
	box-shadow: inset 0px 16px 0px 0px rgba(255, 255, 255, .1);
}
.contactPopup li {
	float:left;
	width: 250px;
}
.contactPopup li a {
	color: #000000;
	display: block;
	font-weight: normal;
	line-height: 50px;
	margin: 0px;
	padding: 0px 25px;
	text-align: center;
	text-decoration: none;
}
.contactPopup li a:hover {
	background: #C60;
	color: #FFFFFF;
	text-decoration: none;
	-webkit-box-shadow: inset 0px 0px 7px 2px rgba(0, 0, 0, .3);
	-moz-box-shadow: inset 0px 0px 7px 2px rgba(0, 0, 0, .3);
	box-shadow: inset 0px 0px 7px 2px rgba(0, 0, 0, .3);
}
.contactPopup ul li:hover a {
	background:#C60;
	color:#FFFFFF;
	text-decoration:none;
}
.contactPopup li ul {
	//display: none;
	height: auto;
	width: 250px;
	padding: 0px;
	margin: 0px;
	border: 1px solid #000000;
	position: absolute;
	z-index: 200;
}
.contactPopup li:hover ul {
	display:block;
}
.contactPopup li li {
	display: block;
	float: none;
	margin: auto;
	padding: 0px;
	width: 250px;
	background: #F93;
	//border: 1px solid #000000;
	//-webkit-border-radius: 15px;
	//-moz-border-radius: 15px;
	//border-radius: 15px;
	/*this is where the rounded corners for the dropdown disappears*/
}
.contactPopup li:hover li a {
	background:none;
}
.contactPopup li ul a {
	display: block;
	height: 50px;
	font-size: 10pt;
	font-style: normal;
	margin: 0px;
	padding: 0px 20px;
	text-align:left;
}
.contactPopup li ul a:hover, .contactPopup li ul li:hover a {
	border: 0px;
	color: #ffffff;
	text-decoration: none;
	background: #C60;
	-webkit-box-shadow: inset 0px 0px 7px 2px rgba(0, 0, 0, .3);
	-moz-box-shadow: inset 0px 0px 7px 2px rgba(0, 0, 0, .3);
	box-shadow: inset 0px 0px 7px 2px rgba(0, 0, 0, .3); 
}


.shopPopup {
	display:none;
	position:fixed;
	bottom:40px;
	right:178px;
	height:200px;
	margin:auto;
	padding:15px;
	//border:2px solid #000000;
	//background-color:#F93;
	border:3px solid #000000;
	background:#CCAA77;
	-webkit-box-shadow: inset 0px 0px 7px 2px rgba(0, 0, 0, .3);
	-moz-box-shadow: inset 0px 0px 7px 2px rgba(0, 0, 0, .3);
	box-shadow: inset 0px 0px 7px 2px rgba(0, 0, 0, .3);
}
.shopPopup ul {
	background:#F93;
	list-style:none;
	margin:0;
	padding:0;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: inset 0px 16px 0px 0px rgba(255, 255, 255, .1);
	-moz-box-shadow: inset 0px 16px 0px 0px rgba(255, 255, 255, .1);
	box-shadow: inset 0px 16px 0px 0px rgba(255, 255, 255, .1);
}
.shopPopup li {
	float:left;
	width: 250px;
}
.shopPopup li a {
	color: #000000;
	display: block;
	font-weight: normal;
	line-height: 50px;
	margin: 0px;
	padding: 0px 25px;
	text-align: center;
	text-decoration: none;
}
.shopPopup li a:hover {
	background: #C60;
	color: #FFFFFF;
	text-decoration: none;
	-webkit-box-shadow: inset 0px 0px 7px 2px rgba(0, 0, 0, .3);
	-moz-box-shadow: inset 0px 0px 7px 2px rgba(0, 0, 0, .3);
	box-shadow: inset 0px 0px 7px 2px rgba(0, 0, 0, .3);
}
.shopPopup ul li:hover a {
	background:#C60;
	color:#FFFFFF;
	text-decoration:none;
}
.shopPopup li ul {
	//display: none;
	height: auto;
	width: 250px;
	padding: 0px;
	margin: 0px;
	border: 1px solid #000000;
	position: absolute;
	z-index: 200;
}
.shopPopup li:hover ul {
	display:block;
}
.shopPopup li li {
	display: block;
	float: none;
	margin: auto;
	padding: 0px;
	width: 250px;
	background: #F93;
	//border: 1px solid #000000;
	//-webkit-border-radius: 15px;
	//-moz-border-radius: 15px;
	//border-radius: 15px;
	/*this is where the rounded corners for the dropdown disappears*/
}
.shopPopup li:hover li a {
	background:none;
}
.shopPopup li ul a {
	display: block;
	height: 50px;
	font-size: 10pt;
	font-style: normal;
	margin: 0px;
	padding: 0px 20px;
	text-align:left;
}
.shopPopup li ul a:hover, .shopPopup li ul li:hover a {
	border: 0px;
	color: #ffffff;
	text-decoration: none;
	background: #C60;
	-webkit-box-shadow: inset 0px 0px 7px 2px rgba(0, 0, 0, .3);
	-moz-box-shadow: inset 0px 0px 7px 2px rgba(0, 0, 0, .3);
	box-shadow: inset 0px 0px 7px 2px rgba(0, 0, 0, .3); 
}
