body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #fff;
	font: normal 10px verdana, arial, helvetica, sans-serif;
	color: black;
}
#wrapper {
	margin: 0 auto;
	padding: 0 15px 140px 15px;
	width: 930px;
	text-align: left;
}
a { text-decoration: none; }
a.noLinkFx:link,
a.noLinkFx:visited,
a.noLinkFx:active,
a.noLinkFx:hover {
	border: none;
	text-decoration: none;
	background: transparent;
}
a.noLinkFx img {
	border: none;
}
a:link { color: #336dbe; }
a:visited { color: #336dbe; }
a:active { color: #555; }
a:hover { color: #555; }
a.breadcrumb { color: #336dbe; }
a.breadcrumb:hover { color: #555; }
a.icon {
	padding-left: 18px;
	background: url(/images/btnIcon.gif) no-repeat left 2px;
	font-size: 14px;
	color: #336dbe;
}
a.icon:hover {
	background: url(/images/btnIconOver.gif) no-repeat left 2px;
	color: #555;
}
a.icon span.iconLinkLine2 { padding-left: 18px; }
p { margin-top: 0; }
h2 {
	color: #336dbe;
	margin-top: 0px;
	padding-top: 0px;
	font: bold 12px verdana, arial, sans-serif;
}
ul {
	margin-top: 0;
	padding-top: 0;
}



/* HEADER */

#topLine {
	margin-bottom: 18px;
	padding: 0px;
	height: 3px;
	background-color: #336dbe;
	font: 1px sans-serif;
}
#header {
	width: 100%;
	height: 133px;
	position: relative;
	z-index:20;
}
#besideYouImg {
	text-align: right;
	margin-right: 5px;
}
#logo {
	text-align: left;
	position: absolute;
	left: 0px;
	width: 135px;
	margin-top: 52px;
}
#logo img {
	display: block;
	border: 0px;
}
#headerRight {
	background: #fff url(/images/headerBg.gif) 0px 23px no-repeat;
	width: 795px;
	height: 90px;
	margin-left: 135px;
}
#breadcrumbs {
	color: #336dbe;
	margin-top: 3px;
	margin-left: 0px;
	border-bottom: 1px solid #d0d0d0;
	padding-bottom: 3px;
	padding-left: 2px;
}
#headerFlashModule {
	border: 5px solid #e8e8e8;
	margin-bottom: 8px;
	text-align: left;
	height: 265px;
}
#flashHeader {
	float: left;
	display: block;
	width: 575px !important;
	height: 265px !important;
}
#feature1 {
	float: left;
	margin: 6px 0 0 0;
	padding: 5px;
	width: 330px;
	height: 120px;
	background: transparent url(/images/headerFeaturesBg.gif) repeat-x;
	font-size: 10px;
	overflow: hidden;
	border: none;
}
#feature2 {
	float: left;
	margin: 0;
	padding: 5px;
	width: 330px;
	height: 120px;
	background: transparent url(/images/headerFeaturesBg.gif) repeat-x;
	overflow: hidden;
	border: none;
}
#feature1 table, #feature2 table {
	border: none;
}
#feature1 h2, #feature2 h2 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
	color: #336dbe;
}

#feature1 .attribute-image p { margin: 0; }


#languageSelector {float: right;margin: 12px; color: #818181;}
#languageSelector a {color: #818181;}

/* SEARCH FORM */

#searchForm {
	float: right;
	margin: 10px 0 8px 0;
}
input#submitImg,
input#ActionCollectInformation {
	position: relative;
	top: 1px;
	border: none;
}
.submitBtn {
	background: transparent url(/images/submitBtnBg.gif) 0 1px no-repeat;
	padding-left: 16px;
	overflow: hidden;
	color: #336dbe;
	font-size: 16px;
	border: none;
	cursor: pointer;
	height: 20px;
}
.submitBtn:hover {
	background-position: 0 -21px;
	color: #555;
}
#searchCriteria {
	font: normal 13px verdana, arial, sans-serif;
	vertical-align: middle;
	padding-left: 5px;
	color: #336dbe;
	float: left;
	margin-right: 5px;
	width: 235px;
}



/* NAVIGATION */

