.hiddenPic {display:none;}

html { min-height: 100%; margin-bottom: 1px; }


* {
	margin: 0;
   padding: 0;
   border: none;
	font-size: 11px;
}
body {
   font: 62.5% Verdana, Helvetica, sans-serif;
	background:  #FFF;
	color: #333333;
}
a {
	color: #009AFE;
	text-decoration: underline;
}
a:hover, a:focus {
	text-decoration: underline;
}
                                 


#container {
	width: 800px;
	margin: 0 auto;
}




#header {
	height: 106px;
	position: relative;
}
#header h1 {
	position: absolute;
	top: 19px;
	left: 6px;
	width: 172px;
}
#header h1 a {
	height: 48px;
}
#header h2 {
	height: 0;
	overflow: hidden;
}
#header a {
	display: block;
	/* Mac hide \*/
	text-indent: -999em;
	overflow: hidden;
	/* end hide */
}
* html>body #header a {
	letter-spacing: -999em;
}
#header ul {
	margin: 0 0 0 194px;
	list-style: none;
	height: 33px;
	position: relative;
}
#header li {
	float: left;
}
#header li, #header li a {
	width: 101px;
	height: 33px;
	background-image: url(/assets/images/header-ul.gif);
	background-repeat: no-repeat;
}

#header li.company {
	background-position: 0 0;
}
#header li.products {
	background-position: -101px 0;
}
#header li.services {
	background-position: -202px 0;
}
#header li.demos {
	background-position: -303px 0;
}
#header li.news {
	background-position: -404px 0;
}
#header li.contact {
	background-position: -505px 0;
}

#header li.company a {
	background-position: 0 100%;
}
#header li.products a {
	background-position: -101px 100%;
}
#header li.services a {
	background-position: -202px 100%;
}
#header li.demos a {
	background-position: -303px 100%;
}
#header li.news a {
	background-position: -404px 100%;
}
#header li.contact a {
	background-position: -505px 100%;
}


#header li.current {
	background-image: url(/assets/images/header-ul-current.gif);
}
#header li.current a {
	background: none;
}


#header li a:hover {
	background-image: none;
}



#content {
	float: left;
}



/* Mac hide \*/
* html #news, * html #browser, * html #more-information, * html #top-referrers, * html #more-info-contact {
   margin-left: 0;
}
* html #more-information, * html #top-referrers, * html #more-info-contact {
   height: 1%;
}
* html #content {
   margin-right: -2px;
}
/* end hide */ 



#footer {
	clear: left;
}
#footer p {
	height: 20px;
	line-height: 20px;
	color: #9C9CA8;
	font-size: 9px !important;
}
#footer p a {
	color: #9C9CA8;
}
#footer p.contact {
	float: left;
	background: url(/assets/images/button-contact.gif) no-repeat;
	width: 80px;
	margin: 0 10px 0 0;
}
#footer p.contact a {
	height: 20px;
	display: block;
	/* Mac hide \*/
	text-indent: -999em;
	overflow: hidden;
	/* end hide */
}
* html>body #footer p.contact a {
	letter-spacing: -999em;
}