body {
	margin: 0;
	padding: 10px 0 0 0;
	background: #000 url('../images/bg-01.jpg') no-repeat top center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover, a:active, a:focus, object  { 
		outline: none; 
	}

img {
	border: 0;
}

h1 {
	font-size: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color: #FFFFFF;
	line-height: normal;
}

h2 {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #e38b4d;
}

.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.style3 {
	font-size: 12px
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;	
}

.header {
	/*background-image: url(../images/header.gif);
	background-repeat: no-repeat;*/
	height: 174px;
	width: 955px;
	clear: both;
	float: none;
	margin: 0px;
	padding:0;
	vertical-align:bottom;
}

.top-logo {
	float:left;
	padding-top:0;
}

.tabs {
	width:422px;
	float:right;
	margin:0 35px -2px 0;
	padding:0;
}

.topnav {
	clear: both;
	height: 70px;
	width:956px;
	/*margin-top: 22px;
	padding-left: 31px;*/
	float: left;
}

.header-logo {
	background-image: url(../images/header-logo.gif);
	background-repeat: no-repeat;
	height: 92px;
	width: 955px;
	clear: both;
	float: none;
	margin: 0px;
}
.bodysection {
	background-image: url(../images/middle.gif);
	width: 955px;
	clear: both;
	float: none;
}

.main-content {
	width: 927px;
	clear: both;	
}
	.main-content-left {
		height: 462px;
		width: 489px;
		float: left;
	}
	.main-content-right {
		height: 462px;
		width: 437px;
		float: left;
		text-align: left;
		border-left: 1px solid #fff;
	}
		.main-content-right-top {
			height: 240px;
			background: url('/images/home-content-bg.png') top left;
			padding: 20px 40px 10px 40px;
		}
		.main-content-right-bottom {
			height: 155px;
			background: url('/images/whats-new/whats-new-bg.jpg') no-repeat top left;
			padding: 2px 0 0 0;
			border-top: 1px solid #fff;
			padding:25px 0 12px 5px;
		}

.footer {
	clear: both;
	height: 64px;
	width: 955px;
	background-image: url(../images/footer.png);
}

.footer a:hover {
	color: #e38b4d;
	text-decoration: none;
}

.footer-right {
	margin:8px 25px 0 0;
	width:360px;
	float:right;
}

.footer-right ul li {
	list-style: none;
	display: inline;
}

.footer-right ul li a {
	text-decoration: none;
}

.under-footer {
	width:900px;
	margin:10px 0 0 35px;
}

.under-footer-left {
	float: left;
/*	border:1px solid blue;*/
}

.under-footer-right {
	height: 45px;
	width: 150px;
	float: right;
	margin:0 0 0 0;
	padding:0 20px 0 0;
/*	border:1px solid green;*/
}


/*** SHOWCASE/SALES LISTINGS ***/

.productNameThumb, .productVenderThumb  {
	font-family:tahoma, Helvetica, sans-serif;
	font-size:10px;
	padding:8px 0 0 0;
}

.productNameThumb a, .productVenderThumb a {
	text-decoration:none;
	color: #fea046;
}

.productVenderThumb {
	color:#fff;
	padding:0;
}

.product {
	width:124px;
	min-height:120px;
	float:left;
	margin-right:10px;
	background-color:#fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;	
}

.regularPrice {
	background-color:#FFF;
	filter:alpha(opacity=80);
	opacity:.8;
	color:#F00;
	width:58px;
	height:14px;
	margin-top:106px;
	float:right;
	padding:2px;
	text-align:center;
	text-decoration:line-through;
	-moz-border-radius-bottomleft: 2px;
	-webkit-border-radius-bottomleft: 2px;
	-khtml-border-radius-bottomleft: 2px;
}
.salePrice {
	background-color:#F00;
	filter:alpha(opacity=80);
	opacity:.8;
	color:#FFF;
	width:58px;
	height:14px;
	margin-top:106px;
	float:right;
	padding:2px;
	text-align:center;
	-moz-border-radius-bottomright: 2px;
	-webkit-border-radius-bottomright: 2px;
	-khtml-border-radius-bottomright: 2px;	
}	

