html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	background: white;
	color: black;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* GLOBAL */

body {
	background: #E7E8EA url(../img/page-bg.png) center repeat-y;
	color:  #686868;
	font-family: Helvetica,Arial,sans-serif;
	line-height: 1.4em;
	}
a {
	color: #6485A0;
	text-decoration: underline;
	}
a img {
	border: 0;
	text-decoration: none;
	}
strong {
	font-weight: bold;
	}
em {
	font-style: italic;
	}
p, blockquote {
	margin-bottom: 12px;
	line-height: 21px;
	}
textarea, input, select {
	font-family: sans-serif;
	font-size: inherit;
	}
input[type=text], input[type=password], select, label {
	width: 200px;
	}

/* SHARED LAYOUT */

#header, #nav, #crumbs, #content, #footer, #fineprint, #footer-links {
	margin: 0 auto;
	width: 960px;
	}
.default-color {
	color:  #686868;
	}
.light-color {
	color:  #D7D8DA;
	}
.consumer-reviews {
	background: #F4F3F4 url(../img/tango/32/system-users.png) 210px 10px no-repeat;
	}
.consumer-reviews blockquote {
	background: url(../img/blockquote-bg.png) top left no-repeat;
	}
div.consumer-reviews-footer {
	background: url(../img/consumer-reviews-bg.png) right no-repeat;
	height: 50px;
	}
.highlight {
	color: #B82841;
	}
.hidden {
	display: none;
	}
	
/* HEADER */

#header {
	background: #FFF url(../img/header-bg.png) no-repeat left 10px ;
	height: 140px;
	}
#header span {
	display: none;
	}
#header a#home-link {
	display: block;
	height: 100px;
	padding: 5px;
	width: 655px;
	}
#header #search {
	margin-left: 570px;
	position: absolute;
	width: 400px;
	z-index: 1;
	}
#header #search.search-focus {
	-moz-box-shadow: 3px 4px 5px #888;
	-webkit-box-shadow: 2px 3px 5px #888;
	box-shadow: 3px 4px 5px #888;
	}
#header #search form {
/*
	background-color: #F4F3F4;
	background: -moz-linear-gradient(center top, #EAEAEA 0%, white 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #EAEAEA), color-stop(1, white));
	border: 1px solid #EEE;
*/
	border-top: 0;
	float: right;
	font-size: 10px;
	padding: 0 8px 8px;
	width: 384px;
	}
#header #search form div {
	clear: right;
	float: right;
	margin-top: 5px;
	}
#header #search form div#country-selector {
	border-bottom: 1px solid #EEE;
	padding-bottom: 5px;
	}
#header label {
	font-size: 10px;
	}
#header select {
	width: 200px;
	}
#header input[type="text"] {
	width: 194px;
	}
#header input[type="submit"], #header input[type="button"] {
	width: 30px;
	}
#header #search-results {
	background: white;
	clear: right;
	display: none;
	float: right;
	font-size: 10px;
	line-height: 1.0em;
	opacity: 1;
	padding: 0;
	width: 400px;
	}
#header #search-results h2 {
/*
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
*/
	background: white;
	border-top: 1px solid #EAEAEA;
	color: #B82841;
	font-size: 15px;
	margin: 5px 10px 0px 10px;
	padding: 10px 0 5px 0px;
	font-weight: bold;
	}
#header #search-results h2:first-child {
	
	}
#header #search-results h3 {
	font-size: 11px;
	font-weight: bold;
	}
#header #search-results .block {

	background: white;
/*	border: 1px solid white;
*/
	clear: both;
	display: block;
	font-size: 10px;
	padding: 7px 5px 7px 20px;
	}
#header #search-results a.block {
	background-position: 313px;
	color: #686868;
	text-decoration: none;
	}
#header #search-results a.block:hover {
	background-position: 312px;
	border: 1px solid #6485A0;
	padding: 6px 4px 6px 19px;
	}
#header #search-results a.bottom {
/*
	border-top: 1px solid #EEE;
*/
	background-color: #F4F3F4;
	background: -moz-linear-gradient(center top, white 0%, #F0F0F0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, white), color-stop(1, #EAEAEA));
	cursor: pointer;
	display: block;
	font-size: 10px;
	padding: 5px;
	text-align: right;
	}

/* NAVIGATION */

#nav-wrapper {
	}
#nav {
	height: 50px;
	}

/* BREADCRUMBS */

#crumbs {
	clear: both;
	font-size: 12px;
	padding: 10px 0px 20px;
	visibility: hidden;
	}

