@CHARSET "UTF-8";

html,body {
	height:100%;
}

body {
	background-color:white;
	width: 960px;
  margin: auto;
	font:14px Trebuchet,Trebuchet MS,Helvetica,sans-serif;
}

img {
	border:none;
}

h1 {
	font-weight:bold;
	color:#457EAF;
	font-size:14px;
}

h2 {
	font-weight:bold;
	color:#457EAF;
	font-size:13px;
	margin-bottom:3px;
}

h3 {
	font-size:14px;
}

a {
	color:#457EAF;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

ul {
	line-height:20px;
	color:#808080;
}

li {
	margin-bottom:10px;	
	line-height:24px;
}

ul.compressed {
	margin-top:5px;
	font-size:12px;
}
ul.compressed li {
	margin-bottom:3px;
}	

p,td {
	color:#808080;
	line-height:24px;
}

p.small {
	font-size:12px;
	line-height:20px;
}

hr {
	height:1px;
	border:none;
	border-top:1px solid #C0C0C0;
	outline:none;
}

table.layout td {
	color:#808080;
	line-height:24px;
}
.nowrap td {
	white-space:nowrap;
}

form {
	margin:0px;
}

.bodySpace {
	margin:10px;
}

.unindented {
	margin-left:0px;
}

ul.smallList {
	padding-left:20px;
	*margin:0px;
	*padding:20px;
	*width:120px;
}
ul.smallList li {
	font-size:12px;
	line-height:16px;
}
ul.smallList ul {
	padding-left:20px;
	*margin-left:0px;
	*margin-top:10px;
	*margin-bottom:10px
}

.label {
	font-size:11px;
	line-height:14px;
}

.indented {
	margin-left:30px;
}

/* ----------------------------------- */
/* Menu */

.menu {
	background-image:url(../_images/menu_back.png);
	background-repeat:repeat-x;
	height:39px;
	border-bottom:1px solid #303030;
	font-size:12px;
}
.menu a:link, .menu a:visited {
	color:black;
	text-decoration:none;
}
.menu a:hover {
	color:#c05000;
}
.menuItem {
	height:39px;
}

.searchHolder {
	background-image:url(../_images/search_box.png);
	background-repeat:no-repeat;
	position:relative;
	height:20px;
	width:140px;
	margin-top:9px;
	margin-right:10px;
}
.searchBox {
	position:absolute;
	left:16px;
	top:0px;
	*top:2px;
	border:none;
	height:20px;
	width:110px;
	background:none;
	font-size:10px;
	outline:none;
}

/* ----------------------------------- */
/* Header */

.header {
	background-image:url(../_images/header_back.png);
	background-repeat:no-repeat;
	height:62px;
	border-bottom:1px solid #303030;
}
#headerImage {
	margin-top:1px;
	margin-left:4px;
}

/* ----------------------------------- */
/* Header: Internal Pages */

.productHeader1 {
	 height:69px;
	 background-image:url(../_images/product_header_1.png);
	 background-repeat:repeat-x;
}
.productHeader2 {
	 height:69px;
	 background-image:url(../_images/product_header_2.png);
	 background-repeat:repeat-x;
}

/* ----------------------------------- */
/* Product List */

.productBar {
	background-image:url(../_images/product_back.png);
	background-repeat:repeat-x;
	height:142px;
	border-bottom:1px solid #808080;
}

.productTable {
	height:142px;
	padding-left:5px;
	padding	-right:5px;
}

.productBarShadow {
	background-image:url(../_images/product_shadow.png);
	background-repeat:repeat-x;
	height:9px;
}

.productSpace {
	overflow:horizontal;
	width:945px;
	height:135px;
}

.separatorCell {
	border-left:1px solid rgba(200,55,0,0.5);
	padding-left:10px;	
}

/* ----------------------------------- */
/* Main Page Content */

.main {
	position:relative;
}

.mainBody {
	width:630px;
	min-height:320px;
	margin-bottom:20px;
}
.mainBody p {
	color:#808080;
	margin-left:20px;
	line-height:24px;
}
.strong {
	font-weight:bold;
	color:#457EAF;
}

