@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
.hidden {
	display: none;
}
html {
	height: 100%;
}
body {
	background-image: url(../image/global/html-bg.jpg);
	background-repeat: repeat-x;
	background-position: 0% 0%;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #6f6f6f;
	
}
div.page {
	margin: 0px auto;
	padding: 0px 10px;
	width: 900px;
	min-height: 100%;
	position: relative;
	background-image: url(../image/global/body-bg.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
}
div.header {
	margin: 0px;
	padding: 0px;
	width: 900px;
	height: 30px;
	position: relative;
	background-image: url(../image/global/header-bg.png);
	background-repeat: repeat-x;
	background-position: 0% 0%;
}
div.banner {
	margin: 0px;
	padding: 0px;
	width: 900px;
	height: 235px;
	position: relative;
	background-image: url(../image/global/banner-bg.png);
	background-repeat: repeat-x;
	background-position: 0% 0%;
}
div.menu {
	margin: 0px;
	padding: 0px;
	width: 900px;
	height: 40px;
	position: relative;
	background-image: url(../image/global/menu-bg.png);
	background-repeat: repeat-x;
	background-position: 0% 0%;
	z-index: 1000;
}
div.breadcrumb {
	position: relative;
	margin: 0px;
	padding: 15px 35px 0px 35px;
	width: 830px;
	font-size: 8.5pt;
	color: #cccccc;
}
div.content {
	position: relative;
	margin: 0px;
	padding: 25px 35px 10px 35px;
	width: 830px;
}
div.partners {
	position: relative;
	margin: 0px;
	padding: 15px 0px;
	text-align: center;
}

/* Bread Crumbs */
div.breadcrumb a {
	color: #999999;
	text-decoration: none;
}
div.breadcrumb a:hover {
	color: #666666;
	text-decoration: none;
}


/* Menu level 1 */
div.menu ul.mainmenu {
	list-style: none;
	width: 900px;
	height: 40px;
	margin: 0;
	padding: 14px 0px 0px 0px;
	font-size: 8.5pt;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	z-index: 1100;
	position: relative;
}
div.menu ul.mainmenu li {
	display: inline;
	position: relative;
	height: 40px;
}
div.menu ul.mainmenu li a {
	display: -moz-inline-stack;
	display: inline-block;
	padding: 0px 15px 12px 15px;
	height: 14px;
	margin: 0px;
	text-decoration: none;
	color: #6f6f6f;
	background-image: url(../image/global/menu-spacer.png);
	background-repeat: no-repeat;
	background-position: 100% 18%;
	position: relative;
}
div.menu ul.mainmenu li.end a {
	background-image: none;
}
div.menu ul.mainmenu li a:hover {
	height: 12px;
	background-position: 100% 20%;
	border-bottom: solid 2px #009bc8;
}
div.menu ul.mainmenu li:hover a {
	height: 12px;
	background-position: 100% 20%;
	border-bottom: solid 2px #009bc8;
}
/* Menu level 2 */
div.menu ul.mainmenu li ul {
	display: none;	
}
div.menu ul.mainmenu li:hover ul {
	display: block;
	position: absolute;
	left: 0px;
	top: 26px;
	text-align: left;
	padding: 0px;
	margin: 0px;
	height: auto;
	background-color: #f0edef;
	white-space: nowrap;
	width: 190px;
}
div.menu ul.mainmenu li:hover ul li {
	display: block;
	padding: 0px;
	height: auto;
	border-bottom: solid 1px #E2E2E2;
	position: relative;
}
div.menu ul.mainmenu li:hover ul li.sub {
	display: block;
	padding: 0px;
	height: auto;
	border-bottom: solid 1px #E2E2E2;
	border-right: solid 4px #cccccc;
	position: relative;
}
div.menu ul.mainmenu li:hover ul li a {
	display: block;
	padding: 8px 10px 8px 15px;
	background-image: none;
	margin: 0px;
	border: none;
	height: auto;
	white-space: normal;
}
div.menu ul.mainmenu li:hover ul li.sub a {
	padding: 8px 5px 8px 15px;
}
div.menu ul.mainmenu li:hover ul li a:hover {
	border: none;
	height: auto;
}
div.menu ul.mainmenu li:hover ul li:hover {
	background: #dedede;
}
/* Menu level 3 */
div.menu ul.mainmenu li:hover ul li ul {
	display: none;
}
div.menu ul.mainmenu li:hover ul li:hover ul {
	display: block;
	position: absolute;
	text-align: left;
	padding: 0px;
	margin: 0px;
	height: auto;
	background-color: #f0edef;
	white-space: nowrap;
	left: 190px;
	top: 0px;
	border-left: solid 1px #ffffff;
}
div.menu ul.mainmenu a.active {
	color: #009bc8;
}


/* Search Form */
div.header div.searchform {
	position: absolute;
	left: 4px;
	top: 4px;
}
div.header div.searchform input.searchfield {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 160px;
	height: 17px;
	border: solid 1px #d6d6d6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	padding: 3px 4px 0px 4px;
	margin: 0px;
	color: #666666;
}
div.header div.searchform input.searchbutton {
	position: absolute;
	left: 172px;
	border: solid 1px #d6d6d6;
	background-color: #a9a9a9;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: bold;
	text-transform: uppercase;
	width: 26px;
	height: 22px;
	cursor: pointer;
}
div.header div.searchform input.searchbutton:hover {
	background-color: #009bc8;
	border-color: #d6d6d6;
}
div.header a.login {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 50px;
	height: 22px;
	background-image: url(../image/global/header-blue-sprite.png);
	background-repeat: repeat-x;
	background-position: 0% 0%;	
	font-size: 8.5pt;
	line-height: 9pt;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	padding: 8px 15px 0px 0px;
	cursor: pointer;
	text-decoration: none;
}
div.header a.login:hover {
	background-position: 0% 100%;	
}
div.header a.login img {
	position: absolute;
	top: 7px;
	right: 8px;
}

/* Content standard */
div.content h1 {
	font-size: 18pt;
	font-weight: normal;
	line-height: 20pt;
	margin: 0px 0px 15px 0px;
}
div.content h2 {
	font-size: 16pt;
	font-weight: normal;
	line-height: 18pt;
	margin: 0px 0px 15px 0px;
}
div.content h3 {
	font-size: 14pt;
	font-weight: normal;
	line-height: 16pt;
	margin: 0px 0px 15px 0px;
}
div.content h4 {
	font-size: 12pt;
	font-weight: normal;
	line-height: 14pt;
	margin: 0px 0px 15px 0px;
}
div.content p {
	font-size: 9pt;
	font-weight: normal;
	line-height: 13pt;
	margin: 0px 0px 14px 0px;
}
div.content a {
	color: #0099cc;
}
div.content a:hover {
	color: #333333;
}
div.content ul {
	font-size: 9pt;
	font-weight: normal;
	line-height: 11pt;
	margin: 0px 0px 14px 18px;
	padding: 0px;
}
div.content ul li {
	margin: 0px 0px 4px 0px;
}
div.content ol {
	font-size: 9pt;
	font-weight: normal;
	line-height: 13pt;
	margin: 0px 0px 14px 24px;
	padding: 0px;
}
div.content ul ul{
	font-size: 9pt;
	font-weight: normal;
	line-height: 13pt;
	margin: 0px 0px 0px 18px;
	padding: 0px;
}
div.content ol ol {
	font-size: 9pt;
	font-weight: normal;
	line-height: 13pt;
	margin: 0px 0px 0px 24px;
	padding: 0px;
}
div.content table {
	font-size: 9pt;
	font-weight: normal;
	border-collapse: collapse;
	background-color: #ffffff;
	margin: 0px 0px 15px 0px;
}
div.content table th {
	background-color: #dddddd;
	padding: 2px;
}
div.content table td.lighter {
	background-color: #eeeeee;
}
div.content table td {
	padding: 2px;
}

/* SPAN COLOURS */
span.color-blue {
	color: #0099cc;
}
span.color-red {
	color: #CC3300;
}



/* HOME BLOCKS */
div.block-home-left {
	float: left;
	width: 350px;
	margin: 0px 38px 0px 0px;
}
div.block-home-right {
	float: left;
	width: 442px;
	margin: 0px;
}



/* Blue buttons on home page */
div.bluebuttons ul {
	list-style: none;
	height: 70px;
	position: relative;
	margin: 0px;
	padding: 0px;
}
div.bluebuttons ul li {
	float: left;
	margin: 0px 8px 0px 0px;
}
div.bluebuttons ul li a {
	position: relative;
	display: block;
	float: left;
	width: 142px;
	height: 70px;
	background-color: #0099cc;
}
div.bluebuttons ul li a img {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

/* Grey grid on home page */
div.greygrid {
	position: relative;
	margin: 8px 0px 0px 0px;
	height: 148px;
}
div.greygrid div.box1 {
	float: left;
	width: 222px;
	height: 148px;
	margin: 0px 0px 0px 0px;
	background-color: #b9b9b9;
}
div.greygrid div.box2 {
	float: left;
	width: 102px;
	height: 60px;
	margin: 0px 0px 0px 8px;
	background-color: #e5e5e5;
}
div.greygrid div.box3 {
	float: left;
	width: 212px;
	height: 80px;
	margin: 8px 0px 0px 8px;
	background-color: #9f9f9f;
}

/* Home page banner at footer */
div.home-banner {
	position: relative;
	margin: 8px 0px 0px 0px;
	height: 150px;
	width: 442px;
	background-color: #99B957;
}

/* Footer */
div.footer {
	position: relative;
	display: block;
	margin: 15px 0px 8px 0px;
	padding: 0px 35px 0px 35px;
	text-align: left;
}
div.footermenu {
	display: block;
	padding: 5px;
	background-color: #efefef;
	font-size: 8.5pt;
	line-height: 9pt;
	text-align: right;
}
div.footermenu ul {
	list-style: none;
	display: inline;
}
div.footermenu ul li {
	display: inline;
	border-right: solid 1px #dddddd;
	padding: 0px 5px;
}
div.footermenu ul li.telephone {
	padding: 0px 20px 0px 12px;
	border: none;
	background-image: url(../image/global/icon-telephone.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
}
div.footermenu ul li.email {
	padding: 0px 18px 0px 16px;
	border: none;
	background-image: url(../image/global/icon-email.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
}
div.footermenu ul li.sitemap {
	border: none;
	padding: 0px 0px 0px 5px;
}
div.footermenu ul li a {
	color: #666666;
	text-decoration: none;
}
div.footermenu ul li a:hover {
	color: #0099cc;
}
div.footerbuttons {
	position: absolute;
	top: -16px;
	left: 15px;
	_left: -10px;
	text-align: left;
	background-color: #FFFFFF;
	padding: 0px 6px 0px 0px;
}


div.product-content-left {
	float: left;
	width: 470px;
	margin: 0px 35px 0px 0px;
}
div.product-content-right {
	float: left;
	width: 325px;
	margin-top: -30px;
	color: #ffffff;
}
div.product-content-right div.gotquestion {
	float: left;
	margin: 0px 5px 0px 0px;
}
div.product-content-right div.callus {
	float: left;
	margin: 0px;
}
div.product-content-right div.ataglance {
	clear: left;
	position: relative;
	display: block;
	background-color: #0099cc;
	background-image: url(../image/product/at-a-glance-background.gif);
	background-repeat: no-repeat;
	background-position: 100% 0%;
	padding: 14px 20px 8px 20px;
	margin: 0px 0px 5px 0px;
}
div.product-content-right div.secure {
	clear: left;
	position: relative;
	display: block;
	background-color: #0099cc;
	background-image: url(../image/product/bg-secure.png);
	background-repeat: no-repeat;
	background-position: 100% 0%;
	padding: 14px 20px 8px 20px;
	margin: 0px 0px 5px 0px;
}
div.product-content-right div.sage {
	clear: left;
	position: relative;
	display: block;
	background-color: #0099cc;
	background-image: url(../image/product/bg-sage.png);
	background-repeat: no-repeat;
	background-position: 100% 0%;
	padding: 14px 20px 8px 20px;
	margin: 0px 0px 5px 0px;
}
div.product-content-right div.communications {
	clear: left;
	position: relative;
	display: block;
	background-color: #0099cc;
	background-image: url(../image/product/bg-communications.png);
	background-repeat: no-repeat;
	background-position: 100% 0%;
	padding: 14px 20px 8px 20px;
	margin: 0px 0px 5px 0px;
}
div.product-content-right div.remote {
	clear: left;
	position: relative;
	display: block;
	background-color: #0099cc;
	background-image: url(../image/product/bg-remote.png);
	background-repeat: no-repeat;
	background-position: 100% 0%;
	padding: 14px 20px 8px 20px;
	margin: 0px 0px 5px 0px;
}
div.product-content-right p.title {
	font-size: 10pt;
	color: #7fe3fd;
}
div.product-content-right div.ataglance ul {
	font-size: 8.5pt;
	color: #ffffff;
}
div.product-content-right div.upgrade {
	clear: left;
	position: relative;
	display: block;
	background-color: #b9b9b9;
	background-image: url(../image/product/howtoupgrade.jpg);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	padding: 14px 120px 8px 20px;
	color: #ffffff;
}
div.product-content-right div.tryforfree {
	clear: left;
	position: relative;
	display: block;
	background-color: #b9b9b9;
	background-image: url(../image/product/bg-tryforfree.png);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	padding: 14px 120px 8px 20px;
	color: #ffffff;
}
div.product-content-right div.greybox {
	clear: left;
	position: relative;
	display: block;
	background-color: #b9b9b9;
	padding: 14px 20px 8px 20px;
	color: #ffffff;
}
div.product-content-right div.upgrade p.title, div.product-content-right div.tryforfree p.title {
	font-size: 10pt;
	color: #ffffff;
	font-weight: bold;
}
div.product-content-right a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
div.product-content-right a:hover {
	color: #7fe3fd;
}
/* CLEARERS */
div.clearer {
	clear: both;
	height: 0px;
}



/* FORMS */
form.formlayout {
	margin: 10px 0px;
}
form.formlayout fieldset {
	border: solid 1px #CCCCCC;
	padding: 0px 10px;
	background-color: #ffffff;
}	
form.formlayout fieldset legend {
	color: #0099CC;
}
form.formlayout fieldset ul {
	list-style: none;
	margin: 10px 0px;
}
form.formlayout fieldset ul li {
	padding: 2px 8px;
	margin: 0px;
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #eeeeee;
}
form.formlayout fieldset ul li.r0 {
	background-color: #f4f4f4;
}
form.formlayout fieldset ul li.r1 {
	background-color: #f2f2f2;
}
form.formlayout fieldset ul li label {
	display: -moz-inline-stack;
	display: inline-block;
	width: 140px;
	vertical-align: top; 
}
form.formlayout fieldset ul li input.button {
	border: solid 1px #0099cc;
	background-color: #0099cc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #ffffff;
}
form.formlayout fieldset ul li span.required {
	color: #CC0000;
	font-weight: bold;
}
form.formlayout .error {
	color: #CC0000;
	border: solid 1px #FF6666;
	padding: 2px 4px;
}
form.formlayout .valid {
	color: #669900;
	border: solid 1px #99CC66;
	padding: 2px 4px;
}


div.numberranges div.colrange {
	float: left;
	width: 160px;
	padding: 0px 5px 0px 0px;
}
div.numberranges div.colrange dl {
	display: block;
	margin: 0px;
	padding: 0px;
}
div.numberranges div.colrange dl dt {
	display: block;
	margin: 0px;
	padding: 3px 8px;
	background-color: #0099cc;
	color: #ffffff;
	font-weight: bold; 
}
div.numberranges div.colrange dl dd {
	display: block;
	margin: 0px;
	padding: 3px 8px;
	background-color: #ffffff;
	border: solid 1px #eeeeee;
}