/* CONTENT */

#content {
	padding-bottom: 12px;
	}

/* MAIN */

#main {
	float: left;
	font-size: 12px;
	width: 645px;
	}
#content.full-main #main {
	width: 100%;
	}
#main h1 {
	font-size: 32px;
	font-weight: bold;
	line-height: 1em;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: left;
	}
#main h1.h1-news {
	background: url(../img/h1-news.png) right no-repeat;
	}
#main h1.h1-awards {
	background: url(../img/h1-awards.png) right no-repeat;
	}
#main h1.h1-audio-topics {
	background: url(../img/h1-audio-topics.png) right no-repeat;
	}
#main h1.h1-dealers {
	background: url(../img/h1-dealers.jpg) right no-repeat;
	}
#main h1.h1-distributors {
	background: url(../img/h1-distributors.png) right no-repeat;
	}
#main h1+p {
	margin-top: 12px;
	}
#main h1+.block {
	margin-top: 0;
	}
#main #image-info p#more-images {
	float: right;
	}
#main #image-info p#finishes {
	float: left;
	font-weight: bold;
	margin-left: 0px;
	}
#main #image-info p#finishes #finish-availability {
	color: #BCBDC0;
	font-weight: normal;
	}
#main #logos {
	clear: both;
	margin-left: 0px;
	margin-bottom: 12px;
	}
#main #logos .logo {
	display: inline;
	margin: 4px;
	opacity: .6;
	}
#main #logos .logo:hover {
	opacity: 1;
	}
#main #product-nav {
	background: #F4F3F4 url(../img/product-nav-bg.png) repeat-x;
	border: 1px solid #BCBDC0;
	clear: both;
	height: 22px;
	margin-bottom: 24px;
	padding: 1px;
	}
#main #product-nav a {
	border-right: 1px solid #BCBDC0;
	color: #444;
	display: block;
	float: left;
	font-weight: bold;
	margin: 0 1px;
	padding: 0 12px;
	text-align: center;
	text-decoration: none;
	}
#main #product-nav a:last-child {
	border-right: none;
	}
#main #ddp-product-nav {
	background: #F4F3F4 url(../img/product-nav-bg.png) repeat-x;
	border: 1px solid #BCBDC0;
	clear: both;
	height: 22px;
	margin-bottom: 24px;
	padding: 1px 0 0 60px;
	}
#main #ddp-product-nav a {
	border-right: 1px solid #BCBDC0;
	color: #444;
	display: block;
	float: left;
	font-weight: bold;
	margin: 0 1px;
	padding: 0 12px;
	text-align: center;
	text-decoration: none;
	}
#main #ddp-product-nav a:last-child {
	border-right: none;
	}
#main h2 {
	clear: both;
	color: #B82841;
	font-size: 15px;
	margin-left: 0;
	margin-bottom: 6px;
	}
#main h3 {
	font-size: inherit;
	font-weight: bold;
	margin-bottom: 6px;
	}
#main h4 {
	font-size: inherit;
	font-weight: bold;
	margin-left: 24px;
	margin-bottom: 6px;
	}
#main p, #main ul, #main blockquote, #main table {
	font-size: inherit;
	margin-left: 24px;
	margin-bottom: 12px;
	}
#main p {
	text-align: justify;
	}
#main blockquote {
	padding: 0 50px 0 20px;
	}
#main blockquote {
	border-top: 1px solid #F4F3F4;
	border-bottom: 1px solid #F4F3F4;
	font-family: serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	padding-top: 12px;
	padding-bottom: 6px;
	}

#main label {
	font-size: inherit;
	font-weight: bold;
	}
#main li {
	list-style: disc;
	margin-left: 12px;
	}
#main .datetime {
	text-align: right;
	}
#main .block {
	border-top: 2px solid #F4F3F4;
	clear: both;
	margin-top: 12px;
	padding-top: 12px;
	}
#main .block:last-child {
	margin-bottom: 24px;
	}
#main .block div {
	margin-top: 6px;
	}
#main .block h2 {
	}
#main .sub-headline {
	float: left;
	margin-bottom: 6px;
	width: 100%;
	}
#main .sub-headline h2 {
	clear: none;
	}
#main .sub-headline .social-links div {
	margin-top: 0;
	}
#main .datetime {
	float: left;
	margin-left: 0;
	text-align: left;
	}
#main .social-links {
	float: right;
	text-align: right;
	}
#main .social-links .social-link-item {
	float: left;
	margin-right: 0px;
	}

