﻿/* DEFAULTS
----------------------------------------------------------*/

body
{
	background: #eeeeee;
	font-size: small;
	font-family: Arial;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}

a:link, a:visited
{
	border-width: 0px;
	color: #FFFFFF;
	text-align: left;

}

a:hover
{
	 border-width: 0px;
	color: #1d60ff;
	text-decoration: none;
}

a:active
{
	border-width: 0px;
	color: #000000;
}

p
{
   /* margin-bottom: 10px;*/
	line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
	font-size: 1.5em;
	font-family: Arial;
	color: #000000;
	font-variant: small-caps;
	text-transform: none;
	font-weight: 200;
	margin-bottom: 0px;
}

h1
{
	font-size: 1.6em;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

h2
{
	font-size: 1.5em;
	font-weight: 600;
}

h3
{
	font-size: 1.2em;
}

h4
{
	font-size: 1.1em;
}

h5, h6
{
	font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
	margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
	width: 1032px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	vertical-align: top;
}

form
{
	   width: 1032px;
	margin-right: auto;
	margin-left: auto;
   

	}

.header
{
	position: relative;
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
	width: 100%;
}

.header h1
{
	font-weight: 700;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	color: #f9f9f9;
	border: none;
	line-height: 2em;
	font-size: 2em;
}


.mainHeader
{
	padding: 0px;
	margin: 0px;
	background-image: url('../Images/main_header.png');
	background-repeat: no-repeat;
	background-position: center top;
	width: 1032px;
	height: 120px;
	position: relative;
}
.leftMenu
{
	/*width: 20%;*/
}
.bottomMenu
{
	/*width: 21%;*/
}
/*.leftCol
{
	padding: 6px 0px;
	margin: 12px 8px 8px 8px;
	width: 200px;
	min-height: 200px;*/
}

.footer
{
	color: #4e5766;
	padding: 8px 0px 0px 0px;
	margin: 0px auto;
	text-align: center;
	line-height: normal;

}
/* TAB MENU   
----------------------------------------------------------*/


div. hideSkiplink
{
	width: 100%;
	text-align: center;
	/*height: 167px;*/

}

div.menu
{
	margin-top: 0px;
	padding: 0px 0px 4px 8px;
	margin-bottom: 0px;
}
/*


div.menu ul
{
	border-width: 0px;
	color: #FFFFFF;
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: auto;
}

div.menu.BorderColor
{
	background-color: #666666;
}

div.menu.table.BackColor
{
	text-align: left;
	width: 280px;
	height: 34px;
	color: #000000;
	margin-top: 350px;
	margin-left: 135px;
}

div.menu.BackColor

{
   background-color: #666666;
}

div.menu ul li a, div.menu ul li a:visited
{
	margin: 0px;
	color: #FFFFFF;
	text-decoration: none;
	 background-color: #666666;
}

div.menu ul li a:hover
{
	 color: #FFFFFF;
	 text-decoration: underline;
	  background-color: #666666;
}

div.menu ul li a:active
{
	color: #FFFFFF;
	text-decoration: none;
	 background-color: #666666;
	
}*/


/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
	/*margin: 1em 0px;
	padding: 1em;
	border: 1px solid #ccc;*/
}

fieldset p 
{
	/*margin: 2px 12px 10px 10px;*/
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
	display: block;
}

fieldset label.inline 
{
	display: inline;
}

legend 
{
	font-size: 1.1em;
	font-weight: 600;
	padding: 2px 4px 8px 4px;
}

input.textEntry 
{
/*	width: 320px;
	border: 1px solid #ccc;*/
}

input.passwordEntry 
{
	width: 320px;
	border: 1px solid #ccc;
}

div.accountInfo
{
	width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
	clear: both;
}

.title
{
	display: block;
	float: left;
	text-align: left;
	width: auto;
}

/*.loginDisplay
{
	font-size: 1.1em;
	display: block;
	text-align: right;
	padding: 10px;
	color: White;
	height: 2px;
	margin-top: 1px;
	margin-bottom: 0px;
}

.loginDisplay a:link
{
	color: white;
}

.loginDisplay a:visited
{
	color: white;
}

.loginDisplay a:hover
{
	color: white;
}

.failureNotification
{
	font-size: 1.2em;
	color: Red;
}
*/
.bold
{
	font-weight: bold;
}

.submitButton
{
	text-align: right;
	padding-right: 10px;
}

	ttable.SubContent
{
	font-size: x-small;
	width: 100%;
	font-family: Arial;
	height: 100%;
}
	.style1
	{
		margin-left: 0px;
}
	.style2
	{
	  
		text-align: center;
	}
	.style3
	{
		text-decoration: none;
		font-size: large;
		 font-family: "Arial";
	}
	.style4
	{
		font-family: "Arial";
	}
	.style5
	{
	  
		font-family: Arial;
		font-size: xx-small;
	}
	
	.StylePwithCenter
{
	text-decoration: none;
	font-size: x-large;   
	text-align: center;
}

.StyleItemHeaders
{
	font-size: medium;
	font-weight: bold;
	color: #FFFF99;
}

.DealerLocatorFeatures
{
	font-weight: bold;
	color: #FFFF99;
}

.DealerLocatorFeaturesTableStyle
{
	margin: 20px;
	font-weight: bold;
	color: #FFFF99;
	text-align: center;
	border-spacing: 15px;
	empty-cells: show;
}

