html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a {
margin: 0;
padding: 0;
border: 0;
}
td{
font-size: 75%;
}
/*  DEFAULT LINK  */
A:link{color: #FF0100; text-decoration: underline}
A:visited{color: #FF0100; text-decoration: underline}
A:hover{color: #666; text-decoration: underline}
A:active{color: #FF0100; text-decoration: underline}

body {
     font: 100.01% Verdana, Arial, Helvetica, sans-serif;
     margin: 0;
     padding: 0;
	 background-image:url(images/bg2.gif);
}

.maintext
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#holder {
    padding: 0;
    width: 770px;
    text-align: left;
	margin: 0px auto;
    background-color:#FFFFFF;
	border-left: 1px solid #000;
	border-right: 1px solid #000;	
}
#header {
	height: 60px;
	background: #FFF;
	border-bottom: 1px solid #000;
	padding: 0;
}
#topstripe {
	height: 12px;
	background: #FF0100;
	border-bottom: 1px solid #000;
	padding: 0;
}
#bottomstripe {
     clear:both;
	height: 4px;
	background: #FF0100;
	border-top: 1px solid #000;
	padding: 0;
}
#pagetop {
	width: auto;
	padding: 0;
	margin: 0 0 0 -15px;
	border-bottom: 1px solid #000;
}
#content {
	float: left;
	width: 582px;
	padding: 0 10px 10px 15px;
	margin: 0;
}
#contentHome {
	float: left;
	width: 607px;
	padding: 0;
	margin: 0;
}
#nav {
	width: 162px;
	float: right;
	height: 396px;
	margin: 0;
	padding: 4px 0 0 0;
	border-left: 1px solid #000;
	background-image:url(images/navBG.jpg);
	background-repeat:repeat-x;
	text-align:left;
	
}
#footerHome {
	background: #FFF;
	border-top: 1px solid #000;
	padding: 10px;
	height: 190px;	
	font-size: 70%;
	color: #999999;
	text-align:center;
}
#footer {
	background: #FFF;
	border-top: 1px solid #000;
	padding: 10px;
	height: 40px;	
	font-size: 70%;
	color: #999999;
	text-align:center;
}

.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 115%;
	font-weight:bold;
	margin: 8px 0 4px 0;
	padding:0;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 105%;
	font-weight:bold;
	margin: 6px 0 2px 0;
	padding:0;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 95%;
	font-weight:bold;
	margin: 4px 0 0px 0;
	padding:0;
}

p {
	font-size: 12px;
	margin: 6px 0 2px 0;
	padding:0;
	line-height: 16px	
}
ul {
	font-size: 11px;
	margin: 2px 0 2px 20px;
	padding:0;
	line-height: 15px	
}
ol {
	font-size: 11px;
	margin: 2px 0 2px 20px;
	padding:0;
	line-height: 15px	
}
/* main button and active main button   */
.btn{
margin: 0;
padding: 0;
font-size: 90%;
color: #FFF;
}
.btn a, .btn a:visited{
margin: 0 2px 2px 2px;
width: auto;
display: block;
color: #FFF;
padding: 15px 2px 15px 6px;
text-decoration: none;
border: 1px solid #FFF;
font-weight: bold;
text-decoration:none;
background-image:url(images/btnoffBG.jpg);
background-repeat:repeat-x;
}
.btn a:hover{
background-image:url(images/btnovBG.jpg);
background-repeat:repeat-x;
border: 1px solid #FFF;
color: #FFF;
text-decoration:none;
}
.activebtn{
margin: 0;
padding: 0;
font-size: 90%;
color: #FFF;
}
.activebtn a, .activebtn a:visited{
margin: 0 2px 2px 2px;
width: auto;
display: block;
color: #FFF;
padding: 15px 2px 15px 6px;
text-decoration: none;
border: 1px solid #FFF;
font-weight: bold;
text-decoration:none;
background-image:url(images/btnovBG.jpg);
background-repeat:repeat-x;
}
.activebtn a:hover{
background-image:url(images/btnovBG.jpg);
background-repeat:repeat-x;
border: 1px solid #FFF;
color: #FFF;
text-decoration:none;
}
p img.right{
margin-left: 10px;
margin-bottom: 10px;}

p img.left{
margin-right: 10px;
margin-bottom: 10px;}

.pricestmt{
font-weight: bold;
font-style:italic;
}
.tblBold{
font-weight: bold;

}
.tblsm{
font-size: 10px;
}


/* spec sheets */
#specholder {
    padding: 0;
    width: auto;
    text-align: left;
	margin: 0px auto;
    background-color:#FFFFFF;
	border-left: 1px solid #000;
	border-right: 1px solid #000;	
}
#specheader {
	height: 60px;
	background: #FFF;
	border-bottom: 1px solid #000;
	padding: 0;
}
#spectopstripe {
	height: 12px;
	background: #FF0100;
	border-bottom: 1px solid #000;
	padding: 0;
}
#specbottomstripe {
     clear:both;
	height: 4px;
	background: #FF0100;
	border-top: 1px solid #000;
	padding: 0;
}
#specfooter {
	background: #FFF;
	border-top: 1px solid #000;
	padding: 10px;
	height: 40px;	
	font-size: 70%;
	color: #999999;
	text-align:center;
}
#specs {
	padding: 0;
	margin: 10px;
}
#calloutTable{display:block; width: 550px; margin: 0 0 10px 0;}
#calloutTable td{font-size: 10px;}
#pricing{display:block; width: 550px; margin: 10px 0;}
#specificationTable{}
