/*//////////////////////////////////////////////////////////////////*/
/*																	*/
/*	Open Source Software Company Stylesheet							*/
/*	http://www.osscltd.co.uk										*/
/*	Created 16/02/07												*/
/*	Author: Mark Williams of The Open Source Software Company		*/
/*	Website: http://www.osscltd.co.uk								*/
/*																	*/
/*//////////////////////////////////////////////////////////////////*/

/* UNDO DEFAULT BROWSER STYLING: tantek.com/log/2004/undohtml.css	*/

:link,:visited { 
	text-decoration:none;
}

ul,ol {
	list-style:none;
}

h1,h2,h2,h3,h5,h6,pre,code {
	font-size:1em;
}

ul,ol,li,h1,h2,h2,h3,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,img,table,strong {
	margin:0;
	padding:0;
}

a img, a:link img, a:visited img, a:hover img, img {
	border: none;
}

address {
	font-style:normal;
}

/* Download box styles */
	
#downloadBox {
	float: right;
	width: 270px;
	margin: 0px 0px 20px 20px;
}

.download {
	height: auto;
	text-align: right;
	margin: 0px;
	padding: 0px;
	width: 270px;
}

div.download a,
div.download a:link, 
div.download a:visited, 
div.download a:active {
	width: 240px;
	display: block;
	height: auto;
	padding: 15px;
	text-decoration: none;
	color: #333;
	background: url(../images/downloadBox.png) no-repeat 0px center;
	font-weight: bold;
	font-size: 13px;
	border: 1px solid #C1E8C5;
	text-transform: uppercase;
}

div.download a:hover {
	width: 240px;
	display: block;
	height: auto;
	padding: 15px;
	text-decoration: none;
	color: #40AE49;
	background: url(../images/downloadBox.png) no-repeat -300px center;
	font-size: 13px;
	border: 1px solid #40AE49;
}

div.download span {
	color: #666;
	font-size: 10px;
	text-decoration: none;
	text-transform: none;
}

/* BODY STYLES */

body {
	margin: 0px;
	padding: 0px;
	background: #fee6d6 url("../images/bg.gif") no-repeat left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	line-height: 20px;
}

body.components {
	margin: 20px;
	padding: 0px;
	background: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	line-height: 20px;
}

body.components ul.basicList {
	list-style-image: url(../images/screenshot.gif);
}

p {
	margin: 10px 0px;
}

/* HEADING STYLES */

h1 {
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	color: #EE3027;
	font-size: 22px;
	margin: 0px 0px 20px 0px;
	border-bottom: 1px solid #EE3027;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
}

h2 {
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	color: #EE3027;
	font-size: 17px;
	padding: 10px 0px;
	font-weight: bold;
	text-transform: uppercase;
}

h3 {
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	color: #666;
	font-size: 15px;
	margin: 0px;
	padding: 10px 0px;
	font-weight: bold;
}

h4 {
	color: #777;
	font-size: 12px;
	margin: 0px;
	padding: 10px 0px;
	text-transform: uppercase;
	font-weight: bold;
}

/* PAGE CONTENT DIVS */

#wholepage {
	width: 94%;
	height: auto;
	padding: 20px;
	margin: 0px auto;
}

#topStrip {
	text-align: right;
	margin-bottom: 10px;
	padding: 0px;
}

#topStrip ul li {
	display: inline;
	padding-left: 20px;
}

#topStrip ul li a:link,
#topStrip ul li a:visited,
#topStrip ul li a:active {	
}

#topStrip ul li a:hover {
	color: #333;
	text-decoration: none;
}

#topStrip ul li a img {
	vertical-align: middle;
}

#sponsorBox {
	width: 150px;
	padding: 2px 0px;
	margin: 20px 0px;
	text-align: center;
	border: 1px solid #EE3027;
	background: #FFF;
}

#sponsorBox p {
	padding: 3px;
}

#leftSection {
	width: 150px;
	height: auto;
	float: left;
	text-align: center;
}

#rightSection {
	width: auto;
	margin-left: 160px;
	padding: 0px;
}

