/*Home Theater Main Template Styles*/

#banner {
	background-image:url(../images/chrome.png)
}

#side_links li a:hover {
	color: #fd9700;
}

#ht_bar {
	float: right;
	width:653px;
	height:60px;
	background-image: url("images/h_t_bar.png");
	background-repeat: no-repeat;
	border-bottom: 2px solid #000000;
}
	
#ht_tabs {
	float: right; 
	width:131px; 
	top:157px;
	width:632px; 
	height:21px;
	margin-top: -20px;
}

#ht_tabs ul {
	margin: 0px;
	padding: 0px;
}

#ht_tabs li {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style: none;
	width: 100px;
	background-image:url("images/h_t_tab.png");
}

#ht_tabs li a {
	display: block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#ffffff;
	text-decoration: none;
	line-height: 20px;
}
 
#ht_tabs li a:hover {
 	text-decoration: underline;
	color: #ffffff;
}

#ht_tabs #current a {
	text-decoration: underline;
	color: #ffffff;
}
/*End Home Theater Main Template Styles*/