#nav {
	text-align: left;
	margin-left: 68px;
	margin-top: 8px;
}
#nav ul {
	list-style: none;
	float: left;
	padding: 0;
	margin: 0;
}
#nav ul li { float: left; }
#nav ul li a {
	position: relative;
	outline: none;
	overflow: hidden;
	display: block;
	height: 24px;
	float: left;
	padding:0 0 3px;
}
#nav ul li a img {
	border: none;
	position: relative;
	top: 0;
}
/*
#companyNav { width: 76px; }
#newsNav { width: 67px; }
#investorsNav { width: 94px; }
#productsNav { width: 93px; }
#worldwideSalesNav { width: 143px; }
#contactNav { width: 88px;}
*/
#nav ul li a { text-decoration: none; }
#nav ul li a:hover img {
	top: -24px;
}

#suckerfishnav {
    width:100%;
	position:relative;
    }
#suckerfishnav, #suckerfishnav ul {
    float:left;
    list-style:none;
    padding:0;    
    margin:0;
    width:100%;
    }
#suckerfishnav a {
    display:block;
    color:#dddddd;
    text-decoration:none;
    padding:0px 10px;
    }
#suckerfishnav li {
    float:left;
    padding:0;
    }
#suckerfishnav ul {
    position:absolute;
    left:-999em;
    height:auto;
    width:149px;
    font-weight:normal;
    margin:0;
	top:27px;
    }
#suckerfishnav li li {
    width:149px;
    font-family:verdana,sans-serif;
    }
#nav #suckerfishnav li li a {
    padding:4px 10px;
    width:130px;
	height:auto;
	border-bottom:none;
    color:#000000;
    }
#suckerfishnav li ul ul {
    margin:-21px 0 0 150px;
    }
#suckerfishnav li li:hover {
    
    }
#suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a {
    
color:#000000;
    }
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
    
    }
#suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {
    
color:#000000;
    }
#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul {
    left:-999em;
    }
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul {
    left:auto;
    background:#D9D9D9 none repeat scroll 0 0;
	color:#000000;
    }
#suckerfishnav ul li:hover, #suckerfishnav ul li.sfhover {
    background:#F4F4F4 none repeat scroll 0 0;
	color:#000000;
    }

/* PRODUCT NAVIGATION */

#prodNav { height: 36px; }
#ourProductsProdNav { float: left; }
#navList li a.first {
	height: 36px;
	overflow: hidden;
	outline: none;
}
#navList li a.first img {
	position: relative;
	top: -36px;
	border: none;
}
#navList li.active a img { top: 0; }
#wirelessProdNav a.first { width: 185px; }
#cableBroadcastProdNav a.first { width: 190px; }
#fiberOpticsProdNav a.first { width: 190px; }
#wlanProdNav a.first { width: 190px; }
#navList li:hover li a:hover,
#navList li.over li a:hover {
	background: #f4f4f4;
	color: #000;
}
#navList li:hover li a,
#navList li.over li a {
	color: #000;
	background: #d9d9d9;
}
#navList li:hover ul,
#navList li.over ul { display: block; }
#navList li a.first {
	display: block;
	height: 36px;
}
#navList,
#navList ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#navList li {
	float: left;
	position: relative;
}
#navList li ul {
	list-style: none;
	display: none;
	position: absolute;
	top: 36px;
	left: 5px;
}
#wirelessProdNav ul { left: 0px!important; }
#navList li ul li {
	clear: left;
}
#navList ul li a {
	display: block;
	padding: 4px 10px;
	width: 165px;
	line-height: 13px;
}



/* FOOTER */

#tagLine {
	text-align: center;
	padding: 25px 0 25px 0;
}
#footer #socialLinks		{ color: #336dbe; float:left; margin-top:-8px; }
.rightColumn #socialLinks	{ padding-top:10px; }
#socialLinks a img			{ border:none; }

#emailPrintWrapper {
	float: right;
	height: 12px;
	margin-bottom: 3px;
	color: #336dbe;
}
#emailPrintWrapper ul,
#nav2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 10px;
}
#emailPrintWrapper ul li { float: left; }
#nav2 ul li {
	float: left;
	margin-right: 8px;
}
#nav2 {
	clear: right;
	height: 14px;
	border-top: 1px solid #ccc;
	padding-top: 3px;
	color: #336dbe;
}
#copyright {
	clear: left;
	margin: 8px 0;
	font-size: 10px;
}
#copyright span {
	font-size: 11px;
	color: #0066bb;
}



/* PRODUCT PAGE STYLES */

