/* Copyright (c) 2008 Peak Systems, Inc.  All Rights Reserved. */
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #002A5C;
}

form {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

.main {
	width: 955px;
	table-layout: fixed;
}

.left {
	width: 198px;
}

.content {
	border-top: 1px solid #002A5C;
	border-left: 1px solid #002A5C;
	background-image: url(/images/bg_fadedots.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

/* TOP NAVIGATION AREA */

#topnav {
	background-color: #fff;
	margin-top: 0;
	margin-bottom: 0;
}


/* DROPDOWNS */

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
}

#nav li li a {
	display: block;
	width: 113px;
	color: #CD1041;
	text-decoration: none;
	background-color: none !important;
	padding: 5px;
	background-image: url(/images/bg_white.png) !important;
	background-image: url(/images/bg_white.gif);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	border-bottom: 1px solid #002A5C;
	text-align: left;
	font-weight: bold;
}

#nav li li a:hover {
	background-image: url(/images/bg_blue.png) !important;
	background-image: url(/images/bg_blue.gif);
	color: #fff;
}

#nav li { /* all list items */
	float: left;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 123px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border-top: 1px solid #002A5C;
	border-left: 1px solid #002A5C;
	border-right: 1px solid #002A5C;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li li { /* all list items */
	padding: 0;
	font-size: 11px;
}

#nav li ul ul { /* third-level lists */
	position: relative;
	margin-left: 191px;
	margin-top: -20px;
}

#nav li:hover, #nav li.hover {
	position: static;
}

/* LEFT NAV */

.left {
	background-image: url(/images/bg_redlinevert.gif);
	background-position: left;
	background-repeat: repeat-y;
}

/* SEARCH BOX */

.search {
	padding-left: 18px;
	padding-bottom: 50px;
	background-color: #fff;
}

.search td {
	padding: 2px;
	vertical-align: middle;
}

.searchbox {
	width: 134px;
	border: 1px solid #002A5C;
	margin: 0;
}

.technology {
	color: #002A5C;
}

.technology h1 {
	text-transform: uppercase;
	color: #CD1041;
	font-size: 12px;
	margin: 0;
	padding-left: 20px;
	padding-bottom: -5px;
	border-bottom: 2px solid #CD1041;
	background-color: #fff;
}

.technology ul {
	margin-top: 17px;
	margin-left: 50px;
	list-style-type: none;
	padding: 0;
}

.technology ul li {
	padding-bottom: 17px;
	padding-left: 0;
}

.technology ul li a {
	color: #002A5C;
	font-weight: bold;
	text-decoration: none;
}


/* FOOTER */

#footer {
	width: 955px;
	text-align: center;
	padding: 2px 0 6px 0;
	color: #fff;
	background-color: #002A5C;
	font-size: 10px;
}

#footer a {
	color: #fff;
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px solid #CD1041;
	text-decoration: none;	
}

/* CONTENT AREA */

#catalog {
	padding-top: 48px;
}

#catalog h1 {
	font-size: 20px;
	font-weight: bold;
	color: #CD1041;
	text-transform: uppercase;
	padding-left: 30px;
	margin: 0;
	border-bottom: 2px solid #CD1041;
}

#catalog h1.noborder {
	border: none;
}

#catalog h1 .subcat {
	color: #002A5B;
	text-transform: lowercase;
	font-size: 18px;
}

#catalog h1 .subcat2 {
	color: #002A5B;
	font-size: 18px;
	text-transform: none;
}


#catalog .special  {
	clear: both;
}

#catalog .special .diagram  {
	float: right;
	margin: 20px 40px 0 50px;
}


#catalog .special p {
	margin-left: 30px;
}

#catalog .itemgroup {
	margin-bottom: 10px;
}

#catalog .itemgroup td {
	vertical-align: top;
}

#catalog .itemgroup a {
	color: #002A5C;
	text-decoration: none;
	
}

#catalog .itemgroup .name {
	color: #002A5C;
	width: 122px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: left;
}


/* ie min-height emulator */

.prop {
    height: 30px;
    float: right;
    width: 1px;
 }

.clear {
    clear: both;
    height: 1px;
    overflow: hidden;
}

#catalog .itemgroup td.link {
	padding: 0 30px 20px 30px;
	border-top: 2px solid #CD1041;
}

#catalog .itemgroup td.link div.fakeimage {
	padding: 0;
	background-repeat: no-repeat;
	background-position: top;
	border-left: 2px solid #CD1041;
	border-right: 2px solid #CD1041;
	border-bottom: 2px solid #CD1041;
	width: 118px;
	margin-bottom: 0;
}

.productimage {
	padding-right: 30px;
	border-left: 2px solid #CD1041;
	vertical-align: top;
	text-align: left;
	width: 300px;
}

.producttext {
	padding: 30px;
	vertical-align: top;
	padding-right: 30px;
}

.productnumber {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-top: 0;
	font-size: 16px;
	margin-bottom: 4px;
	font-weight: bold;
}

.productname {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-top: 0;
	font-size: 16px;
	margin-bottom: 20px;
	font-weight: bold;
	padding-right: 50px;
}

.swatchname {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-top: 6px;
	font-size: 16px;
	font-weight: bold;
	width: 300px; 
	text-align: center;
}

.swatchtable {
	margin: 0;
	border: 0;
}

.swatchtable td {
	padding-right: 9px;
	padding-bottom: 9px;
}

.swatchtable div {
	border: 1px solid #000;
}

.swatchtable img {
	border-right: 1px solid #888;
	border-bottom: 1px solid #999;
}

.swatchtable img.selected {
	border-right: 1px solid #CD1041;
	border-bottom: 1px solid #CD1041;
}


.yoursearch {
	font-weight: bold;
	padding-left: 30px;
	font-size: 14px;
}

.term {
	color: #CD1041;
}