* {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	font-family: arial,helvetica,sans-serif;
	color: #4A4A4A;
}

/*
 * Standard Section
 */
input, select, textarea, label {
    font-size: 10pt;
}

input[type=text], input[type=password], input[type=file], select {
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	width: 145px;
	font-size: 8pt;
}

input.PhoneArea, input.PhonePrefix {
	width: 50px;
}

INPUT.PhoneSuffix {
	width: 68px;
}

SELECT {
	padding: 0;
	font-size: 8pt;
}

SELECT, INPUT[type=file] {
	width: 206px;
}

INPUT[type=submit], INPUT[type=button], INPUT[type=reset] {
	padding: 1pt;
	cursor: pointer;
}

LABEL {
	width: 130px;
	display: block;
	padding-top: 2pt;
	float: left;
	font-size: 8pt;
}

LABEL.Required {
	font-weight: bold;
}



LABEL.Inline {
	display: inline;
	float: none;
	clear: both;
	font-weight: normal;
	cursor: pointer;
}

p {
	margin-top: 10px;	
}

ul {
	margin-left: 25px;
}

li {
}

li a {
	color: #555555;
}

h3 {
	padding:0;
	font-size: 12px;
	color: #000000;
	font-family: Verdana, Arial;
}

h4 {
	font-size: 12px;
	font-family: Verdana, Arial;
}

body {
	font: 12px Arial, Helvetica, sans-serif;
	text-align: center;
	background: #000000 url(images/background.jpg) center repeat-y;
}
/* 
 * End of Standard Section
 */

/*
 * Classes Section
 */
.text {
	color: #555555;
}

.row {
	float: left;
	width: 570px;
	margin-top: 5px;
	border-bottom: 1px solid #dddddd;
	height: 200px;
}

html>body .row {
	float: left;
	height: 145px;
	width: 588px;
	margin-top: 5px;
	border-bottom: 1px solid #dddddd;
}

.row h3 {
	font-size: 13px;
	color: #000099;
	margin-bottom: 4px;
	line-height: 14px;
}

.row h3 a {
	font-size: 13px;
	color: #000099;
	margin-bottom: 4px;
	line-height: 14px;
	text-decoration: none;
}

.row h3 a:hover {
	color: #ffaa00;
	text-decoration: underline;
}

.row .album {
	float: left;
	width: 141px;
	text-align: center;
}

.row .description {
	float: left;
	width: 400px;
	padding: 0 0 0 8px;
}

.row2 {
	float: left;
	height: 145px;
	width: 570px;
	margin-top: 5px;
	margin-bottom: 20px;
}

html>body .row2 {
	float: left;
	height: 145px;
	width: 588px;
	margin-top: 5px;
	margin-bottom: 20px;
}

.row2 h3 {
	font-size: 13px;
	color: #000099;
	margin-bottom: 4px;
	line-height: 14px;
}

.row2 .album {
	float: left;
	width: 141px;
	text-align: center;
}

.row2 .description {
	float: left;
	width: 400px;
	padding: 0 0 0 8px;
}

html>body .row .description {
	float: left;
	width: 439px;
	padding: 0 0 0 8px;
}

html>body .row2 .description {
	float: left;
	width: 439px;
	padding: 0 0 0 8px;
}

.row .description .album-description {
	line-height: 14px;
}

.row .album-price {
	font-size: 13px;
	font-weight: bold;
	color: #000099;
	margin-top: 4px;
}

.row2 .description .album-description {
	line-height: 14px;
}

.row2 .album-price {
	font-size: 13px;
	font-weight: bold;
	color: #000099;
	margin-top: 4px;
}
/*
 * End Classes Section
 */

#container {
	width: 780px;
	border: 1px solid #aaaaaa;
	text-align: left;
	background: #ffffff;
	margin: auto;
}

#mainnavcontainer {
	width: 780px;
	height: 20px;
	background: #7f7f7f;
}

#header {
	width: 780px;
	height: 110px;
	font-size: 12;
	line-height: 14pt;
	background: url(images/header.jpg) no-repeat;
	text-align: right;
}

#page-title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#header-home {
	width: 780px;
	height: 169px;
	/*background: url(images/header.jpg) no-repeat;*/
}

#download-link, #download-link a {
	text-decoration: none;
}

#download-link .text {
	display: block; 
	float: left; 
	font-size: 14px;
	font-weight: bold;
}

#main-nav {
	width: 363px;
	height: 19px;
	margin-left: 417px;
	line-height: 19px; 
}

html>/*hide from ie*/body #main-nav {
	width: 363px;
	height: 19px;
	margin-left: 417px;
	line-height: 20px; 
}

#main-nav ul li a {
	display:block; 
	text-decoration:none; 
	color:#000;
	padding: 0 8px 0 8px;
	text-align:center; 
	color:#fff; 
	font-weight: bold;
	font-size:12px; 
	overflow:hidden;
}