#main .product-expandable h2 a {
	background: url(../img/tango/16/list-add.png) left no-repeat;
	color: #B82841;
	cursor: pointer;
	height: 1.4em;
	padding: 10px 40px 6px 20px;
	text-decoration: none;
	}
#main .product-expandable h2 a.expanded {
	background: url(../img/tango/16/list-remove.png) left no-repeat;
	}
#main .consumer-reviews {
	background: none;
	}
#main .downloads h3 {
	margin-left: 24px;
	}
#main .product {
	color: #686868;
	float: left;
	margin-right: 50px;
	text-decoration: none;
	width: 280px;
	}
#main .product:last-child {
	margin-right: 0;
	}
#main .product h2 {
	color: #686868;
	margin-bottom: 0;
	}
#main .product .blurb {
	font-size: 11px;
	line-height: 1.4em;
	margin-bottom: 12px;
	margin-top: 0;
	}
#main form#user-review input[type="text"] {
	width: 200px;
	}
#main form#user-review #summary-block input[type="text"] ,
#main form#user-review textarea,
#main form#user-review select {
	width: 410px;
	}
#main form#user-review textarea {
	height: 110px;
	}
#main form#user-review #name-block {
	float: left;
	margin-right: 4px;
	}
#main form.help-message textarea,
#main form.help-message input[type="text"],
#main form.help-message select {
	width: 410px;
	}
#main form.help-message textarea {
	height: 110px;
	}
#main form#dealer-search {
	margin-bottom: 24px;
	}
#main form#dealer-search div {
	margin-bottom: 24px;
	}
#main div#dealer-legend {
	margin-bottom: 2em;
	}
#main div#dealer-legend span {
	font-size: 10px;
	margin-right: 25px;
	}
#main div#dealer-legend span:last-child {
	margin-right: 0px;
	}
#main table#dealer-results {
	font-size: inherit;
	line-height: 1.4em;
	width: 100%;
	}
#main table#dealer-results td {
	padding-bottom: 12px;
	}
#main #map_canvas {
	border: 1px solid #EEE;
	height: 500px;
	margin-top: 12px;
	margin-bottom: 12px;
	width: 638px;
	}
#main img.align_right {
	float: right;
	margin-left: 10px;
	}
#main img.align_left {
	float: left;
	margin-right: 10px;
	}
#main .map-info {
	font-size: inherit;
	line-height: 1.4em;
	}
#main .distributor-list {
	font-size: inherit;
	margin-top: 24px;
	}
#main .video img {
	float: left;
	margin-right: 10px;
	}
#main .video h2 {
	clear: none;
	}
#main ul.article-list {
	margin: 0;
	padding: 0;
	}
#main ul.article-list li {
	list-style: none;
	margin-left: 0;
	}
#main ul.article-list div {
	text-align: justify;
	}
#main ul.article-list p {
	margin: 0 0 12px;
	padding: 0px;
	text-align: inherit;
	}
#main ul.article-list p:last-child {
	margin-bottom: 0;
	}
#main ul.article-list .article-list-date {
	color: #BCBDC0;
	float: left;
	line-height: 1em;
	}
#main ul.article-list .article-list-teaser {
	margin-left: 80px;
	padding-bottom: 12px;
	}
#main ul.article-list h3 a {
	color: #B82841;
	font-size: 15px;
	}

#main form#review-filter {
	margin-bottom: 12px;
	}

#main form.stacked-inputs fieldset {
	border-top: 1px solid #F4F3F4;
	border-left: 1px solid white;
	padding-bottom: 12px;
	}
#main form fieldset legend {
	font-weight: bold;
	margin-left: 21px;
	padding: 0 3px;
	}
#main form.stacked-inputs label {
	display: block;
	font-weight: normal;
	float: left;
	text-align: right;
	width: 200px;
	}
#main form.stacked-inputs input[type=submit] {
	margin-left: 207px;
	}
#main div.comment:nth-child(even) {
	background: #F4F3F4;
	}
#main div.comment {
	padding: 5px;
	margin: 5px 0 0;
	}
#main div.comment .comment-date {
	float: right;
	font-weight: bold;
	margin: 0;
	}
#main div.comment .comment-name {
	font-weight: bold;
	margin: 0 0 6px;
	}
#main div.comment p:last-child {
	margin-bottom: 0;
	}
#main table.ticket-list {
	border-collapse: collapse;
	font-size: inherit;
	margin-left: 24px;
	margin-bottom: 1em;
	}