.MainMenuRepeatingBackgroundTop
{
	background-image: url('../Images/bar.png');
	background-repeat: repeat-x;
	background-position: top;
}

.HomePage
{
	background-position: center top;
	text-align: center;
	background-color: #eeeeee;
	  background-image: url('../Images/mainWallpaper.png'); 
	background-repeat: no-repeat;

}
.IndexPage
{
	background-position: center top;
	 
   background-image: url('../Images/backgroundsilver.png'); 
	background-repeat: no-repeat;
	height: 598px;
	margin-bottom: 0px;
}
.PowerPullx
{
	background-position: center top;
	/*text-align: center;*/    
   background-image: url('../Images/powerpullx.png');
	background-repeat: no-repeat; 
	height: 632px;
	position: relative;
	padding: 0px;
	margin: 0px;
   
}
.PowerPull
{
	background-position: center top;
	/*text-align: center;*/    
   background-image: url('../Images/powerpull18k.png');
	background-repeat: no-repeat;
	height: 532px;
	position: relative;
	padding: 0px;
	margin: 0px;
}
.Better_400
{
	background-position: right top;
	/*text-align: center;*/    
   background-image: url('../Images/Better_200.png');
	background-repeat: no-repeat;
	height: 513px;
	min-height: 600px;
	width: 1001px;
}
.Best_400
{
	background-position: right top;
	/*text-align: center;*/    
   background-image: url('../Images/Best_200.png');
	background-repeat: no-repeat;
	height: 567px;
	min-height: 600px;
	margin-top: 250px;
}

.UBSGrayBox
{
	background-position: center top;
	/*text-align: center;*/    
   background-image: url('../Images/UBS-GrayBox.png');
	background-repeat: no-repeat;
	height: 845px;
	position: relative;
	padding: 0px;
	margin: 0px;
}
.USBHeaderFormat
{
	margin: 0px;
	padding: 0px;
	text-align: Center;
	width: auto 100%;
	padding-top: 15px;
	color: #FFFFFF;
	font-weight: bold;
}
.USBTopHeaderFormat
{
	text-align: Left; 
	margin-left: 401px; 
	margin-top: 0px;
	width: 453px;
	}
.USBBottemListBox
{
	text-align: left;
	width: 254px;
  
	color: #000000;   
	padding-left: 165px;
	padding-top: 350px;
	margin-left: 52px;
}

.PullMaxx
{
	background-position: center top;
	/*text-align: center;*/    
   background-image: url('../Images/pullmax16k.png');
	background-repeat: no-repeat;
	height: 532px;
	position: relative;
	padding: 0px;
	margin: 0px;
}
.Glider
{
	background-position: center top;
	/*text-align: center;*/    
   background-image: url('../Images/GLIDER-GreyBox.png');
	background-repeat: no-repeat;
	height: 569px;
	position: relative;
	padding: 0px;
	margin: 0px;
}
.Tech
{
	background-position: Right top;
	/*text-align: center;*/    
   background-image: url('../Images/Tech_Service.png');
	background-repeat: no-repeat;
	height: 425px;
	min-height: 200px;
}

.Railkit
{
	background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/Rail_Kit_Green_Box.png');
	background-repeat: no-repeat;

}

.BBkit
{
	background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/Bracket-Kit-Grey-Box-2.png');
	background-repeat: no-repeat;
	height: 889px;
	position: relative;
	padding: 0px;
	margin: 0px;
}
.FifthAcc
{
	background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/5th-Wheel-Accessories-Background-2.png');
	background-repeat: no-repeat;
	/*height: 791px;*/
	min-height: 200px;
}
.ClassI
{
	/*text-align: center;*/
	padding: 0px;
	margin: 0px;
	background-position: Center top;
	background-image: url('../Images/Class_I_Box.png');
	background-repeat: no-repeat;
	height: 600px;
	position: relative;
}
.ClassListItems
{
   text-align: left;
   padding-left: 290px; 
	}
 .ClassListItemTop
{
   clear: both;
   padding-top: 260px;
}
.ClassII
{
	background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/Class_II_Box.png');
	background-repeat: no-repeat;
	height: 600px;
	position: relative;
	padding: 0px;
	margin: 0px;
}
.ClassIII
{
	background-position: Center top;
	/*text-align: center;*/    
	background-image: url('../Images/Class_III_Box.png');
	background-repeat: no-repeat;
	height: 600px;
	position: relative;
	padding: 0px;
	margin: 0px;
}
.ClassIV
{
	background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/SuperDutyForgedBallmounts.png');
	background-repeat: no-repeat;
	height: 600px;
	position: relative;
	padding: 0px;
	margin: 0px;
}
.ClassV
{
	background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/Class_V_Box.png');
	background-repeat: no-repeat;
	height: 600px;
	position: relative;
	padding: 0px;
	margin: 0px;
}
.Stealth
{
	background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/Stealth_Hitch_Box.png');
	background-repeat: no-repeat;
	height: 734px;
}

.IntRec
{
	background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/Integrated_Receivers-Background.png');
	background-repeat: no-repeat;
	height: 616px;
	position: relative;
	padding: 0px;
	margin: 0px;
}

