/* Cascading Style Sheet for tapemachining.com */
/* $Id: basic.css,v 1.1 2005/01/07 11:02:03 pete Exp pete $ */


/* ******************************************************************************* */
/* body style for the page */

body {
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #339;
	font-family: "Lucida Grande", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
}

/* 
	background: url(images/background.gif);
        background-repeat: repeat-y;	
*/
	
/* ******************************************************************************* */
/* heads */



h1.sitename {
	font-weight: bold;
	font-size: 18pt;
	margin: 10px 0 2px 0;
	padding: 0;
	line-height: 100%;
	color: #000;
	display: none;
}

h1 {
	font-weight: bold;
	font-size: 18pt;
	margin: 20px 0 15px 0;
	padding: 0;
	line-height: 100%;
	color: #030;
}

h2 {
	font-weight: normal;
	font-size: 16pt;
	margin: 20px 0 15px 0;
	padding: 0;
	line-height: 100%;
	color: #f33;
}

h3 {
	font-weight: normal;
	font-size: 14pt;
	margin: 10px 0;
	padding: 0;
	line-height: 100%;
	color: #f33;
}

h4 {
	font-weight: normal;
	font-size: 12pt;
	margin: 20px 0 10px 0;
	padding: 0;
	line-height: 100%;
	color: #f33;
}

h5 {
	font-weight: normal;
	font-size: 12pt;
	margin: 20px 0 10px 0;
	padding: 0;
	line-height: 100%;
	color: #f33;
}
	
h6 {
	font-weight: normal;
	font-size: 12pt;
	margin: 20px 0 10px 0;
	padding: 0;
	line-height: 100%;
	color: #f33;
}


h1.headsitename {
	padding: 0;
	margin: 0;
}


p, blockquote, ul, ol, dt {
	font-size: 9pt;
	font-family: "Lucida Grande", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	line-height: 125%;
}

li, dd, dl {
	font-size: 9pt;
	font-family: "Lucida Grande", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	line-height: 135%;
}

ul.nodent {
        margin-left: 15px;
        padding-left: 0;
}

.uc {
	text-transform: uppercase;
}

p.footer {
	margin-top: 75px;
}

p.certified {
	text-align: center;
	margin-top: 35px;
	font-size: 11px;
}

img {
	border: none;
}
	
hr {
	border-width: 0 0 1px 0;
}

/* ******************************************************************************* */
/* fixed-width stuff */

pre, tt, code {
	font-family: Courier, "Courier New", Monaco, monospace;
}


/* ******************************************************************************* */
/* other stuff */

acronym, abbr {
	border-width: 0 0 1px 0;
	border-color: #333;
	border-style: dotted;
}


/* ******************************************************************************* */
/* links */ 

a:link { 
	color: #f00;
	text-decoration: none;
}

a:visited { 
	color: #f33; 
	text-decoration: none;
}

a:active { 
	color: #e99; 
	text-decoration: underline;
}

a:hover { 
	color: #e00; 
	text-decoration: underline;
}


/* ******************************************************************************* */
/* nav links */

a.navlink:link { 
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
}

a.navlink:visited { 
	color: #666; 
	text-decoration: none;
	text-transform: uppercase;}

a.navlink:active { 
	color: #e99; 
	text-decoration: underline;
	text-transform: uppercase;
}

a.navlink:hover { 
	color: #e00; 
	text-decoration: underline;
	text-transform: uppercase;
}


/* ******************************************************************************* */
/* nav links active - current page */

a.navlinka:link { 
	color: #f00;
	text-decoration: none;
	text-transform: uppercase;
}

a.navlinka:visited { 
	color: #f33; 
	text-decoration: none;
	text-transform: uppercase;}

a.navlinka:active { 
	color: #e99; 
	text-decoration: underline;
	text-transform: uppercase;
}

a.navlinka:hover { 
	color: #e00; 
	text-decoration: underline;
	text-transform: uppercase;
}
