@charset "utf-8";
/* CSS Document */

/* ---Start Top Menu--- */
/* style the outer div to give it width */
.menu {
	font-size:11px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0px;
	margin:0px;
	list-style-type:none;
}
/* style the sub-level lists */
.menu ul ul {
	width:15em;
	padding-top:3px;
	padding-left:1px;
}
/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu ul li {
	float:left;
	height:2em;
	line-height:2em;
	padding-bottom:7px;
	z-index: 100;
}
/* style the sub level list items */
.menu ul ul li {
	display:block;
	width:200px;
	height:auto;
	line-height:1em;
	padding-top: 0px;
	padding-bottom:0px;
}
/* style the links for the top level */
.menu a, .menu a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	display:block;
	float:left;
	text-decoration:none;
	color:#FFFFFF;
	padding:0 20px;
}
/* style the sub level links */
.menu ul ul a, .menu ul ul a:visited, .menu ul dl a, .menu ul dl a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	display:block;
	background:#e9e9e9;
	color:#333333;
	width: 180px;
	padding:0.5em 1em;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #283040;
	border-right-color: #283040;
	border-bottom-color: #283040;
	border-left-color: #283040;
}
* html .menu ul ul a, * html .menu ul ul a:visited, * html .menu ul dl a, * html .menu ul dl a:visited {
	width:14em;
}
/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {
	position:absolute;
	left:1px;
	top:0;
	width:0;
	height:0;
	font-size:11px;
	z-index:1;
}
/* style the level hovers */
/* first */
#mainNavWrapper {
	margin: 120px 0 0 0;
	padding: 0;
	height: 40px;
	clear: both;
	font-size: 18px;
}
.menu li:hover {
	position:relative;
}
.menu :hover a {
}
.menu li.mainMenuFirst {
	height: 32px;
	padding: 8px 0 0 0;
}
.menu li.mainMenuFirst:hover a {
	color: #333333;
	text-decoration: none;
}
.menu li.mainMenuFirst:hover {
	background: #e9e9e9;
}
/* second */
.menu ul ul li:hover, .menu ul dl li:hover {
	position:relative;
}
.menu ul ul :hover a, .menu ul dl :hover a {
	background: #747474 url(../imagesv3/dropdown_hover_bg.png) repeat-x 0 0;
	color: #ffffff;
	text-decoration: none;
}
.menu li.mainMenuFirst ul li a:hover {
	color: #ffffff;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul, .menu ul dl {
	visibility:hidden;
	position:absolute;
	height:0;
	top:36px;
	left:-2px;
	width:14em;
	z-index: 100;
}
/* make the second level visible when hover on first level list OR link */
.menu ul :hover ul, .menu ul :hover dl {
	visibility:visible;
	height:auto;
	padding-bottom:3em;
	background:transparent url(../imagesv2/trans.gif);
}
/* Two Column Settings */
/*.menu ul dl a, .menu ul dl a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	display:block;
	background:#e9e9e9;
	color:#333333;
	width:12.5em;
	padding:0.5em 1em;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #283040;
	border-right-color: #283040;
	border-bottom-color: #283040;
	border-left-color: #283040;
}*/
.menu ul dl li {
	display:block;
	width: 209px;
	height:auto;
	line-height:1em;
	padding-top: 0px;
	padding-bottom:0px;
}
.menu ul dl {
	visibility:hidden;
	position:absolute;
	height:0;
	top:36px;
	left:-2px;
	width: 500px;
}
.menu ul :hover dl {
	visibility:visible;
	margin:3px 0 0 1px;
	height:auto;
	padding-bottom:3em;
	background:transparent url(../imagesv2/trans.gif);
}
/*
.menu ul dl li:hover {
	position:relative;
}
.menu ul dl :hover a {
	background: #747474 url(../images/dropdown_hover_bg.png) repeat-x 0 0;
	color: #ffffff;
	text-decoration: none;
}*/
/* ---End Top Menu--- */