#content {
	background: #FFF /*url("../images/content_bg.gif") no-repeat bottom right*/;
	text-align: justify;
	padding: 20px 15px 15px 15px;
	margin: 0px 0px 20px 20px;
	border-left: 1px solid #EE3027;
	border-bottom: 1px solid #EE3027;
	border-right: 1px solid #EE3027;
	min-height: 400px;
}

#footer {
	padding: 10px 0px;
	margin-left: 180px;
	background: transparent;
	text-align: left;
	width: auto;
	clear: both;
}

#footer li {
	display: inline;
	padding-right: 12px;
	font-size: 9px;
}

#footer li a:link,
#footer li a:visited,
#footer li a:active {
	font-size: 9px;
	color: #666;
	padding: 0px;
}

#footer li a:hover {
	color: #000;
}

#footer img {
	vertical-align: middle;
}

/* OTHER LAYOUT DIVS */

#floatContainer {
	width: 95%;
	text-align: left;
}

#floatContainer img {
	text-align: left;
	vertical-align: top;
	margin: 0px 20px 20px 0px;
}

#leftFloat {
	padding: 0px;
	margin-right: 20px;
	float: left;
	width: 45%;
}

#rightFloat {
	padding: 0px;
	margin: 0px;
	float: right;
	width: 45%;
	clear: right;
}

/* QUOTE BOX STYLES */

div.quoteBox {
	padding: 10px;
	margin: 10px 0px;
	background: #F7F7F7 url("../images/quoteBox_bg.gif") repeat-x top;
	border-top: 1px solid #CCC;
	border-right: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	border-left: 1px solid #CCC;
	font-style: italic;
	font-size: 12px;
}

div.quoteBox span {
	display: block;
	font-size: 11px;
	font-style: normal;
	text-align: right;
}

div.quoteBox a:link,
div.quoteBox a:visited,
div.quoteBox a:active,
div.quoteBox a:hover {
	text-decoration: none;
	font-style: normal;
}

.officeApp {
	width: auto;
	margin: 0px;
	padding: 0px;
	clear: both;
}

.officeApp img {
	float: left;
	margin: 0px 5px 5px 0px;
	border: 1px solid #EFEFEF;
	padding: 1px;
}

hr {
	border: 0;
	color: #DDDDDD;
	background-color: #DDDDDD;
	height: 1px;
	margin: 5px 0px;
}

/* STYLES FOR DEMO BOX */

#demoBox {
	text-align: left;
	float: right;
	width: 220px;
	height: 207px;
	margin: 0px 0px 20px 20px;
	padding: 2px;
	border: 1px solid #AAA;
}

#demoBox a {
	display: block;
	width: 220px;
	height: 207px;
	padding: 0px;
}

/* Placing Orders Demo Link */

a.orderDemo:link,
a.orderDemo:visited,
a.orderDemo:active {
	background: url(../images/orderDemo.png) no-repeat right;
	background-position: 0 0;
}

a.orderDemo:hover {
	background: url(../images/orderDemo.png) no-repeat right;
	background-position: -220px;
}

/* Assigning Orders Demo Link */

a.assignDemo:link,
a.assignDemo:visited,
a.assignDemo:active {
	background: url(../images/assignDemo.png) no-repeat right;
	background-position: 0 0;
}

a.assignDemo:hover {
	background: url(../images/assignDemo.png) no-repeat right;
	background-position: -220px;
}

/* STYLES FOR PRODUCT MENU BOX */

#productBox {
	text-align: left;
	float: right;
	width: 180px;
	height: auto;
	margin: 0px 0px 15px 15px;
	border: 1px solid #EE3027;
	padding: 0px 20px 20px 20px;
	background: #EFEFEF;
}

* html #productBox {
	width: 200px;
}

#productBox ul li {
	width: 180px;
	height: 35px;
	display: inline;
	padding: 0px;
	margin: 0px;
}

#productBox li a,
#productBox li a:link,
#productBox li a:active,
#productBox li a:visited {
	width: 180px;
	height: 35px;
	display: block;
	padding: 0px;
	text-align: left;
	text-decoration: none;
	margin-bottom: 1px;
}

#productBox li a:hover {
	display: block;
}

#productBox h2 {
	text-transform: none;
}

/* Site Agent Small Link */

