/*	Style Sheet for Global Footer
-----------------------------------------------------------------------------
version:		1.0
author:		Interactive Limited, Dubai Internet City, Dubai, U.A.E
-----------------------------------------------------------------------------*/

#footerContainer
	{
		margin-left: 10px;
	}

#footer
	{
		clear: both;
		background: #fff url('../img/bg-footerGlobal.gif') no-repeat 0 0;
		height: 64px;
		margin-bottom: 20px;
	}


#footerNavMain
	{
		list-style: none;
		height: 36px;
	}


#footerNavMain li
	{
		float: left;
	}

#footerNavMain li a#brochureRequest
	{
		display: block;
		width: 191px;
		height: 36px;
		background: #ebebeb url('../img/link-requestBrochure-off.gif') no-repeat 0 0;
		text-indent: -9999px
	}
#footerNavMain li a#brochureRequest:hover
	{
		background: #ebebeb url('../img/link-requestBrochure-on.gif') no-repeat 0 0;
	}


#footerNavMain li a#testDriveRequest
	{
		display: block;
		width: 196px;
		height: 36px;
		background: #ebebeb url('../img/link-requestTestDrive-off.gif') no-repeat 0 0;
		text-indent: -9999px
	}
#footerNavMain li a#testDriveRequest:hover
	{
		background: #ebebeb url('../img/link-requestTestDrive-on.gif') no-repeat 0 0;
	}


#footerNavMain li a#locateDealer
	{
		display: block;
		width: 153px;
		height: 36px;
		background: #ebebeb url('../img/link-locateDealer-off.gif') no-repeat 0 0;
		text-indent: -9999px;
		outline: none
	}
#footerNavMain li a#locateDealer:hover
	{
		background: #ebebeb url('../img/link-locateDealer-on.gif') no-repeat 0 0;
	}


#footerNavMain li a#contactCustService
	{
		display: block;
		width: 170px;
		height: 36px;
		background: #ebebeb url('../img/link-contactCustService-off.gif') no-repeat 0 0;
		text-indent: -9999px
	}
#footerNavMain li a#contactCustService:hover
	{
		background: #ebebeb url('../img/link-contactCustService-on.gif') no-repeat 0 0;
	}


#footerNavMinor
	{
		list-style: none;
		height: 28px;
	}


#footerNavMinor li
	{
		float: left;
	}


#footerNavMinor li a
	{
		display: block;
		float: left;
		padding-left: 10px;
		padding-right: 10px;
		height: 28px;
		line-height: 28px;
		color: #666;
		background: #d0d0d0 url('../img/bg-footerNavDivider.gif') no-repeat right center;
		outline: none
	}


#footerNavMinor li a:hover
	{
		color: #c71444;
	}

#footerNavMinor li a.unDividedLink
	{
		display: block;
		padding-left: 10px;
		padding-right: 10px;
		height: 28px;
		line-height: 28px;
		color: #666;
		background: none;
		outline: none;
	}
#footerNavMinor li a.unDividedLink:hover
	{
		color: #c71444;
	}



