@charset "UTF-8";
/* CSS Document */

body {
	margin:0px;
	background-color:#FFFFFF;
}

p {
	color: #000;
	font: 9pt/12pt "Helvetica Light", Helvetica, Arial, Helvetica, sans-serif;
	font-weight:100;
	margin-bottom: 5px;
	margin-top: 0px;
	letter-spacing:.05em;
}

h1 {
	color: #333;
	font:32pt "Helvetica Light", Helvetica, Arial, sans-serif;
	font-weight:100;
	font-style:italic;
	margin-bottom: 0px;
	margin-top: 0px;
	letter-spacing:0px;
	line-height:26pt;
}
h2 {
	color: #36C;
	font:28pt "Helvetica Light", Helvetica, Arial, sans-serif;
	font-weight:100;
	font-style:italic;
	margin-bottom: 0px;
	margin-top: 0px;
	letter-spacing:0px;
	line-height:22pt;
}
h3 {
	color: #000;
	font:20pt "Helvetica Light", Helvetica, Arial, sans-serif;
	font-weight:100;
	font-style:italic;
	margin-bottom: 0px;
	margin-top: 0px;
	letter-spacing:0px;
	line-height:16pt;
}
h4 {
	color: #666;
	font:16pt "Helvetica Light", Helvetica, Arial, sans-serif;
	font-weight:100;
	font-style:italic;
	margin-bottom: 0px;
	margin-top: 0px;
	letter-spacing:0px;
	line-height:12pt;
}

/* Links and Lists */

a {
	color:#669;
	font:inherit;
	text-decoration:none;
}
a:hover {
	color:#69F;
}
a:active {
	color:#C90;
}
a:visited {
	color:#999;
}

/* Special Type */

.redhead {
	color: #D60000;
	font:22pt "Helvetica Light", Helvetica, Arial, sans-serif;
	font-weight:100;
	font-style:italic;
	margin-bottom: 0px;
	margin-top: 0px;
	letter-spacing:-1px;
	line-height:24pt;
}
.grayhead {
	color: #666;
	font:32pt "Arial Black", Helvetica, Arial, sans-serif;
	font-weight:100;
	font-style:italic;
	margin-bottom: 0px;
	margin-top: 0px;
	letter-spacing:-1px;
	line-height:26pt;
}
.blackhead {
	color: #999;
	font-weight:100;
	font:42pt/33pt "Helvetica Light", Helvetica, Arial, sans-serif;
	font-weight:100;
	margin-bottom: 0px;
	margin-top: 0px;
	letter-spacing:-3px;
}
.smallblackhead {
	color: #000;
	font:20pt "Helvetica Light", Helvetica, Arial, sans-serif;
	font-weight:100;
	margin-bottom: 0px;
	margin-top: 0px;
	letter-spacing:-1px;
	line-height:18pt;
}
.smallgrayhead {
	color: #666;
	font:16pt "Helvetica Light", Helvetica, Arial, sans-serif;
	font-weight:100;
	margin-bottom: 0px;
	margin-top: 0px;
	letter-spacing:-1px;
	line-height:16pt;
}
.minilgtgryhead {
	color: #999;
	font:12pt "Helvetica Light", Helvetica, Arial, sans-serif;
	font-weight:normal;
	margin-bottom: 0px;
	margin-top: 0px;
	letter-spacing:0px;
	line-height:14pt;
}
.miniblackhead {
	color: #000;
	font:14pt "Helvetica Light", Helvetica, Arial, sans-serif;
	font-weight:100;
	margin-bottom: 0px;
	margin-top: 0px;
	letter-spacing:0px;
	line-height:16pt;
}
.minigrayhead {
	color: #333;
	font:12pt/14pt "Helvetica Light", Helvetica, Arial, sans-serif;
	font-weight:100;
	margin-bottom: 0px;
	margin-top:10px;
	letter-spacing:0px;
}
.mingryhdundrln {
	color: #333;
	font:12pt/14pt "Helvetica Light", Helvetica, Arial, sans-serif;
	font-weight:100;
	padding-bottom: 2px;
	margin-top:10px;
	letter-spacing:0px;
	border-bottom:solid 1px #CCC;
}
.lrgtext {
	color: #000;
	font:12pt/16pt "Helvetica Light", Helvetica, Arial, sans-serif;
	font-weight:100;
	margin-bottom: 5px;
	margin-top:0px;
}
.text {
	color: #000;
	font: 9pt/12pt "Helvetica Light", Helvetica, Arial, Helvetica, sans-serif;
	font-weight:100;
	margin-bottom: 5px;
	margin-top: 0px;
	letter-spacing:.05em;
}
.tinytext {
	color: #666;
	font: normal 7pt/8pt Verdana, Helvetica, sans-serif;
	margin-bottom: 5px;
	margin-top: 0px;
	letter-spacing:0px;
}
/* Misc */

