/**** GLOBAL ****/
body {
	margin: 0px;
	padding: 0px 0px 0px 100px;
	width: 900px;
	background-image: url(/upload/images/elements/page_BG1.jpg);
	background-repeat: repeat-y;
	background-color: #E9E6E3;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0px;
}

/* links */
a {
	text-decoration: none;
}

/* images */
img {
	border: none 0px black;
}

/* Text & text color section */
/*	F: Family
	S: Size
	C: Color
	B: background
	M: miscellaneous
*/
.Flucida	{ font-family: lucida grande, arial, sans-serif; }
.Ftimes		{ font-family: Times New Roman, times, serif; }

.Sxxlarge	{ font-size: 28px; }
.Sxlarge	{ font-size: 24px; }
.Slarger	{ font-size: 20px; }
.Slarge		{ font-size: 18px; }
.Smedium	{ font-size: 14px; }
.Ssmall		{ font-size: 13px; }
.Sxsmall	{ font-size: 12px; }
.Sxxsmall	{ font-size: 11px; }

.SIFRxxlarge	{ font-size: 28px; line-height: 28px; }
.SIFRxlarge		{ font-size: 24px; line-height: 24px; }
.SIFRlarger		{ font-size: 20px; line-height: 20px; }
.SIFRlarge		{ font-size: 18px; line-height: 18px; }
.SIFRmedium		{ font-size: 14px; line-height: 14px; }
.SIFRsmall		{ font-size: 13px; line-height: 13px; }

