/*---------------------------------------------------------------------
	Basic CSS style sheet for Layout
-----------------------------------------------------------------------*/

html, body, #ContentContainer { 
 min-height: 100%; /*Sets the min height to the 
  height of the viewport.*/ 
 width: 100%; 
 height: 100%; /*Effectively, this is min height 
  for IE5+/Win, since IE wrongly expands 
  an element to enclose its content. 
  This mis-behavior screws up modern  
  browsers*/  
 } 
 
 html>body, html>body #ContentContainer { 
 height: auto; /*this undoes the IE hack, hiding it 
  from IE using the child selector*/ 
 }  
body {
	margin: 0;
}
/* Remove dotted links in Mozilla */
* { outline:none; }

/*--- body ID This is used to define the basic layout for each page type. ---*/
#HomePage,
#SecondaryPage,
#TertiaryPage, 
#QuaternaryPage, 
#FormsPage	{
	background:	#fff url(../images/header_repeat.gif) repeat-x top left;
	width: 1000px;
}
#ContentContainer {
    position: absolute; 
    top: 0; 
    left: 0; 
}


#AdminPage	{
	background:	#fff url(../images/header_admin.gif) repeat-x top left;
	width: 1000px;
}
#HeaderBg	{
	position:   absolute;
	top:	0;
	left:	0;
	z-index: 0;
	height:	172px;
	width:	988px;
	background:	url(../images/header.gif) no-repeat top left;
}
#HeaderBg a {
	display:	block;
	height:	172px;
	width:	988px;
}
#ImgBlock	{
	position:   absolute;
	top:	0;
	left:	0;
	height:	153px;
	width:	438px;
	background:	url(../images/ImgBlockNew.jpg) no-repeat top left;
}
#ImgBlock a {
	display:	block;
	height:	153px;
	width:	438px;
}
#WernerLogoBlock h1 {
	position:	absolute;
	top:	1px;
	left:	450px;
	width:	302px;
	height:	153px;
	margin:	0;
	padding:	0;
	background:	url(../images/reclaimlogo.gif) no-repeat top left;
	
	/* Use letter-spacing image replacement for Win IE 5.0 */
	letter-spacing :	-1000em;
}

/* Use text-indent image replacement for all browsers except Win IE 5.0 */
#WernerLogoBlock h1 a	{
	letter-spacing :	0;
	text-indent:	-9000px;
}
#WernerLogoBlock h1 a {
	display:	block;
	height:	153px;
	width:	302px;
}
#WernerLogoBlock h1 a img {
	visibility:	hidden;
}
#WernerLogoAdminBlock h1 {
	position:	absolute;
	top:	7px;
	left:	40px;
	width:	153px;
	height:	70px;
	margin:	0;
	padding:	0;
	background:	url(../images/adminlogo.gif) no-repeat top left;
	
	/* Use letter-spacing image replacement for Win IE 5.0 */
	letter-spacing :	-1000em;
}

