@charset "UTF-8";

/* CSS Document */


body {
	margin:0;
	background-color:#000;
	text-align:center;
	font-family:Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size:62.5%;
}

h1 {
	color:#FFF;
	font-size:3.7em;
	font-weight:normal;
	margin:20px 0 5px 0;
}

* html h1 {
	font-size:3.5em;
}

h1.home {
	text-transform:none;
	text-align: left;
}


h3, h4 {
	color:#FFF;
}

p.intro {
	color:#FFF;
	font-size:8px
	font-weight:normal;
	line-height: 1.5em;
	margin-bottom:20px;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}

p, li {
	color:#FFF;
	font-size:14px;
	line-height:1.7em;
	margin-top:0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}


img {
	border: 0 none;
}

a:link, a:visited {
	color:#FFF;
}

hr {
	background-image:url(../images/bg_hr_1.gif);
	background-repeat:no-repeat;
	background-position:center;
	background-color:none;
	border:0px none;
	height:1px;
	margin:15px 0 35px 0;
	clear:both;
}


hr.clear {
	background-image:none;
}

#wrapper {
	margin:75px auto 0 auto;
	width:1000px;
	border: 1px solid #8a8a8a;
	position:relative;
	overflow:hidden;
	padding:0 0 50px 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#header {
	height:300px;
	background-image:url(../images/colors.jpg);
	background-repeat:no-repeat;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
}

img#logo {
	text-align:center;
	margin-top:20px;
	position:relative;
	z-index:2;
}

#contentwrapper {
	width:865px;
	margin:0 70px;
	text-align:justify;
	margin-top:-90px;
	z-index:3;
	position:relative;
	overflow:visible;
}

ul#nav_top {
	background-image:url(../images/bg_nav_top.jpg);
	height:175px;
	background-repeat:no-repeat;
	background-position:0px 0px;
	position:absolute;
	left:0px;
	top:58px;
	width:100%;
	margin:0;
	padding:0 160px;
	list-style:none;
}

ul#nav_top li {
	float:left;
	line-height:175px;
	vertical-align:middle;
	background-image:none;
	background-repeat:no-repeat;
	font-size:1.2em;
}

ul#nav_top li a:link, ul#nav_top li a:visited {
	text-decoration:none;
	margin-top:55px;
	height:60px;
	display:block;
	vertical-align:middle;
	line-height:60px;
	text-transform:uppercase;
}

ul#nav_top li a:hover {
	color:#666;
}

ul#nav_top li.active a:link, ul#nav_top li.active a:visited {
	color:#666;
}

ul#nav_top li.active a:hover {
	color:#666;
}

/* Technology */

ul#nav_top li#technology {
	width:150px;
}

ul#nav_top li#technology.active {
	background-image:url(../images/bg_technology_on.jpg);
}

/* Partners */

ul#nav_top li#partners {
	width:120px;
}

ul#nav_top li#partners.active {
	background-image:url(../images/bg_partners_on.jpg);
}

/* Press */

ul#nav_top li#press {
	width:140px;
}

ul#nav_top li#press.active {
	background-image:url(../images/bg_press_on.jpg);
}

/* Company */

ul#nav_top li#company {
	width:120px;
}

ul#nav_top li#company.active {
	background-image:url(../images/bg_company_on.jpg);
}

/* Contact */

ul#nav_top li#contact {
	width:150px;
}

ul#nav_top li#contact.active {
	background-image:url(../images/bg_contact_on.jpg);
}

#footer_wrapper {
	padding-bottom:50px;
}

#footer {
	position:relative;
	width:1000px;
	margin:15px auto;
	text-align:left;
	padding:0 12px;
	clear:both;
}


ul#nav_footer {
	margin:0;
	padding:0;
	float:right;
}

ul#nav_footer li {
	float:left;
	list-style:none;
}

ul#nav_footer li a:link,
ul#nav_footer li a:visited {
	text-decoration:none;
	color:#707070;
	padding-left:10px;
	border-left:1px solid #707070;
	margin-right:10px;
}


ul#nav_footer li a:hover {
	text-decoration:underline;
}

p.copyright {
	color:#707070;
	margin-left:10px;
}

