@charset "UTF-8";

/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #666;
	font-family: Arial, Helvetica, sans-serif;
}

/* DIV TO FORMAT TABLES FOR SCREEN SHOT GALLERY 20 PX RIGHT MARGIN */

#gallery table {
	width: 531px;
	border-collapse: collapse;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 20px;
}

#gallery table td.image {
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#gallery table td.caption {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 20px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 30px;
	margin: 0px;
	vertical-align: top;
}

#gallery table td.caption p {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: normal;
	text-transform: none;
	color: #666;
	font-size: 75%;
	letter-spacing: 1px;
	text-align: left;
	line-height: 140%;
	margin: 0px;
	padding: 0px;
}

#gallery table td.caption p strong {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
	color: #515151;
	letter-spacing: 1px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	font-size: 105%;
}

#gallery .spacer {
	width: 1px;
	border: 0px none #FFF;
	padding-right: 5px;
	padding-left: 5px;
}

#wrapper {
	width: 756px;
	margin-right: auto;
	margin-left: auto;
}

/* TOP BANNER -- COMPANY INFORMATION */

#banner {
	height: 75px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../images/product-art/banners/company-header.gif);
	background-repeat: no-repeat;
	background-color: #666;
	text-align: left;
}

#banner h1 {
	color: #333;
	padding-top: 3px;
	text-transform: uppercase;
	text-align: right;
	font-size: 80%;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#banner p {
	color: #FFF;
	margin-top: 12px;
	text-align: right;
	margin-right: 25px;
	font-size: 70%;
}

/* MAIN NAVIGATION */

	
#nav-wrapper { /* this provides the textured background behind the navigation bar */
	height: 40px;
	width: 756px;
	background-color: #CCC;
	margin: 0px;
	padding: 0px;
}

#nav-wrapper2 { /* this provides a container for the navigation elements. used to position navigation inside nav-wrapper */
	height: 15px;
	width: 756px;
	padding-top: 20px;
}

#nav,
#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	width: 108px;
	text-decoration: none;
	color: #333;
}

#nav li {
	float: left;
	width: 106px;
	height: 28px;
	background-color: #CCC;
	text-align: center;
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	padding-top: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #333;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #333;
	background-image: url(../images/patterns/h1-pattern-sm.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#nav li ul {
	position: absolute;
	left: -999em;
	margin-top: 13px;
	width: 108px;
	z-index: 1000;
}

#nav li ul li {
	width: 150px;
	font-size: 12px;
	color: #999;
	text-align: left;
	height: auto;
	padding: 5px;
	background-color: #ECECEC;
	background-image: none;
	border-bottom-color: #CCC;
	border-top-color: #FFF;
	border-right-color: #CCC;
	border-left-color: #FFF;
}

.description {
	font-size: 11px;
	color: #51686E;
	font-weight: normal;
}

#nav li:hover ul {
	left: auto;
	color: #000;
}

#nav li:hover,
#nav li.sfhover {
	background-color: #CCC;
	background-image: none;
	color: #000;
}

/* CONTENT AREA */

	
#content {
	margin-right: 25px;
	margin-top: 35px;
	margin-left: 25px;
}

#content p {
	color: #333;
	margin-bottom: 10px;
	font-size: 80%;
	line-height: 150%;
	padding-right: 20px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
}

#content p.quotation {
	background-image: url(../images/misc/quotes.png);
	background-repeat: no-repeat;
	background-position: 7px 0px;
	padding-left: 40px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

#content p.specialNote {
	padding-left: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #333;
	font-weight: normal;
	background-image: url(../images/patterns/gray-stripe-pattern.gif);
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
	padding-right: 40px;
	padding-top: 8px;
	padding-bottom: 8px;
	letter-spacing: 2px;
	text-align: center;
	text-transform: none;
	border-top-width: 1px;
	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: #CCC;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #CCC;
}

#content strong {
	text-indent: 0px;
}

#content strong em {
	font-weight: normal;
	font-style: normal;
	color: #111;
	font-size: 85%;
	letter-spacing: 1px;
	text-transform: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #EEE;
	border-right-color: #444;
	border-bottom-color: #444;
	border-left-color: #EEE;
	display: block;
	width: 100%;
	background-image: url(../images/patterns/index-heading-background.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 5px;
	text-align: center;
	margin: 0px;
}

#content strong em .bolder {
	font-weight: bold;
	text-decoration: none;
}

#content a:link,
#content a:visited {
	text-decoration: underline;
	color: #222;
	border-bottom: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	font-weight: bold;
}

#content a:hover {
	color: #888;
	text-decoration: underline;
}

