
<!--

* {margin:0; padding:0;}

body	{
	background-color:white;
	font-family:verdana;
	font-size:11pt;
}

div#head {
	height:160px;
}

#head img{
	margin-right:auto;
	margin-left:auto;
	display:block;
	margin-top:15px;
	
}

* html a {display: block;}

div#contain {
	width:800px;
 	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	border:2px black solid;
}


div#content {
	background-color:white;
	width:800px;
	height: 250px; /* ie treats as min-height */
	height:auto !important;
	min-height: 250px; /* ie ignores */
	padding-top:10px;
	padding-bottom:10px;	
}



div#navcontent {
	margin-left:220px;
}

div#nav {
	border-top:2px black solid;
	border-bottom:1px black solid;
	height:45px;
	width:800px;
	font-size:24pt;
	text-align:center;
	background-color:#ffff99;
	vertical-align:middle;
}

div#content a {
	text-decoration:none;
	color:blue;
	
}


div#nav a {
	vertical-align:middle;
	margin-right:10px;
	margin-left:10px;
	font-family:"nueva Std";
	font-weight:bold;
	color:black;
	text-decoration:none;
		line-height:45px;
}

p {

	margin:10px 10px 5px 10px;
}

.pt7{
	font-size:7pt;
}

.pt10{
	font-size:10pt;
}

h1 {
	font-family:eras demi ITC;
	font-size:30pt;
	color: #595454;
	text-align:center;
}

blockquote {
	margin-left:30px;
}


/* Contact Page*/

#msgform 
{
	width:420px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
}

#msgform label {
 	float:left;
	margin:10px 0 0 0px;
	width: 130px;
	font-weight: bold;
}
#msgform br {
 	clear:left;
}
#msgform input,#msgform select, #msgform textarea{
width: 160px;
margin:10px 0 0 20px;
}

#msgform textarea{
width: 250px;
height: 150px;
}

#msgform em {
 	color:red;
	font-size:90%;
	valign:top;
}

#msgform input#send {
	margin-left:100px;
	width: 120px;
}


div#print {
 	float:left;
	margin-left:650px;
	margin-right:10px;
}
div#email {
 	
	padding-top:4px;
}
div#email a, div#print a {
	text-decoration: none;
	color:blue; 
	cursor:pointer;	
}
div#email img, div#print img {
	border:0px;
}

div#footer {
border-top:2px solid #ffffcc;
 	background-color:#FFFF99;
	color:black;
	text-align:center;
	padding:5px;
	font-size:8pt;
	margin-top:10px;
}
div#footer a {
	color:black;	
}	

div.clear {
 	clear:both;
}

/*product side nav*/
div#sidenav {
	width:180px;
	float:left;
	background-color:#FFFF99;
	margin:20px 20px 0 20px;
	border:1px solid black;
	font-size:9pt;
	padding:5px;
	
	

}
div#sidenav ul{
margin: 0;
padding: 0;
list-style-type: none;
}

div#sidenav ul li{
	font-weight:bold;
	color:#000000;
	text-indent:5px;
}

div#sidenav ul li a{
width: 100%;
display: block;
text-indent: 15px;
padding: 3px 0;
text-decoration: none;
font-weight:normal;
color:#413839;
}





table.product {
	margin-left:auto;
	margin-right:auto;
	width:500px;
	font-size:8pt;
	text-align:center;
	border-collapse: collapse;
	border:1px solid #999;
	margin-top:10px;
}




table.product td{
	padding:3px;
}


tr.yellow{
	background-image:url(images/td-bg4.png);
	background-color:#9ACCE5;
	border-top:1px solid #115f85;
	border-bottom:1px solid #115f85;
}

table.product td:first-child {
	text-align:left;
	margin-left:5px;
}

tr.head  td:first-child {
	text-align:center;
}



tr.head {
	background:url(images/th-bg3.png) no-repeat;
	border-bottom:1px solid black;
	border-top:1px solid black;	
	font-weight:bold;
	text-align:center;	
}
td.title {
	background-color:#ccc;
	font-weight:bold;
	font-size:9pt;
	text-align:left;
	padding:4px ;
	margin-left:10px;
	color:black;
	border-bottom:1px solid black;
	border-top:1px solid black;
}

td.zip {
	background-color:#999966; 
	text-align:left;
	font-size:7pt;
	border-top:1px solid black;
	border-left:1px solid black;
}

th.coaxtype {
	background-color:white;
	border-bottom:1px solid #999;
	border-right:1px solid black;
	width:65px;
	font-size:110%;
}

.th-subheader{
	font-size:9px; 
	color:#666;
}

table.sproduct {	
	width:250px;
	font-size:8pt;
	text-align:center;
	border-collapse: collapse;
	border:1px solid #999;
	margin-top:30px;
	margin-left:15px;
}

table.sproduct td{
	padding:3px;
}


ul{
	padding-left:35px; 
	font-size:8pt;
}

li{
	padding-top:5px;
}
	
-->