img.prodHeader {
	float: left;
	margin: 0 0 10px 0;
	display: block;
}
img.productCategoryImage {
	float: left;
	display: block;
	border: 5px solid #e8e8e8;
}
#col1 h2,
#col2 h2,
#col3 h2 {
	color: black;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#catListing {
	float: right;
	margin: 0 0 0 10px;
	padding: 4px;
	border: 5px solid #e8e8e8;
	background: #f8f8f8;
	width: 382px;
	height: 223px;
	color: #000;
	overflow: auto;
}
#catListing h1 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
}
#catListing ul {
	list-style: none;
	margin: 3px 0 0 0;
	padding: 0;
	font: bold 10px verdana, arial, sans-serif;
	line-height: 17px;
}
#col1,
#col2,
#col3 {
	width: 296px;
	font-size: 10px;
	color: #000;
}
#col1 {
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #ccc;
}
#col2 {
	margin-right: 10px;
	padding: 0 10px;
	border-right: 1px solid #ccc;
}
#col3 { padding-left: 10px; }
#prodTitle {
	margin-top: 10px;
	border-bottom: 1px solid #ccc;
}
#prodTitle h1 {
	margin: 0;
	padding: 0;
	font-size: 17px;
	font-weight: bold;
	color: #336dbe;
}
#prodTblWrapper { padding-bottom: 5px; }
#prodTbl {
	margin-top: 5px;
	border-collapse: collapse;
	font-size: 10px;
	color: #000;
	width: 100%;
}
#prodTbl tr td {
	padding: 2px;
	border-left: 2px solid #fff;
	vertical-align: top;
}
/*#prodTbl tr td.col80 { width: 80px; }
#prodTbl tr td.col70 { width: 70px; }*/
#prodTbl tr.th td {
	margin: 0;
	padding: 2px;
	border-right: 2px solid #e4eee9;
	vertical-align: top;
}
#prodTbl tr.th td span { font-weight: bold; }
#prodTbl tr.even { background: #e4eee9; }
#prodTbl tr.odd { background: transparent; }
.prodImg {
	float: left;
	width: 120px;
	margin-right: 5px;
}
#prodDetailWrapper { margin: 10px 0 10px 0; }
#prodDetail {
	float: left;
	width: 400px;
}
#prodDetail h1 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color: #336dbe;
}
#prodDetail h2 {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 13px;
	color: #122745;
}
#prodDetail h3 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
#prodDetail a { font-weight: bold; }
#parentCatListing {
	width: 286px;
	border: 4px solid #e8e8e8;
	background: #f9f9f9;
	margin: 0 0 5px 5px;
	padding: 4px;
	font-size: 10px;
}
#parentCatListing a { font-weight: bold; }
#parentCatListing p {
	margin: 0;
	padding: 0;
}
#prodDesc { width: 620px; }
#prodDesc p {
	font-size: 10px;
	line-height: 13px;
}
#prodDesc h1,
#prodFeatures h1,
#prodSpecs h1,
#parentCatListing h1 {
	margin: 0;
	font-weight: bold;
	font-size: 12px;
	color: #000;
}
#prodFeatures h1,
#prodSpecs h1 {
	padding-left: 5px;
	padding-bottom: 2px;
}
#featuresAndSpecsWrapper { margin-top: 10px; }
#prodFeatures {
	padding: 4px;
	float: left;
	width: 301px;
	background: #f8f8f8;
}
#prodFeatures ul {
	margin: 0;
	margin-left: 1.5em;
	padding-left: 1em;
}
#prodFeatures ul li {
	font-size: 10px;
	line-height: 13px;
}
#prodSpecs {
	float: left;
	width: 301px;
	background: #f8f8f8;
	margin-left: 10px;
	color: #000;
}
#prodSpecs h2 {
	margin: 15px 0 0 5px;
	padding: 0;
	font-size: 10px;
	font-weight: bold;
}
#prodSpecs table {
	width: 100%;
	border-collapse: collapse;
	font-size: 10px;
}
#prodSpecs table tr {
	line-height: 14px;
	vertical-align: middle;
}
#prodSpecs table td.one {
	padding-left: 5px;
	border-right: 2px solid #f8f8f8;
	width: 60%;
}
#prodSpecs table tr.odd { background: #e4eee9; }
#prodSpecs table tr.even { background: transparent; }
#relatedInfo {
	margin: 0 0 5px 5px;
	padding: 4px;
	width: 286px;
	border: 4px solid #e8e8e8;
	font-size: 10px;
	color: #000;
}
#relatedInfo table td {
	color: #336dbe;
	padding-top: 2px;
	padding-bottom: 2px;
}
#relatedInfo table td.bullet {
	font-weight: bold;
	padding-right: 4px;
}
#relatedInfo h1 {
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 12px;
	font-weight: bold;
}
#relatedInfo h2 {
	margin: 0;
	padding: 0 0 2px 0;
	color: #000;
	font-size: 11px;
	font-weight: bold;
}
#relatedInfo hr { border: 1px dashed #cecece; }



