/* Page background                           */

body {
	background-attachment: fixed;
	background-image: none;
	background-position: center;
	background: #cccccc url(images/general_page/bg_grad1.jpg) fixed;
}

/* Font styles                           */
.prodname {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #163D54;
	font-size: 115%;
	font-weight: bold;
	text-transform: none;
}
.partno {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
.netfill {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #163D54;
	font-weight: bold;
}
.search {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 65%;
	color: #163D54;
	font-weight: bold;
}
.sectionhead {
	color: #163D54;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-style: normal;
	line-height: normal;
	font-size: 100%;
	text-transform: uppercase;
	vertical-align: middle;
}
.productname2 {
	color: #163D54;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-style: normal;
	line-height: normal;
	font-size: 85%;
	text-transform: uppercase;
	vertical-align: middle;
}
.text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
	font-variant: normal;
	list-style-position: outside;
	list-style-image: none;
	border-left: 5;
}
.bottomNav {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #163D54;
	font-weight: bold;
}
.xxsmall_text {font-family: Geneva, Arial, Helvetica, sans-serif; font-size: xx-small; }
.big_bullets {	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	font-style: normal;
	list-style-image: url(images/general_page/bgbull.gif);
	list-style-position: outside;
	text-align: left;
	white-space: normal;
	letter-spacing: normal;
	vertical-align: top;
	line-height: 25px;
}
.tech_bullets {	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	font-style: normal;
	list-style-image: url(images/general_page/smbull.gif);
	list-style-position: outside;
	text-align: left;
	white-space: normal;
	letter-spacing: normal;
	vertical-align: text-top;
}


/* Page links                          */

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
a:active {
	text-decoration: none;
}




/************ sectionLinks styles **************/

#sectionLinks{
	padding: 5px 5px 5px 5px;
	

}

#sectionLinks h3{
	padding: 5px 0px 2px 5px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: url(bg_nav.jpg);
	font-weight: bold;
	padding: 7px 7px 7px 7px;
	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: 10px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 80%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 10px;
}

.relatedLinks a{
	display: block; 
}

#pageNav{
	float: right;
	width:178px;
	padding: 0px;
	background-color: #F5f7f7;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
