body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	color: white;
	background-color: black;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	font-size: 10px;
}

#all {
	width:900px;
}

table {
	border-collapse:collapse;
	border: none;
	margin: auto;
	width: 100%;
}

td, th {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

a {
	color: white;
}

img {
	border: none;
}

div {
	margin: auto;
}

.style2 {
	color: #666666;
	font-size: 9px;
}

h2 {
	background-image: url(../images/stripe-big.jpg);
	background-repeat: repeat-y;
	display: block;
	padding-left: 50px;
	margin: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
}

table#rightside { 
	background-repeat: no-repeat;
} 
 
#logo {
	width: 90px; 
	position: absolute; 
	left: 50%; 
	top: 290px; 
	margin-left: -430px; 
	z-index: 100;
}
 
#cart {
	width: 170px;
	height: 20px;
	position: absolute;
	left: 50%;
	top: 340px;
	margin-left: 200px;
	background-color: #a31700;
	overflow: hidden;
	z-index: 9;
	padding: 5px;
	cursor: pointer;
}

#cart table {
	width: 100px;
}

#cart td {
	vertical-align: middle;
}


#mainTable {
	background-color:#2B2B2B;
}

#navbar {
	padding-top: 3px;
	text-align: right;
	background-image: url(../images/navbar.jpg);
	height: 49px;
	font-size: 12px;
}


#navbar a {
	margin-right: 50px;
	text-decoration: none;
	font-family: Times New Romain, Times, serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#rssIcon {
	float: right;
	margin-right: 15px !important;
}

#content {
	width: 610px;
	background-image: url(../images/LS-BG.jpg);
	background-repeat: repeat-y;
	padding: 10px 50px 20px 50px;
}

#rightColumn {
	background-color: #313131;
	min-width: 255px;
	padding: 10px;
	text-align: center;
}

#rightColumn h3 {
	background-image: url(../images/stripe-small.jpg);
	background-repeat: repeat-y;
	display: block;
	font-size: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}


#newsletterSignup {
	text-align: left;
}
#newsletterSignup form {
	padding-left: 20px;
} 

#tableMargin {
	min-width: 10px;
}

.featuredRelease {
	text-align: left;
	vertical-align: bottom;
	white-space: nowrap;
	margin-top: 20px;
}

.featuredRelease img {
	vertical-align: bottom;
}

.featuredReleaseImage {
	width: 234px;
}


#secondaryReleases {
	background-color: #1b1b1b;
	text-transform: uppercase;
	text-align: left;
	margin-top: 20px;
	padding: 10px;
}

#secondaryReleases div {
	display: block;
	padding: 5px;
}


#secondaryReleases a {
	float: left;
}

#secondaryReleases img {
	width: 90px;
	padding-right: 10px;
}


.hiddenContent {
	position: absolute;
	visibility: hidden;
	top: -1000px;
	left: -1000px;
	width: 100px;
}

#omdc {
	left: 50%; 
	position: absolute;
	margin-left: 220px;
	padding-top: 10px;
	width: 230px;
	font-size: 9px;
}
#omdc a {
	color: #666666;
	text-decoration: none;
}
#omdc img {
	margin-right: 10px;
	float: left;
}

#muchfact {
	color: #666666;
	left: 50%; 
	position: absolute;
	margin-left: -430px;
	padding-top: 10px;
	width: 100px;
	font-size: 9px;
}
#muchfact a {
	color: #666666;
	text-decoration: none;
}
#muchfact img {
	margin-top: 10px;
	clear: both;
}