.MotorHomeRec
{
	background-position: Center top;
	/*text-align: center;*/    
	background-image: url('../Images/Motorhome_Receivers-Background.png');
	background-repeat: no-repeat;
	height: 544px;
	position: relative;
	padding: 0px;
	margin: 0px;
}
.FabTube
{
	background-position: Center top;
	/*text-align: center;*/    
	background-image: url('../Images/Hitch_Fabrication_Background.png');
	background-repeat: no-repeat;
	height: 720px;
	position: relative;
	padding: 0px;
	margin: 0px;
}
.MultiFit
{
	background-position: Center top;
	/*text-align: center;*/    
	background-image: url('../Images/Multi-Fit_Background.png');
	background-repeat: no-repeat;
	height: 1332px;
	position: relative;
	padding: 0px;
	margin: 0px;
}

.FrontRec
{
	background-position: Center top;
	/*text-align: center;*/    
	background-image: url('../Images/Front-Mount_Receivers_Background.png');
	background-repeat: no-repeat;
	height: 436px;
	position: relative;
	padding: 0px;
	margin: 0px;
}
.BumperRec
{
	/*text-align: center;*/
	margin: 0px;
	padding: 0px;
	background-position: Center top;
	background-image: url('../Images/Bumper-Hitch_Background.png');
	background-repeat: no-repeat;
	height: 776px;
	top: 0px; 
	position: relative;
}

.MenuLeft
{
	padding: 5px;
	margin: auto;
	text-align: left;
	background-color: #333333;
}

.MenuLeftHover
{
	text-align: left;
	background-color: #CCCCCC;
}

.TrailerLightspg
{
   text-align: left; 
   margin-left: 100px; 
   width: 545px; 
   margin-top: 5px;
}

.pik
{
	background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/pik.png');
	background-repeat: no-repeat;
	height: 850px;
	position: relative;
	padding: 0px;
	margin: 0px;
}
 
   .pik2
{
	background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/pik2.png');
	background-repeat: no-repeat;
	height: 1524px;
	min-height: 200px;
}
.pik3
{
	background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/pik3');
	background-repeat: no-repeat;
	height: 1168px;
	min-height: 200px;
}
.pik4
{
	background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/pik4.png');
	background-repeat: no-repeat;
	height: 1657px;
	min-height: 200px;
}
.pik5
{
	background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/pik5.png');
	background-repeat: no-repeat;
	height: 1485px;
	min-height: 200px;
}
.ParallelDualArmCarrier
{
	background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/ParallelDualArmSpecialty3BikeCarrier91150.png');
	background-repeat: no-repeat;
	height: 600px;
	position: relative;
	padding: 0px;
	margin: 0px;
}
.EZ2BikeCarrier
{
	background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/2EZSpecialtyBikeCarrier91130.png');
	background-repeat: no-repeat;
	height: 584px;
	min-height: 200px;
}
.volt12Adapter
{
	background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/12-voltAdapter34000.png');
	background-repeat: no-repeat;
	height: 579px;
	min-height: 200px;
}
.Flat2Connectors
{
	background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/2-FlatConnectors32046.png');
	background-repeat: no-repeat;
	height: 533px;
	min-height: 200px;
}
.Round4Connectors
{
	background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/4-roundConnectors34017_34018_34019.png');
	background-repeat: no-repeat;
	height: 597px;
	min-height: 200px;
}

.Gooseneck5thWheel
{
	background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/5thWheelGooseneckWiring.png');
	background-repeat: no-repeat;
	height: 730px;
	min-height: 200px;
}

.Square6Wiring
{
	background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/6-squareConnectors34021.png');
	background-repeat: no-repeat;
	height: 559px;
	min-height: 200px;
}
.Round6Way
{
	background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/6-WayRoundConnectors.png');
	background-repeat: no-repeat;
	height: 562px;
	min-height: 200px;
}

.Trailer6_7Molded
{
	background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/6-7WayMoldedTrailerCables.png');
	background-repeat: no-repeat;
	height: 600px;
	min-height: 200px;
}
.RV7WayStyle
{
	background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/7WayRVConnectors.png');
	background-repeat: no-repeat;
	height: 600px;
	min-height: 200px;
}
.USCar7Way
{
	background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/7-wayUSCarConnectors.png');
	background-repeat: no-repeat;
	height: 600px;
	min-height: 200px;
}
.AFrameCoupler
{
	background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/A-FrameMobileHomeCoupler.png');
	background-repeat: no-repeat;
	height: 600px;
	min-height: 200px;
}
.AdaptHitchBall
{
	background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/AdaptHitchBalls.png');
	background-repeat: no-repeat;
	height: 600px;
	min-height: 200px;
}

.AdjustableBallmount
{
	background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/AdjustableBallmount.png');
	background-repeat: no-repeat;
	height: 600px;
	min-height: 200px;
}
.Adjustablemount
{
	background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/AdjustableBallmount1.png');
	background-repeat: no-repeat;
	height: 600px;
	min-height: 200px;
}

.AntiRattleBracket
{
	background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/AntiRattleBracket.png');
	background-repeat: no-repeat;
	height: 600px;
	min-height: 200px;
}
.ATVBallMounts
{
	background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/ATVBallMounts.png');
	background-repeat: no-repeat;
	height: 600px;
	min-height: 200px;
}
.BatteryIsolators
{
	background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/BatteryIsolators.png');
	background-repeat: no-repeat;
	height: 600px;
	min-height: 200px;
}
.ClassIIIVIBallmounts
{
	background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/ClassIII_VIBallmount.png');
	background-repeat: no-repeat;
	height: 800px;
	position: relative;
	padding: 0px;
	margin: 0px;
}
.ClassIV
{
	background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/SuperDutyForgedBallmounts.png');
	background-repeat: no-repeat;
	height: 600px;
	min-height: 200px;
}
.EBrackets
{
	background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/ElectricalMountingBrackets.png');
	background-repeat: no-repeat;
	height: 600px;
	position: relative;
	padding: 0px;
	margin: 0px;
}
.JackE
{
	background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/DeluxElectricalTrailerJack.png');
	background-repeat: no-repeat;
	height: 600px;
	position: relative;
	padding: 0px;
	margin: 0px;
}