/* Use text-indent image replacement for all browsers except Win IE 5.0 */
#WernerLogoAdminBlock h1	{
	letter-spacing :	0;
	text-indent:	-9000px;
}
#ImgTruck	{
	position:   absolute;
	top:	140px;
	left:	81px;
	height:	140px;
	width:	161px;
	z-index: 4;
	background:	url(../images/truckmagnify.gif) no-repeat top left;
}
#ImgPartLogo	{
	position:   absolute;
	top:	230px;
	left:	235px;
	height:	39px;
	width:	239px;
	z-index: 4;
	background:	url(../images/part_logo.gif) no-repeat top left;
}
/* Use text-indent image replacement for all browsers except Win IE 5.0 */
#ImgPartLogo h2	{
	letter-spacing :	0;
	text-indent:	-9000px;
	margin: 0px;
	padding: 0px;
	
	 /* Use letter-spacing image replacement for Win IE 5.0 */
	letter-spacing :	-1000em;
}
#TruckPartLogo	{
	position:   absolute;
	top:	157px;
	left:	20px;
	height:	72px;
	width:	198px;
	z-index: 4;
	background:	url(../images/truck_part_logo.gif) no-repeat top left;
}
/* Use text-indent image replacement for all browsers except Win IE 5.0 */
#TruckPartLogo h2	{
	letter-spacing :	0;
	text-indent:	-9000px;
	margin: 0px;
	padding: 0px;
	
	 /* Use letter-spacing image replacement for Win IE 5.0 */
	letter-spacing :	-1000em;
}
#AboutTitle	{
	height:	39px;
	width:	240px;
	background:	url(../images/about_title.gif) no-repeat top left;
	margin: 10px 0px 10px 0px;
}
/* Use text-indent image replacement for all browsers except Win IE 5.0 */
#AboutTitle h2	{
	letter-spacing :	0;
	text-indent:	-9000px;
	margin: 0px;
	padding: 0px;
	
	 /* Use letter-spacing image replacement for Win IE 5.0 */
	letter-spacing :	-1000em;
}
#ContactTitle	{
	height:	39px;
	width:	271px;
	background:	url(../images/contact_title.gif) no-repeat top left;
	margin: 10px 0px 10px 0px;
}
/* Use text-indent image replacement for all browsers except Win IE 5.0 */
#ContactTitle h2	{
	letter-spacing :	0;
	text-indent:	-9000px;
	margin: 0px;
	padding: 0px;
	
	 /* Use letter-spacing image replacement for Win IE 5.0 */
	letter-spacing :	-1000em;
}
#FeaturedTitle	{
	height:	39px;
	width:	357px;
	background:	url(../images/featured_title.gif) no-repeat top left;
	margin: 10px 0px 10px 0px;
}
/* Use text-indent image replacement for all browsers except Win IE 5.0 */
#FeaturedTitle h2	{
	letter-spacing :	0;
	text-indent:	-9000px;
	margin: 0px;
	padding: 0px;
	
	 /* Use letter-spacing image replacement for Win IE 5.0 */
	letter-spacing :	-1000em;
}
#VendorTitle	{
	height:	39px;
	width:	477px;
	background:	url(../images/vendor_title.gif) no-repeat top left;
	margin: 10px 0px 10px 0px;
}
/* Use text-indent image replacement for all browsers except Win IE 5.0 */
#VendorTitle h2	{
	letter-spacing :	0;
	text-indent:	-9000px;
	margin: 0px;
	padding: 0px;
	
	 /* Use letter-spacing image replacement for Win IE 5.0 */
	letter-spacing :	-1000em;
}
#SearchTitle	{
	height:	39px;
	width:	362px;
	background:	url(../images/search_title.gif) no-repeat top left;
	margin: 10px 0px 10px 0px;
}
/* Use text-indent image replacement for all browsers except Win IE 5.0 */
#SearchTitle h2	{
	letter-spacing :	0;
	text-indent:	-9000px;
	margin: 0px;
	padding: 0px;
	
	 /* Use letter-spacing image replacement for Win IE 5.0 */
	letter-spacing :	-1000em;
}
#TractorTitle	{
	height:	25px;
	width:	325px;
	background:	url(../images/tractor_title.gif) no-repeat top left;
	margin: 10px 0px 0px 0px;
}
/* Use text-indent image replacement for all browsers except Win IE 5.0 */
#TractorTitle h3	{
	letter-spacing :	0;
	text-indent:	-9000px;
	margin: 0px;
	padding: 0px;
	
	 /* Use letter-spacing image replacement for Win IE 5.0 */
	letter-spacing :	-1000em;
}
#TrailerTitle	{
	height:	25px;
	width:	315px;
	background:	url(../images/trailer_title.gif) no-repeat top left;
	margin: 10px 0px 3px 0px;
}
/* Use text-indent image replacement for all browsers except Win IE 5.0 */
#TrailerTitle h3	{
	letter-spacing :	0;
	text-indent:	-9000px;
	margin: 0px;
	padding: 0px;
	
	 /* Use letter-spacing image replacement for Win IE 5.0 */
	letter-spacing :	-1000em;
}
#MainContentHome	{
    margin-bottom: 5em; /*Modify value as needed for footer height.*/ 
    height: auto; 
    padding: .5em; 
    margin-top: 215px;

    margin-left: 100px;
    width:	600px;
    width/* */:/**/600px; 
    width: /**/600px;
    float:	left;
}
#MainContentSec	{
    margin-bottom: 5em; /*Modify value as needed for footer height.*/ 
    height: auto; 
    padding: .5em; 
    margin-top: 215px;
    margin-left: 10px;
    width:	1000px;
    width/* */:/**/1000px; 
    width: /**/1000px;
    float:	left;
}
#MainContentAdmin	{
    margin-bottom: 3em; /*Modify value as needed for footer height.*/ 
    height: auto; 
    padding: .5em; 
	padding:	0;
	position:	relative;
	width:	1000px;
	width/* */:/**/1000px; 
	width: /**/1000px;
	float:	left;
	padding-bottom: 75px;
	top: 100px;
	display:	inline;
}
#SubContent {
    float: right;
    width: 600px;
    margin-right: 140px;
    _margin-right: 100px; /* IE 6 and below */
    padding-left: 15px;
    border: solid 1px #CCCCCC;
}
#SideNav    {
	width:210px;
	float: left;
	margin-left: 12px;
	margin-top: 20px;
	margin-bottom: 50px;
}
#SideNavForm    {
	width:210px;
	float: left;
	margin-left: 12px;
	margin-top: 50px;
	margin-bottom: 50px;
}
/*--- footer block ---*/
#Footer {
	clear: both;
	position: absolute;
	bottom: 0;
	background-color: #e5e5e5;
	width: 70%; /* See note below */
	text-align: center;
	padding: 0 15%;
}

