/*
    Document   : style
    Created on : 28-jul-2009, 14:11:29
    Author     : Arno
    Description:
        Purpose of the stylesheet follows.
*/

/*
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

* {
	z-index: 0;
}

root {
    display: block;
}

html {
	background: url(/images/body-background.png) top repeat-x;
	overflow-y: scroll;
}

body {
	padding: 0px;
	margin: 0px;
}

img {
	border: 0px;
}

a * {
	cursor: pointer;
}

div#page-container {
	width: 975px;

	margin: 0 auto;

	background-color: #ffffff;
}

div#header {
	height: 151px;

	background: url(/images/header-background.png) top left no-repeat;

	background-color: #ededed;
}

div#header img {
	border: 0px;
}

div#header div#header-logo {
	position: absolute;
	margin-left: 28px;
	margin-top: 28px;
}

div#header div#header-brands {
	position: relative;

	display: table-cell;

	top: 28px;

	height: 54px;

	margin-right: 30px;

	float: right;

	vertical-align: middle;
}

div#header div#header-brands * {
	vertical-align: middle;
}

div#header div#header-brands img {
	margin-left: 18px;
}

div#header div#breadcrumbs {
	height: 20px;

	position: absolute;
	float: left;

	padding: 0px;
	margin: 0px;

	top: 95px;

	padding-left: 28px;

	font-size: 8pt;

	color: #9E9E9E;
}

div#header div#breadcrumbs a {
	color: #9E9E9E;
}

div#header table#topmenu {
	position: absolute;

	background: url(/images/topmenu-background.png) top left repeat-x;

	top: 115px;
	width: 975px;

	height: 36px;

	z-index: 1;

	border-collapse: collapse;
}

div#header table#topmenu * {
}

div#header table#topmenu {
	height: 36px;
}

div#header table#topmenu td {
	padding: 0px;
	margin: 0px;

	height: 36px;
}

div#header table#topmenu td div.head  {

	background: url(/images/topmenu-button-normal.png) top left repeat-x;

	padding: 0px;
	padding-top: 12px;
	margin: 0px;
	margin-right: 1px;

	height: 24px;

	cursor: pointer;

	white-space: nowrap;

	text-align: center;
}

div#header table#topmenu td.selected div.head , div#header table#topmenu td.mouseover div.head {
	background: url(/images/topmenu-button-selected.png) top left repeat-x;
}

div#header table#topmenu td a,
div#header table#topmenu td span {
	color: white;

	font-size: 15px;
	font-weight: normal;
}

div#header table#topmenu td a:hover {
	text-decoration: none;
}

div#header table#topmenu td ul {
	display: none;

	z-index: 5;

	background-color: #EE7F00; /*#C16700;*/

	padding: 0px;
	margin: 0px;

	width: 180px;

	list-style: none;

	text-align: left;

	position: absolute;
}

div#header table#topmenu td ul.level-1 {
	position: absolute;

	left: 180px;
	/*top: 0px;*/
	z-index: 5;

	margin-top: -27px;
	padding: 0px;
}

div#header table#topmenu td ul li div {
	padding: 5px 17px;
	margin: 0px;

	z-index: 5;
	cursor: pointer;
}

div#header table#topmenu td ul.level-0 li.hasleaves {
	background-image: url(/images/menu-reference-arrow.png);
	background-repeat: no-repeat;
	background-position: 165px center;
}

div#header table#topmenu td ul.level-1 li.hasleaves {
	background-image: none;
}

div#header table#topmenu td ul li.mouseover {
	background-color: #C16700; /*#EE7F00;*/
}

div#header table#topmenu td.mouseover ul.level-0 {
	display: block;
}

div#header table#topmenu li.mouseover ul.level-1 {
	display: block;
}

div#content div#content-menu-column {
	width: 150px;

	float: left;

	padding: 50px 0px 10px 00px;
	margin: 0px;
}

div#content div#content-menu-column ul {
	margin: 0px;
	padding: 0px;

	padding-left: 10px;
	padding-bottom: 0px;

	list-style-type: none;
}

