/***********************************************/
/* cable.css                            */
/* Use with index.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	width: 100%;
	z-index: 0;
	text-align: center;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #4189dd;
	text-decoration: underline;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
    font: bold 120% Arial,sans-serif;
    color: #334d55;
    margin: 0px;
    padding: 0px;
 	margin-left: 150px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
	font: bold 100% Arial,sans-serif;
	color: #334d55;
	margin: 0px;
	padding: 0px;
	font-weight: bolder;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
	list-style-type: disc;

}

ul ul{
	list-style-type: disc;
	margin-left: 150px;
	padding-right: 10px;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#masthead{
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	height: 71px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	background-image:  url("../00_images/00_Background_back.jpg");
	text-align: left;
	background-color: #FFFFFF;
}
#lft{
	background-image:   url("../00_images/00_Background_lft.jpg");
	background-repeat: repeat-x;
	height: 71px;
	width: 45%;
	left: 0px;
	top: 0px;
}
#rt{
	background-image:   url("../00_images/00_Background_back.jpg");
	background-repeat: repeat-x;
	height: 71px;
	width: 45%;
	left: 55%;
	top: 0px;
}
#top{
	height: 71px;
	background-image:   url("../00_images/00_Background_top.jpg");
	background-repeat: no-repeat;
	width: 760px;
	left: 50%;
	top: 0px;
	position: absolute;
	margin-left: -380px;
	z-index: 4;
}
#logotop{
	height: 92px;
	background-repeat: no-repeat;
	width: 760px;
	left: 50%;
	top: 0px;
	position: absolute;
	margin-left: -380px;
	z-index: 3;
}
#beldenlogo{
	background-repeat: no-repeat;
	left: 0px;
	top: 0px;
	position: absolute;
	z-index: 5;
	width: 100px;
	height: 44px;
}
#pagecell1{
	position:absolute;
	top: 86px;
	left: 50%;
	width:760px;
	margin-left: -380px;
	background-color: #ffffff;
	text-align: left;
	z-index: 30;
	height: 539px;
}
 
#leftColumn{
    left: 0px;
    position: absolute;
    width: 150px;
	z-index: 52;
		top: 110px;
}

#rightside{
    position:absolute;
    width:155px;
    z-index:50;
    left: 602px;
	top: 110px;
}

#homerightside{
    position:absolute;
    width:155px;
    z-index:50;
    left: 602px;
	top: 20px;
}

#homeleftColumn{
    left: 0px;
    position: absolute;
    width: 150px;
	z-index: 53;
		top: 20px;
}
#homecontent{
    left: 162px;
    position: absolute;
    width: 440px;
	z-index: 53;

}

#homecontentpr{
    left: 172px;
    position: absolute;
    width: 400px;
	z-index: 53;
		display: none;
}

#titlecontent{
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 162px;
}

#hometitlecontent{
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

#content{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 162px;
}
#toolscontent{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#marketscontent{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 162px;
	width: 440px;
}
#main{
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	position: absolute;
	background-color: #333333;
	left: 0px;
	z-index: 3;
}

/***********************************************/
/* Layout Chart @ 100% Divs                    */
/***********************************************/

#chart{
	position:absolute;
	top: 112px;
	width:100%;
	background-color: #ffffff;
	text-align: left;
	z-index: 31;
	left: 0px;
}
#chartcontent{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 10px;
}

#charttitlecontent{
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 10px;
}

#chartbreadCrumb{
	padding: 5px 0px 5px 0px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin-left: 10px;
}

#chartbreadCrumb .pagename{
    color: #4189dd;
}

#chartbreadCrumb a{
	color: #666666;
	text-decoration: none;
}

#chartbreadCrumb a:hover{
	color: #4189dd;
	text-decoration: none;
	line-height: normal;
}
#chartgraph{
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 0px 0px;
}

#chartb{
	position:absolute;
	top: 1100px;
	width:100%;
	background-color: #ffffff;
	text-align: left;
	z-index: 31;
	left: 0px;
}
#chartcontentb{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 10px;
}

#chartgraphb{
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 0px 10px;
}

#rightside{
	position: absolute;
	right: 10px;
	z-index: 50;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height: 16px;
	text-decoration: none;
	text-align: left;
}


/************** partnerlogin styles *****************/

