/* -------------------------------------------------------------- 
	
	footer.css	
	* Styles for footer elements
	
-------------------------------------------------------------- */

			#footer { }
			
				#footer p {
					font-size: 1.1em;
				}
				
				#footer a {
					color: #6F6F6F;
					text-decoration: none;
					}
					
					#footer a:hover {
						color: #EC9A5A;
					}
					
					#footer a strong {
						font-weight: normal;
					}
					
					#footer a#ftrGettingStarted:hover, #footer a#ftrGettingStarted strong {
						color: #CC0000;
					}
			
					#footer a#ftrTechSpecs:hover, #footer a#ftrTechSpecs strong {
						color: #009933;
					}
			
					#footer a#ftrSupport:hover, #footer a#ftrSupport strong {
						color: #0066CC;
					}
			
					#footer a#ftrOrder:hover, #footer a#ftrOrder strong {
						color: #8D1D8D;
					}
			
					#footer a#ftrLegal:hover, #footer a#ftrLegal strong {
						color: #8D1D8D;
					}
					
					#footer form {
						position: relative;
						top: 1px;
						display: inline !important;
						margin: 0 !important;
						padding: 0 !important;
						}
						
						#footer input {
							display: inline !important;
							margin: 0 !important;
							padding: 0 !important;
							border: none;
							background: none;
							font=size: 11px;
							color: #6F6F6F;
							cursor: pointer;
							cursor: hand;
							}
							
							#footer input:hover {
								color: #8D1D8D;
							}
						
						
			