#main-nav ul {
	padding:0; 
	margin:0; 
	list-style: none;
	text-align: right;
}

#main-nav ul li {
	float:left; 
	position:relative;
}

#main-nav ul li ul {
	display: none;
}

/* specific to non IE browsers */
#main-nav ul li:hover a {
	color:#fff; 
	background: #aaa url(images/separater.gif) no-repeat right;
	height: 19px;
}

#main-nav ul li:hover ul {
	display:block; 
	position:absolute;
	width:105px; 
	top:26px; 
	left:0; 
}

#main-nav ul li:hover ul li a.hide {
	background:#333; 
	color:#fff;
}

#main-nav ul li:hover ul li:hover a.hide {
	background:#333; 
	color:#000;
}

#main-nav ul li:hover ul li ul {
	display: none;
}

#main-nav ul li:hover ul li a {
	display:block; 
	background:#ddd; 
	color:#000;
	border:1px solid #9376A3; 
	width: 103px;
	font-weight: normal;
}

#main-nav ul li:hover ul li a:hover {
	background:#ccc; 
	color:#000;
}

#main-nav ul li:hover ul li:hover ul {
	display:block; 
	position:absolute; 
	left:105px; 
	top:0;
}

#main-nav ul li:hover ul li:hover ul.left {
	left:-105px;
}

#repair-kit a img, #sidebar-left a img{
	border: 0;
}

#testimonial, #best-seller{
	margin-left: 20px;
	width: 135px;
	color: #000099;
}

#testimonial {
	font-style: italic;
}

#best-seller .buy-now a {
	color: #000099;
	font-weight: bold;
	text-decoration: none;
}

#sidebar-left {
	float: left;
	height: 12px;
	width: 179px;
	margin-left: 3px;
	margin-right: 1px;
	margin-top: 4px;
}

html>body #sidebar-left {
	float: left;
	height: 12px;
	width: 179px;
	margin-left: 3px;
	margin-right: 1px;
	margin-top: 8px;
}

#sidebar-left-top {
    height: 7px;
	width: 176px;
	background: url(images/box_top.jpg) no-repeat bottom;
}

html>body #sidebar-left-top {
    height: 7px;
	width: 176px;
	background: url(images/box_top.jpg) no-repeat;
}

#sidebar-left-content {
	width: 176px;
	background: url(images/sidebar-left-bg.jpg) repeat-y;
	padding-left: 12px;
}

#sidebar-left-content a:hover {
	text-decoration: underline;
}

html>body #sidebar-left-content {
	width: 176px;
	background: url(images/sidebar-left-bg.jpg) repeat-y;
	padding-left: 12px;
}

#sidebar-left-content ul li{
	list-style: none;
	width: 120px;
}

#sidebar-left-content ul li a{
	height: 14px;
	display:block; 
	text-decoration: none;
	color: #000099;
}

#sidebar-left-content ul li:hover a{
	display:block; 
}

#sidebar-left-bottom {
	height: 10px;
	width: 176px;
	background: url(images/box_bottom.jpg) no-repeat;
}

#center {
	float: left;
	padding: 8px 8px 8px 4px;
	width: 200px;
	min-height: 310px;
}

#view-cart {
	text-align: right;
}

html>body #center {
	margin: 0 4px 8px 0px;
	float: left;
	padding: 8px 8px 8px 4px;
	width: 577px;
}

#center img {
	border: 0;
}

#page-main {
	width: 780px;
	clear: both;
}

#album-header {
	background: #f5f5f5;
	height: 20px;
}

#album-header img {
	margin: 0 0 0 8px;
}

#track-listing {
	float: left;
	height: 145px;
	width: 570px;
	margin-top: 5px;
}

#track-listing h3{
	color: #000099;
}



html>body #track-listing {
	margin-top: 100px;
	float: left;
	height: 145px;
	width: 588px;
	margin-top: 5px;
}

#song-list {
	font-size: 13px;
	color: #000099;
}

#song-list ul{
	list-style: none;
	margin-left: 8px;
}

#song-list .player {
	float: left;
}

#song-list .track-name {
	float: left;
	margin-left: 8px;
}

#song-list li {
	clear: both;
}

#song-title {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 0 22px;
	color: #000000;
	line-height: 20px;
	float: left;
}

#player-image {
	float: left;
}

#footer-nav {
	width: 770px;
	padding-right: 10px;
	text-align: right;
	color: #ffffff;
	background: #7f7f7f;
	clear: both;
}

#footer-nav a {
	color: #ffffff;
	text-decoration: none;
}

#footer {
	clear: both;
	width: 780px;
	height: 14px;
	font-size: 11px;
	margin: auto;
}

#copyright {
	width: 292px;	
	float: left;
	padding-left: 8px;
	text-align: left;
} 

#site-design {
	width: 472px;
	text-align: right;
	padding-right: 8px;
	float: left;
}

#site-design a {
	text-decoration: none;
}

#site-design a:hover {
	text-decoration: underline;
}