.SIFRinter					{ color: #000; }
.SIFRinter_red				{ color: #600; }
.SIFRinter_red_blackbg		{ color: #933; }
.SIFRinter_orange_blackbg	{ color: #b8773f; }
.SIFRinter_white			{ color: #FFF; }

.CdarkBlack		{ color: #000; }
.Cblack			{ color: #333; }
.Cwhite			{ color: #fff; }
.CdarkWhite		{ color: #ddd; }
.ClightGray		{ color: #747474; }
.CmediumGray	{ color: #666; }
.CdarkGray		{ color: #333; }
.Cred			{ color: #600; }
.Cblue			{ color: #127997; }
.Corange		{ color: #933; }
.Cbrown			{ color: #5c3c20; }
.styleBlackBackground .CdarkWhite	{ color: #ccc; }
.styleBlackBackground .Cred			{ color: #933; }
.styleBlackBackground .Corange		{ color: #b8773f; }
.styleBlackBackground .Cblue		{ color: #83b6c4; }

.BoffWhite	{ background-color: #f4f3f1; }

.styleBlackBackground .Bblack		{ background-color: #000; }
.styleBlackBackground .BdarkHover	{ background-color: #333; }
.styleBlackBackground .BlightHover	{ background-color: #666; }

.Mspaced		{ letter-spacing: 3px; }
.MsmallSpaced	{ letter-spacing: 1px; }
.Mbold			{ font-weight: bold; }

/* style colors */
a {
	color: #127997;
}
a:hover {
	color: #933;
}
.styleBlackBackground a {
	color: #83b6c4;
}
.styleBlackBackground a:hover {
	color: #b8773f;
}
.styleBlackBackground .paging a:hover {
	color: #fff;
}
.styleBlackBackground .gallery .galleryItemHighlight {
	background-color: #333;
}
.styleBlackBackground .gallery a, .styleBlackBackground .gallery a:hover {
	color: #fff;
}
.styleBlackBackground .gallery .galleryItemSubName {
	color: #b8773f;
}
/* user control color and font styles */
.htmlBlob hr {
	border: none;
	border-top: 1px solid #b1aea3;
	height: 1px;
}
.htmlBlob .orangeTitle {
	color: #933;
	letter-spacing: 3px;
	font-family: Times New Roman, times, serif;
	font-size: 14px;
}
.divSelector .divGroup .selected {
	background-color: #f4f3f1;
}
.divSelector .divGroup h1 {
	color: #600;
	font-size: 14px;
}
.divSelector .divGroup h2 {
	color: #333;
	font-size: 14px;
}
#breadcrumb	{ background-color: #242424; }
#homeTopFlash { background-color: #EDECE7; }
#topNav { background-color: #870D0D; }
#breadcrumb a {
	color: #83b6c4;
}
#breadcrumb a:hover {
	color: #fff;
}
.sideNavList a {
	color: #5C3C20;
}
.sideNavList .selected a {
	color: #333;
}
.imageSelector .button {
	color: #DDD;
}
.paging a {
	color: #127997;
}
.styleBlackBackground .paging a {
	color: #83b6c4;
}
.paging a:hover {
	color: #7e786a;
}
.eventsSideBox h4 {
	color: #633;
}
.eventsSideBox .date {
	color: #666;
}
.yearLinks a:hover {
	color: #FFFFFF;
	background: #7e786a;
}
#interviewdetailInterview .Corange {
	color: #933;
}
#interviewdetailInterview {
	color: #333;
}
.artistGrayBox {
	color: #333;
}
.artistGrayBox .Corange {
	color: #933;
}
#artistlandingBottomRight .interviewItem a {
	font-weight: normal;
	color: #333;
}
#artistlandingBottomRight .interviewItem a:hover, #artistlandingBottomRight .interviewItem:hover {
	/* .interviewItem:hover is added to help gecko */
	color: #666;
	text-decoration: underline;
}
#artistlistList a {
	color: #fff;
}
#artistlistList a:hover {
	color: #83B6C4;
}
#artistlistList .anchorLinks a {
	color: #83B6C4;
}
#artistlistList .anchorLinks a:hover {
	color: #FFF;
	background-color: #666;
}
#interviewdetailInterviewBox .interviewItem a {
	color: #333;
}
#interviewdetailInterviewBox .interviewItem a:hover, #interviewdetailInterviewBox .interviewItem:hover {
	/* .interviewItem:hover is added to help gecko */
	color: #666;
	text-decoration: underline;
}
#interviewdetailInterviewBox .interviewItem .title {
	color: #633;
	font-size: 12px;
}
#footerDiv a {
	color: #666;
	letter-spacing: 1px;
}
#footerDiv a:hover {
	color: #933;
}
#customguitardetail .imageGroup {
	background-color: #b1aca6;
}
#productdetailLTDguitar .imageSelector {
	background-color: #c2bfb6;
}
#customguitardetailRightColumn a.linkBoxLink {
	color: #fff;
}
#productmanuals a h2 {
	color: #333;
}
/* end text & text color section */

/* dividers */
.dividerDashed {
	height: 1px;
	background-image: url(/upload/images/elements/homepage/rule_HorizDash_B1AFA3.gif);
	background-repeat: repeat-x;
	font-size: 0px;
	line-height: 0px;
}
.dividerMediumDashed {
	border-top: dashed 1px #828076;
	font-size: 0px;
	line-height: 0px;
}
.dividerDarkDashed {
	height: 1px;
	background-image: url(/images/rules/rule_dashed_333.gif);
	background-repeat: repeat-x;
	font-size: 0px;
	line-height: 0px;
}
.dividerGray {
	border-top: solid 2px #666;
	font-size: 0px;
	line-height: 0px;
}
.dividerLightGrayThin {
	border-top: 1px solid #b1aea3;
	font-size: 0px;
	line-height: 0px;
}
.dividerDarkGrayThin {
	border-top: 1px solid #333;
	font-size: 0px;
	line-height: 0px;
}
.dividerBlackToWhite {
	height: 11px;
	background-image: url(/upload/images/elements/page_BTTM.jpg);
	font-size: 0px;
	line-height: 0px;
	clear: both;
	width: 900px;
}
.dividerTanToWhite {
	height: 11px;
	background-image: url(/images/backgrounds/texture_bg_bttm.jpg);
	font-size: 0px;
	clear: both;
	width: 900px;
	line-height: 0px;
}
.dividerGrayToWhite {
	height: 12px;
	background-image: url(/images/backgrounds/flatBG_bttm.jpg);
	font-size: 0px;
	clear: both;
	width: 900px;
	line-height: 0px;
}

/* miscellaneous */
.htmlBlob .floatLeft {
	float: left;
	margin: 5px 10px 5px 5px;
	display: inline;
}
.htmlBlob .floatRight {
	float: right;
	margin: 5px 5px 5px 10px;
	display: inline;
}
.htmlBlob p {
	margin: 1em 0px 1em 0px;
}
.newsItem span {
	margin: 5px 0px 0px 0px;
}
#guitarLogoBottom {
	position: absolute;
	width: 105px;
	height: 33px;
	/* cursor: pointer; */
	/* background-image: url(/upload/images/elements/logo_BTTM.png); */
	z-index: 3;
}
#shadow {
	position: absolute;
	width: 900px;
	height: 24px;
	background-image: url(/images/backgrounds/shadow1.png);
	background-repeat: repeat-x;
	z-index: 1;
}
.plainCurlLeft {
	background-image: url(/images/rules/frame_curls_2L.gif);
	background-repeat: no-repeat;
	float: left;
	width: 34px;
	height: 22px;
	margin-top: 0px;
	position: relative;
	z-index: 1;
}
.plainCurlRight {
	background-image: url(/images/rules/frame_curls_2R.gif);
	background-repeat: no-repeat;
	float: left;
	width: 34px;
	height: 22px;
	margin-left: -34px;
	margin-top: 0px;
	position: relative;
}

/* shared layout sections */
/* shared by sltLocation, EventsSideBox, sltEventsLanding, sltEventsDetail */
#whiteOnTanBox1, #whiteOnTanBox2 {
	padding: 20px 25px 0px 20px;
	clear: both;
	width: 238px;
	background-image: url(/images/backgrounds/EventsBox_1.png);
	background-repeat: no-repeat;
	overflow: hidden;
}
#whiteOnTanBoxBottom1, #whiteOnTanBoxBottom2 {
	width: 283px;
	height: 20px;
	background-image: url(/images/backgrounds/EventsBox_bttm_1.png);
	background-repeat: no-repeat;
	font-size: 0px;
	margin-bottom: 15px;
}
#whiteOnTanBox1 .dividerDashed, #whiteOnTanBox2 .dividerDashed, #whiteOnTanBox1 .dividerLightGrayThin, #whiteOnTanBox2 .dividerLightGrayThin {
	width: 238px;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* shared by sltEventsLanding, sltLocation, sltEventsDetail */
.shared3 .standardLeftColumn {
	width: 568px;
	padding: 40px 0px 30px 20px;
}
.shared3 .standardRightColumn {
	width: 283px;
	padding: 40px 10px 30px 19px;
}
.shared3 .standardRightColumn .quicklist {
	margin: -30px -5px 0px 0px;
	position: relative;
}

/* shared by sltArtistOverview, sltCustomGuitarGallery */
.shared2 .standardLeftColumn {
	width: 540px;
	margin-top: 30px;
	margin-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
	border-right: solid 1px #333;
}
.shared2 .standardRightColumn {
	margin-bottom: 20px;
}
.shared2 .standardRightColumn .linkBoxText {
	margin: 30px 15px 5px 38px;
}
.shared2 .standardRightColumn .linkBoxLink {
	margin: 3px 10px 0px 38px;
	display: block;
}

/* Added 5/8/07 -scs for On Tour changes */
.shared2 .standardRightColumn .onTour
{
	margin: 3px 15px 0px 38px;	
} 
.shared2 .standardRightColumn .onTourLink
{
	margin: 0px 15px 0px 0px;	
} 

.shared2 .standardRightColumn .featureLink
{
	padding-bottom: 0px;
	margin-bottom: 0px;
} 
/* End additions -scs */

/* shared by sltProductDetailLtdGuitar, sltCustomGuitarDetail */
.divSelector .story p {
	margin-top: 15px;
	margin-bottom: 15px;
}
.divSelector .specs {
	list-style-image: url(/images/bullets/bullet_pick.gif);
}
.divSelector .specs ul {
	margin: 0px;
	padding: 0px;
}
.divSelector .specs li {
	margin-left: 17px;
	line-height: 18px;
}
.divSelector .specs .left {
	float: left;
	width: 240px;
	margin-right: 20px;
}
.divSelector .specs .right {
	float: left;
	width: 240px;
}
.divSelector .artistList {
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
.divSelector .artistList li {
	list-style: none;
	float: left;
	width: 166px;
	margin: 0px 0px 15px 0px;
}
.divSelector .artistList .artist {
	font-weight: bold;
}
.divSelector .artistList .band {
}
/* shared by sltArtistOverview, sltArtistDetail, sltInterviewDetail, sltCustomGuitarOverview, sltCustomGuitarDetail */
.standardLeftColumn {
	float: left;
	width: 582px;
}
.standardLeftColumn .description {
	width: 300px;
	padding: 2px 0px 0px 2px;	
}
.standardRightColumn {
	width: 318px;
	float: left;
}
.standardRightColumn .quicklist {
	float: right;
	margin: 10px 5px 10px 0px;
}
.standardRightColumnTop {
	margin: 10px 15px 10px 5px;
	overflow: hidden;
}
/* shared by sltArtistDetail, sltInterviewDetail */
.backLink {
	position: relative;
	z-index: 2;
	float: right;
	margin: 10px 10px 10px 0px;
}
.artistRightColumn .dividerDashed {
	width: 248px;
	margin: 5px 0px 5px 0px;
}
.artistGrayBox .dividerDashed {
	clear: both;
	width: 248px;
	margin: 5px 0px 5px 0px;
}
.artistGrayBox {
	padding: 25px 35px 0px 35px;
	clear: both;
	width: 248px;
	background-image: url(/upload/images/elements/blackbox_BG.jpg);
	background-repeat: no-repeat;
	background-color: #dddad5;
	overflow: hidden;
}
.artistGrayBoxBottom {
	width: 318px;
	height: 9px;
	background-image: url(/upload/Images/elements/blackbox_BTTM.jpg);
	font-size: 0px;
}
/**** END GLOBAL ****/
/** Emerging Artists **/
#emeringArtistCriteria {
	width: 840px;
	margin: 70px 0px 0px 0px;
	background-image: url(/images/backgrounds/criteria_containers_top.png);
	background-repeat: no-repeat;
	overflow: hidden;
}
/**make IE happy (clickable)**/
#emergingartists .wrapper 
{
	position: relative;
	float: left;	
}
#emergingartists .standardLeftColumn {
	float: left;
	width: 840px;
	padding-left: 40px
}
#emergingartists img.bottom 
{
	margin-top: 20px;
	margin-left: 15px;
}
#emergingArtistsLeftColumnTop {
	margin: 115px 0px 30px 0px;
}
#emeringArtistCriteria div.grayBox 
{
	width: 361px;
	padding: 25px 10px 5px 18px;
	float: left;
}
#emeringArtistCriteria div.grayBox h4
{
	font-size: 14px;
	color: #FFFFCC;
	letter-spacing: 2px;
	text-transform: uppercase
}
#emeringArtistCriteria div.grayBox h5
{
	font-size: 11px;
	color: #FFFFFF;
}
#emeringArtistCriteria div.grayBox ul
{
	padding: 0px 0px 0px 0px;
	margin-left: 18px;
}
#emeringArtistCriteria div.grayBox ul li
{
	list-style-image: url(/images/bullets/bullet1.gif);
	list-style-position: outside;
	line-height: 18px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#emergingartists .right
{
	float: right
}
#emergingartists .left
{
	float: left
}
#emergingartists .button1
{
	float: left;
	margin-top: 10px;
}
#emergingartists .button2
{
	float: left;
	margin-top: 10px;
	margin-left: 50px;
	margin-bottom: 20px
}
#emergingartists .legal
{
	clear: both;
	font-size: 10px;
	color: #999999;
	margin-bottom: 20px
}
#emeringArtistCriteriaBtm
{
	clear: both;
	width: 840px;
	height: 25px;
	margin: 0px 0px 30px 0px;
	background-image: url(/images/backgrounds/criteria_containers_bttm.png);
	background-repeat: no-repeat;
	overflow: hidden;	
}
#emeringArtistCriteria div.divider
{
	width: 41px;
	display: inline;
	float: left
}
#frameContainer
{
	width: 790px;
	height: 1800px;
	background-color: #1F1F1F;
	padding: 15px 5px 5px 20px;
	margin-top: 10px
}
#frameContainer #rightColumn
{
	margin-left: 30px;
	padding-left: 30px;
	border-left:1px dashed #666666;
	width: 610px;
	overflow: hidden;
	float: left
}
#frameContainer #leftColumn
{
	margin-left: 10px;
	float: left
} 
/** End Emerging Artists **/
/**** PAGE STYLES ****/
.styleBlackBackground {
	color: #fff;
	background-color: #000;
	height: 100%;
}
.styleEmergingArtistsBackground {
	background-image: url(/images/backgrounds/bg_emergingArtists.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	height: 100%;
	color: #fff;
}
.styleTanBackground {
	background-image: url(/images/backgrounds/texture_bg_brown.jpg);
	background-repeat: repeat-y;
	background-color: #B0A997;
	height: 100%;
}
.styleTanBackground .sideNavList {
	width: 126px;
	padding-top: 20px;
	background-image: url(/images/backgrounds/prod_subnav_bg.gif);
	background-repeat: no-repeat;
}
.styleTanBackground .sideNavBottom {
	width: 126px;
	height: 18px;
	background-image: url(/images/backgrounds/prod_subnav_bg_bttm.gif);
	background-repeat: no-repeat;
}
.styleTanBackground .sideNavList li.selected {
	list-style-image: url(/images/bullets/products_subnav_arrow.gif);
}
.styleGrayBackground {
	background-color: #cfcbc0;
	height: 100%;
}
.styleGrayBackground .sideNavList {
	width: 126px;
	padding-top: 20px;
	background-image: url(/images/backgrounds/subnavBG_2.gif);
	background-repeat: no-repeat;
}
.styleGrayBackground .sideNavBottom {
	width: 126px;
	height: 18px;
	background-image: url(/images/backgrounds/textureBG_BTTM_2.gif);
	background-repeat: no-repeat;
}
.styleGrayBackground .sideNavList li.selected {
	list-style-image: url(/images/bullets/subnav_arrow_lighttan.gif);
}

/**** END PAGE STYLES ****/

/**** USER CONTROLS ****/

/** breadcrumb **/
#breadcrumb {
	width: 768px;
	height: 18px;
	padding: 4px 0px 0px 132px;
	background-image: url(/upload/images/elements/breadcrumb_BG.gif);
	cursor: default;
}
/** END breadcrumb **/

/** Quicklist **/
.quicklist {
	position: relative;
	z-index: 2;
	border-right: #666666 1px solid;
	border-top: #666666 1px solid;
	font-size: 8pt;
	border-left: #666666 1px solid;
	border-bottom: #666666 1px solid;
	background-color: #000;
}
/** END Quicklist **/

/** sideNav **/
.sideNav {
	width: 126px;
	overflow: hidden;
	font-weight: bold;
}
.sideNavList {
	float: left;
	padding-top: 20px;
}
.sideNavBottom {
	float: left;
}
.sideNavList ul {
	padding: 0px;
	margin: 0px 0px 0px 25px;
}
.sideNavList li {
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
	list-style-position: outside;
	list-style-type: none;
}
/** END sideNav **/

/** linkBox **/
.linkBox {
	margin: 10px 0px 10px 0px;
}
.linkBox * {
	margin-top: 3px;
	margin-bottom: 3px;
}
.linkBoxTitle {
	display: block;
	font-weight: bold;
}
/** END linkBox **/

/** imageSelector **/
.imageSelector .wrapper {
	position: absolute;
	z-index: 1;
}
.imageSelector .floater {
	height: 100%;
}
/* you should override these to the size of the images */
.imageSelector .imageSize {
	height: 100px;
	width: 100px;
}
.imageSelector .imageGroup {
	overflow: hidden;
}
.imageSelector .bottomrightlr .buttonGroup {
	float: right;
	margin-top: -55px;
	margin-right: 10px;
	display: inline;
}
.imageSelector .bottomleftlr .buttonGroup {
	float: left;
	margin-top: -55px;
	margin-left: 10px;
	display: inline;
}
.imageSelector .button {
	border: 1px solid #333;
	float: left;
	margin: 5px;
	width: 24px;
	height: 22px;
	background-image: url(/images/backgrounds/number_BG_1.png);
	cursor: default;
}
.imageSelector .button div {
	border: 1px solid #999;
	width: 22px;
	line-height: 20px;
	height: 20px;
	text-align: center;
	display: inline-block;
}
.imageSelector .buttonSelected {
	border: 1px solid #B33;
}
.imageSelector .buttonSelected div {
	border: 1px solid #B77;
}
/** END imageSelector **/

/** divSelector **/
.divSelector {
	width: 540px;
}
.divSelector .groupEnd {
	clear: both;
}
.divSelector .buttonGroup .button {
	float: left;
	margin-left: 7px;
	cursor: pointer;
}
.divSelector .buttonGroup .active {
	cursor: default;
}
.divSelector .buttonGroup .button div {
	width: 129px;
	height: 28px;
}
.divSelector .buttonGroup .first {
	margin-left: 0px;
}
.divSelector .divGroup h1 {
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
.divSelector .divGroup h2 {
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
.divSelector .divGroup .selected {
	float: left;
	padding: 40px 20px 40px 20px;
	width: 500px;
	overflow: hidden;
}
.divSelector .divGroup .hidden {
	display: none;
}
/** END divSelector **/

/** RelatedLinksList **/
.relatedLinks a {
	font-weight: normal;
}
.relatedLinks h1 {
	margin: 10px 0px 10px 0px;
}
.relatedLinks ul {
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
.relatedLinks li {
	margin: 10px 0px 10px 0px;
	list-style-type: none;
}
.relatedLinks li img {
	margin-right: 10px;
	vertical-align: middle;
}
/** END RelatedLinksList **/

/** Gallery **/
.paging {
	text-align: right;
}
.paging * {
	margin-left: 3px;
	margin-right: 3px;
}
.gallery {
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	margin: 6px 0px 6px 0px;
	padding: 6px 0px 6px 0px;
	width: 540px;
	overflow: hidden;
}
.gallery .galleryItem {
	float: left;
	width: 115px;
	padding: 10px 10px 20px 10px;
	cursor: pointer;
}
.gallery .divider {
	clear: both;
}
.gallery .galleryItem ul {
	margin: 0px;
	padding: 0px;
}
.gallery li {
	list-style-type: none;
}
.gallery .galleryItemImage {
	width: 86px;
	height: 72px;
}
/** END Gallery **/

/** EventsSideBox **/
.eventsSideBox .wrapper {
	/* makes IE happy about it's transparent background */
	position: relative;
	float: left;
}
.eventsSideBox .thumbnail {
	float: right;
	width: 92px;
	height: 90px;
	margin-bottom: 10px;
}
.eventsSideBox h2 {
	display: inline;
}
.eventsSideBox h3 {
	margin-top: 15px;
}
.eventsSideBox .date {
	font-weight: bold;
}
.eventsSideBox .event {
	overflow: hidden;
}
.eventsSideBox .event .date {
	width: 55px;
	float: left;
}
.eventsSideBox .copy {
	float: left;
	width: 183px;
}

/** END EventsSideBox **/
/** YearLinks **/
.yearLinks {
	padding: 5px 5px 5px 5px;
	font-weight: bold;
}
.yearLinks .year {
	display: inline;
}
.yearLinks .year a, .yearLinks .year span {
	padding: 2px 5px 2px 5px;
}
/** END YearLinks **/
/**** END USER CONTROLS ****/

/**** TEMPLATES ****/

/** sltTopNav **/
#pageTopFlash 
{
    height: 100px;
	width: 900px;
	
}
#pageHomepageFlash
{
    height: 350px;
	width: 900px;
	
}
#topNav {
	width: 900px;
	height: 100px;
	position: absolute; 
	top: 0px;
	
}
/** END sltTopNav **/

/** sltHomePageBody **/
#homeTopFlash {
	width: 900px;
	height: 350px;
	position: absolute;
	top: 100px;
	
}
#homeContent {
	width: 900px;
	padding-left: 0px;
	background-image: url(/images/backgrounds/hp_content_BG.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}
#homeContent h1 {
	margin: 0px 0px 10px 0px;
}
#homeContent #footerDiv, #homeContent .footer {
	margin-left: 10px;
}
#homeStatement {
	float: left;
	width: 282px;
	margin: 0px 0px 20px 10px;
}
#homeStatementDiv {
	padding: 20px 24px 20px 24px;
	background-image: url(/images/backgrounds/hp_statement_BG.png);
}
#homeStatementBottomImage {
	width: 282px;
	height: 22px;
	background-image: url(/images/backgrounds/hp_statement_BTTM.png);
}
#homeMiddleColumn {
	float: left;
	width: 385px;
	margin: 20px 0px 20px 20px;
	padding: 0px 5px 0px 0px;
	border-right: 1px Solid #A7A496;
}
#homeMiddleColumn .dividerDashed {
	width: 380px;
	margin: 0px 0px 10px 0px;
}
#homeNews {
	margin: 0px 0px 20px 0px;
	overflow: hidden;
}
#homeNews h1 {
	visibility: hidden;
}