div#content div#content-menu-column li.head {
	border-style: dotted;
	border-width: 0px 0px 1px 0px;
	border-color: #A8A8A8;
}

div#content div#content-menu-column li {
	margin: 0px;
	padding: 1px 0px 2px 0px;
}

div#content div#content-menu-column li a {
	color: #00295B;
}

div#content div#content-menu-column .selected {
	font-weight: bold;
	color: #00295B;
}

div#content div.content-common {
	float: left;

	width: 557px;

	padding: 10px 0px 10px 10px;
}

div#content div#content-left-column.nosidebar div.content-common {
	width: 805px;
}

div#content div.content-common-nomenu {
	float: left;

	width: 707px;

	padding: 10px 0px 10px 10px;
}

div#content div.content {
	padding-bottom: 20px;
}

div#content div.news-teasers div {
	cursor: pointer;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 10px;

	border-style: dotted;
	border-color: #8C8C8C;
	border-width: 0px 0px 1px 0px;
}

div#content div.news-teasers div.mouseover {
	background-color: #EFEFEF;
}

div#content div.news-teasers span.date {
	font-weight: normal;
	font-size: 7pt;
	color: #8c8c8c;
}

div#content div#content-banner {
	height: 250px;
	width: 717px;

	position: relative;

	float: left;
}

div#content div#content-banner img,
div#content div#content-banner object {
	width: 717px;
	height: 250px;
}

div#content div#content-left-column {

	position: relative;

	width: 725px;

	float: left;

}

div#content div#content-left-column.nosidebar {
	width: 975px;
}

div#content div#content-left-column.content {
	padding-left: 32px;

	width: 685px;
}

div#content div#content-right-column {

	position: relative;

	width: 248px;

	float: right;

}

div#content div.content-block-normal {

	position: relative;

	float: left;

	width: 354px;
	height: 240px;

	margin: 0px;
	padding: 0px;

	margin-left: 4px;
	margin-top: 10px;
}

div#content div.block-text {
	width: 334px;

	padding-left: 10px;
	padding-right: 10px;

	margin-left: 5px;

	overflow: hidden;
}

div#content div.search-panel {
	background-color: white;
}

div#content div.search-panel-menu {
	background-color: white;

	width: 357px;
	height: 26px;

	overflow: hidden;

	/*margin-left: 1px;*/
}

div#content div.search-panel div.search-panel-menu div {

	position: relative;

	float: left;

	background-color: #EDA048;

	cursor: pointer;

	margin-right: 3px;

	width: 116px;
	height: 21px;

	text-align: center;

	padding-top: 5px;

}

div#content div.search-panel div.search-panel-menu div a {
	color: white;

	font-weight: bold;
}

div#content div.search-panel div.search-panel-menu div a:hover {
	text-decoration: none;
}

div#content div.search-panel div.search-panel-menu div.selected, div#content div.search-panel div.search-panel-menu div.mouseover {
	background-color: #ee7f00;
}

div#content div.search-panel div.search-form {

	/*margin-left: 1px;*/

	position: relative;

	float:left;

	background-color: #ee7f00;

	color: white;

	padding-top: 15px;
	padding-left: 25px;
	padding-right: 25px;

	width: 304px;
	height: 199px;
}

div#content div.search-panel label, div#content div.search-panel select {
	display: block;

	float: left;

	height: 20px;

	margin-right: 6px;
	margin-bottom: 5px;

}

div#content div.search-panel form {
	margin: 0px;
	padding: 0px;
}

div#content div.search-panel select {
	width: 159px;

	font-size: 9pt;
}

div#content div.search-panel select.small {
	width: 75px;

	margin: 0px;
	margin-right: 9px;
}

div#content div.search-panel label {
	width: 128px;
	color: white;

	margin: 0px;

	/* Need to reset these from form.css */
	font-family:Arial,Verdana,Helvetica;
	font-size:10pt;
	padding-top: 0px;
}

