﻿html /* M Drew */
{
    overflow: -moz-scrollbars-vertical; /* M Drew */
    overflow-y: scroll; /* M Drew */
}
body
{
    background: #e9e9e9 url(../Images/Layout/bg.gif) repeat-x 0 0;
    font-size: .75em;
    font-family: Arial, Helvetica, Sans-Serif; /* M Drew */
    margin: 0;
    padding: 0;
    color: #000;
}

/* ELEMENTS
----------------------------------------------------------*/
.page
{
    width: 975px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
}

#main
{
	padding: 10px 0;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
    background: #fff url(../Images/Layout/bp-banner.jpg) no-repeat 0 0;
    padding-top: 130px;
	min-height: 320px;  /* M Drew */
}

#main.altbg
{
	padding-top: 180px;
	background: #fff url(../Images/Layout/bp-banner-navi.jpg) no-repeat 0 0;
}

#main #content
{
	float: left;
	width: 571px;
	padding-left: 35px;
	color: #666666;
}

#main #side
{
	float: right;
	width: 300px;
	margin: 18px 10px 0 0;  /* M Drew */
}

#main #maincontent
{
	float: left;
	width: 526px;
	padding-left: 155px;
	padding-top: 10px;  /* M Drew */
	color: #666666;
}

#main #secondnavi
{
	float: right;
	width: 215px;
}

#navigation
{
	background: #008393;
	padding: 0;
	margin:0;  /* M Drew */
	height: 40px;  /* M Drew */
	font-size: 1.2em;
	font-weight: bold;
}

#tablets
{
	margin-top: 20px;  /* M Drew */
	padding-left: 35px;  /* M Drew */
	margin-bottom: 10px;
	background: url(../Images/Tablets/dividers.gif) repeat-y 0 0;  /* M Drew */
}

#tablets p  /* M Drew */
{
	margin-bottom: 0px;  /* M Drew */
	padding-left: 26px;  /* M Drew */
}


#tablets .tablet
{
	width: 231px;
	float: left;
	/*border-right: solid 1px #e3e3e3;  /* M Drew */
}

#tablets .lasttablet
{
	border-right: none;
}

#tablets .firsttablet
{
	width: 221px;
}

#tablets .tabletcontent
{
	padding: 0 11px;
}

#tablets .tablettext
{
	padding-top: 100px;  /* M Drew */
	color: #666666;
}

#tablets .marketing
{
	padding-left: 0;
	background: url(../Images/Tablets/channel-marketing.gif) no-repeat 0 0;
}

#tablets .communication
{
	background: url(../Images/Tablets/communication.gif) no-repeat top center;
}

#tablets .performance
{
	background: url(../Images/Tablets/performance-improvement.jpg) no-repeat top center;
}

#tablets .events
{
	background: url(../Images/Tablets/live-events.jpg) no-repeat top center;
}

#footer
{
	background: url(../Images/Layout/Content-Footer.gif) no-repeat 0 0;
	height: 19px;
}

#footeritems
{
	margin-bottom: 1.5em;
}

#helpwrapper
{
	background: #f5f5f5 url(../Images/Questionmark.gif) no-repeat 10px 10px;
	color: #666666;
	margin: 0 20px;
	padding: 10px 10px 10px 70px;
	min-height: 50px;
}

#helpwrapper > div
{
	padding-top: 0.6em;
}

#helpwrapper a, #helpwrapper a:link, #helpwrapper a:visited
{
	color: #666666;
	font-weight: bold;
}

#helpwrapper a:hover
{
	color: #222;
	font-weight: bold;
}