.ElectricalConnectorHolder
{
	background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/ElectricalConnectorHolder.png');
	background-repeat: no-repeat;
	height: 800px;
	position: relative;
	padding: 0px;
	margin: 0px;
}
.FlexibleWiringAdaters
{
	background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/FlexibleWiringAdapters.png');
	background-repeat: no-repeat;
	height: 700px;
	position: relative;
	padding: 0px;
	margin: 0px;
}
.HitchAligner
{
	background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/HitchAligner.png');
	background-repeat: no-repeat;
	height: 600px;
	position: relative;
	padding: 0px;
	margin: 0px;
}
.Journey
{
	background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/Journey.png');
	background-repeat: no-repeat;
	height: 600px;
	position: relative;
	padding: 0px;
	margin: 0px;
}
.JourneyHD
{
	background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/JourneyHD.png');
	background-repeat: no-repeat;
	height: 600px;
	position: relative;
	padding: 0px;
	margin: 0px;
}
.JourneyHD1
{
	background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/JourneyHD1.png');
	background-repeat: no-repeat;
	height: 600px;
	position: relative;
	padding: 0px;
	margin: 0px;
}
.TowingMirrors
{
	background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/TowingMirrors.png');
	background-repeat: no-repeat;
	height: 600px;
	position: relative;
	padding: 0px;
	margin: 0px;
}
.MonsterBall
{
	background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/MonsterBall.png');
	background-repeat: no-repeat;
	height: 600px;
	position: relative;
	padding: 0px;
	margin: 0px;
}
.Multi-useBallmount1
{
	background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/Multi-useBallmount.png');
	background-repeat: no-repeat;
	height: 800px;
	position: relative;
	padding: 0px;
	margin: 0px;
}
.Odyssey
{
	background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/Odyssey.png');
	background-repeat: no-repeat;
	height: 600px;
	position: relative;
	padding: 0px;
	margin: 0px;
}
.OdysseyII
{
	background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/OdysseyII.png');
	background-repeat: no-repeat;
	height: 600px;
	position: relative;
	padding: 0px;
	margin: 0px;
}
.PintleMountingPlates
{
	background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/PintleMountingPlates.png');
	background-repeat: no-repeat;
	height: 600px;
	position: relative;
	padding: 0px;
	margin: 0px;
}
.Raptor
{
	background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/Raptor.png');
	background-repeat: no-repeat;
	height: 600px;
	position: relative;
	padding: 0px;
	margin: 0px;
}
.StandardFoldingHitchMountedBasket
{
	background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/StandardFoldingHitchMountedBasket.png');
	background-repeat: no-repeat;
	height: 600px;
	position: relative;
	padding: 0px;
	margin: 0px;
}

.ComboConnectors
{
	background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/ComboConnectors.png');
	background-repeat: no-repeat;
	height: 1125px;
	position: relative;
	padding: 0px;
	margin: 0px;
}
.StandardMoldedWiringAdapters
{
	background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/StandardMoldedWiringAdapters.png');
	background-repeat: no-repeat;
	height: 600px;
	position: relative;
	padding: 0px;
	margin: 0px;
}
.Stow-A-BallInstallationKits
{
	background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/Stow-A-BallInstallationKits.png');
	background-repeat: no-repeat;
	height: 600px;
	position: relative;
	padding: 0px;
	margin: 0px;
}
.AdjustableTowArm
{
	background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/AdjustableTowBar.png');
	background-repeat: no-repeat;
	height: 600px;
	position: relative;
	padding: 0px;
	margin: 0px;
}
.Towable4bikeCarrier
{
	background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/Towable4bikeCarrier.png');
	background-repeat: no-repeat;MultiFit
	height: 600px;
	position: relative;
	padding: 0px;
	margin: 0px;
}