hr {
	margin-top: 3px;
	margin-bottom: 3px;
}

img {
	border:none;
}
.product {
	width:200px;
	float:left;
	margin-top:0;
	margin-left:0;
	margin-bottom:20px;
	margin-right:20px;
	border:solid 1px #666
}
.videothumb {
	width:100%;
	margin-bottom:10px;
	margin-top:10px;
	border:none;
}
.photothumb {
	width:260px;
	height:160px;
	margin-bottom:10px;
	margin-top:10px;
	overflow:hidden;
	border:solid 1px #666;
	position:relative;
}
.photolink {
	position:relative;
	background-color:#000;
}
.photothumb img {
	width:100%;
	border:none;
}
#nextbutt {
	margin-right:10px;
}
.copyright {
	color: #999;
	font: normal 7pt/8pt Verdana, Helvetica, sans-serif;
	letter-spacing:0px;
}
blockquote {
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
}
/* Layout Boxes */

#header {
	width:960px;
	height:100px;
	position:relative;
	margin-bottom:10px;
	margin-top:10px;
}
#header img {
	border:0px;
}
#footer {
	width:960px;
	height:100px;
	background-image:url(images/footer-bg.jpg);
	background-attachment:local;
	background-position:center top;
	background-repeat:no-repeat;
	position:relative;
	bottom:0px;
}
#footer img {
	border:0px;
}
.footerleft {
	max-width:470px;
	margin-top:20px;
	text-align:left;
	float:left;
	position:relative;
}
.footerright {
	max-width:470px;
	margin-top:30px;
	text-align:right;
	float:right;
	position:relative;
}
.footermiddle {
	width:620px;
	margin-top:10px;
	text-align:center;
	float:left;
	position:relative;
}
.footerbmiddle {
	width:620px;
	margin-top:10px;
	text-align:center;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	margin-bottom:0;
}
.fbox {
	width:240px;
	float:left;
	text-align:left;
}
#graybar {
	height:10px;
	background-color:#333;
	margin-top:30px;
}
#lightgraybar {
	height:5px;
	background-color:#999;
	margin-bottom:30px;
}
#main {
	width:960px;
	min-height:1080px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	margin-bottom:140px;
	background-color:transparent;
}
#bmain {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	margin-bottom:20px;
	background:transparent;
}
.pagehead {
	margin-top:20px;
	padding-left:20px;
	padding-right:30px;
	padding-top:0;
	padding-bottom:1px;
	color:#333;
	font:28pt/18pt "Helvetica Light", Helvetica, Arial, sans-serif;
	font-weight:100;
	letter-spacing:-2px;
	text-align:right;
	border-bottom: dotted 1px #666666;
}
.boxhead {
	margin-top:0;
	padding-left:0;
	padding-right:0;
	padding-top:0;
	padding-bottom:1px;
	color: #666;
	font:16pt/12pt "Helvetica Light", Helvetica, Arial, sans-serif;
	font-weight:100;
	letter-spacing:-1px;
	border-bottom: dotted 1px #666666;
	position:relative;
}
.hpmain {
	width:100%;
	margin-top:20px;
	margin-bottom:0px;
	position:relative;
}
.fullbox {
	width:960px;
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
	position:relative;
}
.headimg {
	width:100%;
	border:0px;
	margin-bottom:20px;
}
.fullbox img {
	border:0px;
}
.leftbox {
	width:310px;
	float:left;
	text-align:right;
	margin-top:20px;
}
.rightbox {
	width:310px;
	float:right;
	text-right:left;
	margin-top:20px;
}
.lhalf {
	width:480px;
	float:left;
	text-align:left;
}
.rhalf {
	width:480px;
	float:right;
	text-align:left;
}
/*.lhalf img {
	width:100%;
	margin-bottom:20px;
	border:1px solid #000;
}
.rhalf img {
	width:100%;
	margin-bottom:20px;
	border:1px solid #000;
}*/

.smallpicleft {
	margin-right:20px;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:10px;
}

/* --------------------------- */

.hplogo {
	height:301px;
	border:0px;
}
.headerlogo {
	height:100px;
	border:0px;
}
.footerlogo {
	height:60px;
	border:0px;
}
.boxa {
	width:320px;
	float:left;
	text-align:left;
}
.boxb {
	width:320px;
	float:left;
	text-align:left;
}
.boxc {
	width:320px;
	float:left;
	text-align:left;
}

.boxa img {
	width:100%;
	border:1px solid #333;
	margin-bottom:15px;
}
.boxb img {
	width:100%;
	border:1px solid #333;
	margin-bottom:15px;
}
.boxc img {
	width:100%;
	border:1px solid #333;
	margin-bottom:15px;
}
/* --------------------------- */

