body {
	background-image: url(../images/bkg.gif);
	background-repeat: repeat-y;
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
		}
* {
padding: 0; 
margin: 0
}


#container {
background-color: #fff;
text-align: center; 
width: 750px; 
margin: auto;
}



#heading {
	margin-bottom: 8px;
	width: 750px;
	text-align:center;
	margin: auto;
	
}
#heading img{
	border: 0px;
	margin: 0px;
}
#toplinks {
      display:block;
      float:left;
      font-weight: bold;
      width:100%;
      background:#cccccc url("../images/bkggray.jpg") repeat-x bottom;
      font-size:75%;
      line-height:normal;
}
#toplinks ul {
      margin:0;
      padding:10px 10px 0;
      list-style:none;
}
#toplinks li {
      float:left;
      background: url("../images/left-side-tab.png") no-repeat left top;
      margin:0;
      padding:0 0 0 9px;
}

#toplinks a {
      display:block;
      background:url("../images/right-side-tab.png") no-repeat right top;
      padding:5px 15px 4px 6px;
      text-decoration:none;
      font-weight:bold;
      color:#fff;
}

#active a {
      font-weight: bolder;
 //     font-style: italic;
      color:black;
}
#toplinks a:hover {
      color: black;
}
#toplinks #current {
      background-image:url("../images/leftgray_here.jpg");
}
#toplinks #current a {
      background-image:url("../images/rightgray_here.jpg");
      color:#333;
      padding-bottom:5px;
}


	    /* Commented Backslash Hack
	       hides rule from IE5-Mac \*/
	    #toplinks a {float:none;}
  /* End IE5-Mac hack */



#leftnav {
text-align:left;
background-color: #fff;
padding: 5px;
width: 130px;
float: left;
border-right:#bbb 1px solid;
border-bottom:#bbb 1px solid;


}
		

#leftnav  li{
line-height: 90%;
list-style-type: none;
margin: 6px 0 6px 2px;
display: block;
}

#leftnav a:link  {
color: #000; 
text-decoration: underline; 
font-size: 70%;
  }

#leftnav a:visited  { 
color:#000000; 
text-decoration: underline;
font-size: 70%;
  }

#leftnav a:hover  {
color: #f00; 
font-style: normal; 
text-decoration: underline;
background-color:#CCCCCC;
font-size: 70%;
      }

#leftnav a:active  { 
color: #f00; 
text-decoration: underline;
font-size: 70%;   
 }

#leftnav .text{
font-size: 70%;
line-height: 100%;
padding: -2px 0 0 6px;
}


/* subheading contains page subject, Tom's name, address, phone found on each page */
#subheading { 
width: 600px;
background-color:#FFFFFF;
float: right;
}

/*intro is text on each page above Feature div */
#intro{
	width: 600px;
	float: right;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
#intro table{
width: 500px;
text-align: center;
margin: auto;
}
#intro table td{
border: 0px #000 solid;
}


#intro li{
font-size: 78%;
text-align: left;
background-image:url(../images/check.gif);
background-repeat: no-repeat;
background-position:left;
padding-left: 15px;
margin-left: 10px;
}
#intro p{
font-size: 90%;
text-align: left;
line-height: 140%;
padding: 0px 5px;
/* color: #666; */
}

#intro a:link{
font-size: 10pt;
color: #0000ff;
}

#intro a:visited{
font-size: 10pt;
color: #0000ff;
}

#intro a:hover{
font-size: 10pt;
background-color: #cccccc;
color: #339966;
}

intro a:active{
font-size: 10pt;
}
em{
margin-left: 250px;
font-size: 80%
}
/*news section on home page */

#feature {
border: 1px solid #f00; 
padding: 15px; 
font-size: 10pt; 
width: 400px;
float: left;
margin: 3px 20px 3px 90px;
background-color: #339966;
}
#feature table{
width: 375px;
}
#feature td{
text-align: left;
}
#feature img{
text-align: center;
margin: auto;
}
#feature  li {
	display: block;
	/*background-image:url(../images/check.gif);
	background-repeat: no-repeat;
	background-position: top left;*/
	padding-left: 20px;
	padding-bottom: 5px;
	line-height: 130%;
	text-align: left;
	list-style-type: none;
}
#feature a:link{
color: #0000ff;
}
#feature a:visited{
color: #000000;
}
#feature a:hover{
color: #339966;
text-decoration: underline;
}
#feature a:active{
color: #000000;
}

/* the following Content div appears on Dellorto pages */
#dellcontent {
width: 425px; 
float: left;
margin: 10px 0 0 10px;
}

#dellcontent .mainimg{
width: 250px;
float: left;
margin-left: 10px;
}
#dellcontent .pdfs {
width: 150px;
float: left;
margin-left: 10px;
font-size: 70%;
text-align: left;
line-height: 140%;
background-color:#eeeeee
}

