/* ------------------------------ BEGIN Global Styles ------------------------------ */
@import url("../../global/CSS/global.css");
/* ------------------------------ END Global Styles ------------------------------ */

/* DEFAULTS */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,th { font-weight: normal; font-style: normal; }
fieldset,img { border: none; }
caption,th { text-align: left; }

body {
	background-color: #1A1818;
	background-image: url(/sitefiles/1321/Images/bkgd-piano.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

img.leftalign { float: left; margin: 2px 20px 16px 0; }
img.rightalign { float: right; margin: 2px 0 16px 20px; }

hr {
	border: 0;
	width: 100%;
	color: #d9d9d9;
	background-color: #d9d9d9;
	height: 1px;
	line-height: 1px;
	margin: 10px 0px;
	padding: 0px;
}
ul {
	margin: 10px 0px 10px 10px;
	padding: 0px;
}

ul li {
	padding: 0 0 0 10px;
	margin: 0px;
	background: url(/SiteFiles/1321/Images/bullet.gif) no-repeat 0em 0.5em;
	list-style: none;
}

/* TYPE */
body, p, div, ul, li, td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #cccccc;
}
a:link, a:visited, a:active {
	color: #ffffff; 
	text-decoration: none;
}
a:hover {
	color: #666666; 
	text-decoration: underline;
}
a:focus {
	outline: none; 
}
strong, b { font-weight:bold; }

h1 {
	font-family: Georgia,serif;
	font-size: 36px;
	line-height: 42px;
	font-weight: bold;
	color: #ffffff;
}

h2 {
	font-family: Georgia,serif;
	font-size: 24px;
	line-height: 30px;
	color: #ffffff;
	font-weight: bold;
}

h3 {
	font-size: 14px;
	line-height: 16px;
	color: #ffffff;
	font-weight: bold;
}
h4 {
	font-size: 12px;
	line-height: 16px;
	color: #ffffff;
	font-style: italic;
	text-transform: none;
}

.modalpopup h4 {
        color:#666;
}

h5 {
	color: #B4B4B4;
	line-height: 16px;
	text-transform: uppercase;
	letter-spacing: 1.5pt;
	font-size: 10px;
}

/* SEARCH */
#search {
	float: left;
	width: 199px;
	position: absolute;
	top: 47px;
	height: 32px;
	right: 28px;
}
#search p {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	display:block;
	padding: 6px;
	margin-top: 6px;
	text-transform:uppercase;
}
.searchField, div { behavior: url(/SiteFiles/1321/Scripts/iepngfix.htc); }
.searchButton, div { behavior: url(/SiteFiles/1321/Scripts/iepngfix.htc); }
.searchField {
	font-size: 11px;
	color: #FFFFFF;
	width: 144px;
	border: 0px solid #cbcece;
	float: left;
	padding: 9px 0px 9px 12px;
	outline: none;
	background-image: url(/sitefiles/1321/Images/search.png);
	background-repeat: no-repeat;
	background-color: transparent;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.searchButton {
	text-indent: -1000px;
	width: 43px;
	height: 32px;
	border: none;
	float: left;
	cursor: pointer;
	background: url(/SiteFiles/1321/Images/go.png) no-repeat;
	font-size: 0px;
	line-height: 0px;
	outline: none; 
}

/* MAIN NAV */
#mainnavWrapper {
	margin: 0px;
	padding: 0px;
	width: 713px;
	height: 35px;
	float: right;
	position: absolute;
	left: 221px;
	top: 100px;
}
#mainnavWrapper p,
#mainnavWrapper h2,
#mainnavWrapper h2 a {
	display: none;
}
#mainnav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: none;
}
#mainnav li ul {display: none;}

#mainnav li {
	padding: 0px 15px 0px 15px;
	margin: 0px;
	float: left;
	background-image: url(/sitefiles/1321/Images/bkgd-mainnav.gif);
	background-position: right center;
}
#mainnav a {
	display: block;
	text-decoration: none;
	font-size: 16px;
	font-weight: normal;
	text-transform: capitalize;
	color: #FFFFFF;
}
#mainnav a:hover {
	display: block;
	text-decoration: none;
	font-size: 16px;
	font-weight: normal;
	text-transform: capitalize;
	color: #000000;
}
#mainnav a.first {
	display: none;
}
li#mn-aboutamro {
	background-image: none;!important
	background-position: left center;
}