#homeNews .newsItem {
	float: left;
	width: 180px;
	margin: 0px 20px 10px 0px;
}
#homeNews .lastItem {
	margin-right: 0px;
}
#homeStoreDiv {
	float: left;
	width: 180px;
	margin: 0px 20px 10px 0px;
}
#homeEvents {
	float: left;
	width: 160px;
	margin: 20px 0px 20px 15px;
}
#homeEvents .eventsList {
	margin: 0px 0px 10px 0px;
}
#homeEvents .eventItem {
	margin-top: 5px;
}
#homeEvents .eventItem a {
	font-weight: normal;
	color: #333;
}
#homeEvents .eventItem a:hover, #homeEvents .eventItem:hover {
	/* .eventItem:hover is added to help gecko */
	color: #666;
	text-decoration: underline;
}
/** END sltHomePageBody **/

/** sltArtistOverview **/
#artistlandingBottom {
	clear: both;
	float: left;
	width: 820px;
	margin: 20px 20px 20px 20px;
}
#artistlandingBottom h1 {
	margin: 0px 0px 10px 0px;
}
#artistlandingBottomLeft {
	float: left;
	width: 230px;
}
#artistlanding .standardRightColumn {
	font-weight: bold;
}
#artistlandingBottomRight {
	float: left;
	width: 579px;
	padding: 0px 0px 0px 10px;
	border-left: 1px Solid #A7A496;
}
#artistlandingBottomRight .interviewItem {
	width: 186px;
	float: left;
	margin: 0px 10px 10px 0px;
}
#artistlandingBottomRight .interviewItem .title {
	display: block;
	font-weight: bold;
}
#artistlandingBottomRight .interviewItem .date {
	font-style: italic;
}
#artistlandingBottomRight .lastItem {
	margin-right: 0px;
}
/** END sltArtistOverview **/