#login{
	position: absolute;
	top: 3px;
	left: 585px;
	width: 175px;
	z-index: 6;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	line-height: 16px;
	text-decoration: none;
	text-align: right;
}
.logintextboldwhite {
    font-weight: bold;
	text-decoration: none;
}
.logintextboldblue {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

#login a{
	font-size: 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}

#login a:hover{
	margin: 0px;
	text-decoration: none;
	color: #000000;
}

/************** homepage styles *****************/

#homepageTitle{
	padding: 6px 0px 0px 0px;
	margin: 0px;
	color: #000000;
	font-size: 24px;
	font-family: "Arial Black";
}

#homepageTitle .normalsubtitletext{
	padding: 2px 0px 4px 0px;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}

.homestory{
	padding: 4px 10px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height: 16px;
}

.homecenterimage{
    margin-top: 6px;

}


/************** pageTitle styles ****************/

#pageTitle{
	padding: 6px 0px 0px 0px;
	margin: 0px;
	color: #004985;
	font-size: 24px;
	font-family: "Arial Black";
}

#pageTitle .normaltitletext{
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
}

#pageTitle .normalsubtitletext{
	padding: 2px 0px 4px 0px;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}

#pageTitle img{
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}

/************* globalNav styles ****************/

/*#nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	height: 13px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 71px;
	left: 0px;
	z-index: 100;
}
#nav #menu {
	position: absolute;
	height: 13px;
	width: 100%;
	z-index: 150;
	text-align: center;
	color: #FFFFFF;
	background-color: #A68462;
	left: 0px;
	padding-top: 2px;
	top: 0px;
}
#nav a{
	text-decoration:none;
	color: #FFFFFF;
}
#nav a:hover{
	text-decoration: none;
	color: #000000;
}
#nav #menuLevel1 a{
	text-decoration:none;
	color: #FFFFFF;
}
#nav #menuLevel1 a:hover{
	text-decoration: none;
	color: #000000;
}

/************ subglobalNav styles **************/

/*#nav .submenu a{
	text-decoration:none;
	color: #000000;
}
#nav .submenu a:hover{
	font-weight: bold;
	color: #000000;
}
#nav .submenu0 a{
	text-decoration:none;
	color: #666666;
}
#nav .submenu0 a:hover{
	font-weight: bold;
	color: #000000;
}
#nav .submenu0{
	display: none;
	color: #666666;
	background-color: #FFFFFF;
	z-index: 1999;
}
#nav .submenu{
	position: absolute;
	top: 15px;
	width: 150px;
	padding: 4px 6px 4px 4px;
	display: none;
	color: #666666;
	background-color: #CCCCCC;
	text-align: left;
	border: 1px solid black;
	background-repeat: repeat-y;
	z-index: 2000;
}
#nav .submenu div{
	padding:2px 2px 2px 2px;
}

#nav #menu #submenuDefault {
	position: absolute;
	top: 16px;
	left: 0px;
	width: 100%;
	text-align: left;
	display: block;
}
*/

/*************** search styles *****************/

/*#sitesearch{
	position: absolute;
	top: 38px;
	left: 540px;
	z-index: 6;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 16px;
	text-decoration: none;
	width: 220px;
	text-align: right;
	vertical-align: middle;
}
.searchtextboldwhite {
    font-weight: bold;
	text-decoration: none;
}
.searchtextboldblue {
	font-weight: bold;
	color: #005FA9;
	text-decoration: none;
}
.searchtextboldplain {
	font-weight: normal;
	color: #000000;
}

#search input{
	font-size: 12px;
	margin: 0px  0px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
 }
 
#search a:link, #search a:visited {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #005FA9;
	text-decoration: none;
}

#search a:hover{
	margin: 0px;
	text-decoration: none;
	color: #000000;
}
*/

/************* breadCrumb styles ***************/

/*#breadCrumb{
	padding: 5px 0px 5px 0px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin-left: 162px;
}

#breadCrumb .pagename{
    color: #4189dd;
}

#breadCrumb a{
	color: #666666;
	text-decoration: none;
}

#breadCrumb a:hover{
	color: #4189dd;
	text-decoration: none;
	line-height: normal;
}

*/
/************** story styles *****************/

.story{
	padding: 4px 10px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height: 16px;
	text-decoration: none;
}
.storypagebreak{
	padding: 4px 10px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height: 16px;
	text-decoration: none;
}

.story .boldblack {
    font-weight: bold;
}

