@charset "utf-8";
/*
====================================================================
Mantis Vision Core CSS 
	Version 1.0
	Date: 08/14/08

	Author: Lauren Egan, lredesigns: http://laurenegan.net
		***for***
	Ross Graphic Design http://rossgd.com
	
	Color Palette:
	Lt.Green:#8EBF42
	MidGreen:#95C03D
	TypeGrn: #9AC13C
	Green:	 #51731C
	Purple:  #230039
	PaleGrn: #F8FBF2
	Dk.Gray: #231F20

====================================================================
*/

/*
====================================================================
Global Reset
====================================================================
*/
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, font, img, ins, kbd, q, s, samp,
small, strike, sub, tt, var, ol, ul, li, dl, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

address {
	font-style: normal;
	}
	
/*
====================================================================
Main Styles
====================================================================
*/

body {
	background: #230039 url(images/bodybg.jpg) repeat-x 0 0;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	opacity: 0.99;
	color: #333;
	}

#wrapper {
	width: 868px;
	margin: 0 auto 30px auto;
	padding: 0 32px;
	background-color: #fff;
	border-bottom: #230039 solid 5px;
	overflow: auto;
	}
	
.floatright {
	float: right;
	}

.floatleft {
	float: left;
	}

/*
====================================================================
Header Styles
====================================================================
*/

#top {
	width: 865px;
	height: 40px;
	border-bottom: #230039 solid 5px;
	}

#top img {
	vertical-align: bottom;
	}
	
#nav {
	width: 865px;
	height: 36px;
	vertical-align: top;
	}	
	#nav li {
		white-space: nowrap; 
		display: inline;
		}	
	#nav a {
		display: block;
		width: 110px;
		height: 26px;
		color: #8EBF42;
		background: #fff url(images/nav.gif) no-repeat 0 0  ;
		float: left;
		text-indent:-9999px;
		}
	
	#nav .about a {
		background-position: 0 0;
		}	
	#nav .about a:hover, #nav .about a:active {
		background-position: 0 -26px;
		}
	#nav .partners a {
		background-position: -110px 0;
		}
	#nav .partners a:hover, #nav .partners a:active  {
		background-position: -110px -26px;
		}	
	#nav .products a {
		background-position: -220px 0;
		}
	#nav .products a:hover, #nav .products a:active {
		background-position: -220px -26px;	
		}
	#nav .services a {
		background-position: -330px 0;
		}
	#nav .services a:hover, #nav .services a:active {
		background-position: -330px -26px;
		}
	#nav .investors a {
		background-position: -440px 0;
		}	
	#nav .investors	a:hover, #nav .investors a:active {
		background-position: -440px -26px;
		}		
	#nav .contact a {
		background-position: -723px 0;
		margin-left: 170px;
		}	
	#nav .contact a:hover, #nav .contact a:active {
		background-position: -723px -26px;
		}

/*
====================================================================
Content Styles
====================================================================
*/	
#content {
	clear: both;
	float: left;
	overflow: hidden;
	position: relative;
	width: 100%;
	background-color: #F8FBF2;
	margin-bottom: 15px;
	}
		
#leftcolumn {
	width: 180px;
	padding: 20px 10px 0 20px;
	float: left;
	position: relative;
	display: inline;
	clear: both;
	}
	
#rightcolumn {
	width: 650px;
	float: right;
	position: relative;
	display: inline;
	border-left: #fff solid 5px;
	}

.blocklink a {
	display: block;
	width: 100%;
	height: 100%;
	}

.mainblocklink a {
	display: block;
	width: 25%;
	height: 100%;
	}

#homehub {
	height: 185px;
	width: 185px;
	padding: 15px;
	float: right;
	background-color: #F8FBF2;
	border-left: #fff solid 5px;
	}
	
.timeline {
	background-color: #fff;
	border-top: #fff solid 20px;
	display: inline;
	vertical-align: bottom;
	}

.maintext {
	padding: 15px 25px;
	}
	
.maintexthome {
	padding: 10px 235px 10px 15px;
	}
	
#footer {
	width: 100%;
	padding: 1.25em 0;
	font-size: 0.7em;
	text-align: right;
	color: #9AC13C;
	float: right;
	}

/*
====================================================================
Type Styles
====================================================================
*/

h3 {
	padding: 1.25em 0 0.25em 0;
	font-weight: bold;
	font-size: 1em;
	}
	
p {
	font-size: 0.8em;
	padding: 0.45em 0;
	line-height: 1.65em;
	}

#leftcolumn p {
	font-size: 0.73em;
	padding: 0.7em 0;
	line-height: 1.35em;
	}

#leftcolumn .dotspara p {
	font-size: 0.73em;
	padding: 0.3em 0;
	line-height: 1.65em;
	}
	
p.intralinks {
	font-weight: bold;
	font-size: 0.7em;
	}

p.warning {
	padding: 1em 0;
	font-weight: bold;
	font-size: 0.7em;
	color: #CC0000;
	}
	
a:link, a:visited {
	text-decoration: none;
	color: #9AC13C;
	font-weight: bold;
	}

a:hover, a:active {
	text-decoration: none;
	color: #230039;
	font-weight: bold;
	}
		
ul, dl {
	padding-bottom: 0.5em;
	}
	
ul li, dl dd {
	font-size: 0.73em;
	line-height: 1.5em;
	}
	
