/* ---------- GLOBAL RULES ---------- */
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 10px;
}
#wrapper {
	margin: 0px auto;
	width: 100%;
}
hr { display: none; }
a { color: #f69317; }
a img { border: none; }
h1 { font-size: 20px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5 { font-size: 12px; }
h6 { font-size: 10px; }
h1, h2, h3, h4, h5, h6 { text-transform: uppercase; font-weight: normal; }





/* ---------- NAV STYLES ---------- */
#nav {
}
	h1#logo, ul#primarynav {
		padding: 15px 0px 15px 0px;
		text-align: center;
		border-bottom: 1px solid #577f9b;
	}
	ul#primarynav li {
		list-style-type: none;
		display: inline;
	}
		ul#primarynav li a {
			margin: 0px 20px 0px 20px;
			padding: 10px;
			font-size: 12px;
			font-weight: bold;
			text-transform: uppercase;
			text-decoration: none;
			text-align: center;
			color: #577f9b;
		}
		#section_about #primarynav_about a,
		#section_news #primarynav_news a,
		#section_press #primarynav_news a,
		#section_jobs #primarynav_jobs a,
		#section_contact #primarynav_contact a,
		#section_products_sansa #primarynav_products a,
		#section_products_stiletto2 #primarynav_products a, 
		#section_products_stiletto100 #primarynav_products a {
			border-bottom: 5px solid #577f9b;
		}






/* ---------- "MEDIA" SECTION STYLES ---------- */
#media {
	padding: 20px 0px 20px 0px;
	border-bottom: 1px solid #577f9b;
	text-align: center;
}
#section_products_sansa #media,
#section_products_stiletto2 #media,
#section_products_stiletto100 #media {
	border: none;
	text-align: left;
	width: 50%;
	float: left;
}
	#section_home #media {
		height: 400px;
	}
		#product_home-sansa,
		#product_home-stiletto100,
		#product_home-stiletto2 {
			margin-right: -30px;
			float: left;
		}
	#section_press #media, #section_news #media { display: none; }
	#section_about #media { display: none; }
	#section_contact #media { display: none; }
	ul#subnav, ul#subnav_products { display: none; }
	p.media_img { display: none; }
	p#map { display: none; }





/* ---------- "CONTENT" SECTION STYLES ---------- */
#content {
	padding: 20px 0px 20px 0px;
	clear: both;
}
#section_products_sansa #content,
#section_products_stiletto2 #content,
#section_products_stiletto100 #content {
	width: 50%;
	float: left;
	clear: none;
}
#content p img { display: none; }
#content p#award_bestofces img { display: block; }
	#content h2 {
		margin: 0px;
		font-size: 24px;
		line-height: 28px;
		color: #ff9302;
	}
	#content h3 {
		margin: 20px 0px 0px 0px;
		font-size: 16px;
	}
	#content p, #content address, #content ul {
		margin: 10px 0px 0px 0px;
		font-size: 14px;
		font-weight: normal;
		font-style: normal;
		line-height: 22px;
	}
	#section_press #content address {
		font-size: 10px;
		line-height: 14px;
	}
	#content ul {
		margin: 15px;
	}
	#content address em {
		color: #577f9b;
		font-style: normal;
	}
	#content h4 {
		margin: 25px 0px 0px 0px;
		color: #ff9302;
	}
	#content h5 {
		margin: 30px 0px 0px 0px;
	}
	#content h5 a { display: none; }





/* ---------- "EXTRA" SECTION STYLES ---------- */
#extra {
	padding: 20px 0px 20px 0px;
	border-top: 1px solid #577f9b;
	color: #577f9b;
	overflow: hidden;
}
#section_jobs #extra { display: none; }
	#extra p {
		padding: 20px 0px 20px 0px;
	}
	#extra dl {
		padding: 0px 3% 0px 0%;
		width: 22%;
		float: left;
		text-align: left;
	}
	#extra dt {
		padding: 0px 0px 10px 0px;
		font-size: 14px;
		font-weight: bold;
	}
	#extra dd {
		padding: 0px 0px 5px 0px;
	}





/* ---------- FOOTER STYLES ---------- */
#footer {
	padding: 20px 0px 0px 0px;
	text-align: center;
	border-top: 1px solid #577f9b;
	color: #577f9b;
	clear: both;
}
#footer a { display: none; }
h6#connected { display: none; }