.story .boldblackpagebreak {
    font-weight: bold;
	line-height: 16px;
}

.story .boldwhite {
    font-weight: bold;
	color: #FFFFFF;
}
.story .boldblackitalic {
	font-weight: bold;
	font-style: italic;	
}
.story .boldblue {
	font-weight: bold;
	color: #005FA9;
}
.story .boldblueheading {
	font-weight: bold;
	color: #005FA9;
	font-size: 14px;
}
.story .bluenormal {
    color: #005FA9;
}
.story .italicnormal {
	font-style: italic;
}
.story .bluenormalunderline {
    color: #005FA9;
	text-decoration: underline;
}

.story .bluenormalunderline a:link, a:visited{
	color: #005FA9;
	text-decoration: underline;
}

.story .bluenormalunderline a:hover{
	text-decoration: underline;
}
.clearit {
    clear: both;
	display: block;
}

.more{
	padding: 0px 10px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #005FA9;
	line-height: 16px;
	text-decoration: none;
}
.more .boldblack {
    font-weight: bold;
}
.more .boldblue {
	font-weight: bold;
	color: #005FA9;
}
.more a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

.more a:hover{
	text-decoration: none;
}
.storyclearit {
    clear: both;
	display: block;
}
.storyleftimage{
    float: left;
    margin-right: 10px;


}

.storyleftimagenoborder{
    float: left;
    margin-right: 10px;

}

.storyrightimage{
    float: right;
    margin-left: 10px;

}
.storyrightimagenoborder{
    float: right;
    margin-left: 10px;

}

/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}


/**************** left Column styles *****************/

#leftcolumncopy{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #666666;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-decoration: none;
}
#leftcolumncopy a{
	text-decoration: none;
	color: #4189dd;
}
#leftcolumncopy a:hover{
	text-decoration: none;
	color: #4189dd;
}
#leftcolumncopyhome{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #666666;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	text-decoration: none;
}
#leftcolumncopyhome a{
	text-decoration: none;
	color: #4189dd;
}
#leftcolumncopyhome a:hover{
	text-decoration: none;
	color: #4189dd;
}

.leftcolumncopybold{
    font-size: 10px;
	font-weight: bold;
	color: #000000;
}
.leftcolumncopyboldlg{
    font-size: 13px;
	font-weight: bold;
	color: #000000;
}
.leftcolumncopyblue{
	color: #4189dd;
}
.rightcolumnline{
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
	margin-top: 10px;
	padding-bottom: 8px;
	margin-left: 10px;
}

.leftcolumnimage{
    border: 1px solid #000000;
}
.leftcolumnimagelead{
	margin-top: 2px;
	margin-left: 10px;
}
#leftcolumntitle{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #004985;
	font-size: 16px;
	font-family: "Arial Black";
	line-height: 20px;
}

#leftcolumntitle .leftcolumntitletext{
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
#leftcolumnnav{
	font-size: 10px;
	line-height: 12px;
	color: #000000;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;

}
#leftcolumnnav a{
	text-decoration: none;
	color: #000000;
}
#leftcolumnnav a:hover{
	text-decoration: none;
	color: #4189dd;
}
#leftcolumnnav .leftnavnormbl a{
	font-family: Arial, Helvetica, sans-serif;
	color: #4189dd;
}
#leftcolumnnav .leftnavltbl a:hover{
	font-family: Arial, Helvetica, sans-serif;
	color: #66CCFF;
}
.leftheadnavitem{
	font-size: 10px;
	line-height: 12px;
	color: #000000;
	padding-top: 2px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 2px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;

}
.leftheadnavitem a:link, a:visited{
	text-decoration: none;
	color: #000000;
}
.leftheadnavitem a:hover{
	text-decoration: none;
	color: #4189dd;
}

.leftnavitem{
	font-size: 10px;
	line-height: 12px;
	color: #000000;
	padding-top: 2px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 2px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;

}
.leftnavitem a{
	text-decoration: none;
	color: #000000;
}
.leftnavitem a:hover{
	text-decoration: none;
	color: #4189dd;
}