a.button {
	background-image:url(../images/bg_button_black.png);
	background-repeat:no-repeat;
	width:200px;
	height:58px;
	line-height:58px;
	float:left;
	text-align:center;
	margin-left:-6px;
	margin-right:6px;
	font-size:1em;
	font-weight:bold;
	position:relative;
	z-index:5;
}



a.button:link,
a.button:visited {
	text-decoration:none;
}

hr.clear {
	clear:both;
	border:0px none;
	background-color:transparent;
}


.row {
	clear:both;
}

.row:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.row {
	display: inline-block;
}

html[xmlns] .row {
	display: block;
}

* html .row {
	height: 1%;
}

.col1, .first {
	margin-left:0px !important;
}

.col {
	float:left;
}

.cols2 {
	width:50%;
}

.cols4 {
	width:25%;
}

/* Badges row */
.row.badges {
	background-image:url(../images/bg_home.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	background-repeat:repeat-x;
	padding:150px 70px 60px 70px;
	margin-top:-100px;
	margin-bottom:-50px;
	width:860px;
	position:relative;
	left:-70px;
	z-index:0;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

.row.badges .cols4 {
	margin-left:-8px;
	margin-right:5px;
}

/* Tech row */

.row.techs {
	padding-top:50px;
	clear:both;
}

.row.techs .cols4 {
	width:19.5%;
	margin-left:3.5%;
	padding-left:3.5%;
	border-left:1px solid #464646;
	float:left;
}

.row.techs .cols4.col1 {
	border:0px none;
	padding-left:0;
}

.row.techs img {
	text-align:center;
}

.row.techs h3 {
	color:#FFF;
	text-transform:uppercase;
	font-size:2.0em;
	font-weight:normal;
}

.row.techs p {
	padding-left:5px;
	text-align: left;
}

/* partners */

.partners {
	margin:0 40px;
}

.partners .row {
}

.partners div.img {
	float:left;
	width:35%;
	padding-top:10px;
}

.partners div.description {
	float:left;
	width:65%;
}

.partners p.title {
	font-size:2.0em;
	margin-top:0px;
}


/* Press */

.press {
	margin:0 25px;
}

.press p.date {
	color:#e2ffb6;
	font-size:1.734em;
	font-weight:bold;
	margin:0;
	line-height:1em;
}

.press p.title {
	font-size:1.734em;
	font-weight:bold;
	text-decoration:underline;
	margin:0 0 8px 0;
}

.press p.title a:link,
.press p.title a:visited {
	color:#FFF;
}




/* Companies */
.company {
	margin:0 25px;
}

.company .row  {
}

.company div.description {
	float:left;
	width:100%;
	font-size: 10px;
}

.company div.description p.title {
	font-size:2.0em;
	margin-bottom:20px;
}

.company div.img {
	float:left;
	width:35%;
}

.company div.img img {
	float:right;
	margin:10px 0 0 70px;
}



/* Contact form */

div.contact_form {
	padding-left:4%;
	float:left;
	width:58%;
	margin-top:-35px;
}

div.contact_form .row {
	margin-bottom:30px;
}

div.contact_form h3 {
	color:#FFF;
	margin:30px 0 10px 0;
	font-size:1.8em;
	font-weight:normal;
	clear:both;
}

div.contact_form p {
	color:#898989;
	font-size:1.2em;
	margin:0 0 5px 3px;
}


div.contact_form input.textfield {
	background-image:url(../images/bg_form_field.gif);
	background-repeat:repeat-x;
	background-color:#000;
	width:225px;
	padding:3px;
	border:1px solid #464646;
	color:#FFF;
	font-size:1.4em;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}


div.contact_form input.button {
	width:196px;
}


div.contact_form textarea {
	width:475px;
	background-image:url(../images/bg_form_txtarea.gif);
	background-repeat:repeat-x;
	border:1px solid #464646;
	color:#FFF;
	padding:2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	font-family:Helvetica Neue, Helvetica, Arial, sans-serif
}



div.contact_info {
	width:35%;
	float:right;
	text-align: left;
}

div.contact_info h3 {
	font-size:2.0em;
	font-weight:normal;
	margin-bottom:0;
}

div.contact_info h3,
div.contact_info p {
	margin-left:50px;
	
}



/* Clearfix */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}
CompanyTitles {
	font-size: 14px;
}
.AllDProducts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #FFC;
}