/* SBMH -- see http://css-discuss.incutio.com/?page=BoxModelHack 
 * Stupid hack lets IE see 100%, others see 70%. 
 */
#Footer {
    \width: 100%;
    w\idth: 70%;
}
#SearchWindow {
	position: relative;
	display: block;
	border: 1px solid #CCCCCC;
	width: 640px;
	padding:68px 10px 20px 40px;
}
#SearchMakeHighlight {
   float:  left;
   margin-bottom: 10px;
   margin-right: 12px;
}
#SearchMakeTop {
    background:	url(../images/search_make.gif) no-repeat top left;
    width: 302px;
	height: 23px;
}
/* Use text-indent image replacement for all browsers except Win IE 5.0 */
#SearchMakeTop h3	{
	letter-spacing :	0;
	text-indent:	-9000px;
	margin: 0px;
	padding: 0px;
	
	 /* Use letter-spacing image replacement for Win IE 5.0 */
	letter-spacing :	-1000em;
}
#SearchMakeBody {
    border-right: solid 1px #CCCCCC;
    border-left: solid 1px #CCCCCC;
    border-bottom: solid 1px #CCCCCC;
    width: 275px;
    padding: 5px 10px 5px 15px;
}
#SearchCatHighlight {
   float: left;
   margin-bottom: 10px;
}
#SearchCatTop {
    background:	url(../images/search_cat.gif) no-repeat top left;
    width: 302px;
    height: 23px;
}
/* Use text-indent image replacement for all browsers except Win IE 5.0 */
#SearchCatTop h3	{
	letter-spacing :	0;
	text-indent:	-9000px;
	margin: 0px;
	padding: 0px;
	
	 /* Use letter-spacing image replacement for Win IE 5.0 */
	letter-spacing :	-1000em;
}
#SearchCatBody {
    border-right: solid 1px #CCCCCC;
    border-left: solid 1px #CCCCCC;
    border-bottom: solid 1px #CCCCCC;
    height: 160px;
    width: 275px;
    padding: 5px 10px 5px 15px;
}
#SearchPartHighlight {
	float: left; 
	display: block;
	border: 1px solid #CCCCCC;
	width: 275px;
	padding:15px 10px 8px 15px;
}
#SearchPartHighlight h3 {
    background:	url(../images/part_graphic.gif) no-repeat top left;
    width: 182px;
	height: 16px;
}
/* Use text-indent image replacement for all browsers except Win IE 5.0 */
#SearchPartHighlight h3	{
	letter-spacing :	0;
	text-indent:	-9000px;
	margin: 0px;
	padding: 0px;
	
	 /* Use letter-spacing image replacement for Win IE 5.0 */
	letter-spacing :	-1000em;
}
#SearchKeywordHighlight {
	float: left;
	margin-top: 10px;
	display: block;
	border: 1px solid #CCCCCC;
	width: 275px;
	padding:15px 10px 15px 15px;
}
#SearchKeywordHighlight h3 {
    background:	url(../images/keyword_graphic.gif) no-repeat top left;
    width: 132px;
	height: 16px;
}
/* Use text-indent image replacement for all browsers except Win IE 5.0 */
#SearchKeywordHighlight h3	{
	letter-spacing :	0;
	text-indent:	-9000px;
	margin: 0px;
	padding: 0px;
	
	 /* Use letter-spacing image replacement for Win IE 5.0 */
	letter-spacing :	-1000em;
}
#FeaturedItemsHighlight {
	float: right;
	margin-right: 24px;
	_margin-right: 12px;
	display: block;
	border: 1px solid #CCCCCC;
	width: 300px;
	padding:15px 0px 20px 0px;
}
#FeaturedItemsHighlight {
    \width: 335px;
    w\idth: 300px;
    \height: 203px;
    h\eight: 175px;
  }
