/*  
	Beechcraft Hawker CSS version 0.8
	nav.css
	Design by Scout Stevenson, The Boston Group
	Date:	December, 2006
*/

/* top nav buttons style */

#hawker {margin:0;padding:0;height:38px;width:102px;float:left;background:url(but_hawker.gif) no-repeat top left;}
#hawker a {text-decoration:none;display:block;margin:0;padding:10px;}
#hawker a:hover,#hawker a:active,#hawker a.current {background:url(but_hawker.gif) no-repeat bottom left;}

#beechcraft {margin:0;padding:0;height:38px;width:87px;float:left;background:url(but_beechcraft.gif) no-repeat top left;}
#beechcraft a {text-decoration:none;display:block;margin:0;padding:10px;}
#beechcraft a:hover,#beechcraft a:active,#beechcraft a.current {background:url(but_beechcraft.gif) no-repeat bottom left;}

#parts {margin:0;padding:0;height:38px;width:79px;float:left;background:url(but_parts.gif) no-repeat top left;}
#parts a {text-decoration:none;display:block;margin:0;padding:10px;}
#parts a:hover,#parts a:active,#parts a.current {background:url(but_parts.gif) no-repeat bottom left;}

#military {margin:0;padding:0;height:38px;width:115px;float:left;background:url(but_military.gif) no-repeat top left;}
#military a {text-decoration:none;display:block;margin:0;padding:10px;}
#military a:hover,#military a:active,#military a.current {background:url(but_military.gif) no-repeat bottom left;}

#special {margin:0;padding:0;height:38px;width:114px;float:left;background:url(but_special.gif) no-repeat top left;}
#special a {text-decoration:none;display:block;margin:0;padding:10px;}
#special a:hover,#special a:active,#special a.current {background:url(but_special.gif) no-repeat bottom left;}

#pre_owned {margin:0;padding:0;height:38px;width:139px;float:left;background:url(but_pre_owned.gif) no-repeat top left;}
#pre_owned a {text-decoration:none;display:block;margin:0;padding:10px;}
#pre_owned a:hover,#pre_owned a:active,#pre_owned a.current {background:url(but_pre_owned.gif) no-repeat bottom left;}

#service {margin:0;padding:0;height:38px;width:128px;float:left;background:url(but_service.gif) no-repeat top left;}
#service a {text-decoration:none;display:block;margin:0;padding:10px;}
#service a:hover,#service a:active,#service a.current {background:url(but_service.gif) no-repeat bottom left;}

#about {margin:0;padding:0;height:38px;width:78px;float:left;background:url(but_about.gif) no-repeat top left;}
#about a {text-decoration:none;display:block;margin:0;padding:10px;}
#about a:hover,#about a:active,#about a.current {background:url(but_about.gif) no-repeat bottom left;}

#employment {margin:0;padding:0;height:38px;width:98px;float:left;display:block;background:url(but_employment.gif) no-repeat top left;}
#employment a {text-decoration:none;display:block;margin:0;padding:10px;}
#employment a:hover,#employment a:active,#employment a.current {background:url(but_employment.gif) no-repeat bottom left;}

/* end top nav buttons div style */

/* start topnav buttons LI style  */

#topnav ul {
	list-style-type: none;
	height: 38px;
	margin: 0;
	padding: 0;
	position: relative;
}

#topnav li {
	float: left;
	height: 38px;
}

#topnav li a {
	display: block;
	height: 38px;
}

#topnav li a:link, #topnav li a:visited, #topnav li a:active, #topnav li a:hover, #topnav li a.selected {
	display: block;
	height: 38px;
}
/* topnav button widths defined here  */
#topnav_hawker { width: 102px;}
#topnav_beechcraft { width: 87px;}
#topnav_parts {	width: 79px;}
#topnav_military { width: 115px;}
#topnav_special { width: 114px;}
#topnav_pre_owned {	width: 139px;}
#topnav_service { width: 128px;}
#topnav_about { width: 78px;}
#topnav_employment { width: 98px;}

/*  Following set the background image to the top half  */
#topnav_hawker a { background: url(but_hawker.gif) no-repeat top;}
#topnav_beechcraft a { background: url(but_beechcraft.gif) no-repeat top;}
#topnav_parts a { background: url(but_parts.gif) no-repeat top;}
#topnav_military a { background: url(but_military.gif) no-repeat top;}
#topnav_special a { background: url(but_special.gif) no-repeat top;}
#topnav_pre_owned a { background: url(but_pre_owned.gif) no-repeat top;}
#topnav_service a { background: url(but_service.gif) no-repeat top;}
#topnav_about a { background: url(but_about.gif) no-repeat top;}
#topnav_employment a { background: url(but_employment.gif) no-repeat top;}

/* move the button background image up to reveal mouseover  */ 
#topnav li a:hover, #topnav li a:hover, #topnav li a.selected {
	background-position: bottom;
}

.img_replace {	/* hides topnav link text, allows it to be searched, and lets the images work instead  */
	text-indent: -9999px;
}
/* end top nav buttons LI style  */

#breadcrumb ul {
	margin: 0 0 15px 0;
	padding: 0;
	list-style: none;
}

#breadcrumb li {
	padding: 0;
	display: inline;
	margin: 0 5px 0 0;
	}

/* #breadcrumb li a,#print a,#find_rep a {
	text-decoration: none;
} */

#breadcrumb a {
	text-decoration: none;
}