/** sltArtistDetail **/
#artistdetailLeftColumn .adMainImage {
	position: relative;
	z-index: 1;
}
#artistdetailLeftColumn .content {
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-left: 20px;
}
#artistdetailGuitarBox {
	padding-bottom: 10px;
}
#artistdetailGuitarBox a {
	width: 248px;
	display: block;
}
#artistdetailGuitarBox .guitar {
	height: 74px;
	width: 190px;
	vertical-align: middle;
}
#artistdetailGuitarBox .icon {
	height: 23px;
	width: 20px;
	vertical-align: middle;
}
#artistdetailRightColumnBottom {
	clear: both;
	margin: 20px 15px 20px 40px;
}
#artistdetailRightColumnBottom .interviewLinks h1 {
	margin: 10px 0px 10px 0px;
}
#artistdetailRightColumnBottom .interviewLinks ul {
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
#artistdetailRightColumnBottom .interviewLinks li {
	margin: 10px 0px 10px 0px;
	list-style-type: none;
}
#artistdetailRightColumnBottom .interviewLinks li img {
	margin-right: 10px;
	vertical-align: middle;
}
/** END sltArtistDetail **/

/** sltArtistList **/
#artistlist {
	overflow: hidden;
}
#artistlistLeftColumn {
	float: left;
	width: 540px;
	margin: 30px 0px 0px 20px;
	display: inline;
}
#artistlistLeftColumn p {
	width: 320px;
}
#artistlistRightColumn {
	float: right;
	text-align: right;
	width: 300px;
	margin: 10px 20px 0px 0px;
	display: inline;
}
#artistlistList {
	clear: both;
	width: 900px;
}
#artistlistList * {
	margin: 0px;
	padding: 0px;
}
#artistlistList li {
	list-style: none;
}
#artistlistLetterList {
	float: left;
	text-align: right;
	letter-spacing: 2px;
	width: 860px;
	margin: 30px 20px 0px 20px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px Solid #444444;
	display: inline;
}
#artistlistLetterList .highlightLinks {
	text-transform: uppercase;
}
#artistlistList div.column {
	float: left;
	width: 300px;
	font-weight: bold;
}
#artistlistList a:hover {
	text-decoration: underline;
}
#artistlistList div.bandLetter {
	float: left;
	width: 300px;
	margin: 10px 0px 0px 0px;
}
#artistlistList div.bandLetter .letter {
	width: 60px;
	float: left;
}
#artistlistList div.bandLetter .letter a {
	float: right;
}
#artistlistList div.bandLetter .letter img {
	width: 32px;
	height: 32px;
}
#artistlistList div.bandLetter div.band {
	width: 230px;
	float: right;
	margin: 0px 0px 10px 10px;
}
#artistlistList div.bandLetter div.band h2.band {
	color: #B8773F;
	font-weight: bold;
	font-size: 11px;
}
#artistlist .dividerDarkGrayThin {
	clear: both;
	width: 860px;
	margin: 5px 20px 5px 20px;
}
#artistlist .bottomLink {
	width: 860px;
	margin: 5px 20px 15px 20px;
	text-align: right;
}
/** END sltArtistList **/

/** sltInterviewDetail **/
#interviewdetailLeftColumnTop {
	margin: 30px 0px 30px 20px;
}
#interviewdetailInterview {
	margin: 0px 0px 30px 0px;
	width: 580px;
	float: left;
	background-image: url(/upload/Images/elements/interview_BG1.jpg);
	background-repeat: repeat-y;
}
#interviewdetailInterviewTitle {
	width: 580px;
	height: 28px;
	background-image: url(/upload/Images/elements/interview_BGTitle.jpg);
	overflow: hidden;
}
#interviewdetailInterviewTitle h2 {
	margin: 6px 0px 0px 20px;
}
#interviewdetailInterviewBox {
	padding-bottom: 10px;
}
#interviewdetailInterviewBox h2 {
	margin: 0px 0px 20px 0px;
}
#interviewdetailInterviewBox .interviewItem {
	margin: 10px 0px 0px 0px;
	overflow: hidden;
	width: 248px;
}
#interviewdetailInterviewBox .interviewItem a {
	width: 248px;
	display: block;
}
#interviewdetailInterviewBox .interviewItem .wrapper {
	float: left;
	width: 193px;
}
#interviewdetailInterviewBox .interviewItem img {
	float: left;
	width: 20px;
	height: 23px;
	margin: 5px 25px 5px 10px;
}
#interviewdetailInterviewBox .interviewItem {
	font-weight: normal;
}
#interviewdetailInterviewBox .interviewItem .title {
	display: block;
	font-weight: bold;
}
#interviewdetailInterviewBox .interviewItem .date {
	font-style: italic;
}
#interviewdetailInterviewBox .dividerDashed {
	clear: both;
	margin-top: 10px;
}
/** END sltInterviewDetail **/

/** sltFooter **/

#all {
	position: relative;
}
.footer {
	clear: both;
	width: 860px;
	margin: 0px 0px 0px 20px;
}
#footerDiv {
	clear: both;
	width: 860px;
	margin: 10px 0px 10px 20px;
	line-height: 16px;
	cursor: default;
	position: absolute;
	bottom: 0px;
}
#footerDiv a:hover {
	text-decoration: underline;
}
/** END sltFooter **/

/** Products Section **/

#productContent {
	width: 900px;
	overflow: hidden;
}

/** END Products Section **/

/** sltProductOverview **/
#productsOverviewColumnLeft {
	float: left;
	width: 510px;
	margin-left: 30px;
	padding: 0px;
	z-index: 1;
	display: inline;
}
#productsOverviewColumnRight {
	float: left;
	width: 360px;
	height: 560px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	float: right;
	z-index: 1;
	display: inline;
	overflow: hidden;
}
#productsOverviewHeader {
	width: 400px;
	margin-top: 30px;
	margin-bottom: 20px;
	z-index: 1;
}
#productsOverviewCategoryList1 {
	float: left;
	width: 245px;
	z-index: 1;
}
#productsOverviewCategoryList2 {
	float: left;
	width: 245px;
	margin-left: 20px;
	display: inline;
	z-index: 1;
}
#productsOverviewColumnLeft .copy {
	float: left;
	width: 147px;
}
.productsOverviewCategory {
	margin-bottom: 10px;
	float: left;
	width: 245px;
	z-index: 1;
}
.productsOverviewCategoryImage {
	float: left;
	width: 83px;
	height: 76px;
	padding-bottom: 10px;
	margin-right: 15px;
	display: inline;
	z-index: 1;
}
/** END sltProductOverview **/