div#content div.search-panel a {
	color: white;
}

div#content div.search-panel div.buttons {
	position: relative;

	float: left;
	clear: both;
	margin: 0px;
	margin-top: 15px;

	width: 304px;
}

div#content div.search-panel div.buttons a {
	margin: 0px;
	margin-top: 3px;

	display: block;
	float: left;
	clear: left;
}

div#content div.search-panel div.buttons input {
	display: block;
	float: right;
	clear: right;

	margin: 0px;
	margin-right: 10px;
}

div#content div.search-panel h1 {
	color: white;

	padding: 0px;
	margin: 0px;

	margin-bottom: 10px;
}

div#content div.content-block-wide {
	position: relative;

	float: left;

	width: 717px;
	height: 250px;

	margin: 0px;

}

div#content div.pagination-row {
	position: relative;

	margin-bottom: 10px;

	overflow: hidden;

	height: 31px;
}

div#content div.pagination-row h1,
div#content div.pagination-row h2,
div#content div.pagination-row h3,
div#content div.pagination-row p {
	position: relative;
	float: left;

	margin: 0px;
	padding: 0px;

}

div#content div.pagination-row div.pagination {
	position: absolute;

	margin: 0px;
	padding: 0px;

	bottom: 0px;
	right: 0px;

	height: 18px;

	float: right;
}

div#content div.pagination p, div#content div.pagination p * {
	margin: 0px;
	padding: 0px;

	vertical-align: middle;
}

div#content div.pagination p a {
	color: #8C8C8C !important;
}

div#content div.pagination p a.selected {
	font-weight: bold;
	text-decoration: underline;

	font-size: 11pt;
}

div#content div.pagination p img {
	width: 13px;
	height: 13px;
}

div#content div#content-news.content-block-wide {
	width: 703px;
	height: 230px;
	padding: 10px 10px;
}

div#content div#content-news {

	margin-bottom: 13px;
	margin-top: 10px;

	background: url(/images/content-news-background.png) top left repeat-y;
}

div#content div#content-news div.news-teaser {
	position: relative;

	float: left;

	cursor: pointer;
}

div#content div#content-news div.news-teaser img {
	width: 323px;
	height: 230px;
}

div#content div#content-news div.news-teaser div {

	position: absolute;

	left: 0px;
	bottom: 0px;

	background-color: #ee7f00;

	width: 315px;

	padding: 4px;
}

div#content div#content-news div.news-teaser a, div#content div#content-news div.news-teaser a:hover {
	color: white;
	text-decoration: none;
}

div#content div#content-news div.news-items {
	position: relative;

	float: left;

	margin-left: 30px;
}

div#content div#content-news div.news-items div {

	padding: 4px 7px;

	cursor: pointer;

	background: url(/images/content-newsitem-background.png) top left repeat-y;

	margin-bottom: 10px;

	width: 324px;
}

div#content div#content-news div.news-items div {

	position: relative;

	padding: 4px 7px;

	cursor: pointer;

	background: url(/images/content-newsitem-background.png) top left repeat-y;

	margin-bottom: 10px;

	vertical-align: middle;

	width: 324px;
	height: 43px;
}

div#content div#content-news div.news-items div.selected, div#content div#content-news div.news-items div.mouseover {
	background: url(/images/content-newsitem-selected.png) top left repeat-y;
}

div#content div#content-news div.news-items div img {
	display: block;
	float: left;

	width: 58px;
	height: 42px;

	margin-right: 14px;

	position: relative;
}

div#content div#content-news div.news-items div a, div#content div#content-news div.news-items div a:hover {
	color: #00295b;
	text-decoration: none;
}

div#form-links-column {
	background: url(/images/form-links-background.png) top left repeat-y;

	margin: 0px;

	height: 250px;
}

div#form-links-column div {

	height: 40px;

	margin-bottom: 1px;

	vertical-align: middle;

	overflow: hidden;

	cursor: pointer;

}

div#form-links-column div.selected, div#form-links-column div.mouseover {
	background: url(/images/form-links-selected.png) top left repeat-y;
}

