* {
	margin: 0;
	padding: 0;
}

body {
	background: #000 url(../images/bg_pg.jpg) center top no-repeat;
	background: url(../images/bgWrap.jpg) 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #331b09;
}

table, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #331b09;
}	

a:link, a:visited {
	color: #331b09;
	text-decoration: underline;
}

a:hover, a:active {
	color: #c00;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, p, ul, ol {
	margin: 0 0 20px 0;
}

h1 {
	text-indent: -99999px;
	height: 18px;
	margin: 20px 0;
}

ul {
	list-style-type: none;
}

img {
	border: none;
}

.wrap {
	background: url(../images/bg_pg.jpg) center top no-repeat;
}

.container {
	width: 960px;
	margin: auto;
}

.header {
	height: 110px;
}

.logo {
	float: left;
	width: 250px;
}

.logo a {
	height: 100px;
	width: 100%;
	display: block;
	text-indent: -99999em;
}

/*** START NAV ***/

ul.nav {
	float: right;
	width: auto;
	position: relative;
	top: 76px;
	right: 10px;
	z-index: 3;
}

ul.nav li {
	display: inline;
}

ul.nav li a {
	display: block;
	float: left;
	height: 34px;
	width: 40px;
	margin: 0 2px;
	text-indent: -999999px;
}


/*** HOME ***/
ul.nav li.liHome a:link, ul.nav li.liHome a:visited {
	background: url(../images/nav.gif) 0 0 no-repeat;
	width: 97px;
}
ul.nav li.liHome a:hover, ul.nav li.liHome a:active {
	background: url(../images/nav.gif) 0 -35px no-repeat;
}
ul.nav li.liHome a.on {
	background: url(../images/nav.gif) 0 -71px no-repeat;
}

/*** ARTISTS ***/
ul.nav li.liArtists a:link, ul.nav li.liArtists a:visited {
	background: url(../images/nav.gif) -100px 0 no-repeat;
	width: 114px;
}
ul.nav li.liArtists a:hover, ul.nav li.liArtists a:active {
	background: url(../images/nav.gif) -100px -35px no-repeat;
}
ul.nav li.liArtists a.on {
	background: url(../images/nav.gif) -100px -71px no-repeat;
}

/*** VENUES ***/
ul.nav li.liVenues a:link, ul.nav li.liVenues a:visited {
	background: url(../images/nav.gif) -312px 0 no-repeat;
	width: 106px;
}
ul.nav li.liVenues a:hover, ul.nav li.liVenues a:active {
	background: url(../images/nav.gif) -312px -35px no-repeat;
}
ul.nav li.liVenues a.on {
	background: url(../images/nav.gif) -312px -71px no-repeat;
}

/*** NEWS ***/
ul.nav li.liNews a:link, ul.nav li.liNews a:visited {
	background: url(../images/nav.gif) -421px 0 no-repeat;
	width: 90px;
}
ul.nav li.liNews a:hover, ul.nav li.liNews a:active {
	background: url(../images/nav.gif) -421px -35px no-repeat;
}
ul.nav li.liNews a.on {
	background: url(../images/nav.gif) -421px -71px no-repeat;
}

/*** STORE ***/
ul.nav li.liStore a:link, ul.nav li.liStore a:visited {
	background: url(../images/nav.gif) -217px 0 no-repeat;
	width: 92px;
}
ul.nav li.liStore a:hover, ul.nav li.liStore a:active {
	background: url(../images/nav.gif) -217px -35px no-repeat;
}
ul.nav li.liStore a.on {
	background: url(../images/nav.gif) -217px -71px no-repeat;
}

/*** ABOUT ***/
ul.nav li.liAbout a:link, ul.nav li.liAbout a:visited {
	background: url(../images/nav.gif) -514px 0 no-repeat;
	width: 102px;
}
ul.nav li.liAbout a:hover, ul.nav li.liAbout a:active {
	background: url(../images/nav.gif) -514px -35px no-repeat;
}
ul.nav li.liAbout a.on {
	background: url(../images/nav.gif) -514px -71px no-repeat;
}

/*** SUBNAV ***/

.sub {
	position: absolute;
	width: 320px;
	background: #a17747;
	padding: 6px;
	}
	
.liVenues .sub {
	top: 35px;
	left: 310px;
	}
	
.liArtists .sub {
	top: 35px;
	left: 99px;
	}