.LEDlighting
{
	background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/LEDligiting.png');
	background-repeat: no-repeat;
	height: 950px;
	position: relative;
	padding: 0px;
	margin: 0px;
}
.SmartTrailerWirelessMonitoringSystem
{
	background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/SmartTrailerWirelessMonitoringSystem.png');
	background-repeat: no-repeat;
	height: 950px;
	position: relative;
	padding: 0px;
	margin: 0px;
}
.WeightDistributionLiftBrackets
{
	background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/WeightDistributionLiftBrackets.png');
	background-repeat: no-repeat;
	height: 935px;
	min-height: 200px;
}
.WeightDistribution2inchShanks
{
	background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/WeightDistribution2inchShanks.png');
	background-repeat: no-repeat;
	height: 935px;
	min-height: 200px;
}
.SwayControl
{
	background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/SwayControl.png');
	background-repeat: no-repeat;
	height: 600px;
	min-height: 200px;
}
.TrunnionBar
{
	background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/TrunnionBar.png');
	background-repeat: no-repeat;
	height: 600px;
	min-height: 200px;
}
.RoundBar
{
  background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/RoundBar.png');
	background-repeat: no-repeat;
	height: 600px;
	min-height: 200px;
}
.HandWinches
{
  background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/HandWinches.png');
	background-repeat: no-repeat;
	height: 610px;
	min-height: 200px;
}
.LampOutByPass
{
  background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/LampOutByPass.png');
	background-repeat: no-repeat;
	height: 610px;
	min-height: 200px;
}
.BackupAlert
{
  background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/BackupAlert.png');
	background-repeat: no-repeat;
	height: 610px;
	min-height: 200px;
}
.LEDWiringAdapter1
{
  background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/LEDWiringAdapter.png');
	background-repeat: no-repeat;
	height: 610px;
	min-height: 200px;
}
.Flat4-3
{
  background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/4-flat3.png');
	background-repeat: no-repeat;
	height: 1800px;
	min-height: 200px;
}
.Flat4-4
{
  background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/4-flat4.png');
	background-repeat: no-repeat;
	height: 1800px;


}
.Flat5
{
  background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/5-flat.png');
	background-repeat: no-repeat;
	height: 906px;
	min-height: 200px;
}
.TrailerBreakawayKits
{
  background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/TrailerBreakawayKits.png');
	background-repeat: no-repeat;
	height: 1150px;
	min-height: 200px;
}
.Tconnectors
{
  background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/T-Connectors.png');
	background-repeat: no-repeat;
	height: 600px;
	min-height: 200px;
}
.TailLightConverters
{
  background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/TailLightConverters.png');
	background-repeat: no-repeat;
	height: 1200px;
	min-height: 200px;
}
.TailLightConvert
{
  background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/TailLightConverters1.png');
	background-repeat: no-repeat;
	height: 1676px;
	min-height: 200px;
}
.BrakeControlHarnesses
{
  background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/BrakeControlHarnesses.png');
	background-repeat: no-repeat;
	height: 1519px;
	min-height: 200px;
}
.Blackbird
{
  background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/Blackbird.png');
	background-repeat: no-repeat;
	height: 950px;
	min-height: 200px;
}
.Phantom
{
  background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/Phantom.png');
	background-repeat: no-repeat;
	height: 1000px;
	position: relative;
	padding: 0px;
	margin: 0px;
}
.Round4con
{
  background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/4-roundConnectors.png');
	background-repeat: no-repeat;
	height: 600px;
	min-height: 200px;
}
.WorkTruck
{
  background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/WorkTruck.png');
	background-repeat: no-repeat;
	height: 600px;
	min-height: 200px;
}

.UBSInstal
{
  background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/UBSInstallationKits1.png');
	background-repeat: no-repeat;
	height: 1032px;
	min-height: 200px;
}
.PowerpullXtermeBallmounts
{
  background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/PowerpullXtermeBallmounts.png');
	background-repeat: no-repeat;
	height: 600px;
	position: relative;
	padding: 0px;
	margin: 0px;
}
.stowaball
{
  background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/Stowaball.png');
	background-repeat: no-repeat;
	height: 1220px;
	min-height: 200px;
}
.StowaballAccessories
{
  background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/StowaballAccessories.png');
	background-repeat: no-repeat;
	height: 1868px;
	min-height: 200px;
}
.Foldingballgooseneckhitch
{
  background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/Foldingballgooseneckhitch.png');
	background-repeat: no-repeat;
	height: 1868px;
	min-height: 200px;
}
.Foldingballgooseneckhitch1
{
  background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/Foldingballgooseneckhitch1.png');
	background-repeat: no-repeat;
   height: 1000px;
	position: relative;
	padding: 0px;
	margin: 0px;
}
.FoldingballIns
{
  background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/FoldingballInstallation.png');
	background-repeat: no-repeat;
   height: 800px;
	position: relative;
	padding: 0px;
	margin: 0px;
}
.FixedBallPatformGooseneckHitch
{
	background-position: Center top;
	/*text-align: center;*/    
	background-image: url('../Images/FixedBallPatformGooseneckHitch.png');
	background-repeat: no-repeat;
	height: 600px;
	position: relative;
	padding: 0px;
	margin: 0px;
}

.Pintle
{
  background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/Pintle.png');
	background-repeat: no-repeat;
	height: 1000px;
	position: relative;
	padding: 0px;
	margin: 0px;
}
.Lunette
{
  background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/Lunette.png');
	background-repeat: no-repeat;
	height: 1000px;
	position: relative;
	padding: 0px;
	margin: 0px;
}
.PintleAccesories
{
  background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/PintleAccesories.png');
	background-repeat: no-repeat;
	height: 600px;
	position: relative;
	padding: 0px;
	margin: 0px;
}
.ClevisMount
{
  background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/ClevisBallMount.png');
	background-repeat: no-repeat;
	height: 600px;
	position: relative;
	padding: 0px;
	margin: 0px;
}
.ForgedHitchBalls
{
  background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/ForgedHitchBalls.png');
	background-repeat: no-repeat;
	height: 800px;
	position: relative;
	padding: 0px;
	margin: 0px;
}
.ForgedHitchBallAccessories
{
  background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/ForgedHitchBallAccessories.png');
	background-repeat: no-repeat;
	height: 800px;
	position: relative;
	padding: 0px;
	margin: 0px;
}
.StealthHitch
{
  background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/StealthHitch.png');
	background-repeat: no-repeat;
	height: 797px;
	min-height: 200px;
}
.StealthHitchBallmounts
{
  background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/StealthHitchBallmounts.png');
	background-repeat: no-repeat;
	height: 788px;
	min-height: 200px;
}
.MultiBallmounts
{
  background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/multi-Ballmounts.png');
	background-repeat: no-repeat;
	height: 800px;
	position: relative;
	padding: 0px;
	margin: 0px;
}

