@charset "UTF-8";
/* CSS Document */
#body {
	font-family: 'Roboto', sans-serif;
	font-size: 13pt;
	width:960px;
	}

#inner {
	width:960px;
	margin: 0 auto;
	/*background-color:#06F;*/
	}
	
#header {
	width:960px;
	height:100px;
	background-image:url(images/velosys_header.png);
	
		}
	
#navi {
	width:1000px;
	font-size: 14pt;
	font-family: 'Roboto', sans-serif;
	font-weight:200;
	margin-bottom:100px;
	margin-left:-34px;
	}
	

	
#main {
	width:960px;
	margin-top:-120px;
	}	
	
ul.navigation {
	height:50px;
	}


li {
	display:inline;
	height: 25px;
  	float: left;
 	margin-right: 0px;
	border-right: 1px solid #aaa;
  	padding: 0 30px;
	
	}	
	

	
li:first-child {
  border-left: 1px solid #aaa;
}	

	
a {
	text-decoration:none;
	color:#00b0e6;
   }	
   
	
h1 {
	font-family: 'Roboto', sans-serif;
	font-size: 45pt;
	font-weight:100;
	color:#00b0e6;
	padding-left:40px;
	padding-top:40px;
	}
	
h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 20pt;
	font-weight:100;
	line-height: 120%;
	color:#58585a;
	margin-bottom:10px;
}
	
	
li.active a{
	color:#58585a;
	}	

a:hover {
	color:#58585a;
	}
	
a:visited {
	color:#00b0e6;
	}	
	
#content {
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	width:450px;
	padding-left:40px;
	font-size:14px;
	float:left;
	clear:right;
	line-height:135%;
	margin-bottom:40px;
	}	

#column_set {
	padding-top:30px;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	width:600px;
	padding-left:40px;
	font-size:14px;
	float:left;
	clear:right;
	line-height:135%;
	}	
	
	
#column_1 {
	width:280px;
	float:left;
	clear:right;
	margin-right:25px;
	
	}	

#column_2 {
	width:280px;
	float:left;
	clear:right;
	 -webkit-hyphens: auto;
3	 -moz-hyphens: auto;
4	 -ms-hyphens: auto;
5	 hyphens: auto;
	}	
	

#column_partner {
	padding-top:30px;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	width:900px;
	padding-left:40px;
	font-size:14px;
	float:left;
	clear:right;
	line-height:135%;
	}	
	
	
#column_partner_1 {
	width:420px;
	float:left;
	clear:right;
	margin-right:35px;
	
	}	

#column_partner_2 {
	width:420px;
	float:left;
	clear:right;
	 -webkit-hyphens: auto;
3	 -moz-hyphens: auto;
4	 -ms-hyphens: auto;
5	 hyphens: auto;
	}		

#line {
	border-bottom:solid;
	border-width:1px;
	margin-top:20px;
	border-color:#00b0e6;
	margin-bottom:20px;
	}
	
a.partner {
	
	border-bottom:solid;
	border-width:1px;
	margin-top:20px;
	border-color:#00b0e6;
	}	

	
#footer {
	height:15px;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	font-size:12px;
	color:white;
	margin-top:15px;
	padding:14px;
	text-align:center;
	vertical-align:center;
	background-color:#00b0e6;
	}	
	
#language {
	top:20px;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	color:white;
	font-size:12px;
	text-align:center;
	color:#58585a;
	padding:2pt;
	/*width:90px;*/
	float:right;
	}

html {
    overflow-y: scroll; 
}