.sub li {
	clear: both;
	}

ul.nav li .sub a:link, ul.nav li .sub a:visited, ul.nav li .sub a:hover, ul.nav li .sub a:active {
	text-indent: 0;
	color: #f5f3e2;
	height: 75px;
	width: 100%;
	text-decoration: none;
	text-indent: -99999em;
	margin: 1px 0 0 0;
}

ul.nav li .sub a:hover, ul.nav li .sub a:active {
	background: #724a1d;
	color: #f5f3e2;
	height: 75px;
	width: 100%;
}

ul.nav li .sub li.subAD a:link, ul.nav li .sub li.subAD a:visited {
	background: #ccc url(../images/nav/subnavArtists.png) 0 0 no-repeat;
}

ul.nav li .sub li.subAD a:hover, ul.nav li .sub li.subAD a:active {
	background: url(../images/nav/subnavArtists.png) 0 -228px no-repeat;
}

ul.nav li .sub li.subAS a:link, ul.nav li .sub li.subAS a:visited {
	background: #ccc url(../images/nav/subnavArtists.png) 0 -76px no-repeat;
}

ul.nav li .sub li.subAS a:hover, ul.nav li .sub li.subAS a:active {
	background: url(../images/nav/subnavArtists.png) 0 -304px no-repeat;
}

ul.nav li .sub li.subAB a:link, ul.nav li .sub li.subAB a:visited {
	background: #ccc url(../images/nav/subnavArtists.png) 0 -152px no-repeat;
}

ul.nav li .sub li.subAB a:hover, ul.nav li .sub li.subAB a:active {
	background: url(../images/nav/subnavArtists.png) 0 -380px no-repeat;
}

ul.nav li .sub li.subVD a:link, ul.nav li .sub li.subVD a:visited {
	background: #ccc url(../images/nav/subnavVenues.png) 0 0 no-repeat;
}

ul.nav li .sub li.subVD a:hover, ul.nav li .sub li.subVD a:active {
	background: url(../images/nav/subnavVenues.png) 0 -152px no-repeat;
}

ul.nav li .sub li.subVS a:link, ul.nav li .sub li.subVS a:visited {
	background: #ccc url(../images/nav/subnavVenues.png) 0 -76px no-repeat;
}

ul.nav li .sub li.subVS a:hover, ul.nav li .sub li.subVS a:active {
	background: url(../images/nav/subnavVenues.png) 0 -228px no-repeat;
}

/*** END NAV ***/
.body {
	background: url(../images/bg_paper.jpg) repeat-y center top;
	padding: 10px;
	margin-top:-10px;
}

.content, .content_in, .content_all {
	width: 770px;
	float: left;
	line-height: 1.6em;
}

.content_in {
	width: 620px;
}

.content_thin {
	width: 500px;
}

.content_all {
	width: 100%;
}

.masthead {
	height: 325px;
	clear: both;
	background: url(../images/bg_masthead.jpg) 0 0;
	padding: 10px;
}

#formWin {
	position: relative;
	top: 35px;
	padding: 10px;
	width: 190px;
	z-index: 1;
}

.side_in #formWin {
	position: relative;
	top: 0;
	padding: 10px;
	width: 70%;
	z-index: 1;
	margin: auto;
	background: url(../images/bgFormSideHeading.gif) center 10px no-repeat;
	padding: 40px 0 0 0;
}

#formWin p {
	margin: 10px 0;
}

#formWin input, #formWin select {
	background: #fff;
	border: #779eb2 1px solid;
	padding: 3px;
	height: 16px;
	width: 100%;
}

#formWin input#female, #formWin input#male {
	background: none;
	border: none;
	padding: 0;
	height: auto;
	width: auto;
	position: relative;
	top: 3px;
	margin: 0 3px;
}

#formWin select {
	padding: 2px;
	height: auto;
	width: 100px;
}

#formWin input#zip {
	width: 60px;
}

#formWin input#submitToWin {
	background: url(../images/btnSubmitToWin.gif) 0 0 no-repeat;
	border: none;
	padding: 0;
	height: 31px;
	width: 180px;
	text-indent: -99999em;
	line-height: 0;
	font-size: 0;
	margin: auto;
	float: none;
	position: relative;
	left: 10px;
	cursor: pointer;
}

#formWin p.rulesTerms {
	font-size: 10px;
	text-align: center;
	direction: block;
	margin: 0 auto;
	width: auto;
	position: relative;
	top: -5px;
}