#FeaturedItemsHighlight h3 {
    background:	url(../images/featured_graphic.gif) no-repeat top left;
    width: 132px;
    height: 16px;
}
/* Use text-indent image replacement for all browsers except Win IE 5.0 */
#FeaturedItemsHighlight h3	{
	letter-spacing :	0;
	text-indent:	-9000px;
	margin: 0px;
	padding: 0px;
	
	 /* Use letter-spacing image replacement for Win IE 5.0 */
	letter-spacing :	-1000em;
}
#ItemOne h4 {
    padding-left: 5px;
    margin-top: 0px;
    padding-top: 0px;
    text-align: left;
}
#ItemOne h4 a {
    font-family:	Verdana, Arial, Helvetica, sans-serif;
    font-size:	1.1em;
    color:	#212e5a;
    text-decoration: none;
}
#ItemOne hr {
	height: 1px;
	width: 90%;
	color: #CCCCCC;
	
}
#ItemTwo h4 {
    margin-top: 0px;
    padding-top: 0px;
    text-align: left;
}
#ItemTwo h4 a {
    font-family:	Verdana, Arial, Helvetica, sans-serif;
    font-size:	1.1em;
    color:	#212e5a;
    text-decoration: none;
}
/*
#ItemOne h4	{
	letter-spacing :	0;
	text-indent:	-9000px;
	margin: 0px;
	padding: 0px;
	
	letter-spacing :	-1000em;
}
#ItemOne h4 a {
	display:    block;
	height:	87px;
	width:	300px;
}
#ItemTwo h4 {
    background:	url(../images/item_two.jpg) no-repeat top left;
    width: 300px;
	height: 87px;
	padding-left: -50px;
}
#ItemTwo h4	
{
    padding-top: 5px;
	letter-spacing :	0;
	text-indent:	-9000px;
	margin: 0px;
	padding: 0px;
	
	letter-spacing :	-1000em;
}
#ItemTwo h4 a {
	display:    block;
	height:	87px;
	width:	300px;
}
*/