#content h1 {
	color: #51686E;
	display: block;
	text-align: left;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	letter-spacing: 2px;
	margin-top: 20px;
	margin-bottom: 25px;
	margin-left: 15px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 25px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-image: url(../images/patterns/h1-pattern-sm.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-right: 15px;
	text-transform: none;
}

#content h1.large {
	background-image: url(../images/patterns/h1-background.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#content h1.large em{
	color: #C30;
	font-size: 160%;
}

#content h1 em {
	font-weight: normal;
	font-style: normal;
}

#content h1 strong {
	color: #000;
	font-weight: bold;
	font-size: 160%;
	letter-spacing: normal;
	text-transform: uppercase;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Tahoma, Geneva, sans-serif;
}

#content h1 .redirect {
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#content h1 p {
	color: #666;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	letter-spacing: 1px;
	text-transform: none;
	font-style: normal;
	padding-right: 40px;
}

#content h1 a {
	letter-spacing: normal;
}

#content h1 p strong {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333;
	text-transform: none;
}

#content h1 .new {
	color: #900;
}

#content h1 .float-left {
	float: left;
	display: block;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#content h1 a.top {
	float: right;
	padding: 5px;
	display: block;
	background-color: #999;
	font-size: 75%;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	border-top-width: 1px;
	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: #FFF;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #FFF;
	background-image: url(../images/patterns/sm_gradient.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#content h2 {
	color: #666;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 30px;
	margin-right: 15px;
	display: block;
	font-size: 70%;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	background-image: url(../images/patterns/h2-background.gif);
	background-repeat: repeat-x;
	text-indent: 15px;
	background-position: left -1px;
	letter-spacing: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-left: 15px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: capitalize;
}

#content h3 {
	color: #000;
	padding: 0px;
	margin: 0px;
	display: block;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 90%;
	line-height: normal;
	font-weight: normal;
	letter-spacing: -1px;
}

#content h3 em {
	color: #900;
	font-style: normal;
	font-weight: normal;
}

#content h3 strong {
	color: #000;
	margin: 0px;
	display: block;
	font-size: 70%;
	line-height: normal;
	font-weight: normal;
	letter-spacing: normal;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#content h4 {
	color: #333;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-right: 190px;
	display: block;
	font: normal 80% Georgia, "Times New Roman", Times, serif;
	background: #CCC;
}

#content h4 .quote_source {
	color: #333;
	display: block;
	background: #CCC;
	font-size: 75%;
	font-weight: normal;
	font-variant: normal;
}

#content h5 {
	color: #000;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-right: 20px;
	display: block;
	font-size: 60%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin-left: 35px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

#content h6 {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 50px;
	display: block;
	font-size: 60%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #444;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #888;
}

#content .header {
	color: #000;
	padding: 0px;
	margin: 0px;
	font-size: 90%;
	font-weight: bold;
}

#content .header strong {
	color: #333;
	padding: 0px;
	margin: 0px;
	font-size: 70%;
}

#content ul {
	color: #900;
	font-size: 70%;
	line-height: 150%;
	margin-right: 20px;
	margin-left: 20px;
	font-weight: bold;
	list-style-type: disc;
}

#content ol {
	color: #900;
	line-height: 150%;
	margin-right: 20px;
	margin-left: 20px;
	font-size: 80%;
	font-weight: bold;
}

#content ol ol {
	color: #900;
	line-height: 150%;
	margin-right: 20px;
	margin-left: 20px;
	font-size: 90%;
	font-weight: bold;
}

#content ol .text,
#content ul .text {
	color: #333;
	font-weight: normal;
}

#content .float-left {
	float: left;
	margin-right: 10px;
	padding: 0px;
	margin-left: 0px;
}

#content .floatRight {
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
}

/* DIV TO FORMAT BASIC TABLES  */

#content .basic table {
	margin-right: 20px;
	font-size: 70%;
	width: 670px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #F1F1F1;
	margin-left: 20px;
}

#content .basic table td {
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #CCC;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#content .basic table th {
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
	padding: 10px;
	background-color: #F1F1F1;
	color: #333;
	border-right: 1px solid #DDD;
	margin-bottom: 10px;
	border-top-style: none;
	border-left: 1px solid #FFF;
	background-image: url(../images/patterns/legendLabel.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-bottom: 1px solid #DDD;
	font-weight: bold;
}

#content .basic table th strong {
	color: #333;
	border-top-style: none;
	font-family: "Arial Black", Gadget, sans-serif;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

#content .basic table th img {
	border-top-style: none;
	float: left;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}

#content .basic table th a.btn {
	padding: 2px;
	background-image: url(../images/patterns/legendLabel.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-weight: bold;
	color: #67858D;
	text-decoration: none;
	text-align: center;
	border-top-width: 1px;
	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: #FFF;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #FFF;
	display: block;
	margin-top: 10px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 0px;
	width: 150px;
}