.example {
	color: #331b09;
}

.formWrap {
	position: relative;
	width: 300px;
	float: left;
}

.formWrap_in {
	position: relative;
	width: 300px;
	float: left;
	background: #d6ceb8 url(../images/bgFormSide.gif) center top repeat-x;
	margin: -2px 0 0 0;
	padding-bottom: 20px;
}

#response {
	background: #fff url(../images/bg_paper.jpg) repeat-y center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #331b09;
	border:1px solid #cfb488;
	height:275px;
	left:10px;
	padding:10px;
	position:absolute;
	top:10px;
	width:176px;
	z-index:2;
	text-align: center;
}

.formWrap_in  #response {
	background: #fff url(../images/bg_paper.jpg) repeat-y center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #331b09;
	border:1px solid #cfb488;
	height:275px;
	left:10px;
	padding:10px;
	position:absolute;
	top:10px;
	width: 260px;
	z-index:2;
	text-align: center;
}

.closeBtn {
	margin: 20px auto;
	text-align: center;
	cursor: pointer;
}

.mhLink a {
	display: block;
	width: 200px;
	float: right;
	position: relative;
	top: 65px;
	right: 95px;
	text-indent: -999999em;
}

.it {
	padding: 0 0 0 10px;
}

.home h1 {
	background: url(../images/ttlHome.gif) no-repeat 0 0;
}

.artists h1 {
	background: url(../images/ttlArtists.gif) no-repeat 0 0;
	height: 40px;
}

.about h1 {
	background: url(../images/ttlAbout.gif) no-repeat 0 0;
	height: 40px;
}

.contactus h1 {
	background: url(../images/ttlContact.gif) no-repeat 0 0;
	height: 40px;
}

.details h1 {
	background: url(../images/ttlDetails.gif) no-repeat 0 0;
	height: 40px;
}

.privacy h1 {
	background: url(../images/ttlPrivacy.gif) no-repeat 0 0;
	height: 40px;
}

.rules h1 {
	background: url(../images/ttlRules.gif) no-repeat 0 0;
	height: 40px;
}

.press h1 {
	background: url(../images/ttlPress.gif) no-repeat 0 0;
	height: 40px;
}

.news h1 {
	background: url(../images/ttlNews.gif) no-repeat 0 0;
	height: 40px;
}

.adir h1, .aProfile h1 {
	background: url(../images/ttlSeeHear.gif) no-repeat 0 0;
	height: 40px;
	margin: 0 0 20px 0;
	float: left;
	width: 400px;
}

.vdir h1 {
	background: url(../images/ttlSeeHearVenues.gif) no-repeat 0 0;
	height: 40px;
	margin: 0 0 20px 0;
	float: left;
	width: 400px;
}

.content ul {
	list-style-type: disc;
	margin: 0 0 20px 20px;
}

.content ul.ico {
	list-style-type: none;
	float: right;
	margin: 0 0 20px 20px;
	background: url(../images/sepV.gif) 0 0 no-repeat;
}

.content ul.ico li {
	padding: 0 20px;
}

.content ul.ico li.sepH {
	padding: 0 20px 10px 20px;
	margin: 0 0 10px 0;
	background: url(../images/sepH.gif) no-repeat center bottom;
}

/* Ico in */

.content ul.ico_in, .aProfile ul.ico_in {
	list-style-type: none;
	float: none !important;
	margin: 20px 0 0 10px !important;
	background: url(../images/sepContent.gif) center top no-repeat !important;
	padding: 20px 0 !important;
}

.content ul.ico_in li, .aProfile ul.ico_in li {
	display: inline;
	margin: 0;
	padding: 0 5px;
}

/*** ICO SIDE ***/

.icoSide {
	text-align: center;
	margin: 10px 0 0 10px;
	background: url(../images/sepV.gif) 35px -10px no-repeat;
	}

.icoSide li {
	float: left;
	margin: 0 7px;
	}

.side {
	width: 160px;
	float: right;
}

.side_in {
	width: 300px;
	float: right;
}

.formWrapCtn {
	background: url(../images/sepContent.gif) center top no-repeat;
	padding: 20px 0 0 0;
}

h2.ttlTellUs {
	text-indent: -99999em;
	background: url(../images/ttlTellUs.gif) 0 0 no-repeat;
	margin: 0;
}