.leftnavSubItem{
	font-size: 10px;
	line-height: 12px;
	padding-top: 2px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
.leftnavSubItem a:link, a:visited{
	text-decoration: none;
	color: #000000;
}
.leftnavSubItem a:hover{
	text-decoration: none;
	color: #4189dd;
}
.SubItemRow{
	font-size: 10px;
	line-height: 12px;
	padding-top: 2px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
}

/**************** table styles *****************/

.SalesTable tr td{
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 4px;
	padding-top: 5px;
	padding-bottom: 3px;
	color: #000000;
}
.SalesTableboldblackheading{
	font-size: 14px;
    font-weight: bold;
}
.SalesTableboldblack{
	font-size: 12px;
    font-weight: bold;
}
.SalesTableboldblackbottomline{
	font-size: 12px;
    font-weight: bold;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.SalesTabletopline{
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
}
.SalesTablereg{
	font-size: 12px;
}

.SalesTable tr td a{
	font-size: 12px;
	color: #005FA9;
	text-decoration: underline;
}
.SalesTable tr td a:hover{
	font-size: 12px;
	text-decoration: underline;
}
.tablecolumnline{
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-top: 20px;
	padding-bottom: 8px;
	margin-left: 10px;
}

/**************** home footer styles *****************/



/**************** page footer styles *****************/

#pagefooter{
	margin: 0px auto;
	padding: 0px 0px 17px;
	background-repeat: repeat-x;
	text-align: left;
}

#pagefootertext{
	padding: 10px 0px 5px 0px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
    text-align: center;
}

#pagefootertext a{
	color: #666666;
		text-decoration: none;
}

#pagefootertext a:hover{
	color: #4189dd;
	text-decoration: none;
	line-height: normal;
}

/**************** footer styles *****************/

#footer{
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 740px;
	z-index: 4000;
    background-repeat: repeat-x;
	text-align: left;
}
#footertext{
	padding: 5px 0px 5px 0px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
    text-align: center;
}

#footertext a{
	color: #000000;
	text-decoration: none;
}

#footertext a:hover{
	color: #4189dd;
	text-decoration: none;
	line-height: normal;
}

/********************* end **********************/
.pagebreak{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	line-height: 5px;
	text-decoration: none;
}


/********************* Wireless Styles **********************/

/********************* Home Page **********************/

#wirelesspagecell1{
	position:absolute;
	top: 86px;
	left: 50%;
	width:760px;
	margin-left: -380px;
	background-color: #ffffff;
	text-align: left;
	z-index: 30;
	height: 550px;
}

#ProductRightColumn{
    position:absolute;
    width: 138px;
    z-index:60;
    left: 612px;
	top: 230px;
}

#ProductLeftColumn{
	left: 10px;
	position: absolute;
	width: 138px;
	z-index: 73;
	top: 14px;
	height: 0;
}

#ProductCenterAnimationColumn{
	left: 162px;
	position: absolute;
	width: 588px;
	top: 25px;
	z-index: 64;
	height: 194pxpx;

}

#ProductCenterAnimationColumnpr{
	left: 162px;
	position: absolute;
	width: 588px;
	top: 25px;
	z-index: 64;
	height: 194;
	display: none;

}

#ProductCenterLeftTop{
    left: 162px;
    position: absolute;
    width: 206px;
	top: 227px;
	z-index: 65;
	text-decoration: none;
	height: 75;

}

#ProductCenterLeftBottom{
    left: 162px;
    position: absolute;
    width: 206px;
	top: 335px;
	z-index: 65;
	text-decoration: none;

}

#ProductCenterRightTop{
	left: 394px;
	position: absolute;
	width: 206px;
	top: 227px;
	z-index: 65;
	text-decoration: none;
	height: 88;
}

#ProductCenterRightToppr{
	left: 394px;
	position: absolute;
	width: 206px;
	top: 227px;
	z-index: 65;
	text-decoration: none;
	height: 88;
}

#ProductCenterMiddle{
	left: 380px;
	position: absolute;
	width: 10px;
	top: 227px;
	z-index:20;
	height: 184px;
			margin-top: 9px;
}

#ProductCenterRightBottom{
	left: 394px;
	position: absolute;
	width: 206px;
	top: 335px;
	z-index: 65;
	text-decoration: none;
	height: 88;
}

#ProductCenterRightBottompr{
	left: 394px;
	position: absolute;
	width: 206px;
	top: 335px;
	z-index: 65;
	text-decoration: none;
	height: 87;
}

.ProductCenterRightTopImage{
margin-right: 10px;
margin-top: 0px;
	float: right;

}