/* ---Start Side Category Menu--- */
.layered-nav li {
	list-style-type:none;
	font-weight:normal;
	font-size : 11px;
	color: #000000;
	background-color : #e9e9e9;
	font-family: Verdana, Arial, Helvetica;
	text-decoration: none;
	border-bottom: 1px solid #283040;
	display: block;
	margin: 0px;
	padding: 4px;
}
.layered-nav li a:link {
	text-decoration:none;
}
.layered-nav li a:active {
	text-decoration:none;
}
.layered-nav li a:hover {
	text-decoration:none;
}
.layered-nav li a:visited {
	text-decoration:none;
}
.layered-nav-field {
	font-weight : bold;
	font-size : 11px;
	color: #FFFFFF;
	background-color : #283040;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-bottom: 0px solid #283040;
	display: block;
	margin: 0px;
	text-indent: 0px;
	padding: 4px;
}
.narrow-selections-title {
	font-weight : bold;
	font-size : 11px;
	color: #FFFFFF;
	background-color : #283040;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-bottom: 0px solid #283040;
	display: block;
	margin: 0px;
	text-indent: 0px;
	padding: 4px;
}
.narrow-selections-field {
	font-weight : bold;
	font-size : 11px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	border: 0px solid #283040;
	display: block;
	margin: 0px;
	text-indent: 0px;
}
.show_more {
	list-style-type:none;
	font-weight:normal;
	font-size : 11px;
	color: #000000;
	background-color : #FFFFFF;
	font-family: Verdana, Arial, Helvetica;
	text-decoration: none;
	border-bottom: 1px solid #283040;
	display: block;
	margin: 0px;
	text-indent: 0px;
	padding: 4px;
}
.removelayered-nav a:link {
	list-style-type:none;
	font-weight:normal;
	font-size : 11px;
	color: #000000;
	background-color : #e9e9e9;
	font-family: Verdana, Arial, Helvetica;
	text-decoration: none;
	border-bottom: 1px solid #283040;
	display: block;
	margin: 0px;
	text-indent: -9px;
	padding: 4px;
}
ul {
	list-style-position: inside;
	padding: 0px;
	margin:0px;
0px;
0px;
5px;
}
/* ---End Side Category Menu--- */

/* ---Start Tab Menu--- */
.shadetabs {
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.shadetabs li {
	display: inline;
	margin: 0;
}
.shadetabs li a {
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 3px 7px;
	margin-right: 0px;
	border: 1px solid #778;
	color: #FFFFFF;
	background: #003399 url(../imagesv2/but_nb_fade.gif) top left repeat-x;
}
.shadetabs li a:visited {
	color: #ffffff;
}
.shadetabs li a:hover {
	text-decoration: underline;
	color: #ffffff;
}
.shadetabs li a.selected { /*selected main tab style */
	position: relative;
	top: 1px;
	color:#000000;
}
.shadetabs li a.selected { /*selected main tab style */
	border-bottom-color: white;
	background-color: #FFFFFF;
	background-image: none;
}
.shadetabs li a.selected:hover { /*selected main tab style */
	text-decoration: none;
}
.tabcontent {
	display:none;
}
 @media print {
.tabcontent {
	display:block !important;
}
 }
/* ---End Tab Menu--- */
/* begin zog additions */
#topBar {
	height: 30px;
	clear: both;
}
#ourFamilyWrapper {
	font-size: 12px;
	color: #ffffff;
	float: left;
	width: 625px;
	text-align: left;
	padding: 0 0 0 46px;
}
#ourFamilyWrapper span {
	margin: 0 0 0 0;
	display: block;
	padding: 5px 0 0 0;
}
#ourFamilyWrapper span a:link, #ourFamilyWrapper span a:visited {
	color: #ffffff;
	text-decoration: none;
}
span#familyCRSX {
	width: 126px;
	text-align: center;
	float: left;
}
span#familyCEP3 {
	width: 124px;
	text-align: center;
	float: left;
}
span#familyKSeries {
	width: 180px;
	text-align: center;
	float: left;
}
span#familyILX {
	width: 122px;
	text-align: center;
	float: left;
}
#searchWrapper {
	float: right;
	width: 300px;
	text-align: right;
	color: #ffffff;
}
#customerNavWrapper {
	height: 22px;
	clear: both;
	padding: 6px 0 0 0;
	text-align: left;
}
.customerNavItem {
	padding: 0 10px 0;
}
#contentWrapper {
	margin-top: 27px;
}
/* end zog additions */