#joinArtist {
}

#joinArtist p {
	margin: 0;
}

#joinArtist input, #joinArtist textarea {
	background: #fff;
	border: #779eb2 1px solid;
	padding: 3px;
	height: 16px;
	width: 100%;
}

#joinArtist input#joinSubmit {
	background: url(../images/btnSubmit.gif) 0 0 no-repeat;
	border: none;
	text-indent: -99999em;
	line-height: 0;
	font-size: 0;
	float: right;
	width: 110px;
	height: 31px;
	margin: 10px 0 0 0;
	cursor: pointer;
}

#joinArtist textarea {
	height: 100px;
	width: 370px;
}

#contactUs {
}

#contactUs p {
	margin: 0;
}

#contactUs input, #contactUs textarea {
	background: #fff;
	border: #779eb2 1px solid;
	padding: 3px;
	height: 16px;
	width: 100%;
}

#contactUs input#contactSubmit {
	background: url(../images/btnSubmit.gif) 0 0 no-repeat;
	border: none;
	text-indent: -99999em;
	line-height: 0;
	font-size: 0;
	float: right;
	width: 110px;
	height: 31px;
	margin: 10px 0 0 0;
	cursor: pointer;
}

#contactUs textarea {
	height: 100px;
	width: 370px;
}

.formLeft {
	width: 200px;
	float: left;
}

.formRight {
	width: 380px;
	float: right;
}

#artist_response {
	background: #fff url(../images/bg_paper.jpg) repeat-y center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #331b09;
	border:1px solid #cfb488;
	height:150px;
	left:0px;
	padding:10px;
	position:absolute;
	top:5px;
	width:590px;
	z-index:2;
}

#contact_response {
	background: #fff url(../images/bg_paper.jpg) repeat-y center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #331b09;
	border:1px solid #cfb488;
	height:150px;
	left:0px;
	padding:10px;
	position:absolute;
	top:5px;
	width:590px;
	z-index:2;
}

/*** MISC. ***/

.left {
	float: left;
	text-align: left;
	}

.imgLeft {
	float: left;
	text-align: left;
	clear: both;
	}
	
.right {
	float: right;
	text-align: right;
	}

/*** Artists Directory ***/

.dirNavWrap {
	background: url(../images/bgThDir.jpg) repeat-x 0 0;
	height: 25px;
	font-size: 12px;
	clear: both;
	text-transform: uppercase;
	padding: 2px 0 0 0;
	}

.dirNavWrap li a:link, .dirNavWrap li a:visited {
	color: #091c24;
	text-decoration: none;
	}

.dirNavWrap li a:hover, .dirNavWrap li a:active {
	color: #900;
	text-decoration: underline;
	}

ul.dirNav {
	margin: 0 0 0 10px;
	}

.dirNav li, .dirSearch li {
	float: left;
	margin: 0 2px;
	background: url(../images/dirNavSep.gif) 0 10px no-repeat;
	padding: 0 0 0 6px;
	font-weight: bold; 
	}
	
li.dirNavPrev {
	background: none;
	padding: 0;
	font-size: 16px;
	}
	
li.dirNavNext {
	background: none;
	font-size: 16px;
	}
	
.dirSearch li.noSep, .dirNav li.noSep  {
	background: none;
	}

ul.dirSearch {
	font-size: 10px;
	float: right;
	margin: 0 10px 0 0;
	}

ul.dirSearch li {
	margin: 0 1px;
	padding: 0 0 0 4px;
	float: left;
	font-weight: normal;
	background: url(../images/dirNavSepSkinny.gif) 0 10px no-repeat;
	}

ul.dir {
	clear: both;
	}
	
ul.dir li {
	background: url(../images/bgDirItem.jpg) no-repeat 0 0;
	width: 461px;
	height: 220px;
	float: left;
	padding: 2px;
	}
	
	
ul.dir li.dirVenue {
	background: url(../images/bgDirItemVenue.jpg) no-repeat 0 0;
	}
	
ul.dir li img {
	float: left;
	margin: 12px 40px 15px 15px;
	}
	
ul.dir li h3 {
	margin: 10px 0 0 0;
	color: #091c24;
	font-size: 16px;
	}
	
ul.dir li h4 {
	margin: 0;
	}
	
ul.dir li p {
	margin: 0;
	padding: 0 10px 0 0;
	}
	
