body {
	background: #01070c url(../images/main/bg2.png) repeat-x center top;
	margin: 0 auto;
	font-family: 'Arial', Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #fff;
	line-height: 1.8em;
}

#container {
	background: url(../images/main/body_bg2.jpg) no-repeat left top;
	width: 995px;
	margin: 0 auto;
}

/*New_Header*/
	#header {	
		position: relative;
		margin: 0 auto;
		height: 100px;
		width: 995px;
		background: url(../images/main/bg-header.jpg) no-repeat left -37px;
	}
	
	h1#logo {
		width: 69px;
		height: 69px;
		float: left;
		padding: 10px 0 0 13px;
		margin: 0 0 0 0;
	}
	
	h1 a {
		outline: none !important;
	}
	
	#login {
		float: right;
		display: inline;
		margin: 12px 32px 0 0;
		color: #fff;
		height:48px;
		position: relative;
	}
	
	#login form {
	}
	
	#login input.text-login{
		background: url(../images/main/login-input-bg.png) no-repeat left top;
		width: 115px;
		padding: 3px;
		height: 21px;
		border: none;
		color: #fff;
		margin: 0 0 0 0;
		display: inline;
	}
	
	#login input#button{
		background: none;
		width: 48px;
		height: 21px;
		border: none;
		vertical-align: top;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
	}
	
	#login p {
		font-size: 11px;
	}
	
	p#forgot {
		line-height: 11px;
		text-align: right;
		margin: 0 0 0 0;
		position: absolute;
		top: 28px;
		right: 1px;
	}
	
	p#logged-in {
		color: #fff;
		padding-right: 1em;
		margin: 0;
	}

	
	#login a {
		color: #9395fa;
		text-decoration: none;
		margin: 0 0 0 0;
	}
	
	#login a:hover {
		text-decoration: underline;
	}
	
	#nav_main {
		height: 29px;
		width: 888px;
		display: block;
		font-family: arial;
		font-size: 13px;
		float: left;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
	}
	
	#nav_main ul {
		height: 29px;
		overflow: visible;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		/*position: absolute;
		top: 47px;
		left: 40px;*/
	}
	
	#nav_main ul li {
		float: left;
		display: inline;
		line-height: 29px;
		height: 29px;
	}
	
	#nav_main ul li a {
		line-height: 29px;
		padding: 0 0.87em;
		display: block;
		text-decoration: none;
		color: #fff;
		outline: none !important;
		-moz-border-radius-topleft: 6px;
		-moz-border-radius-topright: 6px;
		-webkit-border-top-left-radius: 6px;
		-webkit-border-top-right-radius: 6px;
	}
	
	#nav_main ul li a:hover {
		background: url(../images/main/bg-nav_main-hover.gif) repeat-x center top;
	}
	
	.link-cart {
		margin-left: 430px;
	}
	
	

#content {
	width:980px;
	margin-top: 14px;
}

h2 {
	background: url(../images/main/bg-h2.png) no-repeat center center;
	color:#003399;
	font-family:Verdana;
	font-size:15px;
	height:26px;
	line-height: 26px;
	padding-left:15px;
	padding-top:0;
	margin: 0;
}

#copy {
	width:980px;	
	background: url(../images/main/bg-copy_body.png) repeat-y;
	padding-bottom: 1px;
	position: relative;
}

#copy_body {
	height: auto;
	margin: 0 40px;
	padding: 0;
}

#copy_body-clear {
	clear:both;
}

#copy_footer {
	background: url(../images/main/copy_footer.png) no-repeat center bottom;
	behavior: url("../taglib/css/iepngfix.htc");
	width:980px;
	height:26px;
	margin-bottom:15px;
}

#copy_body p {
	margin: 1.5em 0;
}

#copy_body a {
	color: #ccc;
}

h4 {
	font-size:15px;
	color:#fff;
	margin-bottom:0;
}

h5 {
	font-size:10px;
	color:#ccc;
	font-style:italic;
	margin:0;
	margin-bottom:1em;
}


/* ============ SEARCH FORM & SEARCH PAGES ============ */
#search {
	height: 28px;
	width: 265px;
	background: url("../images/main/bg-search.png") no-repeat;
	behavior: url("../taglib/css/iepngfix.htc");
	position: absolute;
	bottom: 0px;
}

#search form{
	margin-left: 3px;
}

#search input {
	}

#search .text {
	border:none;
	background-color:transparent;
	color: #fff;
	height: 22px;
	line-height: 22px;
}

#search button{
	margin-left:25px;
	background-image:none;
	background-color: transparent;
	border:none;
	width:80px;
	height:28px;
	padding: 0;
}

#search button span {
	visibility: hidden;
}

.search_top {
	margin-top: 1em;
}

#search_result {
	padding-left: 0;
	border-top: dotted 1px #aaa;
}

#search_result li {
	float: left;
	display: inline;
	width: 25%;
	text-align: center;
	margin:3em 0;
}

#search_result li img{
	width: 144px;
	height: 144px;
	border: 1px solid #aaa;
}

#search_again button{
	background: url("../images/buttons/btn-search_sbmt.png") no-repeat center top;
	height: 24px;
	width: 52px;
	border:none;
}

#search_again button span {
	display:none;
}

#search.no_results, #search.search_again {
	position: relative;
	margin: 12px 0 0 321px;
}

/* ============ PAGER ============ */

#pager {
	width: 100%;
	font-size: 12px;
	text-align: center;
	border-top: 1px dotted #0986fe;
	padding-top: 12px;
	color: #ccc;
}

#pager a {
	margin-left:1px;
	margin-right:0;
	text-decoration: none;
	padding: 2px 6px;
	border: 1px solid #003399;
}

#pager a:hover {
	color: #0986fe;
	text-decoration: underline;
	background-color: #002163;
	border: 1px solid #3366cc;
}

#pager span {
	font-weight:bold;
	margin-left:1px;
	margin-right:0;
	padding: 2px 6px;
	color: #fff;
	border: 1px solid #3366cc;
}


/* ============ FOOTER ============ */
#footer_home {
	background-image: url(../images/main/footer_bg.gif);
	background-repeat: no-repeat;
	color:#fff;
	font-size:11px;
	width: 995px;
	height: 65px;
	line-height: 63px;
}

#footer_left {
	float:left;
	margin-left:20px;
	margin-top: 0;
}

#footer_right {
	float:right;
	margin-right:80px;
	margin-top: 0;
}

#footer_clear {
	clear:both;
}

#footer_home a {
	color:#fff;
}

#login_error {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #f00;
	background-color: #002671;
	border: 1px solid #0987F8;
	text-align: right;

	margin: 8px 1em 0 0;
	padding: 0.6em;
	display: none;
}

#TWCMusicHeader, #header {
	outline: none !important;
}