.productImageQuick {
	width:228px;
	height:100%;
	padding:5px;
	background-color:#fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	/*border: 1px solid #910404;*/
	text-align:center;
	position:relative;
	display:block;
}


.productTitleQuick {
	padding:16px 0 0 0;
	text-align:left;	
}

.productTitleQuick a {
	text-decoration: none;
	color:#fea046;
}

.productNameQuick, .productVenderQuick {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;	
}

.productVenderQuick {
	color: #fff;
}

.productDescQuick {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 17px;
	color:#fff;
	width:240px;
	height:100%;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	/*border: 1px solid #910404;*/
}

.productDescQuick p{
	line-height:1.6;
}

.productDescQuick ul {
	padding:0 0 0 15px;
}

.productDescQuick ul li {
	padding:0 0 5px 0;
}

.was {
	width: 100px;
	color:#fff;
	font-size:11px;
	font-weight: bold;
	margin-bottom:2px;
}

.now {
	color:#fea046;
	font-weight:bold;
	font-size:11px;
}

.saleTag {
	background-image:url(../images/sale-bg.gif);
	background-repeat:no-repeat;
	width:85px;
	height:28px;
	float:right;
	color:#fff;
	font-weight:bold;
	font-size:12px;
	padding:7px 0 0 13px;
	margin:3px 0 0 0;
}	


/*** DETAILS ***/

.detailsMain {
	margin:0 35px 0 35px;
	height:100%;

}

.detailsTitle {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#fff; 
	float:left; 
	width:575px; 
	margin-right:5px;
	padding: 15px 15px 15px 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;

}

.detailsBack {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight: bold;
	color:#fff; 
	float:right; 
	width:230px; 
	padding:0;
	margin-top: 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;

}

.detailsBackBottom {
	width:845px;
	height:36px;
	padding:6px;
	margin:10px 0 0 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;

}

.detailsPrice {
	width:465px;
	height:40px;
	padding:5px 0 5px 0;
	margin:10px 0 8px 0;
	float:right;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;

}

.detailsPrice p {
	padding:10px 0 0 0;
	margin:0;
	float:left;

}

.detailsWas {
	color:#fff;
	font-size:13px;
	font-weight: bold;
	margin-right:30px;
}

.detailsNow {
	color:#e38b4d;
	font-weight:bold;
	font-size:15px;
}

.saleTagDetails {
	background-image:url(../images/sale-bg.gif);
	background-repeat:no-repeat;
	width:85px;
	height:28px;
	float:right;
	color:#fff;
	font-weight:bold;
	font-size:12px;
	padding:7px 0 0 13px;
	margin:5px 0 0 0;
}

.detailsGallery {
	width:360px;
	float:left;
	margin-right:20px;
	margin-top: -40px;
}

.detailsPicMain {
	background-color:#fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	text-align:center;
}

.detailsPicThumb {
	margin: 8px 3px 0 0;
	width:121px;
	padding:3px;
	background-color:#fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	text-align:center;	
	cursor: pointer;
}

.detailsContent {
	width:460px;
	padding:10px 0 0 10px;
	margin:-15px 0 0 0;
	float:left;
	line-height: 16px;
}

.detailsContent a {
	text-decoration: none;
	color: #e38b4d;
}

.text-upright1 {
	background-color: #006699;
	height: 337px;
	width: 438px;
	margin-right: 0px;
	float: right;
}

.divider {
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	border-top: 1px solid #8a1a04;
	background: #b2402a;
	margin: 15px 0;
}


.mainphoto1 {
	background-color: #66FF33;
	height: 462px;
	width: 489px;
	float: left;
}
.smallphoto1 {
	background-color: #FF6666;
	float: right;
	height: 125px;
	width: 438px;
}

/*
.logo {
	height: 54px;
	width: 235px;
	margin-top: 23px;
	float: right;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 34px;
}
*/