#leftnav ul {
	margin: 15px 0 0 4px;
	padding: 0;
	list-style: none;
}

#leftnav li {
	margin: 0;
	padding: 0 5px 10px 0;
}

#leftnav li a {
	text-decoration: none;
}

#leftnav ul ul {
	padding: 1px 0;
	margin: 2px 0 0;
	list-style: none;
	background: url(left-nav-bar.gif) repeat-y top left;
}

#leftnav ul ul li {
	margin: 0;
	padding: 4px 0 3px;
	background-color: #fff;
	display: block;
	}

#leftnav ul ul li a {
	text-decoration: none;
	padding-left: 15px;
}

#leftnav ul ul li a.selected {
	background: url("left-nav-bullet.gif") no-repeat 0 65%;
}

/*  right hand nav within the category or brand. If two columns, use  category_nav1 and category_nav2.
		If one column wide is used, use category_nav.
		If narrow 1 column is needed (like in pre-owned) use category_nav1 */
ul.category_nav,ul.category_nav1,ul.category_nav2 {
	margin: 15px 0 0 10px;
	padding: 0;
	text-decoration: none;
	list-style: none;
	width: 120px;
	display: block;
	float: left;
}

ul.category_nav {		/*  right hand nav within the category, if one column  all dimensions the same except width*/
	width: 240px;
}

ul.category_nav1 li,ul.category_nav2 li,ul.category_nav li {
	background: url("grey_arrow.gif") no-repeat 0 50%;
	padding-left: 12px;
}







/* SprySlidingPanels.css - version 0.1 - Spry Pre-Release 1.6 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main SlidingPanels container. This selector
 * defines the width and height of the view port for the widget. Note that
 * this selector does not set the overflow property since that is done programatically
 * by the widget. Setting the overflow property programatically ensures that
 * the contens of the widget will be fully visible should JavaScript be disabled
 * in the browser.
 *
 * If you want to constrain the width of the SlidingPanels widget, set a width on
 * the SlidingPanels container. By default, our sliding panels widget expands
 * horizontally to fill up available space.
 *
 * The SlidingPanels container is positioned relative so that content inside it
 * can be positioned relative to its upper left corner.
 *
 * Avoid placing any CSS border or padding properties on the SlidingPanels container
 * as they can affect the proper positioning and sliding animations of the contents
 * inside the container.
 *
 * The name of the class ("SlidingPanels") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * SlidingPanels container.
 */
.SlidingPanels {
	position: relative;
	float: left;
	width: 600px;
	height: 250px;
	padding: 0px;
	border: none;
}

/* This is the selector for the container that holds all of the content panels
 * for the widget. The SlidingPanelsContentGroup container is what gets programtically
 * positioned to create the slide animation. It is also what governs the layout of
 * the panels.
 *
 * By default, the width of the container is the same as its parent, the SlidingPanels
 * container.
 *
 * You can make the panels within the SlidingPanelsContentGroup container layout
 * horizontally by giving the SlidingPanelsContentGroup container a width that is as wide
 * or larget than the sum of the widths of all of the content panels, and then floating
 * the content panels inside the SlidingPanelsContentGroup container so they all appear
 * on the same line. You may also need to float the SlidingPanels and SlidingPanelsContentGroup
 * containers to insure that none of the content panels "leak" outside of the widget.
 *
 * Avoid placing any CSS border, margin, or padding properties on the SlidingPanels
 * container as they can affect the proper positioning and sliding animations of the
 * the container within the widget.
 *
 * The name of the class ("SlidingPanelsContentGroup") used in this selector is not
 * necessary to make the widget function. You can use any class name you want to style the
 * SlidingPanelsContentGroup container.
 */
.SlidingPanelsContentGroup {
	position: relative;
	float: left;
	width: 1200px;
	margin: 0px;
	padding: 0px;
	border: none;
}


/* This is the selector for the container that holds content for a given panel. In our
 * default style implementation, the dimensions of each content panel exactly match the
 * dimensions of the view port (SlidingPanels) container. This ensures that only one
 * panel ever shows within the view port.
 *
 * Avoid placing any CSS border, margin, or padding properties on the SlidingPanels
 * container as they can affect the proper positioning and sliding animations of the
 * the panel within the widget. You can place border, margins and padding on any content
 * *inside* the content panel.
 *
 * The name of the class ("SlidingPanelsContent") used in this selector is not
 * necessary to make the widget function. You can use any class name you want to style the
 * SlidingPanelsContent container.
 */
.SlidingPanelsContent {
	float: left;
	width: 600px;
	height: 250px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	border: none;
}

/* The class used in this selector is programatically added to the SlidingPanels container
 * anytime we are animating between panels. This rule makes sure that *all* content inside
 * the widget is overflow:none to avoid a rendering glitch that occurs in FireFox 1.5 whenever
 * there is an element inside the widget that displays a scrollbar.
 *
 * The class is automatically removed once the animation has stopped so that the overflow
 * properties of the content inside the widget should be restored.
 */
.SlidingPanelsAnimating * {
	overflow: hidden !important;
}

/* The class used in this selector is programatically added to the SlindingPanelsContent
 * container that is currently visible in the view port. The class is automatically removed
 * when the widget switches to a different panel.
 */
.SlidingPanelsCurrentPanel {
}

/* The class used in this selector is programatically added to the SlidingPanels container
 * anytime the SlidingPanels container is given focus. The class is automatically removed
 * once the SlidingPanels container loses focus.
 */
.SlidingPanelsFocused {
}

