@charset "utf-8";
/* CSS Document */

#start-page-banner {
	margin:0;
	padding:0;
	height:60px;
}
#start-page-banner h1 {
	margin:0;
	padding:30px 20px 9px 29px;
	font-size:20px;
	color:#000000;
	font-family: 'FrutigerNextW04-Medium', Arial, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
}

.main-content {
	padding: 32px 6px 32px 32px;
}
.wp-column {
	width: 527px;
	padding: 24px;
	float: left;
}
.wp-column.highlight {
	border: 1px solid #dadada;
	margin-right: 24px;
	background: #1e5799; /* Old browsers */
	background: -moz-linear-gradient(top, #1e5799 0%, #ffffff 0%, #f5f5f5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e5799), color-stop(0%, #ffffff), color-stop(100%, #f5f5f5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1e5799 0%, #ffffff 0%, #f5f5f5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1e5799 0%, #ffffff 0%, #f5f5f5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1e5799 0%, #ffffff 0%, #f5f5f5 100%); /* IE10+ */
	background: linear-gradient(to bottom, #1e5799 0%, #ffffff 0%, #f5f5f5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0 ); /* IE6-9 */
}
.wp-column img {
	float: left;
}
.wp-column .content {
	margin-left: 204px;
}
.wp-column .content h3 {
	margin-bottom: 8px;
}
.wp-column.products {
	padding: 24px 0 0;
	margin-right: 0;
	width: 589px;
}

.list-container ul {
	padding: 0;
}
.list-container a {
	text-decoration: none;
	border: none;
	color: #666;
}
.list-container a:visited {
	color: #666;
}
.list-container a:hover {
	color: #444;
	border-bottom: none;
}
.list-container ul li a {
	font-family: 'Frutiger Next W04 Light', Arial, sans-serif !important;
	font-size: 16px;
}
.list-container ul ul li a {
	text-decoration: none;
	border: none;
	color: #444;
	font-family: 'FrutigerNextW04-Regular', Arial, sans-serif !important;
}
.list-container ul li a:hover {
	color: #000;
}
.list-container ul li {
	padding: 6px 0 6px 0;
	border-bottom: 1px solid #DADADA;
	list-style: none !important;
	margin: 0;
}
.list-container ul ul li {
	border-bottom: 1px solid #e9e9e9;
}
.list-container ul ul {
	border-bottom: 1px solid #E9E9E9;
	background-color: #F9F9F9;
	margin: 0 0 0 0;
	font-size: 14px;
	color: #444;
}
.list-container ul ul li {
	padding-left: 13px;
	margin-right: 13px;
}
.list-container ul ul li:first-child {
	box-shadow: inset 0 5px 5px -5px #e9e9e9;
}
.list-container ul ul li:hover {
	background-color: #EFEFEF;
}
.list-container ul li:last-child {
	border-bottom: none;
}
.list-container ul {
	width: 276px;
}
.list-container h3 {
	margin-bottom: 12px;
}

