/*<group=layout>*/

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}div.divlord {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

div.nav {
	width: 800px;
	height: 58px;
	background: #DDDDDD url(images/navtile.gif) repeat;
}

div.header {
	height: 182px;
	width: 800px;
	background: #8eae8f url(images/header_index.jpg);
}

div.header_index {
	height: 182px;
	width: 800px;
	background: #8eae8f url(images/header_index.jpg);
}

div.copper_nav_active {
	width: 800px;
	height: 20px;
	background: #D37E01;
	color: white;
	position: relative;
	top: 10px;
	font-size: 11px;
	text-align: left;
}

div.copper_nav_inactive {
	width: 800px;
	height: 20px;
	background: black;
	color: white;
	position: relative;
	top: 10px;
	font-size: 11px;
	text-align: center;
}

div.fiberoptic_nav_active {
	width: 800px;
	height: 20px;
	background: #cc0000;
	color: white;
	position: relative;
	top: 125px;
	font-size: 11px;
	text-align: left;
}

div.fiberoptic_nav_inactive {
	width: 800px;
	height: 20px;
	background: black;
	color: white;
	position: relative;
	top: 125px;
	font-size: 11px;
	text-align: left;
}

div.copper_nav {
	width: 800px;
	height: 20px;
	background: #d37d00;
	color: white;
	position: relative;
	top: 125px;
	font-size: 10px;
	text-align: center;
}

div.fiberoptic_nav {
	width: 800px;
	height: 20px;
	background: #cb1300;
	color: white;
	position: relative;
	top: 125px;
	font-size: 11px;
	text-align: center;
}

div.wiremanagement_nav {
	width: 800px;
	height: 20px;
	background: #506cf4;
	color: white;
	position: relative;
	top: 125px;
	font-size: 11px;
	text-align: center;
}

div.rack_nav {
	width: 800px;
	height: 20px;
	background: #f4c141;
	color: white;
	position: relative;
	top: 125px;
	font-size: 11px;
	text-align: center;
}
div.content {
	font-size: 11px;
	width: 425px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
	height: 100%;
}

div.content_products {
	font-size: 11px;
	width: 625px;
	margin-right: 75px;
	margin-left: auto;
}

div.content_index {
	font-size: 11px;
	width: 283px;
	background: #333333;
	color: white;
	margin-top: 0;
	position: relative;
	top: 0;
	margin-left: 0;
	float: right;
	display: block;
	padding-top: 1px;
	padding-bottom: 20px;
	margin-right: 58px;
	padding-left: 0;
}

div.content_indexleft {
	float: left;
	text-align: right;
	width: 282px;
	font-size: 11px;
	color: black;
	display: block;
	top: 0;
	margin-left: 160px;
}

div.footer {
	width: 800px;
	height: 40px;
	text-align: right;
	font-size: 11px;
	margin-top: 40px;
	clear: both;
	padding-top: 40px;
}

div.product {
	display: block;
	overflow: auto;
	height: auto;
}

div.product_photo {
	display: block;
	float: left;
	width: 235px;
	margin-right: 10px;
	top: 0;
	position: relative;
	height: auto;
	overflow: auto;
}

div.product_photo2 {
	display: block;
	float: left;
	width: 235px;
	margin-right: 10px;
	top: 0;
	position: relative;
	height: auto;
	overflow: auto;
}

div.product_desc {
	display: block;
	float: right;
	width: 350px;
	overflow: auto;
	height: auto;
}
	
/*</group>*/

/*<group=links>*/

div.product_desc img {
	border-style: none;
}

div.product_desc a {
	color: #1a44f3;
	text-decoration: none;
}

div.product_desc a:hover {
	text-decoration: underline;
}

div.nav a {
	color: black;
	text-decoration: none;
	font-size: 11px;
}

div.nav a:hover {
	color: #4e604f;
	text-decoration: none;
}

li.subnav a:hover {
	color: #D37E01;
	text-decoration: none;
}

div.nav .over {
	color: #4e604f;
	text-decoration: none;
}

div.copper_nav_inactive .over, h2 a:hover {
	color: #d48411;
	text-decoration: none;
}

div.content a {
	color: black;
	text-decoration: underline;
}

div.content a:hover {
	color: #4e604f;
	text-decoration: none;
}

div.copper_nav_inactive a, div.fiberoptic_nav_inactive a, div.copper_nav_active a, div.copper_nav a, div.fiberoptic_nav a, div.rack_nav a, div.wiremanagement_nav a {
	color: white;
	text-decoration: none;

	position: relative;
	margin-right: 5px;
	margin-left: 5px;
	top: 5px;
}

div.copper_nav_inactive a:hover {
	text-decoration: none;
	color: #D37E01;
}

div.fiberoptic_nav_active a:hover, div.copper_nav_active a:hover, div.fiberoptic_nav a:hover {
	text-decoration: none;
	color: black;
}

div.copper_nav a:hover, div.copper_nav_active a:hover, div.rack_nav a:hover, div.wiremanagement_nav a:hover {
	text-decoration: none;
	color: black;
}

div.fiberoptic_nav_inactive a:hover {
	text-decoration: none;
	color: #cc0000;
}

div.footer a {
	color: black;
	text-decoration: none;
	margin-right: 8px;
	margin-left: 8px;
	font-size: 11px;
	position: relative;
}

div.footer a:hover {
	color: #4e604f;
	text-decoration: none;
}
	
/*</group>*/

/*<group=Text>*/

h2 {
	color: #333333;
	position: relative;
	font-weight: bold;
	font-size: 15px;
}

h2 a {
	color: #333333;
	position: relative;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
}

.urgent {
	color: red;
	font-size: 16px;
	font-weight: bold;
}

div.content_index h1 {
	color: white;
}

div.content_indexleft h2 {
	color: #333333;
	position: relative;
	font-weight: bold;
	font-size: 14px;
	text-align: right;
}

div.content_index h3 {
	font-size: 14px;
	color: #4D80BA;
	margin-left: 15px;
}

div.content_index p {
	color: #ffffff;
	margin-left: 15px;
	margin-right: 25px;
}

div.content_indexleft h3 {
	font-size: 14px;
	color: #4D80BA;
}

h1.fiberoptic {
	font-variant: small-caps;
	font-size: 14px;
	color: #cc0000;
	position: relative;
	left: 275px;
	width: 300px;
	margin-top: 10px;
}

div.content h1 {
	font-size: 14px;
}

h1.twistedpair {
	font-variant: small-caps;
	font-size: 14px;
	color: #D37E01;
	position: relative;
	left: 275px;
	width: 300px;
	margin-top: 10px;
}

div.product_desc h2 {
	font-size: 14px;

}

div.content h2 {
	font-variant: small-caps;
	font-size: 16px;
	clear: right;
	margin-top: 10px;
}
	
/*</group>*/

p.pdf {
	text-align: right;
	position: relative;
	margin-top: -32px;
}

p.pdf img {
	vertical-align: middle;
}

/*<group=menus>*/

div.nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	top: 32px;
	left: 22em;
}

div.nav ul li {
	float: left;
	position: relative;
	font-size: 11px;
	text-align: left;
	margin-right: 6px;
	margin-left: 6px;
	width: auto;
	display: block;
}

li.subnav {
	float: left;
	width: 15em;
	display: inline;
}

div.nav li ul {
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
}

div.nav li > ul {
	top: auto;
	left: auto;
	width: 20em;
}

div.nav li:hover ul, div.nav li.over ul {
	display: block;
}
.cc_form_basic_DisplayTitle{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background-color: #000000;
	color: #FFFFFF;
}
.cc_form_basic_DisplayMain{
	font-size: 12px;
	text-align: center;
}

/*</group>*/