#main table.ticket-list th {
	font-weight: bold;
	}
#main table.ticket-list tr {
	border-bottom: 1px solid #F4F3F4;
	}
#main table.ticket-list tr:last-child {
	border: none;
	}
#main table.ticket-list td {
	padding-right: 24px;
	}

/* NOTICES */
#main p.error {
	background: #fbe3e4;
	border-color: #d12f19;
	}
#main p.info {
	background: #d9effa;
	border-color: #649AE1;
	}
#main p.success {
	background: #CFC;
	border-color: #6FC764;
	}
#main p.warning {
	background: #FFB;
	border-color: #f5d227;
	}
#main p.error, #main p.info, #main p.success, #main p.warning {
	border-style: dotted;
	border-width: 1px;
	clear: left;
	margin-left: 0px;
	padding: 10px 24px;
	width: 590px;
	}

#main table.ddp-images {
	width: 590px;
	}
#main table.ddp-images td:first-child {
	width: 80%;
	}



/* ASIDE */

#aside {
	float: right;
	font-size: 12px;
	width: 250px;
	}
#content.full-main #aside {
	display: none;
	}
#aside .block {
	margin-bottom: 0px;
	padding: 12px;
	}
#aside .block:first-child {
	padding-top: 0;
	}
#aside h3 {
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	}
#aside p, #aside blockquote, #aside ul, #aside .highlight {
	font-size: inherit;
	line-height: 1.4em;
	margin-left: 12px;
	}
#aside .product-categories ul {
	margin-bottom: 12px;
	}
#aside .complete-your-system img {
	}
#aside .want-more {
	background: transparent url(../img/want-more.png) 185px center no-repeat;
	}
#aside .want-less {
	background: transparent url(../img/want-less.png) 185px center no-repeat;
	}
#aside .headlines li {
	list-style: disc;
	margin-left: 3px;
	}
#aside .consumer-reviews {
	padding: 0;
	}
#aside .consumer-reviews h3 {
	padding-top: 10px;
	padding-left: 10px;
	}
#aside .consumer-reviews p,
#aside .consumer-reviews blockquote {
	margin-left: 30px;
	margin-right: 30px;
	}
#aside .consumer-reviews blockquote p {
	margin: 0;
	}


/* HOME PAGE */

#home-page #crumbs {
	padding-bottom: 0;
	}
#home-page #aside {
	display: none;
	}
#home-page #main {
	width: 100%;
	}
#home-page #main h2 {
	color:  #686868;
	font-size: 15px;
	font-weight: bold;
	line-height: 1em;
	margin-bottom: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: left;
	text-transform: uppercase;
	}
#home-page #main h2+p {
	margin-top: 0;
	}
#home-page #portal-alpha {
	}
#home-page #portal-review {
	background: url(../img/home-comment-bg.png) no-repeat;
	border-bottom: 1px dashed #D7D8DA;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	}
#home-page #portal-review-quote {
	padding: 0px 110px 5px 50px;
	}
#home-page #portal-review q {
	font-family: serif;
	font-size: 18px;
	font-style: italic;
	}
#home-page #portal-review q+a {
	margin-left: 50px;
	}
#home-page #portal-review-footer {
	font-size: 10px;
	margin-top: 5px;
	margin-right: 50px;
	text-align: right;
	}
#home-page .portal-1 {
	float: left;
	margin-right: 30px;
	padding: 10px 0px 10px 0;
	text-align: justify;
	width: 300px;
	}
#home-page .portal-1 h2 a {
	color:  #686868;
	text-decoration: none;
	}
#home-page .portal-1 img {
	display: block;
	}
#home-page .portal-1 p {
	margin-left: 0;
	}
#home-page .highlight {
	text-align: left;
	}
#home-page #portal-fb {
	float: right;
	padding: 10px 0px;
	}
#home-page #portal-featured-wrapper {
	clear: both;
	margin-bottom: 20px;
	width: 960px;
	}
#home-page #portal-featured {
	border: 1px dashed #D7D8DA;
	}
#home-page .portal-featured-speaker {
	border-right: 1px dashed #D7D8DA;
	float: left;
	padding: 10px 15px;
	}

#home-page .portal-featured-speaker:last-child {
	border-right: none;
	float: none;
	margin-left: 720px;
	}


/* SERIES PAGE */

#series-page #crumbs {
	padding-bottom: 0;
	}
#series-page #aside {
	display: none;
	}
#series-page #main {
	width: 100%;
	}