div#form-links-column div * {

	margin-left: 30px;

	vertical-align: middle;
}

div#form-links-column div select {
	margin-left: 20px;
}

div#form-links-column div img {
	border: 0px;
	margin: 0px;
	padding: 0px;

	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px
}

div#form-links-column div a {

	color: #5C5F60;

	text-decoration: none;
}

div#form-links-column div a:hover {
	text-decoration: none;
}

div#form-links-column div option {
	margin-left: 0px;
}

div#offers-column {
	width: 248px;
	/*height: 240px;*/

	overflow: hidden;
}

div#offers-column div {

	padding: 0px;
	margin: 0px;

	margin-top: 10px;
}

div#offers-column div.banner-large {
	height: 250px;
}

div#offers-column div.banner-small {
	height: 120px;
}

div#offers-column div.banner-large img,
div#offers-column div.banner-large object {
	width: 248px;
	height: 250px;
}

div#offers-column div.banner-small img,
div#offers-column div.banner-small object {
	width: 248px;
	height: 120px;
}

div#headlines-column {
	width: 238px;

	margin: 0px;
	padding: 0px;

	margin-top: 10px;

	padding-left: 5px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
}

div#headlines-column h1 {
	margin: 0px;
	padding: 0px;
}

div#headlines-column ul {
	list-style: url(/images/link-list-arrow.png);

	margin: 0px;
	padding: 0px;

	margin-top: 10px;
	margin-bottom: 10px;

	padding-left: 20px;

	white-space: nowrap;
	overflow: hidden;
}

div#headlines-column ul li {
	margin: 0px;
	padding: 0px;
}

div#footer {
	width: 975px;

	border-width: 1px 0px 0px 0px;
	border-color: #0c3363;
	border-style: solid;

	padding-top: 11px;
	padding-bottom: 20px;

	margin-top: 22px;

	text-align: right;

	overflow: hidden;
	white-space: nowrap;

	/* We need to make sure the spacing between A tags is even. This fixes that. */
	font-size: 0px;
}

div#footer a {
	color: #0c3363;

	border-width: 0px 1px 0px 0px;
	border-color: #ee7f01;
	border-style: solid;

	text-decoration: none;

	padding: 0px;
	margin: 0px;

	font-size: 8pt;

	padding-left: 10px;
	padding-right: 10px;

}

div#footer a.last {
	border-width: 0px 0px 0px 0px;

	padding-right: 2px;
}

div#footer a.footer-logo {
	border-width: 0px 0px 0px 0px;

	float: left;

	margin-top: -3px;

}

div#footer a:hover {
	text-decoration: underline;
}

/*************************************************** FOOTER MENU **********************/
div.footerMenu {
	background: #ffffff url(/images/footermenu_background.png) repeat-x top;
	width: 975px;
	position: relative;

	padding-top: 11px;
	padding-bottom: 20px;

	text-align: left;

	overflow: hidden;
	white-space: nowrap;

	/* We need to make sure the spacing between A tags is even. This fixes that. */
	font-size: 0px;
}

div.footerMenu table {
	padding-left: 10px;
	padding-right: 10px;
}

div.footerMenu table tr td {
	padding: 5px;
	/*border: 1px solid #f4f7f8;*/
}

div.footerMenu table tr td div {
	margin-bottom: 5px;
}

div.footerMenu a:hover {
	color: #ee7f01;
	text-decoration: none;
}

div.footerMenu table tr td div a {
	font-weight: bold;
	font-size: 13px;
}

div.footerMenu table tr td ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 7px;
}

div.footerMenu table tr td ul li {
}

div.footerMenu table tr td ul li div {
	margin-bottom: 0;
}

div.footerMenu table tr td ul li div a {
	font-weight: normal;
	font-size: 12px;
}

div.footerMenu table tr td ul li ul li div {
	margin-left: 10px;
}

div.footerMenu table tr td ul li ul li div a {
	font-weight: normal;
	font-size: 11px;
}