/** sltProductCategory **/
.show-all #productColumns {
	padding: 0px 236px 0px 136px;
}
.hide-left #productColumns {
	padding: 0px 236px 0px 0px;
}
.hide-right #productColumns {
	padding: 0px 0px 0px 136px;
}
.hide-right #productCategoryRightColumn {
	visibility: hidden;
}
.hide-left #productCategoryLeftColumn {
	visibility: hidden;
}
#productCategoryMiddleColumn {
	float: right;
	width: 100%;
}
#productCategoryMiddleColumn .mainContent {
	margin: 20px 20px 20px 45px;
}
#productCategoryLeftColumn {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 126px;
	overflow: hidden;
	/*convoluted hack to make IE7 left nav positioning happy --MC 03.31.08*/
	margin-left: -126px;
	*margin-left: 0px;
	_margin-left: -126px;
	*left: 10px;
	_left: 0px;
	position: relative;
	*position: absolute;
	_position: relative;
}
#productCategoryRightColumn {
	float: right;
	margin-right: -236px;
	width: 236px;
	overflow: hidden;
	position: relative;
}
.column-wrapper {
	width: 100%;
}
.float-wrapper {
	width: 100%;
	float: left;
}
#productCategoryMiddleColumn .topImage {
	position: relative;
	float: right;
	margin-top: -20px;
	margin-bottom: 10px;
}
#productCategoryHeader {
	width: 320px;
	margin-left: 15px;
	margin-bottom: 5px;
	padding: 10px;
}
.productCategoryCurlLeft {
	background-image: url(/images/rules/rule_curls_left.gif);
	background-repeat: no-repeat;
	float: left;
	width: 34px;
	height: 22px;
	margin-top: -1px;
	position: relative;
	z-index: 1;
}
.productCategoryCurlRight {
	background-image: url(/images/rules/rule_curls_right.gif);
	background-repeat: no-repeat;
	float: left;
	width: 34px;
	height: 22px;
	margin-left: -34px;
	position: relative;
}
#productCategoryMiddleColumn .list-float {
	clear: both;
	border-top: solid 1px #000;
	float: left;
}
.productCategoryProductsList {
	float: left;
	margin-left: -34px;
	padding-top: 22px;
}
/* this get's overridden in code if there is a thumbnail */
.productCategoryProductsList .linkBox {
	width: 132px;
}
.productCategoryProductsList .linkBox {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
}
.productCategoryProductsList .linkBox .thumbnail {
	/* code assumes this padding-right will be 6px */
	padding-right: 6px;
	border-right: dashed 1px #828076;
}
.productCategoryProductsList .lastProduct .thumbnail {
	border-right: none;
}
.productCategoryProductsList .divider {
	clear: both;
}
.productCategorySupportGraphic {
	width: 226px;
	height: 500px;
	margin-left: 10px;
}
.discovery#productContent {
	background-image: url(/images/backgrounds/texture_bg_brown_and_notes.jpg);
}
/*
.discovery#productContent div.dividerTanToWhite {
	display: none;
}*/
.discovery#productContent .productCategoryCurlLeft {
	background-image: url(/images/rules/frame_arrows_1L.gif);
	background-repeat: no-repeat;
	float: left;
	width: 54px;
	height: 22px;
	margin-top: -1px;
	position: relative;
	z-index: 1;
}
.discovery#productContent .productCategoryCurlRight {
	background-image: url(/images/rules/frame_arrows_1R.gif);
	background-repeat: no-repeat;
	float: left;
	width: 54px;
	height: 22px;
	margin-left: -54px;
	position: relative;
}

/** END sltProductCategory **/

/** sltCustomGuitarOverview **/
#customguitaroverview {
	overflow: hidden;
}
#customguitaroverviewLeftColumnTop {
	margin: 30px 0px 30px 20px;
}
#customguitaroverview .linkBoxTitle {
	text-transform: uppercase;
}
#customguitaroverviewLeftColumn .linkBox {
	width: 320px;
	margin: 20px 0px 30px 20px;
}
#customguitaroverviewRightColumn {
	width: 278px;
	margin: 20px 0px 20px 40px;
}
#customguitaroverviewRightColumn .linkBox {
	width: 258px;
	float: left;
}
#customguitaroverviewRightColumn .dividerDarkDashed {
	float: left;
	width: 258px;
}
/** END sltCustomGuitarOverview **/

/** sltCustomShop **/
#customshop {
	width: 865px;
	padding: 30px 15px 30px 20px;
}
#customshop .standardLeftColumn {
	width: 568px;
}
#customshop .standardLeftColumn .leftColumnTop {
	margin-bottom: 30px;
}
#customshop .standardRightColumn {
	width: 258px;
	margin: 0px 0px 0px 34px;
}
#customshop .linkBoxTitle {
	text-transform: uppercase;
}
#customshop .standardLeftColumn .linkBoxImg {
	float: left;
	margin-left: 46px;
	margin-right: 25px;
	height: 111px;
	width: 122px;
	display: inline;
}
#customshop .standardLeftColumn .linkBoxInner {
	float: left;
	width: 340px;
}
#customshop .standardRightColumn .linkBox {
	margin-top: 0px;
}
#customshop .dividerBlackToWhite {
	width: 900px;
	margin-left: -20px;
	margin-right: -15px;
	margin-bottom: -30px;
}

#customshop .shopNews {
	margin-top: 10px
}
#customshop .divider {
	clear: both;
	margin-top: 15px
}
#customshop .shopNews h2 {
	margin-top: 15px;
	margin-bottom: 15px;
}
#customshop .shopNews .newsHeader 
{
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px		
}
/** END sltCustomShop **/

/** sltCustomGuitarGallery **/
#customguitargallery .gallery .galleryItem {
	float: left;
	width: 160px;
	margin: 0px;
	padding: 10px 10px 20px 10px;
	cursor: pointer;
}
#customguitargallery .gallery .galleryItemImage {
	width: 150px;
	height: 72px;
}
#customguitargallery .standardRightColumn {
	font-weight: bold;
}
/** END sltCustomGuitarGallery **/

/** sltCustomGuitarDetail **/
#customguitardetailLeftColumnBottom {
	margin: 20px 20px 30px 20px;
}
#customguitardetailLeftColumnBottom .divSelector {
	margin-top: 20px;
}
#customguitardetail .imageSize {
	width: 582px;
	height: 265px;
}
#customguitardetail .divSelector .button div {
	width: 129px;
	height: 28px;
}
#customguitardetail .divSelector .button .title {
	display: none;
}
/** note IEOnly.css has overrides for this group of images **/
#customguitardetail .specs_hover div {
	background-image: url(/images/tabs/black/specs_hover.png);
}
#customguitardetail .specs_norm div {
	background-image: url(/images/tabs/black/specs_norm.png);
}
#customguitardetail .specs_active div {
	background-image: url(/images/tabs/black/specs_active.png);
}
#customguitardetail .story_hover div {
	background-image: url(/images/tabs/black/story_hover.png);
}
#customguitardetail .story_norm div {
	background-image: url(/images/tabs/black/story_norm.png);
}
#customguitardetail .story_active div {
	background-image: url(/images/tabs/black/story_active.png);
}
#customguitardetailRightColumn .linkBoxLink img {
	height: 23px;
	width: 20px;
	vertical-align: middle;
	margin-right: 10px;
}
#customguitardetailRightColumn a.linkBoxLink {
	display: block;
	text-transform: lowercase;
	font-weight: normal;
	margin-left: 45px;
}
#customguitardetailRightColumnBottom {
	padding: 0px 30px 30px 45px;
	width: 243px;
}
#customguitardetailRightColumnBottom .designImage {
	margin-left: -10px;
	margin-right: -5px;
}
#customguitardetail .dividerDarkDashed {
	margin: 10px 0px 10px 0px;
}
/** END sltCustomGuitarDetail **/

