/**
 * CSS STYLE SHEET FOR MENUS and NAVIGATION ELEMENTS:
 * -----------------------------------------------------------------------------
 * NOTE:The menu was accomplished with much help from code by Stu Nicholls,
 * and it is his intellectual property. As such, it is copyright protected, and
 * he owns all rights to the menu's HTML markup and the CSS.  Thanks, Stu.
 * ------------------------------------------------------------------------------
 */

/* 
 * MENU // NAVIGATION:
 */
#menu {
	height:36px;
	width:950px;
	position:relative;
	z-index:400;
	background:#6E6C6D url(/images/navigation/bg_mainnav.jpg) repeat-x left top;
	border-top:solid 1px #ccc;
	margin-top: 110px;
	}
#menu #top_level {
	margin:0;
	padding:0;
	list-style:none; 
	white-space:nowrap;
	font-size:100%;
	}
#menu li {
	float:left;
	}
#menu #top_level a {
	display:block;
	float:left;
	padding:0 17px;
	height:36px;
	line-height:36px;
	text-decoration:none;
	white-space:nowrap;
	color:#fff;
	font-weight:bold;
	border-left:solid 1px #333;
	border-right:solid 1px #ccc;
	}
#menu #top_level a:hover, 
#menu #top_level a.here,
#menu #top_level .nav_on a {
	cursor:pointer;
	border-right-color:#222;
	background:#131315 url(/images/navigation/bg_mainnav_roll.jpg) repeat-x top left;
	}
#menu #top_level a#last {
	border-right:none;
	}


/* 
 * SUB-MENU:
 */

#subnav_wrapper {
	margin:0;
	padding:0;
	list-style:none;
	width:950px;
	height:36px;
	background:#AAAAAA url(/images/navigation/bg_subnav_tile_lg.jpg) repeat-x left bottom;
	border-bottom:solid 1px #4f4f4f;
	border-top:solid 1px #4f4f4f;
	border-bottom:none;
	}
#subnav_wrapper ul, 
#subnav_wrapper li {
	list-style:none;
	margin:0;
	padding:0;
	}
#subnav_wrapper li { /* IE6 Fix */
	float: left;
	}
#subnav_wrapper li {
	background:#AAAAAA url(/images/navigation/bg_subnav_tile_lg.jpg) repeat-x left bottom;
	}
#subnav_wrapper a {
	display:block;
	height:36px;
	line-height:36px;
	text-decoration:none;
	float:left; 
	background:#AAAAAA url(/images/navigation/bg_subnav_tile_lg.jpg) repeat-x left bottom;
	padding:0 12px; 
	margin:0;
	white-space:nowrap;
	color:#fff;
	border-left:solid 1px #888;
	border-right:solid 1px #ccc;
	}
#subnav_wrapper a:hover,
#subnav_wrapper a#here {
	border-right-color:#6E0019;
	background:#960224 url(/images/navigation/bg_subnav_roll_tile_lg.jpg) repeat-x left bottom;
	}
.sub_on { 
	display: block; /* visible sub-nav links */
	}
.sub_off {
	display: none; /* hidden sub-nav links */
	}
#subnav_wrapper a.right_most {
	border-right:none;
	}
#subnav_wrapper a.left_most {
	background:transparent url(/images/navigation/bg_subnav_rule.gif) repeat-y left top;
	border-left:none;	
	}
#subnav_wrapper a.left_most:hover {
	border-left:solid 1px #4f4f4f;
	border-right-color:#6E0019;
	background:#960224 url(/images/navigation/bg_subnav_roll_tile_lg.jpg) repeat-x left bottom;
	}

/* 
 * BREADCRUMBS:
 */
#breadcrumbs {
	background:transparent url(/images/copy/nd_textbox_top.png) no-repeat left center;
	margin-left: 20px;
	padding: 8px 0;
	width: 625px;
	}
#breadcrumbs .inner_wrap { margin: 0 25px }
#breadcrumbs_small {
	background:transparent url(/images/copy/breadcrumbs_sm_top.png) no-repeat left top;
	padding:8px 0 9px 0;
	width:482px;
	}
#breadcrumbs_medium {
	background:transparent url(/images/copy/breadcrumbs_md_top.png) no-repeat left top;
	padding:8px 0 9px 0;
	width:565px;
	margin:0;
	}
#breadcrumbs_large {
	background:transparent url(/images/copy/breadcrumbs_lrg_top.png) no-repeat left top;
	padding:8px 0 9px 0;
	width:717px;
	margin-left:0;
	}
#breadcrumbs_xlrge {
	background:transparent url(/images/copy/compare_textbox_top.png) no-repeat left top;
	padding:8px 0 9px 0;
	width:920px;
	}	
#breadcrumbs ul, #breadcrumbs li,
#breadcrumbs_small ul, #breadcrumbs_small li,
#breadcrumbs_medium ul, #breadcrumbs_medium li,
#breadcrumbs_large ul, #breadcrumbs_large li,
#breadcrumbs_xlrge ul, #breadcrumbs_xlrge li {
	margin:0;
	padding:0;
	display:inline;
	list-style:none;
	}
#breadcrumbs_small ul,
#breadcrumbs_medium ul,
#breadcrumbs_large ul,
#breadcrumbs_xlrge ul {
	margin-left:16px;
	}
#breadcrumbs li a,
#breadcrumbs_small li a,
#breadcrumbs_medium li a,
#breadcrumbs_large li a,
#breadcrumbs_xlrge li a {
	background:transparent url(/images/arrows/grayarrow.gif) no-repeat right center;
	padding-right:14px;
	line-height:20px;
	margin-right:6px;
	}

/* 
 * TERTIARY NAV (left sidebar):
 */
#table_leftside {
	background:#CCCCCC url(/images/navigation/bg_thirdnav.jpg) repeat-x left top;
	vertical-align:top;
	width:192px;
	border-right:solid 1px #676566;
	}
#table_leftside ul, #table_leftside li {
	margin:0;
	padding:0;
	list-style:none;
	}
#table_leftside li {
	border-bottom:1px solid #848283; /* IE6 needs this to be here not at the anchor level */
}
#table_leftside a {
	text-decoration:none;
	display:block;
	color:#494748;
	padding:9px 15px;
	}
#table_leftside a:hover, 
#table_leftside a.here,
#table_leftside a#menu_item_selected {
	background:#6E0019 url(/images/navigation/bg_subnav_sm_on.jpg) repeat-x left top;
	color:#fff;
	}
#table_leftside a#menu_item_selected {
	font-weight:bold;
	}
#table_leftside ul li ul li a {
	background:#848283;
	color:#fff;
	padding:5px 25px;
	border-bottom:none;
	}
/* model comparison table */
.comparision_table {
	margin:10px 0;
	font-size:85%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:100%;
	clear:both;
	}
.comparision_table th {
	color:#fff;
	background:#777777;
	vertical-align:bottom;
	padding:5px;
	border-right:4px solid #fff;
	border-bottom:1px solid #333;	
	}
.comparision_table td {
	padding:5px;
	border-right:4px solid #fff;
	border-bottom:1px solid #333;
	}
.comparision_table .odd { 
	background:#ccc;
	}
.comparision_table .even { 
	background:#e2e0e1;
	}
.comparision_table th.last, 
.comparision_table td.last {
	border-right:none;
	}
