/***********************************************/
/* cable.css                            */
/* Use with index.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#banner .searchButton {
	background-color:transparent;
	background: transparent url(http://www.belden.com/images/SearchButton.gif) top left no-repeat;
	background-position: 0px -15px;
	width: 16px;
	height: 15px;
	display:block;
	outline:none;
	}
#banner .searchButton:hover{
	background-position: 0px -30px;
	}
#banner .searchButton:active{
	background-position: 0px -45px;
	}
#banner .searchButton span {
	display:none;
}


/************* globalNav styles ****************/

#nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	height: 16px;
	width: 100%;
	z-index: 100;
}
#nav #menu {
	position: absolute;
	height: 16px;
	width: 100%;
	z-index: 150;
	text-align: center;
	color: #FFFFFF;
	background-color: #A68461;
	left: 0px;
	padding-top: 1px;
	font-weight: bold;
}

#nav a:hover{
	color: #000000;
	background-color:#CBE6F2;
}
#nav #menuLevel1 a{
	text-decoration:none;
	color: #FFFFFF;
}
#nav #menuLevel1 a:hover{
	text-decoration: none;
	color: #000000;
	background-color:#CBE6F2;
}

/************ 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: #4381B4;
}
#nav .submenu0 a:hover{
	font-weight: bold;
	color: #000000;
}
#nav .submenu0{
	display: none;
	color: #4381B4;
	background-color: #FF0000;
}
#nav .submenu{
	position: absolute;
	top: 16px;
	width: 180px;
	padding: 4px 6px 4px 4px;
	display: none;
	color: #E8d8C5;
	background-color: #E8d8C5;
	text-align: left;
	border: 1px solid #A68461;
	background-repeat: repeat-y;
	font-weight: normal;
}
#nav .submenu div{
	padding:2px 2px 2px 2px;
	width: 100%;
	cursor:pointer;
}

#nav #menu #submenuDefault {
	position: absolute;
	top: 16px;
	left: 0px;
	width: 100%;
	text-align: left;
	display: block;
}


/*************** search styles *****************/

#search{
	position: absolute;
	top: 8px;
	right: 10px;
	z-index: 6;
	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;
}
.searchtextboldblack {
    font-weight: bold;
	text-decoration: none;
}
.searchtextboldblue {
	font-weight: bold;
	color: #005FA9;
	text-decoration: none;
}
.searchtextboldplain {
	font-weight: normal;
	color: #000000;
}

#search form div div input{
	font-size: 10px;
	margin: 0px 0px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding:2px 2px 2px 2px;
	height:14px;
	overflow:hidden;
	line-height: 10px;
 }
 
#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: 10px;
	margin-left: -220px;
	left:50%;
	position:relative;
	width:500px;
}

#breadCrumb .pagename{
    color: #4381B4;
}

#breadCrumb a{
	color: #666666;
	text-decoration: none;
}

#breadCrumb a:hover{
	color: #4381B4;
	text-decoration: none;
	line-height: normal;
}

/************* helpLink styles ***************/

#copyrightLink{
	padding: 5px 0px 5px 0px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-left: -110px;
	left:100%;
	position:relative;
	width:100px;
	top:-23px;
	text-align:right;
	text-decoration: none;
}

#copyright:hover{
	color: #4381B4;
	text-decoration: none;
	line-height: normal;
}


/**************** page footer styles *****************/

#pagefooter{
	margin: 0px auto;
	padding: 0px 0px 17px;
	background-repeat: repeat-x;
	text-align: left;
	border-top: 1px solid #666666;
}

#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: #4381B4;
	text-decoration: none;
	line-height: normal;
}

/**************** driving direction styles *****************/

#pagefooter{
	margin: 0px auto;
	padding: 0px 0px 17px;
	background-repeat: repeat-x;
	text-align: left;
	border-top: thin solid #666666;
}

/********************* end **********************/
