/* CSS Document */

.footerlink:link	{	color: #666666;
						font-family: Verdana, Arial, Helvetica, sans-serif;
						font-size: 9px;
						text-decoration: none;
					
					}

.footerlink:visited {	color: #666666;
						font-family: Verdana, Arial, Helvetica, sans-serif;
						font-size: 9px;
						text-decoration: none;
					
					}

.footerlink:hover	{	color: #333333;
						font-family: Verdana, Arial, Helvetica, sans-serif;
						font-size: 9px;
						text-decoration: none;
					
					}
					
.manufacturerlink:link	{	color: #ffffff;
							font-family: Verdana, Arial, Helvetica, sans-serif;
							font-size: 9px;
							text-decoration: none;
					
						}

.manufacturerlink:visited	{	color: #ffffff;
								font-family: Verdana, Arial, Helvetica, sans-serif;
								font-size: 9px;
								text-decoration: none;
					
							}

.manufacturerlink:hover	{	color: #000099;
							font-family: Verdana, Arial, Helvetica, sans-serif;
							font-size: 9px;
							text-decoration: none;
					
						}
						
.storelink:link	{	color: #333333;
					font-family: Arial, Verdana, Helvetica, sans-serif;
					font-size: 11px;
					font-weight: bold;
					text-decoration: none;
					
				}

.storelink:visited	{	color: #333333;
						font-family: Arial, Verdana, Helvetica, sans-serif;
						font-size: 11px;
						font-weight: bold;
						text-decoration: none;
					
					}

.storelink:hover	{	color: #000066;
						font-family: Arial, Verdana, Helvetica, sans-serif;
						font-size: 11px;
						font-weight: bold;
						text-decoration: none;
					
					}

.hexbackground	{	background-image:		url(/images/hexbackground.gif);
					background-repeat:		no-repeat;
					background-position:	bottom;
					
				}

.headerbackground	{	background-image:		url(/images/headerbackground.gif);
						background-repeat:		repeat-x;
				
					}
					
.manufactbackground	{	background-image:		url(/images/manufacturerheaderback2.jpg);
						background-repeat:		no-repeat;
						background-position:	top;
					
					}

.pointer	{ cursor: pointer;

			}