#series-page #alt-categories {
	border-top: 1px dashed #D7D8DA;
	border-bottom: 1px dashed #D7D8DA;
	margin: 10px 0;
	padding: 10px 0;
	}
#series-page #alt-categories .cat-link {
	margin: 0 5px;
	}
#series-page .block {
	border-top: none;
	}
#series-page .product {
	margin-bottom: 20px;
	}

/* REAL SOUND FOR REAL PEOPLE PROMO */

#real-sound-page #main {
	width: 100%;
	}
#real-sound-page #aside {
	display: none;
	}
#real-sound-page #main form {
	font-size: 18px;
	}
#real-sound-page #main form div {
	margin: 10px 0;
	}
#real-sound-page #main label {
	margin-top: 4px;
	margin-right: 20px;
	text-transform: uppercase;
	width: 300px;
	}
#real-sound-page #main input, 
#real-sound-page #main textarea, 
#real-sound-page #main select {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 400px;
	}
#real-sound-page #main textarea {
	height: 200px;
	}
#real-sound-page #main input[type=submit] {
	margin-left: 620px;
	width: 100px;
	}


	
/* FOOTER */

#footer-wrapper {
	}
#footer {
	border-bottom: 1px dashed #D7D8DA;
	font-size: 10px;
	padding-bottom: 10px;
	}
#footer #follow-us {
	background: white url(../img/follow-us-bg.png) top repeat-x;
	border-bottom: 1px dashed #D7D8DA;
	clear: both;
	color: white;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	margin-bottom: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	}
#footer h2 {
	color: inherit;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px;
	}
#footer #left-column {
	float: left;
	width: 330px;
	}
#footer #center-column {
	border-right: 1px dashed #D7D8DA;
	border-left: 1px dashed #D7D8DA;
	float: left;
	margin: 0px 10px;
	padding: 0px 10px;
	width: 330px;
	}
#footer #right-column {
	}
#footer a {
	}

#footer a#sister-nad {
	margin-right: 20px;
	}
#footer form#ddp-login div {
	float: left;
	margin-right: 5px;
	}
#footer form#ddp-login p {
	clear: both;
	}
#footer input[type="text"],
#footer input[type="password"] {
	font-size: 12px;
	width: 120px;
	}
#footer #center-column input[type="text"] {
	width: 200px;
	}
#footer #sister-brands {
	margin-top: 10px;
	}
#footer #bg-hack {
	clear: both;
	}

/* FINE PRINT */

#fineprint {
	clear: both;
	line-height: 14px;
	margin-top: 10px;
	}
#fineprint p, #fineprint address {
	font-size: 10px;
	text-align: center;
	}

/* FOOTER LINKS */
#footer-links {
	font-size: 10px;
	margin-bottom: 20px;
	text-align: center;
	}

/* PAGE-SPECIFIC STYLES */


/* Easy Slider */

#home-page #main #portal-alpha ul, #home-page #main #portal-alpha li{
	margin:0;
	padding:0;
	list-style:none;
	}
#portal-alpha li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:960px;
	height:290px;
	overflow:hidden; 
	display:none; /* hack to only show first slide to clients without JS */
	}	
#portal-alpha li:first-child {
	display: block; /*  only show first slide to clients without JS */
	}

/* numeric controls */	

ol#controls{
	height: 0px;
	margin: 0;
	padding:0;

	position: relative;
	top: -30px;
	float: right;
	}
ol#controls li{
	margin:0 10px 0 0; 
	padding:0;
	float:left;
	list-style:none;
	height:20px;
	line-height:20px;
	}
ol#controls li a{
	background: url(../img/slide-button.png);
	float:left;
	height:20px;
	line-height:20px;
	border: none;
	color:#ccc;
	padding:0 10px;
	text-decoration:none;
	}
ol#controls li.current a{
	background: url(../img/slide-active.png);
	color:#EEE;
	}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}

/* end of Easy Slider */


div.ddp-home-item {
	height: 300px; width: 300px; 
}
div.ddp-home-item img {
	text-align: center;
}
#main div.ddp-home-item ul {
	padding: 0;
	margin: 0;
	text-align: left;
}
#main div.ddp-home-item li {
	line-height: 1.25em;
	font-size: .8em;
	list-style-type:none;
}
#main div.ddp-home-item h1{
	font-size: 1.5em;
}
#main div.ddp-home-item h2{
	font-size: 1.5em;
}
#main table.ddp-landing td {
	vertical-align: top;
}
#main table.ddp-landing td.detail {
	padding: 0 0 0 50px;
}
#main table.ddp-landing td.detail p{
	font-size: .85em;
}
#main table.ddp-landing td h2 {
	padding: 0;
	margin: 0;
}


