body#equipment-page #sidebar{
	display:none;
}
body#equipment-page #contentArea{
	float:right;
}
#contentArea .flt_right{
	float:right;
}
#contentArea .flt_left{
	float:left;
}
/*Equipment Promo Header Styles*/
#contentArea #equipmentHeader{
	position:relative;
	height:306px;
	background:transparent url(../images/usdish/specials/promo-bg2.jpg) no-repeat bottom left;
	color:#fff;
}
#contentArea #equipmentHeader #phone{
	position:absolute;
	bottom:2px;
	right: 35px;
	height:63px;
	width:256px;
	color:#666;
}
#contentArea #phone p{
	margin-top:5px;
}
#phone #phonenumber{
	line-height:27px;
	font-size:20px;
	font-weight:bold;
	color:#333;
}
#contentArea #equipmentHeader #orderButton{
	position:absolute;
	bottom:17px;
	right:27px;	
}
#contentArea #equipmentContent{
	background:transparent url(../images/usdish/equipment/content-bg.png) repeat-x;
	min-height:300px;
	border-top:2px solid #c50c13;
	margin-bottom:30px;
}
/*Tab Bar Styles*/
#contentArea #equipmentNav{
	height:28px;
	margin:20px 0 0 10px;
	padding:0;
}
#contentArea #equipmentNav li{
	list-style-type:none;
	float:left;
	margin:0;
	font-size:12px;
}
#contentArea #equipmentNav li a{
	text-decoration:none;
	display:inline-block;
	//height:28px;
	width:109px;
	text-align:center;
	font-weight:bold;
}
#contentArea #equipmentNav li a:hover{
	color:#333;
}
#contentArea #equipmentNav .activeTab{
	background:transparent url(../images/usdish/equipment/active-tab-bg.png) no-repeat;
	height:28px;
	line-height:28px;
	color: #fff;
}
#contentArea #equipmentNav .inactiveTab{
	background:transparent url(../images/usdish/equipment/inactive-tab-bg.png) no-repeat bottom left;
	height:22px;
	line-height:22px;
	margin-top:6px;
	color: #666;
}
/*Equipment Info Area Styles*/
#contentArea #equipmentContent h1,#contentArea #equipmentContent h2,#contentArea #equipmentContent h3{
	text-transform:none;
}
#contentArea #equipmentContent h1{
	color:#333;
	font-size:22px;
	line-height:36px;
	margin-bottom:40px;
}
#contentArea #equipmentContent h3{
	font-size:14px;
	color:#333;
	margin-bottom:5px;
	//clear:both;
	max-width:325px
}
#contentArea #equipmentContent .subtitle{
	font-size:12px;
	color:#666;
	margin-bottom:20px;
	clear:none;
}
#contentArea #equipmentContent hr{
	margin:30px 0 18px 0;
}
#contentArea #equipmentContent img{
	margin-right:20px;
}
#contentArea #equipmentContent p{
	color:#666;
	font-size:10px;
	width:325px;
}
#contentArea #equipmentContent .lead{
	font-size:14px;
	line-height:14px;
	font-weight:normal;
}
#contentArea #equipmentContent .details{
	font-size:10px;
	color:#999;
}
#contentArea #equipmentContent ul{
	//clear:both;
	margin-bottom:25px;
	margin-left:30px;
	display:inline;
}
#contentArea #equipmentContent li{
	*list-style-position: inside;
	color:#666;
	list-style-type:disc;
	padding:0;
	margin:0;
}
#contentArea #equipmentContent ul.col1{
	margin-left:30px;
	width:325px;
}
#contentArea #equipmentContent ul.col2{
	width:270px;
	margin-left:0px;
}
