@charset "utf-8";
/*	-------------------------------------------------------------
	CSS : 			SONOS Website - LINKS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		sonos_links.css
	Date:			Sep 22, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
	
/*	--------------------------------------------------------------------------------------------------------------------------
	#mainNav Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#mainNav .links a {
		background:#489eda;
		color:#d6f9ff;
	}
		#mainNav .links a:hover {
			color:#d6f9ff;
		}

/*	--------------------------------------------------------------------------------------------------------------------------
	#links Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#links {
	
	}
		#links h1#h1_links {
			height:17px;
			margin:0 0 30px 0;
			background:url(../../images/h1_links.png) 0 0 no-repeat;
		}
		#links h2 {
			margin:0 0 1px 0;
			font:bold 14px Arial, Helvetica, sans-serif;
			color:#252525
		}
		#links img {
			margin:0 0 6px 0;
			display:block;
		}
		#links p {
			margin:3px 0 0 0;
			font:normal 13px Arial, Helvetica, sans-serif;
			line-height:18px;
		}
		#links ul {
			margin:20px 0 0 0;
		}
			#links ul li {
				height:80px;
			}
		#links .text {

		}
	