/* MENU AND SITEMAP 
----------------------------------------------------------*/
/*ul#menu
{
	padding: 0;
    margin: 0;
    text-align: right;
}

ul#menu li
{
	margin: 0;
    display: inline; 
    padding: 4px 0 4px 10px;
    line-height: 1.7em;
}

ul#menu li.selected
{
	background: url(../Images/Navigation/selected-left.gif) no-repeat left center;
}


ul#menu li a
{
    padding: 4px 10px 4px 0; 
    text-decoration: none;
    color: #fff;
}

ul#menu li.selected a
{
	background: url(../Images/Navigation/selected-right.gif) no-repeat right center;
	color: #fff;
}

ul#menu li a span
{
	padding: 4px;
}

ul#menu li.selected a span
{
	background: url(../Images/Navigation/selected-centre.gif) repeat-x left center;
}

ul#menu li a:hover
{
    text-decoration: none;
    color: #fff;
}

ul#menu li a:active
{
    text-decoration: none;
    color: #fff;
}*/








/* Revised menu with rollovers - M Drew 
----------------------------------------------------------*/
#navigation .page
{
    position:relative;
	width: 975px;
	height: 40px;
	position: relative;
}

ul#menu
{
	position: absolute;
	right: 0;
	margin-top:7px; /* to vertically centre block  */
}

ul#menu li {
	float:left;
    display: inline; 
	margin:0;
	padding:0 1px;
}
ul#menu li a {
	float:left;
	height:25px;
	line-height:25px;
	padding:0 12px 0 0;
	background: url(../Images/Navigation/nav-over.gif) no-repeat right top;
	color:#fff;
	text-decoration:none;
}
ul#menu li a span {
	float:left;
	height:25px;
	padding:0 0 0 12px;
	background: url(../Images/Navigation/nav-over.gif) no-repeat left top;
	white-space: nowrap;
	cursor:pointer;
}
ul#menu li a:hover, #nav li a:active, #nav li a:focus {
	background-position:right -25px;
	line-height:25px;
	color:#fff;
}
ul#menu li a:hover span, #nav li a:active span, #nav li a:focus span{
	background-position:left -25px;
}
ul#menu li.selected a {
	background-position:right -50px;
}
ul#menu li.selected a span {
	background-position:left -50px;
}

/* Revised menu with rollovers ENDS - M Drew 
----------------------------------------------------------*/











ul#footerlinks
{
	padding: 0;
    margin: 10px 0 0 50px;
}

ul#footerlinks li
{
	margin: 0;
    display: inline; 
    margin-right: 20px;
}

ul#footerlinks li a, ul#footerlinks li a:link, ul#footerlinks li a:visited  /* M Drew */
{
    text-decoration: none;  /* M Drew */
    color: #999999;  /* M Drew */
}

ul#footerlinks li a:hover  /* M Drew */
{
    text-decoration: none;  /* M Drew */
    color: #333;  /* M Drew */
}


ul#submenu
{
	padding: 0;
    margin: 0;
}

ul#submenu li
{
	list-style-type: none;
	margin: 0;
    background: url(../Images/Navigation/subnavi-arrow.gif) no-repeat left 5px;
    padding-left: 10px;
    padding-bottom: 5px;
}

ul#submenu li.selected
{
	background: url(../Images/Navigation/subnavi-arrow-selected.gif) no-repeat left 5px;
}

ul#submenu li a, ul#submenu li a:link, ul#submenu li a:hover, ul#submenu li a:visited
{
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.1em;
}

ul#submenu li a.selected, ul#submenu li a.selected:link, ul#submenu li a.selected:hover, ul#submenu li a.selected:visited
{
	color: #008393;
}

ul#submenu ul
{
	padding: 0;
    margin: 0;
}

ul#submenu li li
{
	list-style-type: none;
	margin: 0;
    background: none;
    padding-left: 10px;
    padding-top: 5px;
    color: #666666;
    padding-bottom: 2px;
}

ul#submenu li li a, ul#submenu li li a:link, ul#submenu li li a:hover, ul#submenu li li a:visited
{
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	font-size: 1em;
}

ul#submenu li li a.selected, ul#submenu li li a.selected:link, ul#submenu li li a.selected:hover, ul#submenu li li a.selected:visited
{
	color: #008393;
}

