/*-------------------------------
		GLOBAL ELEMENTS
---------------------------------*/

body {
	font-family:Verdana, Arial, sans-serif;
	font-size:small;
	margin:0;
	padding:0;
	background:url(media/bodybg.gif);
	}
	
h1 {
	font-size:175%;
	}
	
h2 {
	font-size:125%;
	}
	
img {
	border:0;
	}
	
a {color:#0060ff;}
	
a:hover {
	color:#f00;
	}
	
/*-------------------------------
			HEADER
---------------------------------*/

#header {
	width:100%;
	height:75px;
	background:#2a150d url(media/homeaudiosuperstore-logo.gif) 10px 5px no-repeat;
	}
	
a#logo {
	float:left;
	display:block;
	width:320px;
	height:40px;
	position:relative;
	top:19px;
	left:25px;
	}
	
a#logo span {
	display:none;
	}
	
#phone {
	float:right;
	color:#fff;
	font-size:85%;
	margin:10px 15px 0 0;
	padding:0;
	}
	
#phone a {
	color:#fff;
	text-decoration:none;
	}
#phone a:hover
{
	text-decoration:underline;
}		
#number {
	font-size:195%;
	font-weight:bold;
	}
	
#topMenu {
	width:100%;
	height:25px;
	background:#492516;
	}
	
#navWrap {
	width:775px;
	margin:0 auto;
	}
* html #navWrap { /*IE6 hack*/
	width:790px;
	margin:0 45px 0 auto;
	}
	
#nav, #nav ul { /* all lists */
	float:left;
	padding:0;
	margin:0;
	list-style:none;
	}

#nav li a {
	display:block;
	width:auto;
	height:20px;
	padding-top:5px;
	padding-left:5px;
	color:#011923;
	text-decoration:none;
	}	
* html #nav li a { /*IE6 hack*/
	width:50px;
	white-space:nowrap;
	}
	
#nav li { /* all list items */
	float:left;
	z-index:1000;
	width:auto; /* width needed or else Opera goes nuts */
	}

#nav li ul { /* second-level lists */
	position:absolute;
	width:150px;
	left:-999em; /* using left instead of display to hide menus because display:none isn't read by screen readers */
	background:#7da5c8;
	}
		
#nav li ul a {
	width:145px;
	height:auto;
	padding:3px 0 3px 5px;
	text-decoration:none;
	background:none;
	}
	
#nav li ul a:hover {
	color:#fff;
	background:#011923;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left:auto;
	top:100px;
	cursor:default !important;
	}
	
#nav li:hover, #nav li.hover { /*ie7 sticky dropdown fix */
	position:static;
	}

	
/*-------------------------------
			MIDDLE SECTION
---------------------------------*/

#middle {
	width:979px;
	margin:15px auto;
	min-height:500px;
	}
	
#search {
	margin:5px 0 5px 5px;
	}
	
#search form {
	margin:0;
	padding:0;
	}
	
#searchBox {
	width:130px;
	padding-left:5px;
	}
	
.goButton {
	width:30px;
	}
	
#brands {
	margin:5px 0 5px 5px;
	padding:0;
	}
	
#brands form {
	margin:0;
	padding:0;
	}
	
#brands select {
	width:173px;
	}
	
#leftMenu {
	float:left;
	width:185px;
	background:url(media/catbg.gif) repeat-y;
	}
	
.category {
	width:175px;
	padding:5px;
	margin:0;
	color:#fff;
	font-weight:bold;
	background:url(media/cattop.gif) no-repeat;
	}
	
.catBot {
	height:9px;
	margin:0;
	padding:0;
	background:#fff url(media/catbot.gif) no-repeat;
	}
	
#leftNav {
	list-style:none;
	margin:5px 0 5px 15px;
	padding:0;
	}
	
#leftNav li {
	padding-bottom:3px;
	}
	
.catHead {
	font-size:95%;
	color:#000;
	margin-left:-7px;
	font-weight:bold;
	text-decoration:none;
	}

#pageBody {
	float:left;
	width:575px;
	padding:5px 15px;
	}
	
#banner {
	text-align:center;
	}
	
table#pagelinks {
	width:100%;
	border-collapse:separate;
	border-spacing:10px;
	}

#pagelinks td {
	padding:5px;
	width:33%;
	text-align:center;
	vertical-align:bottom;
	border:#ccc 1px solid;
	background:#fff;
	}
	
#pagelinks p {
	margin:5px 0 0;
	}
	
.tblBtm {
	visibility:hidden;
	}
	
#rightSection {
	float:right;
	width:185px;
	background:url(media/catbg.gif) repeat-y;
	}
	
#ads {
	width:167px;
	margin:0 auto;
	padding:0;
	list-style:none;
	}
	
#ads li {
	margin:5px 0;
	}
	
#ads img {
	border:#aaa 1px solid;
	}
	
#storeInfo {
	margin:5px 0 5px 10px;
	padding:0;
	}
	
#cart {
	width:163px;
	margin:5px 0 5px -3px;
	padding:3px;
	background:#eee;
	border:#aaa 1px solid;
	}
	
.cartIntro {
	font-weight:bold;
	font-size:150%;
	color:#933;
	}
	