#content .basic table th a.btn:hover {
	background-image: none;
	color: #333;
	text-decoration: none;
	background-color: #DDD;
	font-weight: bold;
	border-top-width: 1px;
	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: #999;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #999;
}

#content .basic table .th2 {
	text-align: left;
	margin: 0px;
	background-image: url(../images/misc/triangle-bullet.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	color: #000;
	letter-spacing: 1px;
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DDD;
	white-space: nowrap;
}

#content .basic table .th2 strong {
	font-weight: normal;
	border-bottom: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

#content .basic table .th3 {
	background-color: #CCC;
	color: #FFF;
	border-top-style: none;
	font-weight: bold;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #666;
	border-bottom-color: #666;
	border-top-width: 1px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: url(../images/patterns/black-stripe-pattern.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	background-position: bottom;
	text-transform: none;
}

#content .basic table .th3 strong {
	color: #FFF;
	border-top-style: none;
	font-weight: normal;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: "Arial Black", Gadget, sans-serif;
	text-transform: none;
}

#content .basic table .th3 em {
	color: #FFF;
	border-top-style: none;
	font-weight: normal;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
	font-size: 85%;
	font-style: normal;
}

#content .basic table .th3 a {
	color: #FFF;
	letter-spacing: 1px;
}

#content .basic table .altrow {
	background: #EFEFEF;
	margin-right: 190px;
}

#content .basic table td.blank {
	border-style: none;
	text-align: left;
	margin: 0px;
	padding: 4px;
}

#content .basic table td.empty {
	margin: 0px;
	padding: 4px;
	background-color: #FFF;
}

#content .basic table a {
	font-weight: normal;
	text-decoration: underline;
	color: #666;
	line-height: 150%;
}

#content .basic table td a:hover {
	color: #333;
}

#content .basic table a.btn {
	padding: 2px;
	background-image: url(../images/patterns/legendLabel.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-weight: bold;
	color: #67858D;
	text-decoration: none;
	text-align: center;
	border-top-width: 1px;
	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: #FFF;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #FFF;
	display: block;
	margin-top: 10px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 0px;
}

#content .basic table a.btn:hover {
	background-image: none;
	color: #333;
	text-decoration: none;
	background-color: #DDD;
	font-weight: bold;
	border-top-width: 1px;
	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: #999;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #999;
}

/* DIV TO FORMAT HORIZONTAL LIST BUTTONS */

#horizontal-buttons {
	list-style: none;
	background-color: #EEE;
	display: block;
	padding: 10px;
	border: 1px solid #DDD;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
}

#horizontal-buttons ul {
	list-style: none;
	padding-left: 0px;
	margin: 0px;
}

#horizontal-buttons li {
	display: inline;
	text-decoration: none;
}

#horizontal-buttons a:link,
#horizontal-buttons a:visited {
	color: #67858D;
	text-decoration: none;
	padding: 5px;
	background-image: url(../images/patterns/legendLabel.gif);
	background-repeat: repeat-x;
	border-top-width: 1px;
	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: #FFF;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #FFF;
	font-weight: bold;
	background-position: left top;
}

#horizontal-buttons a:hover {
	background-color: #DDD;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #FFF;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #FFF;
	background-image: none;
	color: #333;
}

/* DIV TO CREATE DARK BOX AROUND KNOWLEDGE BASE STUFF */


.knowledgebase {
	font-size: 70%;
	color: #000;
	text-align: left;
	background-color: #CCC;
	background-image: url(../images/patterns/featured-product-background.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-right: 20px;
	border-top-width: 1px;
	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: #CCC;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #CCC;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	text-indent: 0px;
	margin-left: 20px;
}

/* USED ON THE INDEX PAGE TO FORMAT THE LARGE PRODUCT BANNER AND THE TWO SIDE PRODUCT FEATURES */



#feature {
	height: 155px;
	width: 756px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/patterns/featured-product-background.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #ECECEC;
}

#feature .item1 {
	border-right: 0px none;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 155px;
	padding-top: 12px;
	padding-left: 8px;
}

.item1 img {
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
}

#feature .item2 {
	width: 305px;
	float: right;
	height: 75px;
	border-bottom: 2px solid #999;
	border-left: 2px solid #999;
	border-top-width: 0px;
	border-right-width: 0px;
	border-top-style: none;
	border-right-style: none;
	margin: 0px;
	padding: 0px;
}

#feature .item2 p {
	color: #333;
	padding: 0px;
	font-size: 12px;
	letter-spacing: -0.5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -15px;
	margin-left: 15px;
}

#feature a {
	text-decoration: none;
}

