﻿#NavContainer {
	display: block;
	margin-left: -18px;
	width: 760px;
	/*border:1px solid red;*/
}
#Nav {
	height: 41px;
	text-align: center;
	/*width:100%;*/
	/*border: 1px solid green;*/
	/*padding-right:10px;*/
	width: 760px;
	display:block;
}
ul#Nav li {
	float:left;
	width:12.4%;
	text-align:center;
}
ul#Nav li.firstMenuItem
{
	text-align:left;
}
ul#Nav li.lastMenuItem
{
	text-align:right;
}
#Nav a{
	height: 41px;
	background-repeat: no-repeat;
	display: inline-block;
	text-decoration:none;
	line-height:41px;
	width:100px;
}


a#NavHome  { background: url(../images/btnHomeSprite.gif) no-repeat;}
a#NavProducts { background: url(../images/btnProductsSprite.gif) no-repeat;}
a#NavGallery { background: url(../images/btnGallerySprite.gif) no-repeat;}
a#NavNews { background: url(../images/btnNewsSprite.gif) no-repeat;}
a#NavService { background: url(../images/btnServiceSprite.gif) no-repeat;}
a#NavEssentials { background: url(../images/btnEssentialsSprite.gif) no-repeat;}
a#NavTour {	background: url(../images/btnTourSprite.gif) no-repeat;}
a#NavContact { background: url(../images/btnContactSprite.gif) no-repeat;}



a#NavHome:hover { background: url(../images/btnHomeSprite.gif) no-repeat 0 -41px; }
a#NavProducts:hover { background: url(../images/btnProductsSprite.gif) no-repeat 0 -41px; }
a#NavGallery:hover { background: url(../images/btnGallerySprite.gif) no-repeat 0 -41px; }
a#NavNews:hover { background: url(../images/btnNewsSprite.gif) no-repeat 0 -41px; }
a#NavService:hover { background: url(../images/btnServiceSprite.gif) no-repeat 0 -41px; }
a#NavEssentials:hover { background: url(../images/btnEssentialsSprite.gif) no-repeat 0 -41px; }
a#NavTour:hover { background: url(../images/btnTourSprite.gif) no-repeat 0 -41px; }
a#NavContact:hover { background: url(../images/btnContactSprite.gif) no-repeat 0 -41px; }





/*---------------------------------------------------SUB NAVS*/

ul#MenuVehicles li a, ul#MenuGear li a{
	color:#a6a6a6;
	font-size:0.8em;
	display: block;
	letter-spacing:0.01em;
}

ul#MenuVehicles li a:hover, ul#MenuGear li a:hover{
	color:#000;
}


/*---------------------------VEHICLE MENU*/
ul#MenuVehicles li{
	line-height:17px;
}

ul#MenuVehicles li.firstVehicleItem
{
	margin-top:7px;
}

ul#MenuVehicles li a.productLink
{
	color:#000000;
	font-size:100%;
}
ul#MenuVehicles li a.productLink:hover
{
	color:#cc2229;
	font-size:100%;
}
/*---------------------------GEAR MENU*/


ul#MenuGear{
	margin-top:17px;
}

ul#MenuGear li a.productLink
{
	color:#000000;
	font-size:100%;
}

ul#MenuGear li a.productLink:hover
{
	color:#cc2229;
	font-size:100%;
}

ul#MenuGear li{
	line-height:15px;
}

ul#MenuGear li.firsGearItem
{
	margin-top:7px;
}
#StudioBanner {
	text-align: right;
	height: 122px;
	padding-top: 54px;
}