/* LEVEL2NAV */
#level2navWrapper {
	margin: 0px;
	padding: 0px;
	width: 902px;
	height: 40px;
	position: absolute;
	top: 113px;
	background-color: #3B626E;
}
#level2navWrapper p,
#level2navWrapper h2,
#level2navWrapper h2 a {
	display: none;
}
#level2nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: none;
	height: 35px;
}
#level2nav li ul {display: none;}

#level2nav li {
	padding: 0px;
	margin: 0px 16px 0px 0px;
	float: left;
	background: none;
}
#level2nav a {
	display: block;
	text-decoration: none;
	font-size: 11px;
	color: #FFFFFF;
	padding: 0px 4px;
}
#level2nav a:hover {
	display: block;
	text-decoration: none;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #29424A;
	padding: 0px 4px;
}
#level2nav a.current {
	display: block;
	text-decoration: none;
	font-size: 11px;
	color: #FFFFFF;
	padding: 0px 4px;
}

/* SUB NAV */
#subnavWrapper {
    float: left;
	width: 194px;
	margin-top: 14px;
	margin-bottom: 14px;
	border: 1px solid #282728;
	background-color: #191919;
	color: #B4B4B4;
	float: left;
	height: auto;
	padding: 16px;
}
#subnavWrapper p, 
#subnavWrapper h2,
#subnavWrapper h2 a {
	display: none;
}
#subnav {
    padding: 0;
    margin: 0;
    list-style: none;
}
#subnav li {
	font-size:12px;
    padding: 0;
    margin: 0;
    width: 100%;
    background: none;
}
#subnav a {
	color: #999999;
	display:block;
	padding: 7px 1px;
	border-bottom: 1px solid #282728;
	text-decoration: none;
}
#subnav a:hover {
	color: #E6E6E6;
	display:block;
	padding: 7px 1px;
	border-bottom: 1px solid #323132;
	text-decoration: none;
}
#subnav a.first {
}
#subnav a.first:hover {
}
#subnav a.current {
	border-bottom: 1px solid #323132;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}

/* WRAPPERS */
#indexWrapper {
	width: 100%;
	float: left;
	text-align: left;
	background-color: #f58925;
}
#topWrapper {
	width: 945px;
	text-align: left;
	height: 142px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #412527;
	border-right-color: #412527;
	border-bottom-color: #412527;
	border-left-color: #412527;
	background-image: url(/sitefiles/1321/Images/bkgd-top.jpg);
	background-repeat: repeat-x;
	position: relative;
}
#pageWrapper, div { behavior: url(/SiteFiles/1321/Scripts/iepngfix.htc); }

#pageWrapper {
	width: 974px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(/sitefiles/1321/Images/bkgd-content.png);
	background-repeat: repeat-x;
	height: 900px;
}
#contentWrapper {
	width: 947px;
	margin-top: 14px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
}

/* SITE INDEX */
#siteIndex {
	margin: 0px auto;
	padding: 20px 0px;
	width: 950px;
	height: 204px;
}
#siteIndex dl {
	float: left;
	overflow: hidden;
	padding: 0 10px;
	width: 168px;
	font-size: 10px;
	line-height: 16px;
}
#siteIndex dt {
	padding: 0px;
	font-weight: bold;
}
#siteIndex dd {
	padding: 1px 0;
}
#siteIndex dt a {
	color: #fff;
}
#siteIndex dd a {
	color: #FBD0A8;
}
#siteIndex a:hover {
	text-decoration: underline;
}
#siteLogin {
	float: left;
	overflow: hidden;
	padding: 0 10px;
	width: 168px;
	font-size: 10px;
	line-height: 16px;
	background-color: #f69840;
}

/* TOP */
#top {
	margin: 0px auto;
	padding: 0px;
	width: 950px;
	height: 113px;
}
#logo {
	float: left;
	width: 180px;
	height: 142px;
	margin: 0px;
}
#logo img {
	float: right;
	margin-top: 40px;
}