a.sademo_small,
a.sademo_small:link,
a.sademo_small:active,
a.sademo_small:visited {
	background: transparent url("../images/sademo_small.png") no-repeat left;
	background-position: 0 0;
}

a.sademo_small:hover {
	background: transparent url("../images/sademo_small.png") no-repeat left;
	background-position: -180px;
}

/* Site Agent Small Link */

a.pcdemo_small,
a.pcdemo_small:link,
a.pcdemo_small:active,
a.pcdemo_small:visited {
	background: transparent url("../images/pcdemo_small.png") no-repeat left;
	background-position: 0 0;
}

a.pcdemo_small:hover {
	background: transparent url("../images/pcdemo_small.png") no-repeat left;
	background-position: -180px;
}

/* Make IE appear to display block links */
* html body #productBox a { 
	width: 120px;
}

#productBox ul li img {
	vertical-align: middle;
}

/* STYLES FOR EVENT BOX */

#eventBox {
	text-align: left;
	float: right;
	width: 410px;
	height: auto;
	margin: 0px 0px 10px 20px;
	border: none;
	padding: 0px;
	background: transparent;
}

#eventBox img {
	margin: 0px;
	padding: 0px;
}

/* General button classes */

#eventBox a.attendLink,
#eventBox a.attendLink:link,
#eventBox a.attendLink:visited,
#eventBox a.attendLink:active {
	width: 400px;
	border: 1px solid #666;
	background: #FEF4EB url(../images/formButton.gif) repeat-x 0px 0px;
	color: #FFF;
	padding: 5px;
	margin: 5px 15px 15px 0px;
	display: block;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

#eventBox a.attendLink:hover {
	background: #FEF4EB url(../images/formButton.gif) repeat-x 0px -40px;
}

/* RELATED LINKS MENU DIV */

#rightMenu {
	text-align: left;
	float: right;
	width: 150px;
	height: auto;
	margin: 0px 0px 15px 15px;
	padding: 10px;
	background: #FEF4EB;
	border: 1px solid #EE3027;
}

#rightMenu ul li {
	margin-bottom: 10px;
}

#rightMenu ul li img {
	vertical-align: middle;
}

/* BASIC UNORDERED LIST */

ul.panelList, ol.panelList {
	list-style-image: none;
	margin-left: 10px;
	padding-left: 10px;
}

ul.panelList li, ol.panelList li {
	padding: 0px;
	margin: 10px;
}

ul li strong {
	text-transform: uppercase;
}

/* HOME PAGE BOXES */

#homeContainer {
	float: right;
	width: 210px;
	margin: 0px 2px 20px 20px;
}

#homeContainer h1 {
	border-bottom: none;
}

.homeBox {
	height: 410px;
	text-align: left;
	margin-bottom: 10px;
	padding: 1px;
	border: 1px solid #666;
	width: 210px;
}

div.homeBox a,
div.homeBox a:link, 
div.homeBox a:visited, 
div.homeBox a:active {
	width: 210px;
	display: block;
	height: 410px;
	padding: 0px;
	text-decoration: none;
	color: #FFF;
	background: url("../images/homeBox.gif") no-repeat 0px 0px;
}

div.homeBox a:hover {
	width: 210px;
	display: block;
	height: 410px;
	padding: 0px;
	text-decoration: none;
	color: #FFF;
	background: url("../images/homeBox.gif") no-repeat -210px 0px;
}

div.homeBox strong {
	margin-top: 10px;
	font-size: 13px;
	display: block;
	text-align: right;
}

div.homeBox a:hover strong {
	color: #CC0000;
}

div.homeBox h1 {
	color: #FFF;
}

/* CASE STUDY BOX */

a.costcalculator,
a.costcalculator:link, 
a.costcalculator:visited, 
a.costcalculator:active {
	width: 150px;
	display: block;
	height: 125px;
	padding: 0px;
	text-decoration: none;
	color: #FFF;
	background: url("../images/costcalculator.gif") no-repeat 0px 0px;
}

a.costcalculator:hover {
	width: 150px;
	display: block;
	height: 125px;
	padding: 0px;
	text-decoration: none;
	color: #FFF;
	background: url("../images/costcalculator.gif") no-repeat -150px 0px;
}

