﻿/*
Title:      CSS Culture
Author:     Julie Imbault, julie.imbault@nurun.com
Updated:    July 4 2008

Content:	Main Navigation
			
			

*/
/* ---[ Main Navigation ]----------------------------------- */
#topMenu ul li.first:hover {
	background-position:left -32px;
	}
#topMenu ul li.last:hover {
	background-position:right -32px;
	}
#nav #logo a {
	background: url(../images/logo_sea-doo.gif) no-repeat 0 0;
	width:190px;
	height:44px;
	}
#main-nav ul li  ul li a {
    padding: 0px 5px;
}

/* ---[ Get a Quote ]----------------------------------- */
#getaquote #get-a-quote-subnav #watercraft a,
#getaquote #get-a-quote-subnav #watercraft a.on {
	background:url(../images/tab_menu_watercraft.gif) no-repeat 0 -36px;
	}
#getaquote #get-a-quote-subnav #watercraft a.off {
	background:url(../images/tab_menu_watercraft.gif) no-repeat 0 0;
	}
#getaquote #get-a-quote-subnav #sportboats a,
#getaquote #get-a-quote-subnav #sportboats a.on {
	background:url(../images/tab_menu_sportboat.gif) no-repeat 0 -36px;
	}
#getaquote #get-a-quote-subnav #sportboats a.off {
	background:url(../images/tab_menu_sportboat.gif) no-repeat 0 0;
	}

.getaquote-step2-imgs .downloadspec a{
    background: url(../images/download-specsheet.gif) no-repeat top left;
    display:block;
    width: 200px;
    height: 46px;
    text-indent: -2000px;
}

/* ---[ Product Compare ]----------------------------------- */
#productCompare #divBanner #optionsCompare #getaQuoteChoice.over{
	background:url(../images/bkg_getaquote_compare.gif) no-repeat left bottom;
}
	
#productCompare #divBanner #optionsCompare #getaQuoteChoice {
	background:url(../images/btn_getaquote_compare.gif) no-repeat left bottom;
}

/* ---[ Fuel Efficiency ]----------------------------------- */
#fuel-efficiency-subnav #watercraft a,
#fuel-efficiency-subnav #watercraft a.on {
	background:url(../images/navigation_fuel_PWC.gif) no-repeat 0 0;
	}
#fuel-efficiency-subnav #watercraft a.off {
	background:url(../images/navigation_fuel_PWC.gif) no-repeat 0 -48px;
	}
#fuel-efficiency-subnav #sportboats a,
#fuel-efficiency-subnav #sportboats a.on {
	background:url(../images/navigation_fuel_SB.gif) no-repeat 0 0;
	}
#fuel-efficiency-subnav #sportboats a.off {
	background:url(../images/navigation_fuel_SB.gif) no-repeat 0 -48px;
	}
#fuelEconomy #fuel-efficiency-subnav li,
#fuelEconomy #fuel-efficiency-subnav a {
	width:290px;
	}
#fuelEconomy .blockContent img {
	padding-bottom:20px;
	}
	
/* ---[ Showroom PVA & Get a Quote ]----------------------- */
.closeBtn .closePanel {
	width:54px;
	background:url(../images/btn_close_getaquote.gif) no-repeat right top;
	}
.closeBtn .closePanel:hover {
	background:url(../images/btn_close_getaquote.gif) no-repeat right -17px;
	}
	
#compareCompetition .savePrice {
	min-height:80px;
	}
#compareCompetitionBottom a.btnPrint {
	width:92px;
	height:35px;
	display:block;
	float:right;
	text-indent: -2000px;
	background:url(../images/btn_print.gif) no-repeat left bottom;
}

/* ---[ Promotions Column ]----------------------- */
#showroom .blockBTN .openPVA {
	background:url(../images/btn_compare_columnRight.gif) no-repeat 0 -49px;
	}
#showroom .blockBTN .openGetaQuote {
	background:url(../images/btn_getaquote_columnRight.gif) no-repeat 0 -49px;
	}	
#showroom .blockBTN .openPVAOn {
	background:url(../images/btn_compare_columnRight.gif) no-repeat 0 0;
	}
#showroom .blockBTN .openGetaQuoteOn {
	background:url(../images/btn_getaquote_columnRight.gif) no-repeat 0 0;
	}