/* CONTENT */
.clear {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
.sidebarHeader {
	display: block;
	width: 210px;
	height: 47px;
	border: 1px solid #282728;
	background-color: #191919;
	color: #B4B4B4;
	float: left;
	line-height: 47px;
	text-transform: uppercase;
	padding-left: 16px;
	letter-spacing: 1.5pt;
	font-size: 10px;
}
#content {
	margin: 0px auto;
	padding: 30px 0px;
	width: 950px;
}
#contentRight ul {
	margin: 10px 0px 10px 10px;
	padding: 0px;
}
#contentRight ul li {
	padding: 0 0 0 10px;
	margin: 0px;
	background: url(/SiteFiles/1321/Images/bullet.gif) no-repeat 0em 0.5em;
	list-style: none;
}
#contentLeft {
	float: left;
	width: 228px;
	min-height: 400px;
}
#events {
	float: left;
	width: 194px;
	margin-top: 14px;
	margin-bottom: 14px;
	border: 1px solid #282728;
	background-color: #191919;
	color: #B4B4B4;
	float: left;
	height: 396px;
	padding: 16px;
}
#flash {
	float: left;
	width: 707px;
	height: 351px;
	margin-bottom: 14px;
}
#hmAds {
	float: left;
	width: 707px;
	height: 130px;
}
#hmAds a img {
	border: 0px solid #14323b;
	margin-right: 14px;
}
#hmAds a img.last {
	margin-right: 0px;
}
#hmAds a:hover img {
}
#contentRight {
	float: right;
	width: 707px;
}
#contentRight img {
	float: left;
}
#contentRightBtm {
	float: left;
	width: 188px;
	height: 187px;
	background: url(/SiteFiles/1321/Images/contentRightBtm.jpg) no-repeat;
	padding: 24px 12px 12px;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 14px;
	text-align: center;
}
#contentRightBtm img {
	float: none;
}


#DEFcontentRight {
	float: right;
	width: 577px;
	border: 1px solid #282728;
        background-color: #191919;
	background-image: url(/sitefiles/1321/Images/bkgd-DEFcontent.png);
	margin-bottom: 16px;
	padding-top: 54px;
	padding-right: 64px;
	padding-bottom: 104px;
	padding-left: 64px;
}
#DEFcontentRight, div { behavior: url(/SiteFiles/1321/Scripts/iepngfix.htc); }
#DEFcontentLeft {
    float: left;
	width: 226px;
	margin-top: 14px;
	border: 1px solid #282728;
	background-color: #191919;
	color: #B4B4B4;
	float: left;
	height: 160px;
}

/* FOOTER */
#footer {
	margin: 0px auto;
	padding: 16px 0px;
	width: 947px;
}
#footerLeft {
	float: left;
	width: 700px;
	color: #B4B4B4;
	float: left;
	line-height: auto;
	text-transform: uppercase;
	letter-spacing: 1.5pt;
	font-size: 10px;
}
#footerLeft a img, div { behavior: url(/SiteFiles/1321/Scripts/iepngfix.htc); }

#footerLeft a img {
	margin-left:10px;
}
#footerLeft a {
	color: #B4B4B4;
}
#footerLeft a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#utilityLinks {
	float: left;
	width: 247px;
	font-size: 10px;
	letter-spacing: 1pt;
	font-family: "Gill Sans Light", "Gill Sans", "Lucida Sans", sans-serif;
	position: absolute;
	height: 32px;
	top: 55px;
	left: 456px;
	color: #fff;
	text-align: right;
}
#utilityLinks a {
	color: #ffffff;
	font-size: 10px;
	letter-spacing: 1pt;
	font-family: "Gill Sans Light", "Gill Sans", "Lucida Sans", sans-serif;
}
#utilityLinks a:hover {
	color: #000000;
	text-decoration: none;
}
a.site-credit-link{
	float: right;
	width: 220px;
	color: #B4B4B4;
	float: right;
	line-height: auto;
	text-transform: uppercase;
	letter-spacing: 1.5pt;
	font-size: 10px;
	text-align: right;
}
a.site-credit-link:hover {
	color: #ffffff;
	text-decoration: none;
}
#footerRight a {
	color: #B4B4B4;
}
#footerRight a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/* DEFAULT CONTENT */

/* SEARCH TITLE */
.pageSearchTitle {
	font-size: 14px;
	line-height: 18px;
	color: #215160;
	font-weight: bold;
}
a.pageSearchTitle {
	font-size: 14px;
	line-height: 18px;
	color: #215160;
	font-weight: bold;
	text-decoration:none;
}
a.pageSearchTitle:hover {
	font-size: 14px;
	line-height: 18px;
	color: #215160;
	font-weight: bold;
	text-decoration:underline;
}