/* CONSULTANCY BOX */

a.consultancy,
a.consultancy:link, 
a.consultancy:visited, 
a.consultancy:active {
	width: 150px;
	display: block;
	height: 125px;
	padding: 0px;
	text-decoration: none;
	color: #FFF;
	background: url("../images/consultation.gif") no-repeat 0px 0px;
}

a.consultancy:hover {
	width: 150px;
	display: block;
	height: 125px;
	padding: 0px;
	text-decoration: none;
	color: #FFF;
	background: url("../images/consultation.gif") no-repeat -150px 0px;
}

/* CASE STUDY BOX */

a.casestudy,
a.casestudy:link, 
a.casestudy:visited, 
a.casestudy:active {
	width: 150px;
	display: block;
	height: 125px;
	padding: 0px;
	text-decoration: none;
	color: #FFF;
	background: url("../images/casestudy.gif") no-repeat 0px 0px;
}

a.casestudy:hover {
	width: 150px;
	display: block;
	height: 125px;
	padding: 0px;
	text-decoration: none;
	color: #FFF;
	background: url("../images/casestudy.gif") no-repeat -150px 0px;
}

/* CASE STUDY BOX */

a.leanthinking,
a.leanthinking:link, 
a.leanthinking:visited, 
a.leanthinking:active {
	width: 150px;
	display: block;
	height: 125px;
	padding: 0px;
	text-decoration: none;
	color: #FFF;
	background: url("../images/leanthinking.gif") no-repeat 0px 0px;
}

a.leanthinking:hover {
	width: 150px;
	display: block;
	height: 125px;
	padding: 0px;
	text-decoration: none;
	color: #FFF;
	background: url("../images/leanthinking.gif") no-repeat -150px 0px;
}

/* CLEAR FIX FOR FF */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/* PRIMARY NAVIGATION */

#primaryNav {
	background: transparent;
	padding: 0px;
	margin: 20px 0px 0px 20px;
	width: auto;
}

#primaryNav ul {
	padding: 4px;
	margin-left: 0;
	border-bottom: 1px solid #EE3027;
}

/* IE6 only */
* html #primaryNav ul {
	padding: 5px;
}

/* IE7 only */
*:first-child+html #primaryNav ul {
	padding: 6px;
}

#primaryNav li {
	list-style: none;
	margin: 0;
	display: inline;
	padding: 3px;
}

#primaryNav li a {
	padding: 8px 8px;
	margin-left: 3px;
	border: 1px solid #EE3027;
	border-bottom: none;
	background: #FEF4EB url("../images/priNav_tab.gif") repeat-x top;
	text-decoration: none;
	font-size: 11px;
}

#primaryNav li a:link {
	color: #EE3027;
}

#primaryNav li a:visited {
	color: #EE3027;
}

#primaryNav li a:hover {
	padding-top: 10px;
	color: #EE3027;
	background: #FFF url("../images/priNav_hover.gif") repeat-x top;
	text-decoration: none;
	border-bottom: 2px solid #FFF;
}

/* SECONDARY NAVIGATION */

#subMenu {
	margin: 20px 1px 20px 1px;
	height: auto;
	background: transparent;
}

#subMenu ul {
	width: 150px;
	border: 1px solid #EE3027;
	padding: 0px;
	background: #FFF;
}

#subMenu ul li {
	display: inline;
	padding: 0px;
	margin: 0px;
}

#subMenu li a,
#subMenu li a:link,
#subMenu li a:active,
#subMenu li a:visited {
	display: block;
	color: #EE3027;
	padding: 8px;
	text-align: left;
	text-decoration: none;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: solid;
	border-color: #DDD;
}

#subMenu li a:hover {
	display: block;
	color: white !important;
	background: #EE3027 url("../images/secNav_hover.gif") repeat-x top;
}

#subMenu li a.lastItem,
#subMenu li a.lastItem:link,
#subMenu li a.lastItem:active,
#subMenu li a.lastItem:visited {
	border-bottom: none;
}

/* THIRD LEVEL MENU */

#subMenu li ul {
	border: 0px;
	width: 150px;
}