#feature .item2 h1 {
	color: #333;
	padding: 0px;
	margin: 15px 0px 0px 15px;
	font-size: 16px;
}

#feature .item2 h1 strong {
	color: #333;
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: normal;
	letter-spacing: -1px;
}

#feature .item2 h1 strong em {
	color: #900;
	font-family: "Arial Black", Gadget, sans-serif;
	font-style: normal;
}

#feature .float {
	float: right;
	margin-right: 10px;
}

#feature .item3 {
	width: 305px;
	float: right;
	height: 65px;
	clear: both;
	margin: 0px;
	padding: 0px 0px 10px;
	border-left: 2px solid #999;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}

#feature .item3 p {
	color: #333;
	margin: 0px 0px -15px 15px;
	padding: 0px 0px 10px;
	font-size: 12px;
	letter-spacing: -0.5px;
}

#feature .item3 h1 {
	color: #333;
	margin: 10px 0px 0px 15px;
	padding: 0px;
	font-size: 16px;
}

#feature .item3 h1 strong {
	font-weight: normal;
	color: #333;
	font-family: "Arial Black", Gadget, sans-serif;
	letter-spacing: -1px;
}

#feature .item3 h1 strong em {
	font-weight: bold;
	color: #900;
	font-family: "Arial Black", Gadget, sans-serif;
	font-style: normal;
}

#feature2 {
	height: 30px;
	width: 756px;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/product-art/banners/cls-comparison-banner.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#feature2 p {
	color: #653300;
	padding-top: 8px;
	font-size: 12px;
	text-indent: 50px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
}

#feature2 .float {
	float: left;
	margin-right: 5px;
	margin-top: -4px;
	padding: 0px;
	text-decoration: none;
}

#feature2 a:link {
	text-decoration: underline;
	font-weight: bold;
	color: #900;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -0.5px;
	text-transform: capitalize;
}

#feature2 a:visited {
	font-weight: bold;
	color: #600;
}

.pipe {
	color: #6D8D95;
	font-weight: bold;
}

/* USED TO FOR THE PRODUCT PAGE NAVIGATION */

#feature .pp-item2 {
	width: 305px;
	float: right;
	height: 75px;
	border-bottom: 0px none;
	border-left: 0px none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-top-style: none;
	border-right-style: none;
	margin: 0px;
	padding: 0px;
}

#feature .pp-item2 p {
	color: #333;
	font-size: 11px;
	line-height: 14px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#feature .pp-item2 img {
	margin: 10px 0px 0px 10px;
}

#feature .pp-item2 .button {
	display: inline;
	list-style: none;
	border: medium solid #CC3366;
	width: 70px;
	height: 45px;
	padding: 5px;
	margin-top: 25px;
	margin-bottom: 10px;
	color: #666;
	font-size: 14px;
	font-weight: bold;
	background-image: url(../images/patterns/brushed-metal-background.gif);
	background-repeat: repeat;
	background-position: left top;
	background-color: #999;
}

#feature .pp-item2 h1 {
	color: #666;
	padding: 0px;
	margin: 15px 0px 0px 15px;
	font-size: 32px;
	font-weight: bold;
}

#feature .pp-item2 h1 strong {
	font-weight: bold;
	color: #000;
}

#feature .pp-item2 h2 {
	color: #999;
	padding: 0px;
	margin: 0px 0px 0px 15px;
	text-transform: lowercase;
	letter-spacing: -1px;
	font-size: 16px;
}

#navcontainer ul li {
	list-style-type: none;
	padding: 0 0 0px;
	margin: 0;
	text-align: center;
	float: left;
	display: block;
	background-image: url(../images/patterns/product_pg_nav_up.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#feature .pp-item2 #navcontainer {
	margin-top: -12px;
	margin-right: 0px;
	margin-bottom: -50px;
	margin-left: -30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#navcontainer a {
	color: #000;
	text-decoration: none;
	display: block;
	width: 70px;
	border-top-width: 1px;
	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: #BBB;
	border-right-color: #444;
	border-bottom-color: #444;
	border-left-color: #BBB;
	font-size: 10px;
	line-height: 20px;
}

#navcontainer li#active {
	background-image: url(../images/patterns/product_pg_nav_up.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#navcontainer a:hover {
	background-image: url(../images/patterns/product_pg_nav_down.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#content .highlight-pull {
	float: right;
	height: auto;
	width: 250px;
	margin-right: 25px;
	clear: none;
	margin-left: -15px;
	margin-bottom: 0px;
}

#content .highlight-pull h4 {
	width: 180px;
	padding: 15px;
	font-size: 75%;
	line-height: 140%;
	float: right;
	background-image: url(../images/patterns/h4-background.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FC0;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #FFF;
}

