/*
$Author: Cnanninga $ 
$Date: 4/29/10 11:34a $ 
$Revision: 12 $ 
*/

/* ////////////// For section home page nav ///////////////////// */
#sectionMainNav
{
	width:600px;
	padding:5px 0;
	margin-bottom:10px;
	border-style:solid;
	border-width:1px 0;
}

#sectionMainNav ul
{
	list-style:none;
	margin:0;
	padding:0;
	text-align:center;
}

#sectionMainNav li
{
	/*width:172px;*/
	float:left;
	margin-right:2px;
	margin-top:0;
	margin-bottom:2px;
}

#sectionMainNav a
{
	padding:5px;
	border-style:solid;
	border-width:2px;
	display:block;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	line-height:12px;
}

#sectionMainNav .sectionNavIndent
{
	/*margin-left:86px;*/
	margin-left:15px;
}
/* ////////////// End ////////////////////// */

/* /////////////// For pages showing listings of contacts ///////////// */
.contactbox
{
	margin-bottom:10px;
	z-index:1;
}

.contactbox img
{
	border-width:1px;
	border-style:solid;
	margin:0 0 10px 0;
}

.contactbox h6
{
	margin:30px 0 10px 0;
	border:none;
}

.contactbox .standout_small
{
	margin-top:.5em;
	margin-bottom:.5em;
}

.contact_tabs ul
{
	list-style:none;
	margin:20px 0 0 0;
	padding:0;
}

.contact_tabs li
{
	float:left;
	margin:0 15px 5px 0;
	background-position:top left;
	background-repeat:no-repeat;
	height:30px;
}

.contact_tabs li.current
{
	margin-top:10px;
}

.contact_tabs a
{
	display:block;
	/*height: 30px;*/
	padding:0 7px;
	background-position:top right;
	background-repeat:no-repeat;
	font-size:1.1em;
	font-weight:bold;
	line-height:30px;
	cursor:pointer;
}

.contact_tabs .current a
{
	font-size:1.2em;
	text-decoration:underline;
	cursor:default;
}

.contacts td
{
	vertical-align:middle;
}
/* /////////////// End ///////////// */


/* //////////////// Drawing file type lists ///////////// */
.file_list
{
	list-style:none;
	margin:0;
	padding:0;
}

.file_list li
{
	float:left;
	margin-right:15px;
	margin-top:0;
}
/* /////////////// End ///////////// */


/* ///////////////////// Tooling Operations /////////////////////////// */
.expandBox .closedHeading, .expandBox .openedHeading
{
	padding-left:15px;
	background-position:center left;
	background-repeat:no-repeat;
	outline:none;
}

.expandBox .closedHeading
{
	background-image:url('/images/expand_box_open.jpg');
}

.expandBox .openedHeading
{
	background-image:url('/images/expand_box_close.jpg');
}
/* /////////////// End //////// */


/* /////////////////// Create a Part Number pages ///////////// */
.createpart_list
{
	list-style:none;
	margin:0;
	padding:0;
}

.createpart_list li
{
	margin:25px 0;
	/*padding:10px;*/
}

.createpart_list h5
{
	margin-bottom:15px;
}

.createpart_list a
{
	font-weight:bold;
}
/* /////////////// End ///////////// */


/* ////////////// Tech Specs /////////// */
.tech_specs th {
	text-align:right;
	width:20%;
}
/* /////////////// End ///////////// */


/* /////////////// Cable home page ////////////// */
#cable_container
{
	background: url('/images/cable_background.jpg');
	background-repeat: no-repeat;
}

#cable_container .right_img_box
{
	clear: right;
	text-align: center;
	margin-bottom: 30px;
	width: 240px;
}

#cable_container .right_img_box img,
#cable_container .caption_img img
{
	display: block;
	margin: 0 auto;
}

#cable_container .caption_img
{
	width: 295px;
	text-align: center;
}

#cable_container .cable_main
{
	width: 380px;
}
/* ////////////// End /////////////// */




/* //////////////// Color /////////////// */
#sectionMainNav
{
	border-color:#CCCCCC;
}

#sectionMainNav a
{
	background-color:#73002B;
	border-color:#934762 #330002 #330002 #934762;
	border-color:#000000;
	color:#F0F0D0;
}

#sectionMainNav a:hover
{
	background-color:#83103B;
	color:#EEEEFF;
}

.contactbox img
{
	border-color:#E5E3E3;
}

.contact_tabs li
{
	background-image:url('/images/tab_left.jpg');
}

.contact_tabs li.current
{
	background-image:url('/images/tab_left_grey.jpg');
}

.contact_tabs a
{
	background-image:url('/images/tab_right.jpg');
}

.contact_tabs li.current a
{
	background-image:url('/images/tab_right_grey.jpg');
	color:#797979;
}


.pn_highlight
{
	color:#84A6A7;
}
/* ////////////// End ////////////// */