.hitchpins
{
  background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/hitchpins.png');
	background-repeat: no-repeat;
	height: 900px;
	position: relative;
	margin: 0px;
	padding: 0px;
}

.hitchlock
{
	background-position: Center top;
	/*text-align: center;*/    
	background-image: url('../Images/hitchlocks.png');
	background-repeat: no-repeat;
	height: 1000px;
	position: relative;
	margin: 0px;
	padding: 0px;
}
.SpecialtyLocks
{
  background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/SpecialtyLocks.png');
	background-repeat: no-repeat;
	height: 2105px;
	min-height: 200px;
	
}
.ReceiverExtensions
{
  background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/ReceiverExtensions.png');
	background-repeat: no-repeat;
	height: 800px;
	position: relative;
	margin: 0px;
	padding: 0px;
	
}

.ChannelMountCouplers
{
	/*text-align: center;*/
	padding: 0px;
	margin: 0px;
	background-position: Center top;
	background-image: url('../Images/ChannelMountCouplers.png');
	background-repeat: no-repeat;
	height: 936px;
	position: relative;
}

.ToungJack
{
  background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/ToungJack.png');
	background-repeat: no-repeat;
	height: 1464px;
	min-height: 200px;
	
}

.JackAccessories
{
  background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/JackAccessories.png');
	background-repeat: no-repeat;
	height: 1200px;
	position: relative;
	margin: 0px;
	padding: 0px;
	
}
.DeluxHitches
{
  background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/DeluxHitches.png');
	background-repeat: no-repeat;
	height: 800px;
	position: relative;
	padding: 0px;
	margin: 0px;
}
.CargoBag
{
	background-position: Center top; /*text-align: center;*/
	background-image: url('../Images/CargoBag.png');
	background-repeat: no-repeat;
	height: 903px;
	position: relative;
	margin: 0px;
	padding: 0px;
}
	
.CargoBox
{
  background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/CargoBox.png');
	background-repeat: no-repeat;
	height: 824px;
	min-height: 200px;
	}
	
.UniversalRoofRack
{
  background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/UniversalRoofRack.png');
	background-repeat: no-repeat;
	height: 490px;
	min-height: 200px;
	}
	
.RoofBasket
{
  background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/RoofBasket.png');
	background-repeat: no-repeat;
	height: 490px;
	min-height: 200px;
}

.TieDown
{
	/*text-align: center;*/
	padding: 0px;
	margin: 0px;
	background-position: Center top;
	background-image: url('../Images/TieDown.png');
	background-repeat: no-repeat;
	height: 1250px;
	position: relative;
}
.BikeCarriers
{
  background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/BikeCarrier.png');
	background-repeat: no-repeat;
   height: 2000px;
	position: relative;
	padding: 0px;
	margin: 0px;
}


.BikeCarrierAccessory
{
  background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/BikeCarrierAccessory.png');
	background-repeat: no-repeat;
	height: 1747px;
	min-height: 200px;
}
.ClassIVBox
{
  background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/Class_IV_Box.png');
	background-repeat: no-repeat;
	height: 600px;
	position: relative;
	padding: 0px;
	margin: 0px;
}
.ClassI_IIDrawbar
{
  background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/ClassI_IIDrawbar.png');
	background-repeat: no-repeat;
	height: 800px;
	position: relative;
	padding: 0px;
	margin: 0px;
}
.ReceiverCovers
{
  background-position: Center top;
	/*text-align: center;*/    
   background-image: url('../Images/ReceiverCovers.png');
	background-repeat: no-repeat;
	height: 1065px;
	min-height: 200px;
}
.Products
{
  background-position: Center top;
	/*text-align: center;*/    
  /* background-image: url('../Images/ReceiverCovers.png'); */
	background-repeat: no-repeat;
	height: 1065px;
	min-height: 200px;
}

/*//////////////////////////////////product navigation ///////////////////////////////////////////////////////////////////////*/


	 .hitch {
	display: block;
	width: 89px;
	height: 89px;
	background-image: url('../Images/hitches_89x89.png');
}

.hitch:hover {
	background-image: url('../Images/hitches_89x89-off.png');
}
  
  
  
  
  
  
  .fifthWheel {
	display: block;
	width: 89px;
	height: 89px;
	background-image: url('../Images/5th_wheel_89x89.png');
}

.fifthWheel:hover {
	background-image: url('../Images/5th_wheel_89x89-off.png');
}
  
  
  
   .wiring {
	display: block;
	width: 89px;
	height: 89px;
	background-image: url('../Images/wiring_89x89.png');
}

.wiring:hover {
	background-image: url('../Images/wiring_89x89-off.png');
}
  
  
  
   
  .brakeControls {
	display: block;
	width: 89px;
	height: 89px;
	background-image: url('../Images/Brake_Controls89x89.png');
}

.brakeControls:hover {
	background-image: url('../Images/Brake_Controls89x89-off.png');
}


 .bike_carriers {
	display: block;
	width: 89px;
	height: 89px;
	background-image: url('../Images/bike_carriers89x89.png');
}