#subMenu li ul li a:link,
#subMenu li ul li a:visited,
#subMenu li ul li a:active {
	background: #990000 url(../images/thirdmenu_bullet.gif) no-repeat 7px 12px;
	display: block;
	color: #FFF;
	padding: 5px 18px;
	margin: 0px;
	text-align: left;
	text-decoration: none;
	border-bottom: 1px solid #FFF;
	font-size: 10px;
}

#subMenu li ul li a:hover {
	background: #000 url(../images/thirdmenu_bullet.gif) no-repeat 7px 12px;
	color: #FFF;
	text-decoration: underline;
}

/* SITEMAP STYLES */

#sitemapList li a,
#sitemapList li a:link, 
#sitemapList li a:visited,
#sitemapList li a:active {
	background: transparent;
	text-decoration: underline;
	color: #666;
	font-size: 11px;
	border: none;
}

#sitemapList li a:hover {
	color: #333;
}

#sitemapList ul {
	margin-left: 20px;
	padding: 0px;
}

#sitemapList ul li {
	padding: 5px;
}

#sitemapList ul li ul {
	margin-left: 20px;
}

/* GENERAL LINK STYLES */

a,
a:link,
a:active,
a:visited {
	padding: 2px;
	color: #EE3027;
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: none;
}

/* BASIC UNORDERED LIST */

ul.basicList, ol.basicList {
	list-style-image: url(../images/list_bullet.gif);
	margin-left: 10px;
	padding-left: 10px;
}

ul.basicList li, ol.basicList li {
	padding: 0px;
	margin: 10px;
}

ul li strong {
	text-transform: uppercase;
}

/* MISCELLANEOUS STYLES */

* html body #productBox a {
	width: 120px;
}

#productBox ul li img {
	vertical-align: middle;
}

.hide {
	visibility: hidden;
}

.important {
	color: #990000;
}

.middleAlign {
	vertical-align: middle;
}

.small {
	font-size: 9px;
	color: #999;
}

.officeApp {
	width: auto;
	margin: 0px;
	padding: 0px;
	clear: both;
}

.officeApp img {
	float: left;
	margin: 0px 5px 5px 0px;
	border: 1px solid #EFEFEF;
	padding: 1px;
}

hr {
	border: 0;
	color: #DDDDDD;
	background-color: #DDDDDD;
	height: 1px;
	margin: 5px 0px;
}

.map {
width: 606px;
height: 206px;
border: 1px solid #CCC;
margin: 0px 0px 20px 0px;
padding: 6px 2px 2px 2px;
}


/* SCREENSHOT STYLES */

ul.screenshots {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

ul.screenshots li {
	display: inline;
}

/* Block diagram class */

a.diagram_block:link,
a.diagram_block:visited,
a.diagram_block:active {
width: 300px;
height: 206px;
display: block;
border: 1px solid #CCC;
padding: 3px;
}

a.diagram_block:hover {
width: 300px;
height: 206px;
display: block;
border: 1px solid #333;
padding: 3px;
}

/* Floating diagram class */

a.diagram_float:link,
a.diagram_float:visited,
a.diagram_float:active {
width: 300px;
height: 206px;
float: right;
border: 1px solid #CCC;
padding: 3px;
margin: 0px 0px 15px 15px;
}

a.diagram_float:hover {
width: 300px;
height: 206px;
float: right;
border: 1px solid #333;
padding: 3px;
margin: 0px 0px 15px 15px;
}

table.diagram {
background: #FFF;
width: 99%;
}

table.diagram td {
width: 50%;
}

#maintenance {
padding: 60px;
text-align: center;
}

/* COUNTDOWN BOX ON HOME PAGE */

#countdown {
	width: 210px;
	height: 53px;
	background: url("../images/countdown.png") no-repeat 0px 0px;
	padding: 57px 0px 0px 0px;
	border: none;
	margin-bottom: 10px;
	color: yellow;
	font-weight: bold;
	text-align: center;
	font-size: 13px;
}

#countdown p {
	margin: 6px 0px;
}

#countdown a,
#countdown a:link,
#countdown a:visited,
#countdown a:active,
#countdown a:hover {
	font-size: 12px;
	color: #FFF;
	text-transform: uppercase;
}