/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	color: #686868;
	margin:			0;
	padding:		0;
	list-style:		none;
	}
.sf-menu {
	line-height:	16px;
	height: 50px;
	margin-bottom: 10px;
}
.sf-menu>li {
	background: #FAFAFA;
	background: -moz-linear-gradient(center top, white 0%, #EAEAEA 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, white), color-stop(1, #EAEAEA));
	float:			left;
	position:		relative;
}
.sf-menu>li:hover, .sf-menu li.sfHover {
	background: -moz-linear-gradient(center top, #EAEAEA 0%, white 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #EAEAEA), color-stop(1, white));
	outline:		0;
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu div.menu-container {
	background: white;
	line-height: 18px;
	position:		absolute;
	top:			-9999px;
	width: 100px; /* default width of child divs */
}
.sf-menu>li:hover div.menu-container {
	left:			0;
	padding: 5px;
	top:			50px; /* match top ul list item height */
	width: 190px;
	z-index:		1;
}
.sf-menu>li#menu-7:hover div.menu-container {
	left: auto;
	right: 0; /* make the last item align to right side */
	}

.sf-menu>li>a {
	background: transparent url(../img/nav-arrow.png) no-repeat right 43px;
	border-right: 1px solid #eee;
	border-left: 1px solid #fff;
	display: block;
	padding: 10px 10px 10px 0;
	position: relative;
	text-decoration: none;
}
.sf-menu #menu-1 a {
	border-left: none;
	width: 100px;
	}
.sf-menu #menu-1 .menu-container {
	width: 300px;
}
.sf-menu #menu-2 a {
	width: 135px;
	}
.sf-menu #menu-2 .menu-container {
	width: 570px;
}
.sf-menu #menu-3 a {
	width: 140px;
	}
.sf-menu #menu-3 .menu-container {
	width: 365px;
}
.sf-menu #menu-4 a {
	width: 125px;
	}
.sf-menu #menu-4 .menu-container {
}
.sf-menu #menu-5 a {
	width: 110px;
	}
.sf-menu #menu-5 .menu-container {
}
.sf-menu #menu-6 a {
	background: none;
	width: 110px;
	}
.sf-menu #menu-6 .menu-container {
}
.sf-menu #menu-7 a {
	width: 155px;
	}
.sf-menu #menu-7 .menu-container {
}
.sf-menu li:last-child a {
	}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #686868;
}


.sf-menu .line1, .sf-menu .line2 {
	display: block;
	text-align: right;
	}
.sf-menu li a span.line1 {
	color: #444;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	}
.sf-menu li a span.line2 {
	color: #B9BBBA;
	font-size: 10px;
	}
.sf-menu li:hover a span.line2 {
	color: #B82841;
	}

/* drop downs */
.sf-menu li div a {
	display: inline;
	}
.sf-menu li div.menu-container {
	-moz-box-shadow: 3px 4px 5px #888;
	-webkit-box-shadow: 2px 3px 5px #888;
	box-shadow: 3px 4px 5px #888;
	background: #FAFAFA;
	background: -moz-linear-gradient(center top, white 70%, #F0F0F0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(.70, white), color-stop(1, #EAEAEA));
	font-size: 11px;
	margin-top: 1px;
	opacity: 1;
	padding: 30px;
	}
.sf-menu li div.menu-container strong {
	font-size: 12px;
	}
.sf-menu li div.menu-container ul {
	margin-left: 10px;
	}
.sf-menu li div.menu-container .highlight {
	color: #B82841;
	}
.sf-menu li div.menu-head {
	border-bottom: 1px solid #EAEAEA;
	padding: 10px 30px 5px 0px;
	}
.sf-menu li div.menu-head strong {
	font-size: 13px;
	padding-right: 20px;
	}
.sf-menu li div.menu-col {
	float: left;
	margin: 10px 0 10px 0;
	padding: 0 30px 0 10px;
	}
.sf-menu li div.menu-col-border {
	border-right: 1px solid #CCC;
	}
	
.sf-menu li div.menu-clear {
	border-top: 1px solid #EAEAEA;
	clear: both;
	padding: 10px 10px 10px 10px;
	}

.sf-menu li div.menu-head+.menu-clear {
	border-top: none;
	}


@media print {
	#header,#nav,#aside,#footer,#footer-links {	display: none; }
	body { background: white; }
	#fineprint { width: 645px; }
}