.boxCaption {
	vertical-align:top;
	color:#808080;
	font-size:12px;
	line-height:16px;
}

.moreToDiscover {
	margin-left:20px;
	margin-top:20px;
	margin-bottom:20px;
}

/* ----------------------------------- */
/* Left Sidebar (Contents)  */

ul.pageContents {
	font-size:12px;
	line-height:15px;
	padding-left:0px;
	padding-right:20px;
	border-right:1px solid #C0C0C0;
}

ul.pageContents li {
	margin-bottom:5px;
	list-style-type:none;
}

.contentsSelected {
	font-weight:bold;
}

.submenu {
	margin-left:10px;
	margin-top:10px;
	width:150px;
}

.submenu img {
	margin-bottom:2px;
}

.submenu h2 {
	margin-bottom:10px;
}

.submenuDivideBefore {
	margin-top:10px;
}

.submenuDynamic {
	width:145px;
	height:26px;
	background-image:url(../_images/product_menu_blank.png);
	background-repeat:no-repeat;
	cursor:pointer;
	color:black;
	font-size:12px;
	padding-top:3px;
	padding-left:8px;
	margin-bottom:4px;
}
.submenuDynamicHighlighted {
	width:145px;
	height:26px;
	background-image:url(../_images/product_menu_blank_highlighted.png);
	background-repeat:no-repeat;
	cursor:pointer;
	color:white;
	font-size:12px;
	padding-top:3px;
	padding-left:8px;
	margin-bottom:4px;
}

/* ----------------------------------- */
/* Page content - internal */

.pageContent {
	padding:20px;
}

.pageContent h1 {
	font-size:18px;
}
.pageContent h2 {
	margin-top:20px;
	font-size:15px;
}

.pageContent p {
	line-height:24px;
	margin-right:20px;
}

.subpage {
  width:500px;
  position:relative;
  /* min-height is crucial to stop screenshot displays flowing off the end of the subpage */
  min-height:850px;
}

.hidden {
	display:none;
}

#screenshotDisplay {
	position:absolute;
	left:-90px;
	top:150px;
	width:610px;
	height:600px;
}

#thumbnailHolder {
	width:576px;
	height:106px;
	margin-bottom:20px;
	overflow:hidden;
	position:relative;
}

#thumbnailTrack {
	position:absolute;
	top:0px;
	left:0px;
	white-space:nowrap;
	-webkit-transition-property:left;
	-webkit-transition-duration:0.5s;
	-webkit-transition-timing:ease-in;
}

.thumbnailImage {
	border:2px solid white;
}

.thumbnailImageSelected {
	border:2px solid #DFA000;
}

em,.caption {
	color:#457EAF;
}

/* ----------------------------------- */
/* Sidebar links */

.mainLinks {
	width:260px;
	background-color:#F1F1F1;
	padding:10px;
	margin:10px;
}

.mainLinksOrange {
	width:260px;
	background-color:#F7D38B;
	border:2px solid #FF7F00;
	-webkit-border-radius:10px;
	padding:10px;
	margin:10px;
}

.mainLinksOrange .sidebarSection {
	margin:0px;
}

table.links {
	margin-bottom:10px;
}

table.links td {
	padding-bottom:10px;
}

.greyLinks {
	margin-left:5px;
}
.greyLinks td {
	padding-top:5px;
	padding-bottom:5px;
}

.productKeyLinks {
	margin-left:5px;
	margin-top:5px;
}

.sidebarSection {
	margin-top:20px;
	margin-left:10px;
	margin-right:20px;
}
.sidebarSection a {
	color:black;
}
.sidebarSection a:hover {
	color:#457EAF;
}
.sidebarSection h1 {
	color:black;
	margin-bottom:0px;
	font-size:16px;
	font-weight:normal;
}
.sidebarSection p {
	line-height:18px;
	font-size:12px;	
	margin-top:5px;
	color:#505050;
}

.buttonHolder {
	width:159px;
	margin:auto;
}

.featuredLink {
	margin-left:10px;
}
.featuredLink h1 {
	font-size:17px;
	font-weight:normal;
	margin-bottom:0px;
}
.featuredLink a {
	color:black;
}
.featuredLink p {
	margin-top:6px;
	margin-right:15px;
	margin-bottom:15px;
	font-size:12px;
	color:#505050;
	line-height:18px;
}

