﻿/* reset css */

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ul, ol, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1em;
}
ul, ol {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}











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: 974px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
}

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

#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;
	margin-bottom:15px;
}

#main #side
{
	float: right;
	width: 294px;
	margin: 18px 20px 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: 257px;
	background:#e0dfdf top no-repeat url(../Images/Navigation/secondary-nav-top.gif);
	visibility: hidden; /*secondary nav hidden if there is no content */
}

#main #secondnavi.naviactive /*styling called by jquery when the secondary nav has content */
{
	visibility: visible;
}

#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;
	height: 70px;
}

#helpwrapper h3
{
	color: #666666;
	font-size: 1.2em;
	padding: 16px 0 0 70px;  /* M Drew */
}

#helpwrapper div
{
	padding: 0 0 0 70px;
}

#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: 974px;
	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: 20px 10px 13px 25px;
}

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: 4px;
}

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: #666;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.1em;
}
ul#submenu li a:hover
{
	color: #000;
}

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: 2px;
    color: #666;
    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: #666;
	font-weight: normal;
	text-decoration: none;
	font-size: 1em;
}
ul#submenu li li a:hover
{
	color: #000;
}

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;
}


.addthis_toolbox
{
	margin-top: 12px;
}


