@charset "UTF-8";
/* CSS Document Intellagent */


* {
	margin: 0;
	padding: 0;
	}
	
a:focus, a:active { outline: 0; }

html {
	height: 100%;
	margin-bottom: 1px;
	}

body {
	text-align: center;
	font-family: verdana, helvetica, arial, sans-serif;
	background: url(../decor/bax.jpg) #fff center top no-repeat;
	color: #333;
	}

#container {
	width: 947px;
	margin: 0 auto;
	}

#logo {
	width: 947px;
	height: 120px;
	margin: 0 auto;
	/*background: url(../decor/header.jpg) top left no-repeat;*/
	}

	#logo a img {
		border: 0;
		}

#nav {
	background: url(../decor/nav-bax.png) #000;
	width: 947px;
	height: 93px;
	margin: 0 auto;
	}

	#login2 {
			background: url(../decor/login-2.png) top center no-repeat;
			height: 87px;
			width: 291px;
			float: right;
			margin-right: 5px;
			display: none;
			}

		table#login3 {
			color: #fff;
			font-size: 10px;
			text-transform: uppercase;
			margin: 15px 0 0 10px;
			}

		table#login3 td {
			height: 25px;
			}

		table#login3 input {
			width: 120px;
			}

		table#login3 a img {
			border: 0;
			margin-left: 10px
			}

		table#login3 #enter input {
			height: 25px;
			width: 69px;
			margin-left: 10px;
			background: url(../decor/enter.png);
			border: 0;
			}

	
		#home {
			width: 81px;
			height: 87px;
			float: left;
			margin: 3px 0 0 5px;
			}
		
		#software {
			width: 81px;
			height: 87px;
			float: left;
			margin: 3px 0 0 11px;
			}
		
		#hardware {
			width: 81px;
			height: 87px;
			float: left;
			margin: 3px 0 0 11px;
			}
			
		#demo {
			width: 81px;
			height: 87px;
			float: left;
			margin: 3px 0 0 11px;
			}
			
		#about {
			width: 81px;
			height: 87px;
			float: left;
			margin: 3px 0 0 11px;
			}
			
		#info {
			width: 81px;
			height: 87px;
			float: left;
			margin: 3px 0 0 11px;
			}
			
		#login {
			width: 81px;
			height: 87px;
			float: left;
			margin: 3px 0 0 11px;
			}
			
#nav a img {
	border: 0;
	}
	
			
	
#content {
	text-align: left;
	width: 947px;
	margin: 13px auto;
	}


	
#col-left {
		width: 305px;
		float: left;
		min-height: 340px;
		background: url(../decor/menu.png) top left no-repeat;
		}
	
	#col-left h1, #col-about h1 {
		font-size: 18px;
		font-weight: normal;
		color: #1d3140;
		margin: 15px 15px 0 15px;
		padding-bottom: 5px;
		border-bottom: 1px dotted #ccc;
		}
	
	#col-left p {
		font-size: 12px;
		margin: 15px;
		line-height: 1.4em;
		}
		
	#col-left ul.idTabs, #col-left ul {
		font-size: 12px;
		margin-left: 40px;
		margin-top: -10px;
		list-style-image: url('../decor/arrow-off.png');
		}
		
	#col-left ul.idTabs li, #col-left li {
		margin-bottom: 6px;
		}
	
	#col-left ul.idTabs a {
		border-bottom: 1px dotted #1d3140;
		}
	
	#col-left ul.idTabs a.selected {
		color: #6ba428;
		text-decoration: underline;
		font-weight: bold;
		border-bottom: 0;
		}
		
	#col-left ul.idTabs a:hover.selected {
		color: #fff;
		}
		
		
	#col-left a {
	text-decoration: none;
	color: #333;
	}

#col-left a:hover {
	text-decoration: none;
	color: #fff;
	background: #6ba428;
	}

#col-left a img {
	border: 0;
	float: right;
	margin: 10px 30px 0 0;
	}
		
#col-right-index {
		width: 626px;
		min-height: 340px;
		float: right;
		background: url(../decor/placeholder.jpg) top left no-repeat;
		}		

