/*
	T.Hughes Consulting style sheet
	for Cablenet Products, Inc.
	Copyright 2007 All rights reserved.
*/

BODY {
	background: #FFFFFF;
	font-family: Verdana, Sans-serif;
	font-size: 11px;
	margin: 0;
	text-align: center;
}
img {border: 0;}
#wrapper {
	background: #FFFFFF;
	margin: 5px auto;
	padding: 0px;
	text-align: left;
	width: 810px;
}
H2 {font-weight: bold; font-size: 12px;}
H3 {
	font-weight: bold;
	font-size: 11px;
	color: #990000;
}


.main {color: #737372; text-decoration: none;}
a.main:active {}
a.main:link {}
a.main:visited {}
a.main:hover {background-color: #E8E4E4;}

.contents {color: #5B5B5A; text-decoration: none;}
a.contents:active {}
a.contents:link {}
a.contents:visited {}
a.contents:hover {background-color: #DCDCD3;}
a.contents:current {background-color: #DCDCD3;}

.map {color: #737372; text-decoration: underline;}
a.map:active {}
a.map:link {}
a.map:visited {}
a.map:hover {background-color: #E9E9E8;}

.footer {color:#FFFCFD}
a.footer:link {text-decoration: none;}
a.footer:visited {text-decoration: none;}
a.footer:hover {text-decoration: underline;}
a.footer:active {text-decoration: none;}

.build {color: #6B000F; text-decoration: none;}
a.build:active {}
a.build:link {}
a.build:visited {}
a.build:hover {background-color: #E8E4E4;}

#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	width: 810px;
	height: 130px;
}

#greyfade {
	position: relative;
	top: 1px;
	bottom: 1px;
	background-image: url(../images/greyfade.gif);
	background-repeat: repeat-y;
	width: 810px;
	height: 31px;
}

TABLE.main
{	background-color: #FFFFFF;
	color: #737372;
	font-size: 11px;
	font-weight: bold;
	line-height: 150%;
	width: 100%;
	height: auto;
}

TABLE.quickfind
{
	font-size: 10px;
	font-weight: bold;
	background-color: #E6E6E6;
	border: 1px solid #BFBFBF;
	color: #5B5B5A;
	line-height: 150%;
	margin: 0;
	padding-bottom: 0px;
	padding-left: 15px;
	padding-right: 1px;
	padding-top: 0px;
	width: 195px;
}

TABLE.box
{
	color: #737372;
	font-size: 11px;
	font-weight: bold;
	line-height: 150%;
	width: 100%;
	height: auto;
	background-image: url(../images/box1.gif);
	background-position: left;
	background-repeat: no-repeat;
}

#nav {
	background-color: #2F2D2D;
	font-weight: bold;
	font-size: 11px;
	height: 31px;
	width: 810px;
}
#nav ul {
	margin: 0 15px 0 15px;
	padding: 0 0 1px 0;
}
#nav ul li {
	list-style: none;
	display: inline;
}
#nav ul li a {
	color: #E6E6E6;
	padding: 9px 7px 9px 7px;
	text-decoration: none;
}
#nav ul li a.current {background: #2F2D2D; color: #E6E6E6;} 
#nav ul li a:hover {background: #565454; color: #FFFFFF;}

TABLE.contents
{
	font-size: 11px;
	font-weight: bold;
	background-color: #E6E6E6;
	border: 1px solid #BFBFBF;
	color: #5B5B5A;
	line-height: 140%;
	margin: 0;
	padding-bottom: 0px;
	padding-left: 15px;
	padding-right: 5px;
	padding-top: 0px;
	width: 175px;
}
TABLE.contents2
{
	font-size: 11px;
	font-weight: bold;
	background-color: #E6E6E6;
	border: 1px solid #BFBFBF;
	color: #5B5B5A;
	line-height: 140%;
	margin: 0;
	padding-bottom: 0px;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 0px;
	width: 205px;
}
input
{
	border:0;
	font-family: Verdana, Arial;
	font-size: 11px;
	line-height: 100%;
	background-color: #E5E3E6;
	font-weight: normal;
}
.formSelect {
	background-color: #F6F5F6;
	border: 1px solid;
	color: #737372;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Sans-serif;
}

#footer {
	background-color: #FFFFFF;
	color: #737372;
	font-size: 11px;
	font-weight: bold;
	margin: 25px 0 5px 0;
	text-align: left;
	width: 810px;
}
#footer ul {
	margin: 0;
}
#footer ul li {
	display: inline;
	list-style: none;
	vertical-align: top;
}
#footer ul li a {
	color: #737372;
	padding: 0 12px 0 12px;
	text-decoration: none;
}
#footer ul li a.current {background: #FFFFFF; color: #737372;} 
#footer ul li a:hover {
	background: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
}


/*** IE Fix ***/