/* FORM STYLES */

label {
	font-weight: bold;
	color: #336dbe;
}
.fieldset {
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 3px 0;
	color: #000;
}
.labelTop { display: block; }
.formLabel,
.optionLabel {
	float: left;
	vertical-align: middle;
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	color: #336dbe;
	margin-right: 5px;
	margin-bottom: 5px;
}
input.option { border: none; }
.formLabelNoFloat {
	vertical-align: middle;
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	color: #336dbe;
	margin-right: 5px;
	margin-bottom: 5px;
}
.formLabelSmall {
	float: left;
	width: 80px;
	vertical-align: middle;
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	color: #336dbe;
	margin-right: 5px;
	margin-bottom: 5px;
}
.formLabelMedium {
	float: left;
	width: 121px;
	vertical-align: middle;
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	color: #336dbe;
	margin-right: 5px;
	margin-bottom: 5px;
}
.formInput {
	float: left;
	margin-bottom: 5px;
	padding-right: 7px;
}
input {
	border: 1px solid #cecece;
	vertical-align: middle;
}
input.small { width: 65px; }
input.smaller { width: 50px; }
input.smallest { width: 20px; }
input.medium { width: 120px; }
input.large { width: 250px; }
input.larger { width: 300px; }
input.max { width: 375px; }
input.last { margin: 0px; }
input#submitImg {
	border: none;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}
textarea {
	border: 1px solid #cecece;
	font: normal 12px arial, helvetica, sans-serif;
}
textarea.small { width: 200px; }
textarea.medium { width: 300px; }
textarea.large { width: 375px; }
select {
	font: 10px verdana, arial, sans-serif;
	vertical-align: middle;
}
select.singleLineLarge {
	width: 378px;
}
select.mediumFontSize {
	font-size: 12px;
}
select.large {
	width: 375px;
	height: 150px;
}
.submit {
	padding-top: 8px;
	text-align: center;
}
div.submit#submitWrapper { text-align: left; }
div.submit#submitWrapper input { border: 1px solid #cecece; }
.formValidation h2 { color: #ff0000; }



/* WORLDWIDE SALES STYLES */

#mapImageWrapper {
	float: left;
	width: 375px;
}
#locationsWrapper {
	float: left;
	width: 225px;
}
#locationsWrapper.salesSub { border-right: 1px solid #cecece; }
#salesRepsWrapper {
	float: left;
	width: 650px;
	padding-left: 25px;
	border-left: 1px solid #cecece;
}
#salesRepsWrapper h1 {
	color: #336dbe;
	margin-top: 0px;
	padding-top: 0px;
	font: bold 14px verdana, arial, sans-serif;
}
ul.locationsSubRegion { display: none; }
ul#locations,
ul#distributors,
ul.locationsSubRegion {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ul#locations li,
ul#distributors li,
ul.locationsSubRegion li {
	margin-left: 1.5em;
	font-weight: bold;
	line-height: 16px;
}
#locationSelectorWrapper {
	float: left;
	width: 325px;
	text-align: left;
	padding-left: 25px;
}
#locationSelectorWrapper.salesHome { border-left: 1px solid #cecece; }
#locationSelectorWrapper p {
	margin: 0;
	padding: 0;
}
.salesRep {
	background-color: #e8e8e8;
	padding: 10px;
	margin-bottom: 5px;
}
.salesRepColumn {
	float: left;
	width: 50%;
}



/* PRESS RELEASE STYLES */

.pressReleaseBlurb p {
	margin: 0;
	padding: 0;
}
.prBottomText {
	font: 9px verdana, arial, sans-serif;
	color: #555;
}
.sectionDivider {
	background-color: #e8e8e8;
	padding: 3px;
	margin-bottom: 10px;
}


