body {
	background: #000000 url(/images/bg-body-blur.jpg) repeat-x;
	font: 12px/18px Lucida Grande, Helvetica, Verdana, Arial, sans-serif;
	color: #000;
}

div#notice {
/* basic */ 
 background-color: #4b75bf;
 margin: 0 auto;
 width: 570px;
 padding: 10px 25px 10px 25px;
 text-align: left;
color: white;
font-size: 12px;
/* border-radius */
 -webkit-border-radius: 10px;
 -moz-border-radius: 105px;
 border-radius: 10px;

}

div#notice strong {
	color: yellow;
}

img {
	vertical-align: middle;
}

a {
	outline: none;
}

.clearfloats {
	clear: both;
}

h1 {
	font: bold 20px Lucida Grande; Helvetica, Verdana, Arial, sans-serif;
	color: #003366;
	padding-top: 6px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #003366;
	width: 620px;
	
}

h2 {
	font: bold 15px Lucida Grande; Helvetica, Verdana, Arial, sans-serif;
	color: #4b75bf;
	padding-top: 10px;
	margin-bottom: 0px;
	border-bottom: 1px solid #003366;
	width: 620px;
}

h3 {
	font: bold 10px Lucida Grande; Helvetica, Verdana, Arial, sans-serif;
	color: #4b75bf;
	padding-top: 10px;
	margin-bottom: 0px;
	border-bottom: 1px solid #003366;
	width: 620px;
}
	
#sitewrapper {
	width: 950px;
	background: #fff;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border-left: thin solid #000000;
	border-right: thin solid #000000;
	z-index: 1;
}

#bgblur {
	background: url(/images/bg-body-blur.jpg) no-repeat;
	width: 100%;
	height: 474px;
	z-index: 0;	
}

/***********************************************************
 MASTHEAD AREA 
************************************************************/

#mastheadwrapper {
	width: 950px;
	height: 135;
	position: relative;
}

#navigationwrapper {
	width: 950px;
	height: 44px;
	margin-bottom: 15px;
	background: url(/images/bg-mainnav.gif) repeat-x;
	position: relative;
}

#search {
	width: 200px;
	height: 30px;
	position: absolute;
}

/***********************************************************
 SIDEBAR AREA 
************************************************************/

#sidebar {
	color: white;
	line-height: 16px;
	font-size: 11px;
	width: 247px;
	padding-top: 5px;
	float: left;
	background: #4b75bf url(/images/bg-sidebartop.jpg) no-repeat;
	
}

#sidebar ul {
	width: 197px;
	padding-left: 50px;
	list-style-position: inside;
	list-style-type: disc;
}

#sidebar p {
	padding-left: 50px;
}

#sidebar h2 {
	font: 13px/18px Lucida Grande; Helvetica, Verdana, Arial, sans-serif, Rockwell, "Rockwell Std", Georgia, serif;
	font-weight: bold;
	color: white;
	border-bottom: 1px solid #003366;
	width: 190px;
	padding: 10px 0 0 45px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

#sidebar form {
	padding-left: 50px;
}

#sidebar input.subscribe {
	padding-top: 5px;
}

#sidebar #confirmation {
	padding-left: 50px;
}

.externallinks {
	width: 201px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
}

/***********************************************************
 CONTENT AREA 
************************************************************/

#content {
	width: 620px;
	float: left;
	margin-left: 30px;
	display: inline;

}

#content p {
	padding: 5px;
}

#compliments img {
	padding: 7px;
	border: 1px solid #999;
	background-color: white;
	margin-left: 10px;
}

#content #about_wrapper ul {
	list-style-type: disc;
	list-style-position: outside;
	margin: 10px 0 10px 40px;
}

#content #about_wrapper ul li {
	margin: 0 0 10px 0;
}

#about_wrapper h2 {
	border: 0;
}

#about_wrapper img {
	padding: 7px;
	border: 1px solid #999;
	background-color: white;
	margin: 5px;
}

#brandheader img {
	padding: 7px;
	border: 1px solid #999;
	background-color: white;
	margin: 0 0 10px 10px;
}

#brandheader ul {
	list-style-type: disc;
	list-style-position: outside;
	margin: 10px 0 10px 40px;
}

#brandheader ul li {
	margin: 0 0 10px 0;
}


#content td ul {
	list-style-type: disc;
	list-style-position: outside;
	margin: 10px 0 10px 40px;
}

#content td ul li {
	margin: 0 0 10px 0;
}

#content td h2 {
	font: bold 15px Lucida Grande; Helvetica, Verdana, Arial, sans-serif;
	color: #4b75bf;
	padding-left: 5px;
	border: 0;
}
	
/***********************************************************
 NEWSTICKER CSS FOR NEWS TICKER STYLING
************************************************************/

#slider {
	width:620px;
	height:30px;
	padding: 0;
	margin: 0;
}

#innerfade {
	width:620px;
	height:25px;
	border-bottom: 1px solid #003366;
	overflow: hidden;
	margin-bottom: 10px;
}

#innerfade ul {
	margin: 0px;
	padding: 0;
	margin: 0; 
	list-style: none;
}

#innerfade li {
	padding-left: 5px;
	font-weight: bold;
	color: #999;
}

/***********************************************************
 HOME PAGE FEATURE IMAGES
************************************************************/
ul#image_list1 {
	position: relative;
	float: left;
	width: 305px;
}

ul#image_list2 {
	position: relative;
	float: right;
	width: 300px;
	padding-right:5px;
}

