/* CSS Document */
/*********************************** Standard Styles **************************************/
.clear {
	clear:both;
	font-size:0px;
	visibility:hidden;
	margin:0;
	padding:0;
	line-height:0px;
}
/***********************************End Standard Styles ********************************/
/*********************************** Sidebar Styles *************************************/
#relp {
	display:block;
	height:83px;
	width:240px;
	margin:0 auto;
}

#priviledgeCardContainer {
	display:block;
	height:89px;
	width:240px;
	background:transparent url(sidebar/privilegeCard.gif) top left no-repeat;
	margin:0 auto;
}
#priviledgeCardContainer a {
	display:block;
	height:89px;
	width:240px;
}

#sidebarCredit {
	display:block;
	height:129px;
	width:288px;
	background:transparent url(sidebar/btnCredit.gif) top left no-repeat;
	margin-top:10px;
}
#sidebarCredit a {
	display:block;
	height:129px;
	width:288px;
}
#sidebarCreditSub {
	display:block;
	height:100px;
	width:240px;
	background:transparent url(sidebar/btnCredit_sub.gif) top left no-repeat;
	margin-top:10px;
}
#sidebarCreditSub a {
	display:block;
	height:100px;
	width:240px;
}

#sidebarService {
	display:block;
	height:89px;
	width:288px;
	background:transparent url(sidebar/btnService.gif) top left no-repeat;
	margin-top:10px;
}
#sidebarServiceSub {
	display:block;
	height:74px;
	width:240px;
	background:transparent url(sidebar/btnService_sub.gif) top left no-repeat;
	margin-top:10px;
}
#sidebarBlog {
	display:block;
	height:89px;
	width:288px;
	background:transparent url(sidebar/btnBlog.gif) top left no-repeat;
	margin-top:10px;
}
#sidebarBlogSub {
	display:block;
	height:74px;
	width:240px;
	background:transparent url(sidebar/btnBlog_sub.gif) top left no-repeat;
	margin-top:10px;
}
#sidebarLease {
	display:block;
	height:89px;
	width:288px;
	background:transparent url(sidebar/btnLeaseTransfer.gif) top left no-repeat;
	margin-top:10px;
}
#sidebarLeaseSub {
	display:block;
	height:74px;
	width:240px;
	background:transparent url(sidebar/btnLeaseTransfer_sub.gif) top left no-repeat;
	margin-top:10px;
}
#sidebarService a, #sidebarBlog a, #sidebarLease a {
	display:block;
	height:89px;
	width:288px;
}
#sidebarServiceSub a, #sidebarBlogSub a, #sidebarLeaseSub a {
	display:block;
	height:74px;
	width:240px;
}
/*********************************** End Sidebar Styles **********************************/
/**********************************Header Styles ****************************************/
#headerContainer {
	height:176px;
	width:960px;
	background:transparent url(layout/header_bg.jpg) top left no-repeat;
	display:block;
	margin:0; 
	padding:0;
	
}
/**********************************End Header Styles ****************************************/
#specialsOptions {
	display:block;
	height:103px;
	width:530px;
	background:transparent url(specials/specials_buttons.gif) top left no-repeat;
	margin:0 auto;
}
#specialsOptions a {
	float:left;
	display:block;
	height:103px;
	width:170px;
}
#newSpecials {
	background:transparent url(specials/new_specials_button.gif) top left no-repeat;
}
#usedSpecials {
	background:transparent url(specials/used_specials_button.gif) top left no-repeat;
	margin-left:9px;
}
#partsSpecials {
	background:transparent url(specials/parts_specials_button.gif) top left no-repeat;
	margin-left:9px;
}
#specialsOptions a:hover, #specialsOptions a:active {
	background:none;
}

#inventoryHeaderButtons {
	margin-top:15px;
}

#inventoryHeaderButtons p {
	font-weight:bold;
	padding:0;
}

#rightTitle {
	padding-right:35px !important;
}

#listButton {
	display:block;
	float:left;
	height:41px;
	width:152px;
	background:transparent url(../images/listBG_over.gif) top left no-repeat;
}
#listButton a {
	display:block;
	height:27px;
	width:100px;
	background:transparent url(../images/listBG.gif) top left no-repeat;
	font-family:Tahoma, Geneva, sans-serif;
	padding:14px 0 0 52px;
	color:#FFFFFF;
}

#searchButton {
	display:block;
	float:left;
	height:41px;
	width:130px;
	background:transparent url(../images/searchBG_over.gif) top left no-repeat;
	margin-left:10px;
}
#searchButton a {
	display:block;
	height:27px;
	width:83px;
	background:transparent url(../images/searchBG.gif) top left no-repeat;
	font-family:Tahoma, Geneva, sans-serif;
	padding:14px 0 0 47px;
	color:#FFFFFF;
}

#listButton a:hover, #listButton a:active, #searchButton a:hover, #searchButton a:active {
	background:none;
}

#buyingGroupButton a {
	display:block;
	float:right;
	height:27px;
	width:175px;
	background:transparent url(../images/buyingGroup_bg.gif) top left no-repeat;
	font-family:Tahoma, Geneva, sans-serif;
	padding:14px 0 0 78px;
	color:#FFFFFF;
}