.ProductCenterLeftBottomImage{
margin-right: 2px;
margin-top: 0px;
	float: right;

}

/**************** Flyout Navigation *****************/
#flyoutmenu {
	background: #1f5394;
	width:138px;
	position: absolute;
	top: 47px;
	left: 0px;
	z-index: 1000;
}

#flyoutmenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#flyoutmenu a, #flyoutmenu h2 {
	font-family: "Arial Black";
	display: block;
	font-size:11px;
	line-height: 13px;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 8px;
	padding-right: 8px;
	margin: 0;
	color:#FFFFFF;
	font-style: normal;
	font-weight: normal;
}

#flyoutmenu h2 {
    color: #fff;
    background: #000;
    text-transform: uppercase;
}

.menuLG {
	font-family: "Arial Black";
	font-size: 9px;
	line-height: 8px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
}

#flyoutmenu a {
    color: #FFFFFF;
    background: #1f5394;
    text-decoration: none;
}

#flyoutmenu a:hover {
    color: #FFFFFF;
    background: #4D79B0;
}

#flyoutmenu ul ul li ul li a{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size:11px;
    line-height: 13px;
    color: #FFFFFF;
    background: #99BCD5;
    text-decoration: none;
		width:330px;
}

#flyoutmenu ul ul li ul li a:hover {
    color: #000000;
    background: #ccdeea;
}


#flyoutmenu li {
    position: relative;
}

#flyoutmenu ul ul ul {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
}

div#flyoutmenu ul ul ul,
div#flyoutmenu ul ul li:hover ul ul
{display: none;}

div#flyoutmenu ul ul li:hover ul,
div#flyoutmenu ul ul ul li:hover ul
{display: block;}



/**************** New info signup *****************/

#NewInfoSignup{
	position: relative;
	width: 138px;
	z-index: 75;
	top: 20px;
}

.HorizontalDottedLine {

	width: 138;
	height: 2px;
	top: 0px;
	position: relative;
	padding-bottom: 10px;
}

#signup{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	position: relative;
	left: 0px;
	padding-top: 10px;
	margin-bottom: 10px;
}
#signup a{
	text-decoration: none;
		color: #666666;
}
#signup a:hover{
	text-decoration: none;
	color: #4189dd;
}


/**************** wireless home center column *****************/

.dashboardhead1{
	font-family: "Arial Black";
	font-size: 13px;
	line-height: 16px;
	color: #1f5394;
	text-decoration: none;
		padding-top: 5px;	
}

.dashboardhead2{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 13px;
	line-height: 16px;
	color: #1f5394;
    text-decoration: none;
	
}
.dashboardhead3{
	font-weight:normal;
	font-size: 13px;
	line-height: 16px;
	color: #1f5394;
	text-decoration: none;
	font-family: "Arial Narrow Bold";
	font-style: italic;
			padding-top: 5px;	
}

#NewsScroller{
	padding-top: 2px;
	z-index: 84;
	
}

#moreinfo{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #1f5394;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 10px;
    text-decoration: none;
	
}
#moreinfo a{
	text-decoration: none;
		color: #1f5394;
}
#moreinfo a:hover{
	text-decoration: none;
	color: #4189dd;
}

.bwienduser {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 11px;
	color: #1f5394;
	font-style: normal;
	font-weight: bold;
}

#morelinks{
	font-family: "Arial Black";
	font-size: 10px;
	line-height: 17px;
	color: #666666;
	padding-top: 26px;
	padding-bottom: 10px;
    text-decoration: none;
	
}
#morelinks a{
	text-decoration: none;
		color: #666666;
}
#morelinks a:hover{
	text-decoration: none;
	color: #1f5394;
}

#morelinks2{
	font-family: "Arial Black";
	font-size: 10px;
	line-height: 17px;
	color: #666666;
	padding-top: 0px;
		margin-top: -2px;
	padding-bottom: 10px;
    text-decoration: none;
	
}
#morelinks2 a{
	text-decoration: none;
		color: #666666;
}
#morelinks2 a:hover{
	text-decoration: none;
	color: #1f5394;
}

.VerticalDottedLine {
	background-repeat: repeat-y;
	width: 2;
	height: 50px;
	top: 0px;
	position: relative;
	z-index: 1000;
}

.bullettedcopy{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #000000;
	padding-top: 5px;

	text-decoration: none;
	font-weight: bold;
}