ul.dir a.buyMusic {
	text-indent: -999999em;
	display: block;
	width: 120px;
	position: relative;
	left: 200px;
	top: 13px;
	height: 45px;
	}
	
ul.dir a.seeVenue, ul.dir a.seeProfile {
	text-indent: -999999em;
	display: block;
	width: 120px;
	position: relative;
	left: 30px;
	top: 43px;
	height: 45px;
	}
	
ul.dir a.seeProfile {
	text-indent: -999999em;
	display: block;
	width: 150px;
	position: relative;
	left: 30px;
	top: -5px;
	height: 45px;
	}

/*** ARTIST PROFILE ***/

.profileHeader {
	background: url(../images/bgHeaderProfile.gif) 0 0 repeat-x;
	clear: both;
	color: #f3f1dd;
	margin: 10px 0 0 0;
	float: left;
	width: 100%;
	}
	
.profileHeader h2 {
	font-size: 23px;
	font-weight: normal;
	float: left;
	margin: 6px 10px;
	}
	
.profileHeader h3 {
	float: right;
	font-weight: normal;
	font-size: 18px;
	margin: 10px;
	}
	
.content_thin {
	float: left;
	}
	
.content_thin a:link, .content_thin a:visited {
	color: #7e040d;
	}
	
.content_thin a:hover, .content_thin a:active {
	color: #000;
	}
	
.more, .less, .fullStory {
	font-style: italic;
	float: right;
	clear: both;
	}
	
.actionIcons {
	float: left;
	width: 100%;
	clear: both;
	margin: 10px 0;
	}
	
.actionIcons li {
	display: inline;
	}
	
.actionIcons li a {
	display: block;
	float: left;
	clear: none;
	text-indent: -999999em;
	width: 20px;
	height: 40px;
	}
	
.actionIcons li.profileBuyMusic a {
	background: url(../images/icoProfileBuyMusic.gif) 0 0 no-repeat;
	width: 150px;
	}
	
.actionIcons li.profileBuyMerchandise a {
	background: url(../images/icoProfileBuyMerchandise.gif) 0 0 no-repeat;
	width: 230px;
	}
	
.actionIcons li.profileBookMe a {
	background: url(../images/icoProfileBook.gif) 0 0 no-repeat;
	width: 110px;
	}
	
.artistBio {
	background: url(../images/sepContent.gif) center top no-repeat;
	float: left;
	width: 100%;
	}
	
.ttlArtistBio {
	background: url(../images/ttlBio.gif) no-repeat 0 0;
	float: left;
	clear: both;
	width: 100%;
	text-indent: -99999em;
	margin: 15px 0 10px 0;
	}
	
.venueDetails {
	float: left;
	width: 100%;
	}
	
.ttlVenueDetails {
	background: url(../images/ttlVenueDetails.gif) no-repeat 0 0;
	float: left;
	clear: both;
	width: 100%;
	text-indent: -99999em;
	margin: 15px 0 10px 0;
	}
	
.artistLinks {
	background: url(../images/sepContent.gif) -40px top no-repeat;
	float: left;
	width: 100%;
	}
	
.artistLinksUL {
	clear: both;
	}
	
.ttlArtistLinks {
	background: url(../images/ttlArtistLinks.gif) no-repeat 0 0;
	float: left;
	clear: both;
	width: 100%;
	text-indent: -99999em;
	margin: 15px 0 10px 0;
	}
	
.ttlVenueLinks {
	background: url(../images/ttlVenueLinks.gif) no-repeat 0 0;
	float: left;
	clear: both;
	width: 100%;
	text-indent: -99999em;
	margin: 15px 0 10px 0;
	}
	
.artistLinks ul {
	list-style-type: disc;
	list-style: inside;
	}
	
.gallery {
	background: url(../images/bgGalleryProfile.png) no-repeat 0 0;
	width: 400px;
	float: right;
	}
	
.currentPic {
	width: 346px;
	height: 346px;
	margin: 22px 0 0 22px;
	}
	
.thbs li {
	display: inline;
	margin: 7px;
	}
	
.thbs {
	margin: 30px 0 0 13px;
	}

.aProfile ul.ico_in {
	text-align: center;
}

/*** HOME ***/

.home .it {
	padding: 0;
	}

.homeH {
	width: 360px;
	background: url(../images/bgHomeItem.png) 0 0 no-repeat;
	float: left;
	margin: 10px 0 0 0;
	padding: 10px;
	}