#SearchMakeButton {
    padding-left: 170px;
}
#SearchMakeSecButton {
    padding-left: 170px;
}
#SearchCatButton {
    padding-left: 170px;
    padding-top: 35px;
}
#SearchCatSecButton {
    padding-left: 120px;
}
#SearchPartButton {
    padding-left: 170px;
}
#SearchPartSecButton {
    padding-left: 120px;
}
#SearchKeywordButton {
    padding-left: 170px;
}
#SearchKeywordSecButton {
    padding-left: 120px;
}
.KeywordText    {
    width: 200px;
}
.KeywordSecText    {
    width: 180px;
}
.PartNumberText    {
    width: 200px;
}
.PartNumberSecText    {
    width: 180px;
}
#SearchMakeSecHighlight {
   float:  left;
   margin-bottom: 10px;
   margin-right: 12px;
}
#SearchMakeSecTop {
    background:	url(../images/search_make_sec.gif) no-repeat top left;
    width: 210px;
	height: 23px;
}
/* Use text-indent image replacement for all browsers except Win IE 5.0 */
#SearchMakeSecTop h3	{
	letter-spacing :	0;
	text-indent:	-9000px;
	margin: 0px;
	padding: 0px;
	
	 /* Use letter-spacing image replacement for Win IE 5.0 */
	letter-spacing :	-1000em;
}
#SearchMakeSecBody {
    border-right: solid 1px #CCCCCC;
    border-left: solid 1px #CCCCCC;
    border-bottom: solid 1px #CCCCCC;
	width: 198px;
	padding: 5px 5px 5px 5px;
}
#SearchCatSecHighlight {
   float:  left;
   margin-bottom: 10px;
   margin-right: 12px;
}
#SearchCatSecTop {
    background:	url(../images/search_cat_sec.gif) no-repeat top left;
    width: 210px;
	height: 23px;
}
/* Use text-indent image replacement for all browsers except Win IE 5.0 */
#SearchCatSecTop h3	{
	letter-spacing :	0;
	text-indent:	-9000px;
	margin: 0px;
	padding: 0px;
	
	 /* Use letter-spacing image replacement for Win IE 5.0 */
	letter-spacing :	-1000em;
}
#SearchCatSecBody {
    border-right: solid 1px #CCCCCC;
    border-left: solid 1px #CCCCCC;
    border-bottom: solid 1px #CCCCCC;
	width: 198px;
	padding: 5px 5px 5px 5px;
}
#SearchKeyHighlight {
   /*float:  left;*/
   margin-bottom: 10px;
   margin-right: 12px;
}
#SearchKeyTop {
    background:	url(../images/search_key.gif) no-repeat top left;
    width: 210px;
	height: 23px;
}
/* Use text-indent image replacement for all browsers except Win IE 5.0 */
#SearchKeyTop h3	{
	letter-spacing :	0;
	text-indent:	-9000px;
	margin: 0px;
	padding: 0px;
	
	 /* Use letter-spacing image replacement for Win IE 5.0 */
	letter-spacing :	-1000em;
}
#SearchKeyBody {
    border-right: solid 1px #CCCCCC;
    border-left: solid 1px #CCCCCC;
    border-bottom: solid 1px #CCCCCC;
	width: 198px;
	padding: 5px 5px 5px 5px;
}
#SearchOEMHighlight {
   /*float:  left;*/
   margin-bottom: 10px;
   margin-right: 12px;
}
#SearchOEMTop {
    background:	url(../images/search_oem.gif) no-repeat top left;
    width: 210px;
	height: 23px;
}
/* Use text-indent image replacement for all browsers except Win IE 5.0 */
#SearchOEMTop h3	{
	letter-spacing :	0;
	text-indent:	-9000px;
	margin: 0px;
	padding: 0px;
	
	 /* Use letter-spacing image replacement for Win IE 5.0 */
	letter-spacing :	-1000em;
}
#SearchOEMBody {
    border-right: solid 1px #CCCCCC;
    border-left: solid 1px #CCCCCC;
    border-bottom: solid 1px #CCCCCC;
	width: 198px;
	padding: 5px 5px 5px 5px;
}
.Odd {
    background: #FFFFFF;
}
.Even {
    background: #EAECF0;
}
.TableHeader {
    background: #CCCCCC;
}
.view {
	float: right;
}
#btnAdd {
	float: right;
}
#btnGetQuote	{
	float: right;
}
#btnSubmit  {
	float: right;
}
#btnSubmit {
	margin: 15px 0 15px 0;
	float: right;
}
#btnSubmit a {
	background: url(../images/buttons/submit_button.gif) no-repeat;
	display: block;
	width: 101px;
	height: 23px;
	cursor: pointer;
	/* Use letter-spacing image replacement for Win IE 5.0 */
		letter-spacing :	-1000em;
}
	/* Use text-indent image replacement for all browsers except Win IE 5.0 */
#btnSubmit a {
	letter-spacing :	0;
	text-indent:	-9000px;
}
#btnSubmit {
	background: url(../images/buttons/submit_button.gif) no-repeat;
	display: block;
	width: 101px;
	height: 23px;
	border: none;
	cursor: pointer;
	/* Use letter-spacing image replacement for Win IE 5.0 */
		letter-spacing :	-1000em;
}
	/* Use text-indent image replacement for all browsers except Win IE 5.0 */
#btnSubmit {
	letter-spacing :	0;
	text-indent:	-9000px;
}
#btnSubmit:link {
	background: url(../images/buttons/submit_button.gif) no-repeat;
	display: block;
	width: 101px;
	height: 23px;
	cursor: pointer;
	/* Use letter-spacing image replacement for Win IE 5.0 */
		letter-spacing :	-1000em;
}
	/* Use text-indent image replacement for all browsers except Win IE 5.0 */
#btnSubmit:link {
	letter-spacing :	0;
	text-indent:	-9000px;
}
#btnPrint  {
	float: right;
}
#btnPrint {
	margin: 15px 0 15px 0;
	float: right;
}
#btnPrint a {
	background: url(../images/buttons/print_button.gif) no-repeat;
	display: block;
	width: 101px;
	height: 23px;
	cursor: pointer;
	/* Use letter-spacing image replacement for Win IE 5.0 */
		letter-spacing :	-1000em;
}
	/* Use text-indent image replacement for all browsers except Win IE 5.0 */