/**************** wireless home right column *****************/

.rightcolumnhead{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #1f5394;
	font-weight: bold;

}
.HorizontalDottedLineimage{
    float: left;
    margin-top: 2px;


}

/**************** wireless footer styles *****************/

#footerwireless{
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 520px;
	z-index: 4000;
    background-repeat: repeat-x;
	text-align: left;
}
#footerwirelesstext{
	padding: 5px 0px 5px 0px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
    text-align: center;
}

#footerwirelesstext a{
	color: #000000;
	text-decoration: none;
}

#footerwirelesstext a:hover{
	color: #4189dd;
	text-decoration: none;
	line-height: normal;
}

/********************* Secondary Page **********************/

#SecondaryProductRightColumn{
	position:absolute;
	width: 138px;
	z-index:60;
	left: 612px;
	top: 93px;
}

#Secondarytitlecontent{
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

#SecondaryProductCenterColumn{
	left: 162px;
	position: absolute;
	width: 435px;
	top: 30px;
	z-index: 64;
	height: 194px;

}

#SecondarypageTitle{
	color: #000000;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 6px px 0px 0px;
	width: 438px;
	
}

/************** products story styles *****************/

#productscontent{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 162px;
	width: 440px;
}


.productsstory{
	padding: 4px 2px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height: 16px;
	text-decoration: none;
}

.productsstory ul ul ul{
	list-style-type: disc;
	margin-left: -150px;
	padding-right: 10px;
	

}
.productsstorypagebreak{
	padding: 4px 10px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height: 16px;
	text-decoration: none;
}

.productsstory .boldblack {
    font-weight: bold;
}

.productsstory .boldblackpagebreak {
    font-weight: bold;
	line-height: 16px;
}

.productsstory .boldwhite {
    font-weight: bold;
	color: #FFFFFF;
}
.productsstory .boldblackitalic {
	font-weight: bold;
	font-style: italic;	
}
.productsstory .boldblue {
	font-weight: bold;
	color: #005FA9;
}
.productsstory .boldblueheading {
	font-weight: bold;
	color: #005FA9;
	font-size: 14px;
}
.productsstory .bluenormal {
    color: #005FA9;
}
.productsstory .italicnormal {
	font-style: italic;
}
.productsstory .bluenormalunderline {
    color: #005FA9;
	text-decoration: underline;
}

.productsstory .bluenormalunderline a:link, a:visited{
	color: #005FA9;
	text-decoration: underline;
}

.productsstory .bluenormalunderline a:hover{
	text-decoration: underline;
}

.productsstoryclearit {
    clear: both;
	display: block;
}
.productsstoryleftimage{
    float: left;
    margin-right: 10px;


}

.productsstoryleftimagenoborder{
    float: left;
    margin-right: 10px;

}

.productsstoryrightimage{
    float: right;
    margin-left: 10px;

}
.productsstoryrightimagenoborder{
    float: right;
    margin-left: 10px;

}

/**************** right Column styles *****************/

#rightcolumnlinks{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #000000;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}
#rightcolumnlinks a{
	text-decoration: none;
	color: #1f5394;
}
#rightcolumnlinks a:hover{
	text-decoration: none;
	color: #4189dd;
}

/**************** DesignInstallTips table styles *****************/

.DesignInstallTips tr td{
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 2px;
	padding-top: 4px;
	padding-bottom: 2px;
}
.DesignInstallTipsboldblackheading{
	font-size: 14px;
    font-weight: bold;
	color: #000000;
}
.DesignInstallTipsboldblueheading{
	font-size: 12px;
    font-weight: bold;
		border-bottom-color: #005FA9;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color: #005FA9;
}

.DesignInstallTipsboldblue{
	font-size: 10px;
    font-weight: bold;
		border-bottom-color: #005FA9;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color: #005FA9;
}
.DesignInstallTipsboldblackbottomline{
	font-size: 10px;
    font-weight: bold;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.SDesignInstallTipsetopline{
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
}
.DesignInstallTipsreg{
	font-size: 10px;
	border-bottom-color: #005FA9;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color: #000000;
	line-height: 12px;
}

.DesignInstallTipscolumnline{
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-top: 20px;
	padding-bottom: 8px;
	margin-left: 10px;
}

.small {
	font-weight: normal;
	font-size: 10px;
	line-height: 12px;
}