.small-images {
	float: left;
	height: 125px;
	width: 438px;
}
.main-image {
	height: 462px;
	width: 489px;
	float: right;
}
.electric-textback {
	height: 337px;
	width: 438px;
	float: left;
	top: 50px;
	left: 50px;
	right: 50px;
	bottom: 50px;
	text-align: left;
	padding: 0px;
	background-image: url(/images/whats-new/whats-new-bg.jpg);
	white-space: normal;
	clear: none;
}
.logolist {
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-position: left;
	position: relative;
	height: 462px;
	width: 489px;
	clear: none;
	background-image: url(../images/logos/logo-background.gif);
}

.main-text {
	height: 287px;
	width: 335px;
	margin-top: 25px;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-left: 25px;
}
.acoustic-textback {
	height: 337px;
	width: 438px;
	float: left;
	top: 50px;
	left: 50px;
	right: 50px;
	bottom: 50px;
	text-align: left;
	padding: 0px;
	background-image: url(/images/whats-new/whats-new-bg.jpg);
	white-space: normal;
	clear: none;
}

.bass-textback {
	height: 337px;
	width: 438px;
	float: left;
	top: 50px;
	left: 50px;
	right: 50px;
	bottom: 50px;
	text-align: left;
	padding: 0px;
	background-image: url(/images/whats-new/whats-new-bg.jpg);
	white-space: normal;
	clear: none;
}
.amps-textback {
	height: 337px;
	width: 438px;
	float: left;
	top: 50px;
	left: 50px;
	right: 50px;
	bottom: 50px;
	text-align: left;
	padding: 0px;
	background-image: url(/images/whats-new/whats-new-bg.jpg);
	white-space: normal;
	clear: none;
}
.access-effects-textback {
	height: 337px;
	width: 438px;
	float: left;
	top: 50px;
	left: 50px;
	right: 50px;
	bottom: 50px;
	text-align: left;
	padding: 0px;
	background-image: url(/images/whats-new/whats-new-bg.jpg);
	white-space: normal;
	clear: none;
}
.small-images-right {
	float: right;
	height: 117px;
	width: 438px;
}
.main-image-left {
	height: 462px;
	width: 489px;
	float: left;
}
.main-text-right {
	
	margin-top: 25px;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-left: 40px;
}
.about-textback {
	height: 337px;
	width: 438px;
	float: left;
	top: 50px;
	left: 50px;
	right: 50px;
	bottom: 50px;
	text-align: left;
	padding: 0px;
	background-image: url(/images/whats-new/whats-new-bg.jpg);
	white-space: normal;
	clear: none;
}

.contact-texback {
	width: 438px;
	float: left;
	top: 50px;
	left: 50px;
	right: 50px;
	bottom: 50px;
	text-align: left;
	padding: 0px;
	background-image: url(/images/whats-new/whats-new-bg.jpg);
	white-space: normal;
	clear: none;
}

.sales-textback {
	height: 337px;
	width: 438px;
	float: left;
	top: 50px;
	left: 50px;
	right: 50px;
	bottom: 50px;
	text-align: left;
	padding: 0px;
	background-image: url(/images/whats-new/whats-new-bg.jpg);
	white-space: normal;
	clear: none;
}







/*** ESSENTIAL STYLES ***/

.sub-indicator {
	display: none;
}

.nav, .nav * {
	margin:			0;
	padding:		0;
	list-style:		none;
	font-family: 	Arial, Helvetica, sans-serif;
	font-size: 		11px;	
}

.nav {
	line-height:	1.0;
}