/** sltProductDetailLtdGuitar **/
.wideMiddleLeftColumn {
	width: 125px;
	float: left;
	padding-left: 10px;
	margin-bottom: 30px;
}
.wideMiddleMiddleColumn {
	margin-left: 45px;
	width: 542px;
	float: left;
	margin-bottom: 30px;
	margin-top: 25px;
}
.wideMiddleRightColumn {
	margin-left: 30px;
	width: 125px;
	float: left;
	margin-bottom: 30px;
	margin-top: 15px;
}
#productdetailLTDguitar .wideMiddleLeftColumn .linkBox {
	width: 125px;
	margin-top: 20px;
}
#productdetailLTDguitar .floatingHeader {
	position: relative;
	z-index: 1;
	width: 339px;
	height: 75px;
	padding-top: 20px;
	padding-left: 20px;
	margin-left: -25px;
	margin-bottom: -110px;
	background-image: url(/images/backgrounds/titleBG_products.png);
}
#productdetailLTDguitar .imageSelector {
	position: relative;
}
#productdetailLTDguitar .imageSelector .imageSize {
	width: 540px;
	height: 268px;
}
#productdetailLTDguitar .imageSelector .buttonGroup {
	margin-top: -63px;
}
#productdetailLTDguitar .divSelector .buttonGroup {
	position: absolute;
	margin-top: -28px;
	z-index: 1;
}
#productdetailLTDguitar .divSelector .button div {
	width: 129px;
	height: 28px;
}
#productdetailLTDguitar .divSelector .button .title {
	display: none;
}
/** note IEOnly.css has overrides for this group of images **/
#productdetailLTDguitar .specs_hover div {
	background-image: url(/images/tabs/light/specs_hover.png);
}
#productdetailLTDguitar .specs_norm div {
	background-image: url(/images/tabs/light/specs_norm.png);
}
#productdetailLTDguitar .specs_active div {
	background-image: url(/images/tabs/light/specs_active.png);
}
#productdetailLTDguitar .story_hover div {
	background-image: url(/images/tabs/light/story_hover.png);
}
#productdetailLTDguitar .story_norm div {
	background-image: url(/images/tabs/light/story_norm.png);
}
#productdetailLTDguitar .story_active div {
	background-image: url(/images/tabs/light/story_active.png);
}
#productdetailLTDguitar .reviews_hover div {
	background-image: url(/images/tabs/light/reviews_hover.png);
}
#productdetailLTDguitar .reviews_norm div {
	background-image: url(/images/tabs/light/reviews_norm.png);
}
#productdetailLTDguitar .reviews_active div {
	background-image: url(/images/tabs/light/reviews_active.png);
}
#productdetailLTDguitar .artists_hover div {
	background-image: url(/images/tabs/light/artists_hover.png);
}
#productdetailLTDguitar .artists_norm div {
	background-image: url(/images/tabs/light/artists_norm.png);
}
#productdetailLTDguitar .artists_active div {
	background-image: url(/images/tabs/light/artists_active.png);
}
#productdetailLTDguitar .tech_hover div {
	background-image: url(/images/tabs/light/tech_hover.png);
}
#productdetailLTDguitar .tech_norm div {
	background-image: url(/images/tabs/light/tech_norm.png);
}
#productdetailLTDguitar .tech_active div {
	background-image: url(/images/tabs/light/tech_active.png);
}
#productdetailLTDguitar .features_hover div {
	background-image: url(/images/tabs/light/features_hover.png);
}
#productdetailLTDguitar .features_norm div {
	background-image: url(/images/tabs/light/features_norm.png);
}
#productdetailLTDguitar .features_active div {
	background-image: url(/images/tabs/light/features_active.png);
}
#productdetailLTDguitar .about_hover div {
	background-image: url(/images/tabs/light/about_hover.png);
}
#productdetailLTDguitar .about_norm div {
	background-image: url(/images/tabs/light/about_norm.png);
}
#productdetailLTDguitar .about_active div {
	background-image: url(/images/tabs/light/about_active.png);
}
#productdetailLTDguitar .colors_hover div {
	background-image: url(/images/tabs/light/colors_hover.png);
}
#productdetailLTDguitar .colors_norm div {
	background-image: url(/images/tabs/light/colors_norm.png);
}
#productdetailLTDguitar .colors_active div {
	background-image: url(/images/tabs/light/colors_active.png);
}
#productdetailLTDguitarImgAndDiv {
	margin-top: 85px;
	border: #8e8b82 solid 1px;
	overflow: hidden;
}
#productdetailLTDguitar .dividerMediumDashed {
	margin-top: 20px;
	margin-bottom: 20px;
}
#productdetailLTDguitar .wideMiddleRightColumn .linkBoxTitle {
	text-transform: uppercase;
}
#productdetailLTDguitar .wideMiddleRightColumn ul {
	padding: 0px;
	margin: 0px;
}
#productdetailLTDguitar .wideMiddleRightColumn li {
	list-style: none;
	margin: 0px;
}
#productdetailLTDguitar .wideMiddleRightColumn .listen li {
	text-transform: lowercase;
}
#productdetailLTDguitar .wideMiddleRightColumn .listen li a {
	display: block;
	width: 125px;
	overflow: hidden;
}
#productdetailLTDguitar .wideMiddleRightColumn .listen .img {
	width: 24px;
	float: left;
	vertical-align: middle;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	line-height: 21px;
}
#productdetailLTDguitar .wideMiddleRightColumn .listen img {
}
#productdetailLTDguitar .wideMiddleRightColumn .listen .copy {
	float: left;
	width: 96px;
	margin-top: 7px;
	margin-bottom: 5px;
}
/** END sltProductDetailLtdGuitar **/

/** sltVisitUs **/
#visitusContent {
	margin: 30px 0px 30px 20px;
}
#visitusContent h1 {
	margin-bottom: 30px;
}
#visitusContent .linkBoxText {
	width: 320px;
}
/** END sltVisitUs **/
/** sltLocation **/
#location .floatingHeader {
	position: relative;
	z-index: 1;
	width: 339px;
	height: 75px;	
	padding-top: 20px;
	padding-left: 20px;
	margin-left: 5px;
	margin-top: -40px;
	margin-bottom: 20px;
	background-image: url(/images/backgrounds/titleBG_visitus.png);
}
#locationContent .linkBox {
	clear: both;
	margin-bottom: 20px;
	overflow: hidden;
	margin-left: 40px;
}
#locationContent .linkBox .thumbnail {
	float: left;
	width: 130px;
	height: 115px;
}
#locationContent .linkBoxInner {
	float: left;	
	width: 320px;
	padding-left: 20px;
}
#location .locationDetail .locationMap {
	float: right;
	position: relative;
	width: 95px;
}
#location .locationDetail h2 {
	display: inline;
}
/** END sltLocation **/

/** sltEventsLanding **/
#eventslanding .description {
	margin-top: 20px;
	margin-bottom: 10px;
}
#eventslanding .paging {
	width: 548px;
}
#eventslanding .gallery {
	width: 548px;
}
#eventslanding .galleryItem {
	width: 508px;
	padding: 0px;
	padding: 5px 20px 5px 20px;
	cursor: auto
}
#eventslanding .galleryItemHighlight {
	background-color: Transparent;
	
}
#eventslanding .gallery .linkBox {
	margin: 0px;
}
#eventslanding .gallery .thumbnail {
	float: right;
	width: 92px;
}
#eventslanding .gallery .linkBoxInner {
	float: left;
	width: 408px;
}
#eventslanding .gallery .linkBoxText {
	margin-right: 40px;
}
#eventslanding .divider {
	height: 1px;
	background-image: url(/images/rules/rule_dashed_333.gif);
	background-repeat: repeat-x;
	font-size: 0px;
	width: 512px;
	float: left;
	margin-left: 18px;
	display: inline;
	line-height: 0px;
}
#eventslanding .lastDivider {
	height: 0px;
	background-image: none;
}
#eventslanding .featuredEvent .linkBox {
	position: relative;
	z-index: 1;
}

#eventslanding .toursBlurb
{	
	padding: 5px 0px 0px 20px;	
	width: 300px;
}
/** END sltEventsLanding **/