#col-right {
		width: 626px;
		min-height: 340px;
		float: right;
		background: url(../decor/bax-right.png) top left no-repeat;
		}

	#col-right h1 {
		font-size: 18px;
		font-weight: normal;
		color: #6ba428;
		margin: 15px 15px 0 15px;
		padding-bottom: 5px;
		border-bottom: 1px dotted #ccc;
		}
		
	#col-right ul {
		font-size: 12px;
		margin: 15px 0 0 40px;
		line-height: 1.3em;
		}
		
	#col-right li {
		margin-bottom: 6px;
		}
		
	#col-right p {
		font-size: 12px;
		margin: 15px;
		line-height: 1.4em;
		}

	.screenshots {
		float: right;
		width: 165px;
		margin: 15px 15px 0 10px;
		}
		
	.screenshots a img, .screenshots2 a img {
		margin: 0 0 8px 0;
		border: 0;
		}
		
	.screenshots2 {
		float: right;
		margin: 0 15px 0 10px;
		clear: right;
		}

#section-2, #section-3, #section-4, #section-5, #section-6, #section-7, #section-8, #section-9, #section-10 {
	display: none;
	}

#col-about {
	width: 947px;
	min-height: 340px;
	float: left;
	background: url(../decor/bax-about.png) top left no-repeat;
	}

#col-about p {
		font-size: 11px;
		margin: 10px 15px 0 15px;
		line-height: 1.4em;
		}
		
#col-about a {
		color: #639524;
		}

		#col-about-1 {
			float: left;
			width: 350px;
			border-right: 1px dotted #ccc;
			}
		
		#col-about-2 {
			float: left;
			width: 390px;
			border-right: 1px dotted #ccc;
			}
		
		#col-about-3 {
			float: right;
			text-align: center;
			margin: 15px 15px 0 0;
			font-weight: bold;
			}

#col-faq-1 p, #col-faq-2 p, #col-faq-3 p {
		font-size: 11px;
		margin: 5px 15px 0 15px;
		}
			
		#col-faq-1 {
			float: left;
			width: 315px;
			border-right: 1px dotted #ccc;
			}
		
		#col-faq-2 {
			float: left;
			width: 315px;
			border-right: 1px dotted #ccc;
			}
		
		#col-faq-3 {
			float: right;
			width: 315px;
			}


table#info-form {
	border: 0;
	margin: 15px auto 0 auto;
	font-size: 10px;
	}

table#info-form td {
	width: 260px;
	vertical-align: top;
	}

table#info-form td.field {
	height: 24px;
	background: url(../decor/shadow.png) top left no-repeat;
	}

table#info-form td.shadow-text {
	height: 126px;
	background: url(../decor/shadow-text.png) top left no-repeat;
	}

table#info-form textarea {
	width: 250px;
	height: 120px;
	}

table#info-form input.idle, table#info-form input.activeField  {
	width: 250px;
	height: 20px;
	}

.activeField {
	border: solid 1px #333;
	}

.idle {
	border: solid 1px #999;
	}

table#info-form select {
	text-transform: none;
	width: 250px;
	}

table#info-form h3 {
		font-size: 15px;
		font-weight: bold;
		margin: 0 0 10px 0px;
		color: #366EB5;
		text-transform: none;
		}

table#info-form p {
		font-size: 10px;
		margin: 0 0 5px 0px;
		text-transform: none;
		}

table#info-form input.button {
		width: 100px;
		margin-top: 3px;
		background: url(../decor/grad.png) top left repeat-x;
		}

table#info-form td#space {
	width: 50px;
		}

#bottom {
	height: 126px;
	width: 947px;
	margin: 10px auto;
	padding: 10px 0 0 0;
	clear: both;
	}
	
	ul.box {
		list-style-type: none;
		}

	.box li {
		width: 305px;
		height: 126px;
		float: left;
		margin-right: 5px;
		text-align: left;
		cursor: pointer;
		}
		
		#box1 {
			background: url(../decor/learning.png) bottom right no-repeat;
			}
		

		
		#box2 {
			background: url(../decor/support.png) bottom right no-repeat;
			margin-left: 11px;
			}
			

			
		#box3 {
			background: url(../decor/faq.png) bottom right no-repeat;
			float: right;
			margin-right: 0;
			}
			
	
		.box a {
			color: #333;
			text-decoration: none;
			}
		
		.box li p {
			margin: 50px 8px 0 113px;
			color: #333;
			font-size: 10px;
			line-height: 1.3em;
			text-transform: uppercase;
			}
		
		.box p span {
			color: #960;
			}		
		

#indicia {
	margin: 10px 8px;
	padding-bottom: 20px;
	text-align: center;
	clear: both;
	}

	#indicia a img {
		border: 0;
		}


	
#CallCenterStatus2 img {
	border: 0;
	}