.musiclist {
	width:640px;
	float:left;
	text-align:left;
	margin-top:20px;
}
.clearboth {
	clear:both;
}
.vspacer100px {
	height:100px;
}
.button {
	width:100%;
	color: #666;
	font: 7pt/8pt Verdana, Helvetica, sans-serif;
	font-weight:100;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	letter-spacing:0px;
	border-right:none;
	border-left:none;
	border-bottom:#CCC 1px dotted;
	border-top:#CCC 1px dotted;
}
td {
	border-bottom:#666 thin solid;
	border-top: none;
	border-right: none;
	border-left: none;
}


/* SpryCollapsiblePanel.css - version 0.5 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main CollapsiblePanel container. For our
 * default style, the CollapsiblePanel is responsible for drawing the borders
 * around the widget.
 *
 * If you want to constrain the width of the CollapsiblePanel widget, set a width on
 * the CollapsiblePanel container. By default, our CollapsiblePanel expands horizontally to fill
 * up available space.
 *
 * The name of the class ("CollapsiblePanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * CollapsiblePanel container.
 */
.CollapsiblePanel {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	border: 0px;
}

/* This is the selector for the CollapsiblePanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open or close the panel.
 *
 * The name of the class ("CollapsiblePanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * CollapsiblePanel panel tab container.
 */
.CollapsiblePanelTab {
	color:#000;
	font:24pt "Helvetica Light", Helvetica, Arial, sans-serif;
	font-weight:100;
	letter-spacing:0px;
	margin-bottpm: 0px;
	padding-bottom: 0px;
	padding-top: 15px;
	padding-left: 30px;
	height:50px;
	border: 0px;
	cursor: pointer;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	background-image:url(images/arrow-down.png);
	background-position: right center;
	background-repeat:no-repeat;
	background-attachment:local;
	background-color: #CCC;
}

/* This is the selector for a CollapsiblePanel's Content area. It's important to note that
 * you should never put any padding on the content area element if you plan to
 * use the CollapsiblePanel's open/close animations. Placing a non-zero padding on the content
 * element can cause the CollapsiblePanel to abruptly grow in height while the panels animate.
 *
 * The name of the class ("CollapsiblePanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style a
 * CollapsiblePanel content container.
 */
.CollapsiblePanelContent {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

/* An anchor tag can be used inside of a CollapsiblePanelTab so that the
 * keyboard focus ring appears *inside* the tab instead of around the tab.
 * This is an example of how to make the text within the anchor tag look
 * like non-anchor (normal) text.
 */
.CollapsiblePanelTab a {
	text-decoration: none;
	border: 0px;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "CollapsiblePanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the CollapsiblePanel.
 */
.CollapsiblePanelOpen .CollapsiblePanelTab {
	background-image:url(images/arrow-up-trans.png);
}

/* This is an example of how to change the appearance of the panel tab when the
 * CollapsiblePanel is closed. The "CollapsiblePanelClosed" class is programatically added and removed
 * whenever the CollapsiblePanel is closed.
 */

.CollapsiblePanelClosed .CollapsiblePanelTab {
	background-image:url(images/arrow-down-trans.png);
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "CollapsiblePanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	background-image:url(images/arrow-up.png);
}










/* ---------------------------------------- FORMS */

form {
	background: none;
	text-align: left;
	color: #333;
	font-family: "Helvetica Light", Helvetica, Arial, sans-serif;
	font-size: 9pt;
	padding:0px;
}
#submit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight:bold;
	color: #000;
	background-color: #CCC;
	height: 23px;
	width: 80px;
}
#reset {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight:bold;
	color: #000;
	background-color: #CCC;
	height: 23px;
	width: 80px;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000;
	background-color: #CCC;
	height: 250px;
	width: 100%;
	overflow: auto;
	overflow-x: false;
}
input {
	background: #CCC;
	color: #000;
	height: 25px;
	width: 100%;
}

/*

#contactform {
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

#password {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFF;
	background-color: #333;
	height: 30px;
	width: 100%;
	margin-bottom: 2px;
	resize:vertical;
}

#password2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFF;
	background-color: #333;
	height: 30px;
	width: 100%;
	margin-bottom: 2px;
	resize:vertical;
}

#email {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFF;
	background-color: #333;
	height: 30px;
	width: 100%;
	margin-bottom: 2px;
	resize:vertical;
}



#username {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFF;
	background-color: #333;
	height: 30px;
	width: 100%;
	margin-bottom: 2px;
	resize:vertical;
}
#register {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 9pt;

	color: #FFF;

	background-color: #C90;

	height: 23px;

	width: 70px;

}

#login {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 9pt;

	color: #FFF;

	background-color: #C90;

	height: 23px;

	width: 70px;

}

*/