/** sltEventDetail **/
#eventDetail .standardLeftColumn .imageSelector {
	margin-top: 10px;
	margin-bottom: 10px;
}
#eventDetail .standardLeftColumn .description {
	width: 540px;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}
#eventDetail .standardRightColumn {
	width: 283px;
	padding: 40px 10px 30px 19px;
}
#eventDetail .leftColumnTop {
	float: left;
	width: 425px;
}
#eventDetail .imageSelector {
	clear: both;
	margin-left: -20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#eventDetail .imageSelector .imageSize {
	width: 560px;
	height: 305px;
}
#eventDetail .imageSelector .buttonGroup {
	margin-left: 20px;
	margin-top: -42px;
}
#eventDetail .description {
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}
/** END sltEventDetail **/

/** About First Act Section **/
.shared4 .leftColumn {
	width: 126px;
	padding-left: 10px;
	float: left;
	margin-bottom: 30px;
}
.shared4 .leftColumn h2 {
	text-transform: uppercase;
}
.shared4 .rightColumn, .shared4 .rightColumnWide  {
	padding-left: 39px;
	margin-bottom: 30px;
	float: left;
	width: 725px;
}
.shared4 .header {
	float: left;
	margin-top: 30px;
	margin-left: 5px;
	margin-bottom: 10px;
	width: 345px;
}
.shared4 .bottom {
	clear: both;
	width: 655px;
	overflow: hidden;
}
.shared4 .bottom .content {
	float: left;
	padding: 40px 5px 0px 5px;
	width: 645px;
	border-top: 1px solid #000;
	margin-left: -34px;
	padding-top: 20px;
}
.shared4 .listItem {
	padding: 5px 10px 5px 20px;
}
.shared4 .listItemAlt {
	background-color: #d6d4c8;
	padding: 5px 10px 5px 20px;
}
#communityGiveback .topImage {
	float: right;
	width: 350px;
	z-index: 1;
}
#newsdetail .rightColumn {
	margin-top: 30px;
	padding-right: 30px;
	width: 695px;
}
#newsdetail .rightColumnWide {
	margin-top: 30px;
	padding-right: 0px;
	width: 725px;
}
#newsdetail .title {
	width: 500px;
	margin-bottom: 10px;
}
#newsdetail .subTitle {
	width: 500px;
	margin-bottom: 10px;
}
#newsdetail .backLink {
	margin-top: 0px;
	float: right;
	width: 135px;
	text-align: right;
}
#productmanuals .content, #productmanuals .content h2 {
	margin-bottom: 5px;
}
#productmanuals .content .leftColumn {
	padding: 0px;
	float: left;
	width: 310px;
	margin: 0px 25px 0px 0px;
}
#productmanuals .content .rightColumn {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	width: 310px;
	float: left;
}
#productmanuals .bottom .linkList {
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 5px;
}
#productmanuals .content .divider {
	height: 1px;
	background-image: url(/upload/images/elements/homepage/rule_HorizDash_B1AFA3.gif);
	background-repeat: repeat-x;
	font-size: 0px;
	line-height: 0px;
	width: 310px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#productmanuals .content .listItem, #productmanuals .content .listItemAlt {
	overflow: hidden;
	width: 280px;
}
#productmanuals .content img {
	float: left;
	margin-right: 15px;
	vertical-align: middle;
}
.leftSubfeature {
	margin-top: 20px;
	margin-bottom: 20px;
}
#careersoverview .jobs {
	float: left;
	margin-right: 20px;
	width: 340px
}
#careersoverview .jobsInner {
	margin-left: 20px;
	margin-bottom: 20px
}
#careersoverview .internships {
	float: left;
	width: 280px
}
/** END About First Act Section **/

/**** sltApplyNow ****/
#applynow .description {
	clear: both;
	width: 350px;
	margin-top: 20px;
	float: left;
	padding-left: 130px;
}
#applynow .summary {
	clear: both;
	width: 350px;
	margin-top: 20px;
	float: left;
	padding-left: 130px;
}
#applynow .dividerLightGrayThin {
	margin-top: 20px;
	margin-bottom: 20px;
}
#applynow .item {
	clear: both;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 645px;
}
#applynow .label {
	float: left;
	width: 120px;
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
}
#applynow .field {
	float: left;
	width: 515px;
}
#applynow .field input {
	width: 300px;
}
#applynow .field textarea {
	width: 300px;
	height: 100px;
}
#applynow .button {
	clear: both;
	text-align: right;
	float: left;
	width: 430px;
}
#applynow .notes {
	margin-top: 20px;
	clear: both;
	width: 300px;
	float: left;
	padding-left: 130px;
}
/**** END sltApplyNow ****/

/**** sltSupportRequest ****/
#supportrequest .description {
	clear: both;
	width: 350px;
	margin-top: 20px;
	float: left;
	padding-left: 130px;
}
#supportrequest .summary {
	clear: both;
	width: 350px;
	margin-top: 20px;
	float: left;
	padding-left: 130px;
}
#supportrequest .dividerLightGrayThin {
	margin-top: 20px;
	margin-bottom: 20px;
}
#supportrequest .item {
	clear: both;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 645px;
}
#supportrequest .container {
	width: 310px;
	overflow: hidden;
	float: left;
}
#supportrequest .containerError {
	float: left;
}
#supportrequest .label {
	float: left;
	width: 120px;
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
}
#supportrequest .labelInline {
	float: left;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
}
#supportrequest .field {
	float: left;
	width: 320px;
}
#supportrequest .field input {
	width: 300px;
}
#supportrequest .fieldButton {
	float: left;
	width: 310px;
}
#supportrequest .fieldButton input {
	
}
#supportrequest .field textarea {
	width: 300px;
	height: 100px;
}
#supportrequest .fieldInline {
	overflow: hidden;
	float: left;
}
#supportrequest .fieldInlineSmall {
	overflow: hidden;
	float: left;
}
#supportrequest .fieldInline input {
	width: 90px;
}
#supportrequest .fieldInlineSmall input {
	width: 30px;
}
#supportrequest .fieldButtons input {
	width: 25px;
	margin-left: 0px;
	margin-right: 0px;
}
#supportrequest .fieldButtonText {
	padding-left: 25px;
}
#supportrequest .button {
	clear: both;
	text-align: right;
	float: left;
	width: 430px;
}
#supportrequest .notes {
	margin-top: 20px;
	clear: both;
	width: 300px;
	float: left;
	padding-left: 130px;
}
/**** END sltSupportRequest ****/

/**** sltAboutFirstActOverview ****/
#aboutOverview .wrapper, #generic .wrapper {
	padding-left: 30px;
	margin-bottom: 30px;
	margin-top: 0px;
	padding-top: 0px;
	float: left;
	width: 870px;
}
#aboutOverview .wrapper2Col {
	padding-left: 30px;
	margin-bottom: 30px;
	margin-right: 0px;
	float: left;
	width: 645px;
}
#aboutOverview .top 
{
	background-color: Lime
}
#aboutOverview .topImage, #tuneAndPlay .topImage {
	float: right;
	width: 350px;
	z-index: 1;
}
#aboutOverview .aboutOverviewHeader, #generic .aboutOverviewHeader {
	margin-top: 30px;
	float: left;
	width: 520px;
	margin-bottom: 30px;
	margin-right: 0px;
}
#aboutOverview .bottom2, #generic .bottom2 {
	clear: both;
}
#aboutOverview .bottom {
	clear: both;
	width: 700px
}

#communityGiveback .rightColumn {
	float: left;
	width: 710px
}
#communityGiveback .bottom {
	clear: both;
	width: 690px
}
#communityGiveback .header {
	float: left;
	margin-bottom: 10px;
	width: 335px;
}
#communityGiveback .content {
	float: left;
	padding: 40px 5px 0px 5px;
	width: 630px;
	border-top: 1px solid #000;
	margin-left: -34px;
	padding-top: 20px;
}
#generic .aboutOverviewList {
	padding: 40px 5px 0px 5px;
	border-top: 1px solid #000;
	float: left;
	width: 830px;
	margin-left: -34px;
}
#aboutOverview .aboutOverviewList {
	padding: 40px 5px 0px 5px;
	border-top: 1px solid #000;
	float: left;
	width: 760px;
	margin-left: -4px;
}
#aboutOverview .wrapper2Col .aboutOverviewList {
	padding: 40px 5px 0px 5px;
	border-top: 1px solid #000;
	float: left;
	width: 615px;
	margin-left: -20px;
	margin-right: 0px;
}
#aboutOverview .aboutOverviewList .aboutOverviewItem {
	width: 165px;
	margin-right: 25px;
	margin-bottom: 25px;
	float: left;
	display: inline;
}
#aboutOverview .wrapper2Col .aboutOverviewList .aboutOverviewItem {
	width: 190px;
	margin-right: 15px;
	margin-bottom: 25px;
	float: left;
	display: inline;
}
#aboutOverview .aboutOverviewList .last, #tuneAndPlay .aboutOverviewList .last {
	margin-right: 0px;
}
#aboutOverview .aboutOverviewList .divider, #tuneAndPlay .aboutOverviewList .divider {
	clear: both
}
/**** END sltAboutFirstActOverview ****/