/* APPLICATION NOTES PAGE */

table.list {
	width: 100%;
}

table.list th {
	padding: 5px;
	font: bold 12px verdana, arial, sans-serif;
	background-color: #e8e8e8;
	color: black;
}

table.list td p {
	padding: 0px;
	margin: 0px;
}

table.list td.odd {
	padding: 5px;
	font: 10px verdana, arial, sans-serif;
	background-color: white;
	border-bottom: 1px solid #cccccc;
}

table.list td.even {
	padding: 5px;
	font: 10px verdana, arial, sans-serif;
	background-color: #efefef;
	background-color: white;
	border-bottom: 1px solid #cccccc;
}

/* GENERIC STYLES */

.pageTitle {
	margin-bottom: 10px;
}
.pageTitle h1 {
	color: #336dbe;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}
#prodLeftColumn {
	float: left;
	width: 622px;
}
#prodRightColumn {
	float: left;
	width: 302px;
}
#formLeftColumn {
	float: left;
	width: 544px;
	margin-right: 15px;
}
#formRightColumn {
	float: left;
	width: 371px;
}
.fullBodyTable { width: 100%; }

.bodyCopy {
	color: black;
	font: 10px verdana, arial, sans-serif;
}
.bodyCopy h2 {
	color: #336dbe;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.bodyCopy h3 {
	color: #000;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
td.rightColumn {
	margin-left: 15px;
	background-color: #e8e8e8;
	width: 370px;
	color: #000;
}
td.rightColumn .padding { padding: 10px; }
td.columnSpacer { width: 15px; }
td.rightColumn h2 {
	color: #336dbe;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.bodyImage { border-bottom: 10px solid #fff; }
.bodyImage img {
	display: block;
	border: 5px solid #e8e8e8;
	padding: 5px;
}
img.borderedImage {
	display: block;
	border: 5px solid #e8e8e8;
	padding: 0px;
	margin: 0px;
}
#subNavBar {
	border-bottom: 1px solid #cecece;
	padding: 3px 0 3px 2px;
	margin-bottom: 15px;
	color: #336dbe;
}
#subNavBar a { color: #336dbe; }
#subNavBar a:hover { color: #555; }
.subNavItemSelected { font-weight: bold; }
.dividerLine {
	margin-top: 15px;
	border-top: 1px solid #cecece;
	font: 1px sans-serif;
}
ul.noBullets {
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-top: 3px;
}
ul.noBullets li {
	margin-left: 1.5em;
	line-height: 16px;
}
.clearFloat { clear: both; }
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.black { color:#000; }
.clear {
	display: inline-table;
	min-height: 1px;
	height: auto;
}

/* embed classes - available in xml blocks for (embed) */
.floatLeft { float:left; }
.floatRight { float:right; }
.padRight { padding-right: 10px; }

/* table class - overrides default styles for tables created with OE */
table.renderedtable {
	border-collapse: collapse;
	border-style: solid;
}
table.renderedtable td { padding: 3px 3px 6px 3px; }

/* table classes - available in xml blocks for (td, tr, th, table) */
.lightGrayBackground { background: #e8e8e8; }
.darkGrayBackground { background: #ccc; }

/* table classes - available in xml blocks for (td, th, tr) */
.alignLeft { text-align: left; }
.alignRight { text-align: right; }

/* table classes - available in xml blocks for (td, th, table) */
.grayBorderRight { border-right: 1px solid #d0d0d0; }
.grayBorderLeft { border-right: 1px solid #d0d0d0; }
.grayBorderTop { border-right: 1px solid #d0d0d0; }
.grayBorderBottom { border-right: 1px solid #d0d0d0; }
.grayBorderAllSides { border: 1px solid #d0d0d0; }

/* div classes - available in xml blocks via custom tag */
.indent10 { padding-left: 10px; }
.indent20 { padding-left: 20px; }

/* span classes = available in xml blocks via custom tag */
.redText { color: #ff0000; }

/* Hides from IE-mac \*/
* html .clear { height: 1%; }
.clear { display: block; }
/* End hide from IE-mac */

.bodyCopy .fontSize11{font-size:11px;}


.check_box_area{float:left; width:375px;}
.check_box_area input{border:none;float:left; clear:left;}
.check_box_area span{float:left; width:350px; margin-top:3px;}