.sidePanelLink {
	background-color:#F4F4F4;
	border:1px solid #95BCEC;
	-webkit-border-radius:5px;
	padding:10px;
	width:140px;
	min-height:113px;
	margin-top:10px;
}
.primary {
	background-color:#FAFAFA;
	border-width:2px;
}

.sidePanelLink h1 {
	margin-top:0px;
	margin-bottom:5px;
	line-height:18px;
}
.sidePanelLink h3 {
	line-height:16px;
	margin-bottom:4px;
}
.sidePanelLink p {
	margin:0px;
	font-size:13px;
	line-height:20px;
}
.sidePanelLink.multi p {
	margin-top:10px;
	margin-bottom:10px;
}

.contentMenu {
	background-color:#F4F4F4;
	border:1px solid #A0A0A0;
	border:1px solid #95BCEC;
	-webkit-border-radius:5px;
	margin-bottom:10px;
	font-size:12px;
	padding:4px;
	line-height:16px;
}
.contentMenu h1 {
	margin:0px;
	background-color:#F7E1D4;
	border:1px solid #D7C1B4;
	font-size:12px;
	color:#505050;
	padding:2px;
	background-image:url(../_images/content_menu_head_back.png);
	background-repeat:repeat-x;
	position:relative;
}
.contentMenuLinks {
	margin-top:5px;
}
.contentMenuLinks a {
	text-decoration:none;
}
.contentMenuLink {
	padding-bottom:2px;
	margin-bottom:2px;
}
.contentMenuLinkBordered {
	padding-bottom:2px;
	margin-bottom:2px;
	border-bottom:1px solid #e0e0e0;
}
.menuTreeButton {
	position:absolute;
	left:121px;
	top:4px;
	cursor:pointer;
}

/* ----------------------------------- */
/* Specialised content */

h1.overHeading {
	font-size:12px;
	margin-bottom:0px;
}
h1.underHeading {
	margin-top:0px;
}

.videoHolder {
	margin-top:20px;
	width:400px;
	margin-left:auto;
	margin-right:auto;
}

.calloutQuote {
	float:right;
	width:200px;
	border-left:1px solid #c0c0c0;
	padding-left:20px;
	margin-top:10px;
	margin-left:20px;
	color:#457EAF;
	margin-bottom:20px;
}
.calloutQuote a {
	font-weight:bold;
}
.quotation {
	margin:20px;
	border-left:1px solid #c0c0c0;
	padding-left:20px;
	margin-left:20px;
	color:#457EAF;
}

/* ----------------------------------- */
/* Sitemap */

.sitemap {
	border-top:1px solid #c0c0c0;
	margin-top:50px;
	margin-left:180px;
	padding:20px;
}

.sitemap ul li {
	margin-bottom:0px;
}

.sitemap ul a {
	color:#707070;
	text-decoration:none;
	font-size:12px;
}	
.sitemap ul a:hover {
	color:#457EAF;
}	

.homepageLink {
	font-weight:bold;
}

.mapLinks {
	vertical-align:top;
	padding-right:20px;
}

.mapLinks ul {
	margin-top:5px;
	line-height:20px;
	margin-bottom:20px;
}

/* ----------------------------------- */
/* Page footer */

.footer {
	border-top:1px solid #c0c0c0;
	padding:10px 20px;
}

.copyright {
	margin:0px;
	color:#808080;
	font-size:11px;
}

#shareBox {
	border:1px solid #808080;
	background-color:#f0f0f0;
	position:absolute;
	left:0px;
	top:-185px;
	width:144px;
	height:160px;
	padding:10px;
	display:none;
}

/* ----------------------------------- */
/* Form management */

.formTable td {
	color:#808080;
	padding-right:10px;
}
.textbox, .textBox {
	-webkit-border-radius:5px;
	height:20px;
	width:200px;
	outline:none;
}

.formButton,.button {
	height:30px;
	background-color:#FFE080;
	border:1px solid #BF9000;
	-webkit-border-radius:10px;
}