@charset "utf-8";
/* Global tag definitions */
html {
	height:100%;
}

body {
	height:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.69em;
	line-height:1.27em;
	color: #666666;
	background-color: #FFFFFF;
	margin:0px;
    padding:0px;
}

a {
	color:#3399cc;
	text-decoration:none;
}

a:visited {
	color:#551a8b;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

input, select, label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	
}

input, select {
	font-size:1em;
	line-height:1.2em;
}

h1 {
	font-size: 2.36em;
	line-height: 1em;
	font-weight:normal;
	color:#000000;
	padding:0px;
	margin:0px;
}

h2 {
	font-weight:bold;
	color:#333333;
	font-size: 1em;
	line-height:1em;
}

/* portlet heading */
h3 {
	background-color:#999999;
	font-weight:bold;
	color:#FFFFFF;
	font-size: 1em;
	line-height:1em;
}

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


/* Section definitions */
#container {
	position:relative;
	width:100%;
	min-width:987px;
	min-height:100%;
}

#header {
	/*background-colour changes according to iBase section*/
	background-color:#b1c800;
}
#flashBg {
	z-index:1;
	min-width:987px;
	height:expression(document.getElementById('headerOverlay').offsetHeight + 10);
}

#flashBgInner {
	height:100%;
	/*background-colour changes according to iBase section*/
	background: #b1c800 url('../../images/bgDealerSupport.jpg') top center no-repeat;
}

#headerOverlay {
	position:absolute;
	top:0px;
	left:0px;
	min-width:987px;
	z-index:2;
}

#ibaseHeader {
	float:left;
	padding-left:2px;
}

#globalNav {
	float:right;
	padding-right: 5px;
}	
/* Global Menu Items */
#menu {
	zoom:1;
	margin-top:3px;
	clear:both;
}

#menuTable {
	width:100%;
	padding:0px;
	margin:0px;
}

#menuTable td {
	width:1%;
	vertical-align:top;
	text-align:center;
}

.menuItemBlock {
	text-align:left;
	max-width:200px;
}

#menuTable .mL {
	background:url('../../images/menuTL.png') top left no-repeat;
	padding-left:6px;
}

#menuTable .mR {
	background:url('../../images/menuTR.png') top right no-repeat;
	padding: 2px 12px 0px 0px;
	font-weight:bold;
}

#menuTable .bL {
	background:url('../../images/menuBL.png') bottom left no-repeat;
	height:11px;
	padding-left:6px;
}

#menuTable .bR {
	background:url('../../images/menuBR.png') bottom right no-repeat;
	height:11px;
}

.sub_menu {
	background:url('../../images/menuMR.png') top right repeat-y;
	display:none;
}

#menuTable td ul {
	list-style:none;
	margin:0px;
	padding:2px 12px 10px 6px;
	overflow:hidden;
}

#menuTable td li {
	padding:2px 0px 2px 0px;
	border-top:1px dotted #CCCCCC;
}

#menuTable td li.solidBorder {
	border-top:1px solid #CCCCCC;
}

#menuTable td li a {
	text-decoration:none;
}

#menuTable td li a:hover {
	/*colour normally #FFFFFF but if highlight colour is too light it can be an alternative*/
	color:#FFFFFF;
	text-decoration:none;
}

.menu_highlight {
	/*background-colour changes according to iBase section*/
	background-color:#8db600;
}

#menuKeepOpen {
	padding:0px 5px 7px 0px;
	float:right;
	margin:0px;
	display:none;
	color:#FFFFFF;
	font-weight:bold;
}

#menuKeepOpen input {
	padding:0px;
	margin:0px;
}

/* End of Menu Item definitions */

.contentHead {
	margin: 0px 0px 2em 1em;
}

.contentHead h1 {
	position:relative;
	left:-0.1em;
}

#breadcrumbs {
	font-size:0.91em;
	padding:1em 0px 1em 0px;
	position:relative;
	left:-0.1em;
}

#contentHolder {
	text-align:center;
	padding-bottom:85px;
}

#content {
	padding:6px 0px 6px 0px ;
	text-align:left;
	min-width:987px;
	max-width:1243px;
}

.columns {
	clear:both;
	float:left;
	width:100%;
}

.column {
	float:left;
}

.columns .last {
	float:right;
}

.three.columns .column {
	width:33%;
}

.four.columns .column {
	width:24.7%;
}

.five.columns .column {
	width:19.7%;
}

.column * {
	margin-left:1em;
	margin-right:1em;
}

.column * * {
	margin-left:0;
	margin-right:0;
}

#footer {
	width:100%;
	min-width:987px;
	position:absolute;
	bottom:0;
	background: #b1c800 url('../../images/bgDealerSupport.jpg') bottom center no-repeat;
	height:85px;
}

#footer .left {
	margin-left:35px;
	float:left;
	width:4px;
	height:39px;
	background: url('../../images/footerBgLeft.gif') bottom left no-repeat;
}

#footer .middle {
	min-height:39px;
	background: #8db600;
	width:595px;
	float:left;
}

#footer .right {
	float:left;
	width:4px;
	height:39px;
	background: url('../../images/footerBgRight.gif') bottom right no-repeat;
}

#footer #updated {
	margin-right:12px;
	float:right;
	font-weight:bold;
	vertical-align:middle;
	line-height:39px;
	color:#FFFFFF;
}

#footer a {
	color:#FFFFFF;
}


#footer #feedbackLink {
	margin-left:12px;
	float:left;
	font-weight:bold;
	vertical-align:middle;
	line-height:39px;
	color:#FFFFFF;
}

.indented {
	margin-left:2em;
}

.expanderCollapser {
	margin-right:1em;
}

.emphasised {
	font-weight:bold;
}