.homeL {
	margin-right: 10px;
	}
	
.home h1 {
	margin: 5px 0 10px 0;
	}
	
h1.ttlCMLovers {
	background: url(../images/ttlCMLovers.gif) 0 0 no-repeat;
	}
	
h1.ttlCMArtists {
	background: url(../images/ttlCMArtists.gif) 0 0 no-repeat;
	}
	
.blog {
	width: 100%;
	float:left;
	background: url(../images/bgPgBlog.png) 0 0 no-repeat;
	}	

h1.ttlSoundwaves {
	background: url(../images/ttlSoundwaves.gif) 0 0 no-repeat;
	height: 45px;
	margin: 20px 10px 20px 10px;
	width: 400px;
	clear: none;
	float: left;
	}
	
.seeMore {
	float: right;
	clear: none;
	margin: 20px 10px 0 0;
	}
	
.blogCtn {
	padding: 10px;
	}
	
.blogCtn h2 {
	margin: 0 0 10px 0;
}
	
.entry {
	clear: both;
	margin: 0;
	}
	
.date {
	float: left;
	width: 50px;
	height: 60px;
	font-size: 15px;
	font-weight: bold;
	color: #8d1c20;
	background: url(../images/sepV.gif) right top no-repeat;
	}

.hentry {
	float: right;
	width: 860px;
	}
	
.news .hentry, .press .hentry {
	width: 550px;
}

.meta span {
	display: inline;
	}
	
.meta span a {
	background: #ccc;
	text-indent: -9999em;
	display: block;
	}
	
.meta span.comment a {
	width: 134px;
	height: 35px;
	background: url(../images/icoComment.gif) 0 0 no-repeat;
	}

/*** PRESS ***/

.pentry {
	clear: both;
}

.mediaLogo {
	width: 120px;
	float: left;
	border: 1px solid #ccc;
	padding: 3px;
	background: #fff;
}

.story {
	width: 470px;
	float: right;
}

.storyMeta {
	font-size: 10px;
	color: #000;
	text-transform: uppercase;
	border-bottom: 1px dotted #666;
	border-top: 1px dotted #666;
	padding: 5px 0;
	margin: 0 0 10px 0;
}

/*** FOOTER ***/

.cs_footer {
	width: 960px;
	margin: auto;
	background: url(../images/bgFooter.gif) center top no-repeat;
	padding: 25px;
	text-align: center;
	color: #fff;
	font-size: 11px;
	line-height: 20px;
}

.cs_footer a:link, .cs_footer a:visited {
	color: #fff;
	text-decoration: none;
	margin: 0 5px;
}

.cs_footer a:hover, .cs_footer a:active {
	text-decoration: underline;
}

/*** STORE SPECIFIC ***/

#menuOptions {
	margin-bottom:10px;
}	
	#menuOptions #cart {
		float:left;
	}	
	
		#cart ul li {
			display:inline;
		}	
			#cart ul li a {
				display: block;
				float: left;
				margin-right:5px;
				text-indent:-9999em;
			}	
			#cart ul li#viewCart a {		
				background:url(../images/btn_viewCart.gif);
				height:26px;
				width:122px;
			}
			#cart ul li#myAccount a {
				background:url(../images/btn_myAccount.gif);
				height:26px;
				width:140px;
			}	
			#cart ul li#help a {	
				background:url(../images/btn_help.gif);
				height:26px;
				width:77px;
			}
	
	#menuOptions #storeSearch {
		background:url(../images/bg_search.gif) 0 3px no-repeat;
		padding-left:70px;
		float:right;
	}
		#menuOptions #storeSearch input#search_v5_1, #menuOptions #storeSearch input#search_v5_2, #menuOptions #storeSearch input#search_v5_3 {
			width:175px;
			position:relative;
			top:-5px;
		}	
		
#bodyContent {
	margin-top:20px;
}			
	#bodyContent #navPromotions {
		float:left;
		width:160px;
	}
	#bodyContent #navPromotions #display_menu_1 {
		margin-bottom:20px;
	}	
	#bodyContent #contents {
		float:right;
		margin-left:20px;
		width:760px;
	}	
/*#display_menu_1 {
	clear:both;
	display:block;
}	*/	




/*** STORE ***/	

#menuOptions {
	float: left;
	clear: both;
}