.bike_carriers:hover {
	background-image: url('../Images/bike_carriers_89x89-off.png');
}

/*//////////////////////////////////product navigation .cont ///////////////////////////////////////////////////////////////////////*/

   .hitchBasket {
	display: block;
	width: 89px;
	height: 89px;
	background-image: url('../Images/hitch_basket_89x89.png');
}

.hitchBasket:hover {
	background-image: url('../Images/hitch_basket_89x89-off.png');
}
  
  
  
   .roofcargo {
	display: block;
	width: 89px;
	height: 89px;
	background-image: url('../Images/roof_cargo89x89.png');
}

.roofcargo:hover {
	background-image: url('../Images/roof_cargo89x89-off.png');
}
  
  
  
   .hitchBalls {
	display: block;
	width: 89px;
	height: 89px;
	background-image: url('../Images/hitchball89x89.png');
}

.hitchBalls:hover {
	background-image: url('../Images/hitchball89x89-off.png');
}
  
  
  
   
  .pintleHook {
	display: block;
	width: 89px;
	height: 89px;
	background-image: url('../Images/pintle_hook89x89.png');
}

.pintleHook:hover {
	background-image: url('../Images/pintle_hook89x89-off.png');
}


 .drawBars {
	display: block;
	width: 89px;
	height: 89px;
	background-image: url('../Images/drawbars89x89.png');
}

.drawBars:hover {
	background-image: url('../Images/drawbars89x89-off.png');
}


/*//////////////////////////////////product navigation .cont ///////////////////////////////////////////////////////////////////////*/

   .receiver_cover {
	display: block;
	width: 89px;
	height: 89px;
	background-image: url('../Images/receiver_cover_89x89.png');
}

.receiver_cover:hover {
	background-image: url('../Images/receiver_cover_89x89-off.png');
}
  
  
  
   .couplers {
	display: block;
	width: 89px;
	height: 89px;
	background-image: url('../Images/couplers_89x89.png');
}

.couplers:hover {
	background-image: url('../Images/couplers_89x89-off.png');
}
  
  
  
   .ballmounts {
	display: block;
	width: 89px;
	height: 89px;
	background-image: url('../Images/ballmounts89x89.png');
}

.ballmounts:hover {
	background-image: url('../Images/ballmounts89x89-off.png');
}
  
  
  
   
  .winches {
	display: block;
	width: 89px;
	height: 89px;
	background-image: url('../Images/winches_89x89.png');
}

.winches:hover {
	background-image: url('../Images/winches_89x89-off.png');
}


 .jacks {
	display: block;
	width: 89px;
	height: 89px;
	background-image: url('../Images/jack89x89.png');
}

.jacks:hover {
	background-image: url('../Images/jack89x89-off.png');
}


/*//////////////////////////////////product navigation .cont ///////////////////////////////////////////////////////////////////////*/

   .tireCarrier {
	display: block;
	width: 89px;
	height: 89px;
	background-image: url('../Images/tire_carrier89x89.png');
}

.tireCarrier:hover {
	background-image: url('../Images/tire_carrier89x89-off.png');
}
  
  
  
   .pins_and_clips {
	display: block;
	width: 89px;
	height: 89px;
	background-image: url('../Images/pins_clips_89x89.png');
}

.pins_and_clips:hover {
	background-image: url('../Images/pins_clips_89x89-off.png');
}
  
  
  
   .tow_bar {
	display: block;
	width: 89px;
	height: 89px;
	background-image: url('../Images/tow_bars89x89.png');
}

.tow_bar:hover {
	background-image: url('..Images/tow_bars89x89-off.png');
}
  
  
  
   
  .locks {
	display: block;
	width: 89px;
	height: 89px;
	background-image: url('../Images/locks89x89.png');
}

.locks:hover {
	background-image: url('../Images/locks89x89-off.png');
}


 .vision_aids {
	display: block;
	width: 89px;
	height: 89px;
	background-image: url('../Images/Vision_aids89x89.png');
}

.vision_aids:hover {
	background-image: url('../Images/Vision_aids89x89-off.png');
}

/*//////////////////////////////////product navigation .cont ( HITCHNAV ) ///////////////////////////////////////////////////////////////////////*/

.classI {
	display: block;
	width: 89px;
	height: 89px;
	background-image: url('../Images/ClassI_89x89.png');
}

.classI:hover {
	background-image: url('../Images/ClassI_89x89-off.png');
}


.classII {
	display: block;
	width: 89px;
	height: 89px;
	background-image: url('../Images/ClassII_89x89.png');
}

.classII:hover {
	background-image: url('../Images/ClassII_89x89-off.png');
}


.classIII {
	display: block;
	width: 89px;
	height: 89px;
	background-image: url('../Images/ClassIII_89x89.png');
}

.classIII:hover {
	background-image: url('../Images/ClassIII_89x89-off.png');
}


.classIV {
	display: block;
	width: 89px;
	height: 89px;
	background-image: url('../Images/ClassIV_89x89.png');
}

.classIV:hover {
	background-image: url('../Images/ClassIV_89x89-off.png');
}


.classV {
	display: block;
	width: 89px;
	height: 89px;
	background-image: url('../Images/ClassV_89x89.png');
}

.classV:hover {
	background-image: url('../Images/ClassV_89x89-off.png');
}


.integratewWire {
	display: block;
	width: 89px;
	height: 89px;
	background-image: url('../Images/integrated_wire_89x89.png');
}