.cartInfo {
	font-weight:bold;
	color:#933;
	background:#ddd;
	}
	
#storeInfo ul {
	list-style:none;
	margin:0;
	padding:0;
	}
	
#storeInfo ul li {
	padding-bottom:3px;
	}
	
div#qTip {
	z-index:1000;
	position:absolute;
	font-size:smaller;
	padding:3px;
	width:175px;
	display:none;
	border:1px solid #666;
	background:#eee;
	}
	
/*-------------------------------
			INDEX PAGE
---------------------------------*/	
	
#homeText2 {
	margin-top:-25px;
	border-collapse:separate;
	border-spacing:10px;
	}
	
#homeText2 td {
	border:#ccc 1px solid;
	background:#fff;
	}
	
/*-------------------------------
				SEARCH
---------------------------------*/

.productsearch table td {
	border:#ccc 1px solid;
	}
	
.search_table {
	margin-bottom:10px;
	}
	
.search_table td {
	}

	
/*-------------------------------
				PRODUCTS
---------------------------------*/

table#productlinks {
	width:100%;
	border-collapse:separate;
	border-spacing:10px;
	margin-bottom:-34px;
	}
*html table#productlinks { /* IE6 Hack */
	margin-bottom:-21px;
	}

#productlinks td {
	padding:5px;
	width:33%;
	text-align:center;
	vertical-align:bottom;
	border:#ccc 1px solid;
	background:#fff;
	}
	
#productlinks p {
	margin:5px 0 0;
	}
	
.productName {
	font-weight:bold;
	}

.moreinfoO a {
	display:block;
	padding:2px 5px;
	font-size:90%;
	text-decoration:none;
	color:#333;
	border:#999 1px solid;
	background:#ccc;
	}
	
.moreinfoO a:hover {
	color:#333;
	font-size:90%;
	background:#d7d7d7;
	}
.moreinfo a {
	float:left;
	display:block;
	width:80px;
	height:20px;
	margin-left:1px;
	background:url(media/moreinfo-up.gif) no-repeat;
	}
	
.moreinfo a:hover {
	background:url(media/moreinfo-dwn.gif) no-repeat;
	}
	
.moreinfo span,
.addtocart span {
	display:none;
	}
		
.addtocart a {
	float:right;
	display:block;
	width:80px;
	height:20px;
	margin-right:1px;
	background:url(media/addtocart-up.gif) no-repeat;
	}
	
.addtocart a:hover {
	background:url(media/addtocart-dwn.gif) no-repeat;
	}
	
#rightBody {
	float:right;
	width:260px;
	margin:0 0 5px 10px;
	text-align:center;
	}
	
#rightBody p {
	width:100%;
	}
	
#imgOrder {
	width:250px;
	text-align:center;
	padding:5px 5px 7px;
	border:#ccc 1px solid;
	background:#fff;
	}
	
#imgOrder p {
	margin:3px 0 0;
	}
	
#imgOrder a {
	text-decoration:none;
	}
	
#imgOrder form {
	padding:0;
	margin:0;
	}
	
#view {
	font-size:85%;
	}
	
#price {
	margin:10px 0;
	}
	
#listprice {
	font-weight:normal;
	color:#999;
	}
	
#saleprice {
	font-size:130%;
	color:#f00;
	}

#addtocart a {
	display:block;
	width:150px;
	margin:10px auto;
	padding:3px 0;
	font-size:120%;
	text-decoration:none;
	color:#fff;
	border:#999 1px solid;
	background:#c33;
	}
	
#addtocart a:hover {
	background:#f33;
	}
	
#sublinks ul {
	list-style:none;
	font-size:85%;
	margin:5px 5px 5px 7px;
	padding:0;
	}
	
#sublinks li {
	padding:0 7px;
	}
	
#sublinks a {
	text-decoration:none;
	}
	
#sublinks a:hover {
	color:#f00;
	text-decoration:underline;
	}
	
.subProduct {
	width:155px;
	margin:5px 0;
	text-align:center;
	border:#bbb 1px solid;
	background:#fff;
	}
	
#option {
	text-align:right;
	padding:5px 0;
	}
	
#field6 {
	margin-top:20px;
	}

	
/*-------------------------------
			RICK'S REVIEWS
---------------------------------*/

#ricks {
	width:240px;
	margin-top:20px;
	padding:10px;
	text-align:left;
	border:#ccc 1px solid;
	background:#e2d8d5;
	}
	
/*-------------------------------
				FOOTER
---------------------------------*/

#footer {
	clear:both;
	padding:10px 0;
	text-align:center;
	}
	
#chatbx {
	margin:10px 0 -3px -5px;
	}
	
#SCchatbx {
	margin:5px 0 5px 4px;
	}
#footerBottom table
{
	width:350px;
	margin:0 auto;
}
#footerBottom td
{
	text-align:center;
}




/*-------------------------------
				NEW STUFF
---------------------------------*/


.adimg
{
	clear:both;
	margin:0 0 10px 0;
	padding:5px;
	width:565px;
	border:#ccc 1px solid;
	background:#fff;
}
.adimg table td
{
	text-align:center;
}
.adimg p
{
	margin:3px 5px;
	font-size:115%;
	color:#999;
}

