body {
	margin: 0;
	background: #f6f6f6;
}
#wrapper {
	text-align: center;
}
#pageSurround {
	padding: 5px;
}
#header {
	background: #fc0001 url('../styleImages/gradient_header.png') repeat-x scroll center bottom;
}
#header .container {
	height: 85px;
	background: transparent url('../styleImages/header_bg.jpg') no-repeat scroll center bottom;
}
#logo {
	float: left;
	margin: 6px 0 0 20px;
}
#banner {
	float: right;
	margin: 10px 10px 0 0;
}
#artist_slider {
	background: #fc0001 url('../styleImages/gradient_slider.png') repeat-x scroll center top;
	text-align: center;
}
#artist_slider .shadows {
	background: transparent url('../styleImages/shadows_slider.png') no-repeat scroll center top;
}
#artist_slider .container {
	height: 196px;
	
}
#artist_slider object {
	border: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	height: 100%;
	outline: none;
}
.horiz_menu {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 985px;
}
.horiz_menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
.horiz_menu a:link, .horiz_menu a:visited {
	color: #fff;
	font-weight: bold;
	display: block;
	padding: 5px 10px;
	text-decoration: none;
	font-size: 1em;
}
.horiz_menu a:hover {
	text-decoration: underline;
	background: #333;
}
#main_page {
	background: #f6f6f6 url('../styleImages/gradient_main.png') repeat-x scroll center top;
}
#main_page .shadows {
	background: transparent url('../styleImages/shadows_main.png') no-repeat scroll center top;
}
#main_page .container {
}
#main_panel {
	background: #fff;
	/*min-height: 500px;*/
}
#footer {
	height: 120px;
	background: #f6f6f6 url('../styleImages/footer_bg.jpg') no-repeat scroll center top;
}
#footer div {
	padding: 5px;
}
#header .container,
#artist_slider .container,
#main_page .container {
	margin: 0 auto;
	text-align: left;
	width: 984px;
}
.boxTitleLeft, .boxTitleRight {
	font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #666;
	
	padding: 5px;
}
.boxContentLeft, .boxContentRight {
	padding: 3px;
	background:#f4f4f4;
	margin: 0 3px 10px 3px;
}


.boxCategories {
	padding: 3px;
	background:#f4f4f4;
	margin: 0 3px 10px 3px;
}
.colLeft {
	z-index:5;
	width: 183px; 
	float: left;
}
.colMid {
	float: left;
	width: 99%;
}
.colRight {
	width: 183px; 
	float: right;
}
.boxContent {
	padding: 5px;
	color: #333333;
	margin-bottom: 10px;
	margin-top: 0;
}



/* CHECKOUT PAGES */
.colLeftCheckout {
	position: relative;
	left: 0px;
	float: left;
}
.colMainCheckout {
	position: relative;
	width: 100%;
	float: left;
}
/* END CHECK OUT PAGES */
.siteDocs {
	text-align:center;
	margin-top: 3px;
	margin-bottom: 20px;
}
.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
#subCats {
	text-align:justify;
	background-color: #ffffff;
	text-align: center;
	/*border: 1px solid #e1e1e1;*/
	margin: 0px auto;
	padding: 3px;
	float: left;
	width: 99%;
	position:inherit;
}
.subCat {	
	text-align: center;
	padding: 8px;
	float: left;
	width: 250px;
	position:inherit;
}
.regSep{
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
#imgThumbSpace{
	line-height: 0px;		
}
#imgThumbSpace img {
	padding-right: 3px;
	padding-bottom: 3px;		
}

div.latestProds {
	text-align: center;
	width: 19%;
	margin-right: 3px;
	margin-bottom: 3px;
	height: 140px;
	float: left;
	overflow: hidden;
	border-right: 1px solid #ececec;
	padding-top: 5px;
	position: relative;
}

/*
Start Cross-Browser DHTML Menu
*/

#mainmenu-nav {
	list-style: none;
	list-style-type: none;
	padding-left: 3px;
	margin: 0px;
	
}

.li-nav a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
	background: url('../styleImages/menu_bullet.png') no-repeat 3px 7px;
	display: block;
	padding: 4px 0 4px 15px;
}
.li-nav a:hover {
	text-decoration: underline;
	background: #fff url('../styleImages/menu_bullet_active.png') no-repeat 3px 7px;
}

.ul-nav, .li-nav {
	display: block;
	list-style: none;
}

.ul-nav {
	margin: 0;
	padding: 0px;
}

.li-nav {	
	border-bottom: 1px dotted #333;
	list-style: none;
	margin: 0;
	padding: 0;
}

.li-nav .ul-nav  {
	display: none;
	position: absolute;
	margin-left: 100px;
	margin-top: -19px;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	border-top: 4px solid #70cdcc;
	z-index: 99;
}

a.hassubmenu {
	background-image: url(../styleImages/more.gif);
	background-repeat: no-repeat;
	background-position: 130px 6px;
}

/*
End Cross-Browser DHTML Menu
*/

/*
Bullet points Styling
*/


ul {
	list-style: none;
}

ul li {
	list-style: disc;
	line-height: 120%;
	padding-left: 5px;
}

ul.star li {
	list-style:none;
	font-weight: normal;
	font-size: 1em;
	padding: 5px 10px 5px 20px;
	color:#343434;
	background: url('../styleImages/star.gif') no-repeat 0 50%;
}

/*
End Bullet Styling 
*/

/*
Comparison Table Styling
*/
.compare_table {
	border: 1px solid #eee;
	border-collapse: collapse;
}
.compare_table td {
	border: 1px solid #eee;
	text-align: left;
	font-weight: bold;
	color: #000;
	padding-bottom: 3px;
	padding-top: 3px;
	vertical-align: middle;
}

/*
End Comparison Table Styling
*/