ul a:link, ul a:visited {
	text-decoration: none;
	color: #230039;
	font-weight: normal;
	}

ul a:hover, ul a:active {
	text-decoration: none;
	color: #9AC13C;
	font-weight: normal;
	}

.homelist {
	font-size: 0.98em;
	line-height: 1.7em;
	}

/*
====================================================================
Form Styles
====================================================================
*/
form {
	width: 80%;
	float: left;
	}
	
ol {
	font-size: 0.8em;
	text-align: left;
	padding-bottom: 1em;
	}
	ol li {
		padding-top: 1em;
		padding-bottom: 0.5em;
		}

label {
	display: block;
	padding-bottom: 0.5em;
	}
/*
====================================================================
Image Styles
====================================================================
*/

/*HOME*/
.homelogo {
	width: 216px;
	padding-bottom: 15px;
	height: 315px;
	background-image: url(images/home_logo.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -9999px;
	float: left;
	display: inline;
	}
	
.homemain {
	width: 650px;
	padding-bottom: 15px;
	height: 315px;
	background-image: url(images/home_main.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -9999px;
	float: right;
	}
	
.abilityheader {
	padding: 30px 0 15px 20px;
	height: 39px;
	background-image: url(images/home_ability.gif);
	background-repeat: no-repeat;
	background-position: 15px;
	text-indent: -9999px;
	border-bottom: #fff solid 5px;
	}

.dotsheader {
	padding-bottom: 10px;
	height: 66px;
	background-image: url(images/home_dots.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: -9999px;
	}

.hubheader {
	padding: 5px 0 10px 0;
	height: 11px;
	background-image: url(images/home_hub.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: -9999px;
	}

/*WELCOME*/
.welcomelogo {
	width: 100%;
	background-image: url(images/welcome_main.jpg);
	}
.welcome {
	background-image: url(images/welcome_mv.gif);
	}	
.welcomeproblem {
	background-image: url(images/welcome_problem.gif);
	}
.welcomesolution {
	background-image: url(images/welcome_solution.gif);
	}	
.welcomealliance {
	background-image: url(images/welcome_alliance.gif);
	}
			
/*ABOUT US*/
.aboutlogo {
	width: 100%;
	background-image: url(images/about_main.jpg);
	}
.about {
	background-image: url(images/about_us.gif);
	}	
.aboutstatement {
	background-image: url(images/about_statement.gif);
	}
.aboutteam {
	background-image: url(images/about_team.gif);
	}
.aboutdirectors {
	background-image: url(images/about_directors.gif);
	}	
.aboutboard {
	background-image: url(images/about_board.gif);
	}
	
/*TEAM BIOS*/
.teamlogo {
	width: 100%;
	background-image: url(images/team_main.jpg);
	}
.teammangteam {
	background-image: url(images/team_mangteam.gif);
	}
.teamdirectors {
	background-image: url(images/team_directors.gif);
	border-top: #fff solid 5px;
	}	
.teamboard {
	background-image: url(images/team_board.gif);
	border-top: #fff solid 5px;
	}
	
/*PARTNERS*/
.partnerslogo {
	width: 100%;
	background-image: url(images/partners_main.jpg);
	}
.partnerstatement {
	background-image: url(images/partners_statement.gif);
	}	
.partners {
	background-image: url(images/partners.gif);
	}
	
/*PRODUCTS*/
.productslogo {
	width: 100%;
	background-image: url(images/products_main.jpg);
	}
.products {
	background-image: url(images/products.gif);
	}
.productstatement {
	padding: 15px 0 15px 25px;
	height: 16px;
	background-image: url(images/products_statement.gif);
	background-repeat: no-repeat;
	background-position: 25px;
	text-indent: -9999px;
	border-bottom: #fff solid 5px;
	}
	
/*SERVICES*/
.serviceslogo {
	width: 100%;
	background-image: url(images/services_main.jpg);
	float: left;
	}
.services {
	background-image: url(images/services.gif);
	}
.servicestatement {
	background-image: url(images/services_statement.gif);
	}
.servicescamera {
	background-image: url(images/services_camera.gif);
	}
.servicesauthoring {
	background-image: url(images/services_authoring.gif);
	}
	
/*INVESTORS*/
.investorslogo {
	width: 100%;
	background-image: url(images/investors_main.jpg);
	}
.investors {
	background-image: url(images/investors.gif);
	}	
.investorsstatement {
	background-image: url(images/investors_statement.gif);
	}
	
/*CONTACT*/
.contactlogo {
	width: 100%;
	background-image: url(images/contact_main.jpg);
	}
.contact {
	background-image: url(images/contact.gif);
	}
.contactus {
	background-image: url(images/contact_u.s.gif);
	}
.contactisrael {
	background-image: url(images/contact_israel.gif);
	}

/*ALL*/
.main {
	padding-bottom: 15px;
	height: 315px;
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -9999px;
	}

.headers {
	padding: 30px 0 15px 25px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: 25px;
	text-indent: -9999px;
	border-bottom: #fff solid 5px;
	}

.subheaders {
	padding: 10px 0 10px 15px;
	height: 11px;
	background-repeat: no-repeat;
	background-position: left;
	text-indent: -9999px;
	}

.statements {
	padding: 15px 0 15px 25px;
	height: 55px;
	background-repeat: no-repeat;
	background-position: 25px;
	text-indent: -9999px;
	border-bottom: #fff solid 5px;
	}