.nav ul {
	position:		absolute;
	top:			-999em;
	width:			100px; /* left offset of submenus need to match (see below) */
	margin-top: 	39px;
	border-left: 1px solid #3d3d3d;
	border-right: 1px solid #3d3d3d;
}
.nav ul li {
	width:			100%;
}
.nav li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */	
	z-index:10;
}
.nav li {
	float:			left;
	position:		relative;
}
.nav a {
	display:		block;
	position:		relative;
}
.nav li:hover ul,
.nav li.sfHover ul {
	left:			0;
	top:			29px; /* position drop down */
	z-index:		99;
}
ul.nav li:hover li ul,
ul.nav li.sfHover li ul {
	top:			-999em;
}
ul.nav li li:hover ul,
ul.nav li li.sfHover ul {
	left:			150px; /* match ul width */
	top:			0;
}
ul.nav li li:hover li ul,
ul.nav li li.sfHover li ul {
	top:			-999em;
}
ul.nav li li li:hover ul,
ul.nav li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.nav {
	float:			left;
	margin-bottom:	1em;
}
.nav a {
	padding: 		0;
	text-decoration:none;
}
.nav a, .nav a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#e38b4d;
}

.nav li li a {
	margin-top: 10px;
}

.nav li {	/* styles main top nav */
	background-image:none;

}
.nav li li {	/*styles drop down*/
	height: 34px;
	width: 150px;
	margin: 0;
	padding: 0 0 0 27px;
	list-style: none;
	font: 11px/12px tahoma;
	background: #101010 url('../images/top-nav/subnav-bg.gif') no-repeat top left;
	text-align: left;
}

.nav li li:hover {	/*styles drop down hover*/
	height: 34px;
	width: 150px;
	margin: 0;
	padding: 0 0 0 27px;
	list-style: none;
	font: 11px/12px tahoma;			
	background: #101010 url('../images/top-nav/subnav-bg-on.gif') no-repeat top left;
	text-align: left;
}

.nav li li li {	/*styles sub drop down*/
	background-color:#ab0808;
	border-top:1px solid #b82d2d;
	border-bottom:1px solid #920707;
}

.nav li:hover, .nav li.sfHover,
.nav a:focus, .nav a:hover, .nav a:active {
		
}

/*** arrows **/
.nav a.sf-with-ul {
	padding:	 	0;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('/images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.nav ul .sf-sub-indicator { background-position:  -10px 0; }
.nav ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.nav ul a:focus > .sf-sub-indicator,
.nav ul a:hover > .sf-sub-indicator,
.nav ul a:active > .sf-sub-indicator,
.nav ul li:hover > a > .sf-sub-indicator,
.nav ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('/images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}





/*------------------------
      FORM STYLES
------------------------*/

	
	
	form {
		padding: 0;
		margin: 0;
	}
	
	input {
		vertical-align: middle;
	}
	
	/* --- GENERAL TEXT INPUT BOX STYLE --- */
	
	.input {
		border-top: 1px solid #e1ded6;
		border-right: 1px solid #e6e6e6;
		border-bottom: 1px solid #e6e6e6;
		border-left: 1px solid #e1ded6;
		font: 11px verdana;
		color: #616161;
		background-color:#f8f8f8;
		padding: 3px;
	}
	
	
/*------------------------
      BUTTON STYLES
------------------------*/

a.button {
	height:30px;
	padding:6px 17px 6px 18px;
	border-top:1px solid #5f5a4d;
	border-left:1px solid #5f5a4d;
	border-right:1px solid #2c281d;
	border-bottom:1px solid #2c281d;
	color: #F4F2E7;
	background:#810116 url(../images/btn_bg-med.gif) repeat-x;
	font: bold 11px Arial, Helvetica, sans-serif;
}

.button, button {
	height:30px;
	padding:6px 18px 6px 19px;
	border-top:1px solid #6b0d1c;
	border-left:1px solid #6b0d1c;
	border-right:1px solid #35030a;
	border-bottom:1px solid #35030a;
	color: #F4F2E7;
	background:#4e010d url(../images/btn_bg-med.gif) repeat-x;
	font: bold 11px Arial, Helvetica, sans-serif;
}

.button:hover, button:hover {
	color: #F4F2E7;
	text-decoration:none;
	background:#6a0515 url(../images/btn_bg-med-over.gif) repeat-x;
	cursor: pointer;
	outline: none;
}	