#dellcontent p{
font-size: 80%;
text-align: left;
line-height: 140%;

}
/* the following rightNav div appears on Dellorto pages */

#rightnav {
width: 150px;
float: right;
text-align: left;
font-size: 70%;

}
#rightnav a:link{
color: #0000ff;
}

#rightnav  a:visited{
color: #0000ff;
}

#rightnav  a:hover{
background-color: #cccccc;
color: #339966;
}

#rightnav  a:active{
}
#rightnav ul,li {
padding: 8px 1px 1px 8px;
list-style-type: none;
line-height: 140%
} 
  

h1{
	font-size: 96%; 
	font-weight: bolder; 
	color: #000; 
	text-align: center; 
	text-transform: uppercase; 
	padding: 8px 0 8px 0;
	margin-bottom: 6px;
		
	}

h2{
	font-size: 92%; 
	font-weight: bolder; 
	color: #000; 
	width: 600px;
	text-transform: capitalize;
	text-align: center; 
	margin: 8px auto;
	border-bottom: 2px #339966 solid;
	border-top: 2px #339966 solid;
	
		
	}

h3{
	font-size: 88%; 
	font-weight: bolder; 
	color: #000; 
	text-align: center; 
	text-transform: capitalize; 
	padding: 1px 0 3px 0;
	margin: 6px auto 1px auto;
	
	}
h4{
	font-size: 84%; 
	font-weight: bold; 
	color: #000; 
	text-align: center; 
	text-transform: uppercase; 
	padding: 8px 5px;
	}
h5 {
	text-transform: uppercase; 
	font-size: 80%;
	font-weight: bold;
	color: #000000;
}


.clear {
clear: both;
}

#footer {
font-size: 60%;
text-align:center;
margin:auto;
clear: both;
padding:10px 0;
border-bottom: 2px solid #ccc;
width:750px; 
clear:both; 
font-size: 60%; 
font-weight: normal;
}
#tracker{
padding-top: 400px;
clear:both;
}


#intro_box{
	width: 590px;
	float: right;
	margin-right: 10px;
}

#page_content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 600px;
	float: right;
	padding-top: 25px;
}

a:link {
	font-size: 8pt;
	color: #0000cc;
}
a:visited {
	font-size: 8pt;
	color: #000;
}
a:hover {
	font-size: 8pt;
	color: #339966;
	background-color:#ccc;
}


.small {
	
	font-size: 8pt;
	font-style: normal;
	line-height: 120%;
	font-weight: normal;
	color: #000000;
}
.smaller {
	
	font-size: 7pt;
	font-style: normal;
	line-height: 50%;
	font-weight: normal;
	color: #000000;
}
.med {
	
	font-size: 10pt;
	font-style: normal;
	line-height: 120%;
	font-weight: normal;
	color: #000000;
}

/*The following is for Dellorto Parts section... */

#partsDisplay {
width: 350px;
float: left;
margin-left: 5px;
}
#subContent {
float: right;
width: 725px;
margin: 0 8px 8px 0;
background-color:#ffffff;

}

#subContent p {
	font-size: 75%;
	font-style: normal;
	line-height: 130%;
	font-weight: normal;
	color: #000000;
	padding-left: 5px;
	text-align: left;
}

#subContent ul li{
	font-size: 80%;
	line-height: 150%;
	list-style-type:square;
	color: #000000;
	text-align:left;
	padding-left: 15px;
	margin-left: 35px;
	display: list-item;
}

#subContent ol li{
background-image: url(../images/check.jpg); 
background-repeat: no-repeat;
background-position: left;
padding-left: 25px;
margin-left: 25px;
font-size: 80%;
	line-height: 170%;
	color: #000000;
	text-align:left;
	
	display: list-item;
}
#subContent img{
float: left;
width: 200px;
margin-bottom: 20px;
}
#subContent .links{
float: right;
width: 450px;
text-align: left;
margin: 5px 10px 25px 5px;

}
#subContent p{
font-size: 80%;
text-align: left;
}
#subContent td{
font-size: 75%;
text-align: left;
}
#subContent table{
	width: 500px;
	float: left;
	margin-left: 10px;
}
#parts{
border: #990000 solid 2px;
}
#parts a:link{
font-size: 80%;
color: #990000;
}
#parts a:visited{
font-size: 80%;
color: #990000;
}
#parts a:hover{
font-size: 80%;
color: #990000;
background:#999999;
}
#parts ol li{
background-image: url(../images/check.jpg); 
background-repeat: no-repeat;
background-position: left;
padding-left: 25px;
margin-left: 25px;
font-size: 80%;
	line-height: 170%;
	color: #000000;
	text-align:left;
	display: list-item;
}

#intro a img {
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