/**** sltCommunityGiveback ****/
#communityGiveback .givebackList {
	margin-bottom: 20px;
	float: left;
	padding-top: 25px
}
/**** END sltCommunityGiveback ****/

/**** sltInTheNewsListing ****/
/**** END sltInTheNewsListing ****/

/**** sltManagementTeam ****/

.bodyText {
	float: left;
	width: 640px;
}

/**** END sltManagementTeam ****/

/**** sltGenericPage ****/
#generic p 
{
	font-family: lucida sans, lucida grande, arial, sans-serif;
	font-size: 12px;
	color: #333333;
}
.siteMapNewRow {
	clear: both;
}
.siteMapSection 
{ 
	width: 170px;
	margin-right: 10px;
	float: left;
	margin-bottom: 30px;
}
.siteMapSection ul {
	margin: 0px;
	padding: 0px
}
.siteMapSection li {
	list-style-type:none;	
	margin-top: 2px;
}
/**** END sltGenericPage ****/

/**** sltTuneAndPlay ****/
#tuneAndPlay .aboutOverviewList {
	padding: 40px 5px 0px 5px;
	border-top: 1px solid #000;
	float: left;
	width: 645px;
	margin-left: -34px
}
#tuneAndPlay .aboutOverviewItem {
	width: 160px;
	margin-left: 20px;
	margin-right: 30px;
	margin-bottom: 25px;
	float:left;
	display: inline;
}
#tuneAndPlay .itemImage 
{
	margin-bottom: 10px;
}
#tuneAndPlay .itemLink
{
	clear: both;
}
/**** END sltTuneAndPlay ****/

/**** sltProductCatalog ****/
#partscatalog .partsList {
	padding: 20px 5px 0px 5px;
	border-top: 1px solid #000;
	float: left;
	width: 645px;
	margin-left: -34px
}
#partscatalog .gallery {
	width: 645px;
	border: none;
}
#partscatalog .galleryItem {
	cursor: inherit;
	width: 141px;
}
/**** END sltProductCatalog ****/

/**** BEGIN sltontour ****/

.onTour
{
    font-weight:bold;
}

#artistlandingRightColumn .linkBoxText 
{
    color: #b8773f;
    font-weight:bold;
}

#ontour .linkBoxText 
{
    color: #b8773f;
    font-weight:bold;
}
#featuredOnTour 
{
    float:right;
    width:320px;
    margin-top:10px;
    margin-right:8px;
}
#onTourQuickListContainer 
{
    float:right;
}
#tours 
{
    width:539px;
    border-right:1px solid #333;
}
.tourInfo 
{
    float:left;
    width:350px;
    margin-right:35px;
    padding:5px;
}
.tourGalleryContainer
{
    width:510px;
}
.tourDashDiv 
{
    border-top:1px dashed #333;
    display:block;
}
.tourHide 
{
    visibility:hidden;
}
.tourGalleryImg 
{
    cursor:pointer;
    margin-top:5px;
}
#tour-content 
{
    float:left;
    width:540px;
    margin-top:35px;
    margin-left:5px;
}

/* added 5/9/07 -scs */

#tourslanding .description {
	margin-top: 20px;
	margin-bottom: 10px;
}
#tourslanding .paging {
	width: 521px;
}
#tourslanding .gallery {
	width: 530px;
}
#tourslanding .galleryItem {
	width: 528px;
	padding: 0px;
	padding: 5px 5px 5px 4px;
	cursor: auto
}
#tourslanding .galleryItemHighlight {
	background-color: Transparent;
	
}
#tourslanding .gallery .linkBox {
	margin: 0px;
}
#tourslanding .gallery .thumbnail {
	float: right;
	width: 92px;
}
#tourslanding .gallery .linkBoxInner {
	float: left;
	width: 400px;
	padding-bottom: 10px;
}
#tourslanding .gallery .linkBoxText {
	margin-right: 40px;
}
#tourslanding .divider {
	height: 1px;
	background-image: url(/images/rules/rule_dashed_333.gif);
	background-repeat: repeat-x;
	font-size: 0px;
	width: 521px;
	float: left;
	margin-left: 6px;
	padding: 4px 0px 0px 0px;
	display: inline;
	line-height: 0px;
}
#tourslanding .lastDivider {
	height: 0px;
	background-image: none;
}

#tourslanding .toursBlurb
{	
	padding: 5px 0px 0px 2px;
	width: 310px;
}

img#onTourDividerImage 
{
	margin-top:	12px;
	margin-bottom: 17px;
}

/**** END sltontour ****/

/** sltSearchResults **/
#searchResults .searchContainer {
	margin-left: 0px;
	float: left;
	margin-bottom: 20px	
}
#searchResults .searchHeader {
	margin-left: 25px;
	margin-top: 20px
}
#searchResults .searchForm {
	margin-top: 20px;
	float:left;
	margin-bottom: 20px
}
#searchResults .searchInput input {
	float: left;
	background: #DBD8D1;
	border-right: #666666 2px solid;
	border-top: #666666 1px solid;
	font-size: 12px;
	border-left: #666666 1px solid;
	color: #000000;
	border-bottom: #666666 2px solid;
	font-family: lucida sans, lucida grande, arial, sans-serif;	
	margin-left: 0px;
	padding: 3px;
	width: 250px
}
#searchResults .error {
	font-size: 12px;
	color: #990000;
	font-family: lucida sans, lucida grande, arial, sans-serif;	
	font-weight: bold;
	clear: both
}
#searchResults .searchButton
{
	clear: both;
}
#searchResults .searchButton img
{
	margin-top: 10px
}
#searchResults .resultsContainer {
	margin-left: 20px
}

#searchResults .searchList 
{
	clear: both;
	margin-left: 20px
}
#searchResults .gallery 
{
	width: 800px
}
#searchResults .topLine {
	float:left;
	width: 800px;
	border-top: #000000 1px solid;
	margin-bottom: 10px
}
#searchResults .linkBoxTitle {
	font-family: lucida sans, lucida grande, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #127997
}
#searchResults .linkBoxText {
	font-family: lucida sans, lucida grande, arial, sans-serif;
	font-size: 12px;
	color: #333333
}
#searchResults .linkBoxLink {
	font-family: lucida sans, lucida grande, arial, sans-serif;
	font-size: 12px;
	color: #993300;
	text-decoration: none
}
#searchResults .galleryItem {
	background-color: #d6d4c8;
	cursor: auto;
	width: 700px;
	margin-left: 20px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	clear: left
}
#searchResults .galleryItemAlternate {
	width: 700px;
	cursor: auto;
	margin-left: 20px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	float: left
}
#searchResults .gallery .galleryItemHighlight 
{
	background-color: #d6d4c8;
}
#searchResults .gallery .galleryItemAlternateHighlight 
{
	background-color: Transparent
}
#searchResults .highlightLinks {
	font-family: lucida sans, lucida grande, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000
}
#searchResults .highlightLinks a, a.highlightLinks {
	font-family: lucida sans, lucida grande, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 2px;
	color: #127997;
	text-decoration: none;
}
#searchResults .highlightLinks a:visited, a.highlightLinks:visited {
	color: #83B6C4;
}
#searchResults .highlightLinks a:hover, a.highlightLinks:hover {
	color: #FFFFFF;
	font-size: 11px;
	background-color: #A6A498
}

#pageBottom {
	height: 100px;
	width: 860px;
}
/** END sltSearchResults **/

/**** END TEMPLATES ****/

/*** DEBUG ***/