.integratewWire:hover {
	background-image: url('../Images/integrated_wire_89x89-off.png');
}


.stealth {
	display: block;
	width: 89px;
	height: 89px;
	background-image: url('../Images/stealth_89x89.png');
}

.stealth:hover {
	background-image: url('../Images/stealth_89x89-off.png');
}


.receiverFabrication {
	display: block;
	width: 89px;
	height: 89px;
	background-image: url('../Images/bumper_hitch_fabrication89x89.png');
}

.receiverFabrication:hover {
	background-image: url('../Images/bumper_hitch_fabrication89x89-off.png');
}


.frontMounted {
	display: block;
	width: 89px;
	height: 89px;
	background-image: url('../Images/front_mount89x89.png');
}

.frontMounted:hover {
	background-image: url('../Images/front_mount89x89-off.png');
}


.bumperHitch {
	display: block;
	width: 89px;
	height: 89px;
	background-image: url('../Images/bumper_hitch89x89.png');
}

.bumperHitch:hover {
	background-image: url('../Images/bumper_hitch89x89-off.png');
	
	
}


.multiFit {
	display: block;
	width: 89px;
	height: 89px;
	background-image: url('../Images/multi_fit_89x89.png');
}

.multiFit:hover {
	background-image: url('../Images/multi_fit_89x89-off.png');
	
	
}


.workTruck {
	display: block;
	width: 89px;
	height: 89px;
	background-image: url('../Images/work_truck89x89.png');
}

.workTruck:hover {
	background-image: url('../Images/work_truck89x89-off.png');
	
	
}


.motorHome {
	display: block;
	width: 89px;
	height: 89px;
	background-image: url('../Images/motor_home89x89.png');
}

.motorHome:hover {
	background-image: url('../Images/motor_home89x89-off.png');
	
	
}
/*//////////////////////////////////product navigation ( stealthnav - Specialty Receivers ) ///////////////////////////////////////////////////////////////////////*/
.stealthAccessories {
	display: block;
	width: 89px;
	height: 89px;
	background-image: url('../Images/stealth_accessories89x89.png');
}

.stealthAccessories:hover {
	background-image: url('../Images/stealth_accessories89x89-off.png');
}



/*//////////////////////////////////product navigation .cont ( multiFitnav - Specialty Receivers ) ////////////////////////////////////////////////////////////////////////*/


.Home
{
	background-position: Center top;	 
   background-image: url('../Images/home.png');
	background-repeat: no-repeat;
}

.News
{
	background-position: Center top;	 
   background-image: url('../Images/news3.png');
	background-repeat: no-repeat;	
}

.Product
{
	background-position: Center top;	 
   background-image: url('../Images/products3.png');
	background-repeat: no-repeat;
	}


.Company
{
	background-position: Center top;	 
   background-image: url('../Images/company.png');
	background-repeat: no-repeat;	
}

.Events
{
	background-position: Center top;	 
   background-image: url('../Images/events3.png');
	background-repeat: no-repeat;	
}




	 .home {
		display: block;
	width: 203px;
	height: 89px;
	background-image: url('../Images/home_button_on.png');
}

.home:hover {
	background-image: url('../Images/home_button_off.png');
}


	
	 .news {
		display: block;
	width: 203px;
	height: 89px;
	background-image: url('../Images/news_button_on.png');
}

.news:hover {
	background-image: url('../Images/news_button_off.png');
}


	 .company {
		display: block;
	width: 203px;
	height: 89px;
	background-image: url('../Images/company_button_on.png');
}

.company:hover {
	background-image: url('../Images/company_button_off.png');
}


	 .products1 {
		display: block;
	width: 203px;
	height: 89px;
	background-image: url('../Images/contact_button_on.png');
}

.products1:hover {
	background-image: url('../Images/contact_button_off.png');
}


	 .events1 {
		display: block;
	width: 203px;
	height: 89px;
	background-image: url('../Images/events_button_on.png');
}

.events1:hover {
	background-image: url('../Images/events_button_off.png');
}


	 .featured1 {
		display: block;
		background-repeat: no-repeat;
	width: 500px;
	height: 300px;
	background-image: url('../Images/featured_button_on.png');
}

/*.featured1:hover {
	background-image: url('../Images/featured_button_off.png');
} */

 .new1 {
		display: block;
		background-repeat: no-repeat;
	width: 500px;
	height: 179px;
	background-image: url('../Images/button_new_releases.png');
}

/*.new1:hover {
	background-image: url('../Images/new_button_on.png');
} */


 .home_buttons {
		display: block;
	width: 90px;
	height: 21px;
	background-image: url('~/Images/home_button.png');
}

.home_buttons:hover {
	background-image: url('~/Images/home_button_over.png');
}

.search_nav
{
	margin-left:574px; 
	  
	background-image: url('./Images/isheet_spot.png');

}
.middle_nav
{
	margin-left:574px;   
}
.bottom_nav
{
}



	  .TabArea
		{
					background-color: White;
					font-size: x-small;
		}
 
.newReleases
{
	background-repeat: no-repeat;
	background-image: url('../Images/newReleases.png');
	height: 532px;
	position: relative;
	padding: 0px;
	margin: 0px;	
} 

.ulFormat
{
	margin: 0px;
	list-style-type: disc;
	font-size: small;
	color: #FFFFFF;
}
.uiformat
{
	font-size: x-small;
	color: #FFFFFF;
}