#btnPrint a {
	letter-spacing :	0;
	text-indent:	-9000px;
}
#btnPrint {
	background: url(../images/buttons/print_button.gif) no-repeat;
	display: block;
	width: 101px;
	height: 23px;
	border: none;
	cursor: pointer;
	
	/* Use letter-spacing image replacement for Win IE 5.0 */
		letter-spacing :	-1000em;
}
	/* Use text-indent image replacement for all browsers except Win IE 5.0 */
#btnPrint {
	letter-spacing :	0;
	text-indent:	-9000px;
}
#btnPrint:link {
	background: url(../images/buttons/print_button.gif) no-repeat;
	display: block;
	width: 101px;
	height: 23px;
	cursor: pointer;
	/* Use letter-spacing image replacement for Win IE 5.0 */
		letter-spacing :	-1000em;
}
	/* Use text-indent image replacement for all browsers except Win IE 5.0 */
#btnPrint:link {
	letter-spacing :	0;
	text-indent:	-9000px;
}
#btnCont {
	float: right;
}
.componentSpacing {
	margin-bottom: 5px;
}
.componentSpacingBottom {
	margin-bottom: 10px;
}
#adminSubmit {
	width: 400px;
}
#BackText h4 {
    padding-left: 5px;
    margin-top: 57px;
    text-align: left;
}
#BackText h4 a {
    font-family:	Verdana, Arial, Helvetica, sans-serif;
    font-size:	1em;
    color:	#212e5a;
    text-decoration: none;
}
#BackText h4 a:hover {
    text-decoration: underline;
}

#VendorNav {
	clear: both;
	margin-bottom: 75px;
}

#VendorNav ul, #VendorNav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#VendorNav ul {
	padding-top: 5px;
}

#VendorNav ul li a{
	list-style-type: none !important;
}

#VendorNav ul li, #VendorNav ul li {
	list-style-type: none !important;
	display: inline !important;
	margin: 0 0px;
	padding: 0;
}


#TractorButton a {
	width:	204px !important;
	height:56px;
	position: absolute;
	margin-left: 10px;
	margin-bottom: 15px; 
	display: block;
	background:	url(../images/buttons/tractorTire.gif) no-repeat;
}
#TractorButton a {
	/* Use letter-spacing image replacement for Win IE 5.0 */
	letter-spacing :	-1000em;

/* Use text-indent image replacement for all browsers except Win IE 5.0 */
	letter-spacing :	0;
	text-indent:	-9000px;
}
#TrailerButton a {
	width:	220px !important;
	height:56px;	
	position: absolute;
	margin-left: 250px;
	margin-bottom: 15px; 
	display: block;
	background:	url(../images/buttons/trailerTire.gif) no-repeat;	
}
#TrailerButton a {
	/* Use letter-spacing image replacement for Win IE 5.0 */
	letter-spacing :	-1000em;

/* Use text-indent image replacement for all browsers except Win IE 5.0 */
	letter-spacing :	0;
	text-indent:	-9000px;
}
.red {color: #900; font-weight: bold;}


/* --------------------------
Vendor Admin
---------------------------*/
/*
#VendorAdminNav {
	margin-bottom: 75px;
}
*/
#VendorAdminNav ul {
	padding-top: 5px;
	margin-left: 300px;
}
/*
#VendorAdminNav ul li a{
	list-style-type: none !important;
}
*/
#VendorAdminNav ul li {
	list-style-type: none !important;
	display: list-item !important;
	padding: 0;
}
#AdminTractorButton {
	width:	240px !important;
	height:52px;
	margin: 0px;
	*margin-bottom: 5px;
	display: block;
	background:	url(../images/buttons/adminTractor.gif) no-repeat;
}
#AdminTrailerButton {
	width:	240px !important;
	height:52px;	
	margin: 0px;
	display: block;
	background:	url(../images/buttons/adminTrailer.gif) no-repeat;	
}
#AdminTractorButton p {
	font-size: 12px;
	padding: 10px 0px 0px 100px;
	*padding-top: 0px;
}
#AdminTrailerButton p {
	font-size: 12px;
	padding: 10px 0px 0px 100px;
	*padding-top: 0px;
}
#VendorListing_navMenun0 .TableHead {
	background: #FFF !important;
}
#AdminLink a {
	float: right;
	margin-top: 20px;
	margin-right: 25px;
	color: #FFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
#AdminLink a:hover {
	text-decoration: underline;
}