ul.imagewrapper {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul.imagewrapper li {
	width: 300px;
	float: left;
	position: relative;
}

/*ul.imagewrapper li {
	padding: 0 5px 0 5px;
	width: 300px;
	float: left;
	position: relative;
}*/

ul.imagewrapper img {
	border: 2px solid #4b75bf;
}

ul.imagewrapper p {
	font-size: 11px;
	line-height: 16px;
}

ul.imagewrapper span {
	width: 84px;
	height: 18px;
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
}
	
ul.imagewrapper .gotolisting {
	background: url(/images/gotolisting.gif) no-repeat;
}


ul.imagewrapper .imagewrapper a {
		text-decoration: none;
}

#img_listing .img_wrap {
	display: none;
}

.img_wrap {
	position: relative;
}

.img_wrap .go_to_link {
	position:absolute;
	padding-top: 5px;
	right: 5px;
}

.img_wrap p {
	clear: both;
	padding: 0;
	margin: 0;
	/* min-height: 50px; */
	vertical-align: top;
}




/***********************************************************
 FOOTER AREA 
************************************************************/

#footerwrapper {
	width: 950px;
	min-height: 310px;
	padding-top: 5px;
	clear: both;
	color: white;
	line-height: 16px;
	font-size: 11px;
	background: #0a4784 url(/images/bg-footerwrapper.jpg) repeat-x;
}

#footercontent {
	width: 950px;
	min-height: 310px;
	background: url(/images/bg-footerglow.jpg) no-repeat;
	margin-left: auto;
	margin-right: auto;
	padding-top: 25px;
	padding-left: 50px;
}

#legal {
	clear: both;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 25px;
	text-align: center;
}

#footercontent .address {
	padding-left: 3px;
}

#footercontent ul {
	list-style-position: inside;
	list-style: none;
}

.storeinfo {
	float: left;
	width: 180px;
}

.footerNavElectricGuitars {
	float: left;
	padding-left: 40px;
	padding-top: 10px;
	display: inline;
}

.footerNavAcousticGuitars {
	float: left;
	padding-left: 30px;
	padding-top: 10px;
	display: inline;
}

.footerNavAmps {
	float: left;
	padding-left: 30px;
	padding-top: 10px;
	display: inline;
}

.footerNavEffects {
	float: left;
	padding-left: 30px;
	padding-top: 10px;
	display: inline;
}

.footerNavAccessories {
	float: left;
	padding-left: 30px;
	padding-top: 10px;
	display: inline;
}



.footerLinks {
	float: left;
	padding-left: 30px;
	padding-top: 10px;
	display: inline;
}
	
/***********************************************************
 CSS SPRITE NAVIGATION AREA 
************************************************************/
	
ul#navigation {
	width: 586px; 
	list-style: none;
}
	
ul#navigation li { 
	display: inline; 
}
		
ul#navigation li a {
	display: block; 
	float: left; 
	height: 44px;
	background-image: url(/images/nav-sprite.png); 
	text-indent: -9999px;
}

ul#navigation li a.home {
	width: 102px; background-position: 0 0;	
}

ul#navigation li a.homeUP {
	width: 102px; background-position: -0 -44px;	
}
	
ul#navigation li a.store {
	width: 145px; background-position: -102px 0;	
}

ul#navigation li a.storeUP {
	width: 145px; background-position: -102px -44px;	
}
	
ul#navigation li a.beginners {
	width: 173px; background-position: -247px 0;	
}
	
ul#navigation li a.beginnersUP {
	width: 173px; background-position: -247px  -44px;	
}
	
ul#navigation li a.contact {
	width: 166px; background-position: -420px  0;	
}
	
ul#navigation li a.contactUP {
	width: 166px; background-position: -420px  -44px;	
}
	
ul#navigation li a.home:hover, ul#navigation li a.home:focus {
	background-position: -0 -44px;	
}
	
ul#navigation li a.store:hover, ul#navigation li a.store:focus {
	background-position: -102px -44px;	
}
	
ul#navigation li a.beginners:hover, ul#navigation li a.beginners:focus {
	background-position: -247px -44px;	
}
	
ul#navigation li a.contact:hover, ul#navigation li a.contact:focus {
	background-position: -420px -44px;	
}

/***********************************************************
 LINK STYLES 
************************************************************/

a:link {
	color: #4b75bf;
	text-decoration: underline;
}

a:visited {
	color: #4b75bf;
	text-decoration: underline;
}
	  
a:hover {
	color: #4b75bf;
	text-decoration: none;
}
	  
a:active {
	color: #4b75bf;
	text-decoration: underline;
}

/***********************************************************
 SIDEBAR LINK STYLES 
************************************************************/

#sidebar a:link {
	color: #fff;
	text-decoration: underline;
}
	  
#sidebar a:visited {
	color: #fff;
	text-decoration: underline;
}
	  
#sidebar a:hover {
	color: #fff;
	text-decoration: none;
}
	  
#sidebar a:active {
	color: #fff;
	text-decoration: underline;
}
#sidebar a.selected {
	color: #4b75bf;
	text-decoration: none;
	padding-right: 10px;
	background-color: #fff;
}

/***********************************************************
 SIDEBAR and FOOTER LINK STYLES 
************************************************************/

#footercontent a:link {
	color: #fff;
	text-decoration: underline;
}
	  
#footercontent a:visited {
	color: #fff;
	text-decoration: underline;
}
	  
#footercontent a:hover {
	color: #fff;
	text-decoration: none;
}
	  
#footercontent a:active {
	color: #fff;
	text-decoration: underline;
}




/***********************************************************
 STORE / BEGINNERS CORNER STYLE 
************************************************************/
#store_text {
	padding-top:10px;
}