/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: #A5B670;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 11px;
    FONT-WEIGHT: normal;
	color:#000000;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
}

.news-title	{
	font-size: 13px;
	}	
.news-date	{	
	font-size: 10px;
	color: #A5B670;
	}
.product-small	{	
	font-size: 10px;
	color: #000000;
	}
.product-small2	{	
	font-size: 9px;
	color: #000000;
	}
	
.product-title	{
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 14px;
    FONT-WEIGHT: bold;
	color:#5C6737;
	}
.product-price	{
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 14px;
    FONT-WEIGHT: bold;
	color:#EA500A;
	}
	
.gallery-link	{
	background-image: url(images/galley-link.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	}
		
.border	{
	border:1px solid #A5B670;
	}
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link	{	
	text-decoration:	none;
	color:	#5C6737;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#5C6737;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#5C6737;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#5C6737;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

.home_nav	{
	background-image:url(/images/home-over.jpg);
	cursor: pointer;
	}
.news_nav	{
	background-image:url(/images/news-over.jpg);
	cursor: pointer;
	}
.products_nav	{
	background-image:url(/images/store-over.gif);
	cursor: pointer;
	}
.gallery_nav	{
	background-image:url(/images/gallery-over.jpg);
	cursor: pointer;
	}
.dealer_nav	{
	background-image:url(/images/dealer-over.jpg);
	cursor: pointer;
	}
.links_nav	{
	background-image:url(/images/links-over.jpg);
	cursor: pointer;
	}
.press_nav	{
	background-image:url(/images/press-over.jpg);
	cursor: pointer;
	}
.brochure_nav	{
	background-image:url(/images/brochure-over.jpg);
	cursor: pointer;
	}
.contact_nav	{
	background-image:url(/images/contact-over.jpg);
	cursor: pointer;
	}