/* PHOTO GALLERY */
.photogallery {
	padding: 0px;
	margin: 0px 0px 0px -10px;
	list-style: none;
}
.photogallery li {
	padding: 0 10px 10px 0;
	margin: 0px;
	background: none;
	float: left;
}
.photogallery li a {
	padding: 2px; 
	border: 1px solid #CCCCCC;
	display: block;
}
.photogallery li a:hover {
	padding: 2px; 
	border: 1px solid #666666;
	display: block;
}

/* BREADCRUMBS */
#breadcrumb {
	float: left;
	clear:left;
	width: 100%;
	text-align: left;
	margin-bottom: 14px;
	border-top: 1px solid #323132;
	padding: 0px;
	margin: 32px 0px 0px 0px;

}
#breadcrumb ul, #breadcrumb ul li{
	padding: 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
}
#breadcrumb li {
	margin: 0px;
	float: left;
	background:none;
	display:inline;
	padding:6px 0px;
}
#breadcrumb a {
	padding: 6px 0 0 12px;
	font-size: 10px;
	color: #666666;
	background: url(/SiteFiles/1321/Images/breadcrumb.gif) no-repeat 0.2em;
	text-decoration:none;
	margin-right: 8px;
	line-height:16px;
}
#breadcrumb a:hover {
	padding: 0 0 0 12px;
	font-size: 10px;
	color: #333333;
	background: url(/SiteFiles/1321/Images/breadcrumb.gif) no-repeat 0.2em;
	text-decoration:none;
	margin-right: 8px;
}
#breadcrumb a.first  {
	padding: 0px;
	font-size: 11px;
	color: #666666;
	background: none;
	text-decoration:none;
}
#breadcrumb a.first:hover  {
	padding: 0px;
	font-size: 11px;
	color: #666666;
	background: none;
	text-decoration:underline;
}
#breadcrumb a.current  {
	padding: 0 0 0 12px;
	font-size: 11px;
	color: #666666;
	background: url(/SiteFiles/1321/Images/breadcrumb.gif) no-repeat 0.2em;
	text-decoration:none;
	margin-right: 8px;
}

/* UPCOMING EVENTS */
.upcoming-events-wrapper {

}

.upcoming-events-wrapper ul li, .upcoming-events-wrapper ul {
	padding:0px;
	margin: 0px 0px 32px 0px;
	background: none;
}
.upcoming-events-date, .upcoming-events-time, .upcoming-events-month, .upcoming-events-weekday {
	font-size: 10px;
	letter-spacing: 1pt;
	font-family: "Gill Sans Light", "Gill Sans", "Lucida Sans", sans-serif;
	margin:0;
	padding:0;
	text-transform: uppercase;
	line-height: 32px;
	color:#808080;
}
.upcoming-events-wrapper ul li p {
	margin:0px;
	line-height: 16px;
	color: #CCCCCC;
	background: none;
}
.upcoming-events-view-link a {
	color: #808080;
	padding-left: 24px;
	background-image:url(/sitefiles/1321/Images/viewcalendar.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
 /* EVENTS CALENDAR OVERRIDES */
.events-calendar td {
	border: 1px solid #323132;
}

.weekend {
	background-color:#151213;
}

.events-calendar th {
	font-size: 10px;
	letter-spacing: 1pt;
	font-family: "Gill Sans Light", "Gill Sans", "Lucida Sans", sans-serif;
	text-transform:uppercase;
}
.today {
	background-color: #323132;
}
.all-day-event {
	background-color:#AC292E;
	font-style: italic;
}
.all-day-event:hover {
	background-color:#323132;
}
.events-calendar {
	margin-bottom: 60px;
}
#lightbox-image-details-caption, #lightbox-image-details-currentNumber {
	color: #666666;
}

.product-list li {
	background:none repeat scroll 0 0 transparent;
	list-style:none outside none;
	margin:0 20px;
	padding:0;
	width:100px;
}

.product-list-item {background-image:none;}

p.product-list-item-price {display:none;}

#product-detail-photos {
    width: 250px;
}

#product-detail-information-container {
    width: 300px;
}

#product-detail-header {
    overflow: hidden;
}
