﻿/* Global Styles */

/* turquoise #99CCFF*/
/* red: #ff3300 */
/* acceptible body colors: #000065, #00009E, 000085 */
/* acceptible navigation colors: #99ccff, #b3b3ff*/

/*
.body {
	margin:0px;
	background-image: 
    url('../images/art/smallGradient.jpg');
    background-repeat:repeat;
    background-attachment:fixed; 

}
*/
	
#navigation html, body, table{
	border="0";
	cellpadding="0";
	cellspacing="0";
	}
#navigation a {
	font:11px georgia;
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:.1em;
	line-height:16px;
	display:block;
	padding:10px;
	border: 1pt solid rgb(20,40,95); /* is blue */
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
	
#navigation a:hover {
	color:#FF0000; /* was #FFB300 */
	border: 1pt dotted yellow; /* was red; now yellow */
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
	
#mail a {
	font:14px georgia;
	font-style:italic;
	color: #ccccff;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:.1em;
	line-height:16px;
	display:block;
	padding:10px;
	border: 1pt solid rgb(20,40,95);
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
	
#mail a:hover {
	color:#FFB300;
	font-style:italic;
	border: 1pt dotted red;
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
	
#PressPlayLayer {
	position:absolute;
	width:470px;
}
/* this works, but messes up the navigation table on products, contact, news, preowned equipment
html, body, table{
	height: 100%;
	}
 */

	
.bodyText {
	font:16px arial;
	color:#ccccff;
	line-height:20px;
	letter-spacing:.1em;
	margin-top:0px;
	}

.homeText {
	font:20px georgia;
	color: #ccccff;
	font-weight:bold;
	line-height:25px;
	letter-spacing:.1em;
	}
	
.redOnBlackText {
	font:20px georgia;
	color: #ff0000;
	font-weight:bold;
	letter-spacing:.1em;
	line-height:16px;
	}
	
.redText {
	font:20px georgia;
	color: #ff0000;
	font-weight:bold;
	line-height:25px;
	letter-spacing:.1em;
	
	}
	
.aboutText {
	font:16px georgia;
	color: #FFFFFF;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}

.aboutTextSmaller {
	font:14px georgia;
	color: #FFFFFF;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.contactText {
	font:16px georgia;
	color: #ff0000;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.tagline {
	font:18px georgia;
	color: #ff0000;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	font-style:italic;
	}
	
.warning{
	font:12px arial;
	color: #ff0000;
	font-weight:bold;
	line-height:20px;
}

.smallText{
	font:10px arial;
	color: #ff0000;
	font-weight:bold;
}

.heading{
	font:20px georgia;
	color: #ff0000;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.5em;
	font-style:italic;
}



	

	

