body{
	margin: 0;
	padding: 0;
	/*font: 16px/1.5em "Helvetica Neue",Helvetica,sans-serif;*/
	font: 16px/1.5em;
	font-family: 'Montserrat', sans-serif;
	background-color: #FFFFFF;/*#ecedf3;*/
}

/*
rot: #bd0f19
orange: #fa9543



*/
div {
	/*border-style: solid;  
	border-width: 1px;*/
}

div#main {
	width:100%; 
	height:auto;
}

div#header {
	width: 1024px; 	
	height: auto; 	
	margin: 0 auto; 
	position: relative; 
	padding-top:20px;
}

div#title_pic {
	width: 170px; 
	left: 0px;
	top: 40px;
	position: absolute; 
	height:80px;
}

div#title_big {
	width: 500px; 
	top:82px; 
	left: 190px; 
	position: absolute; 
	font-family: 'Montserrat', sans-serif; 
	font-size: 36px; 
	color:#3C3C3C; 
	height: 50px; 
	line-height: 50px;
}

div#title_small {
	width: 400px; 
	top:60px; 
	left: 193px; 
	position: absolute; 
	font-family: 'Montserrat', sans-serif; 
	font-size: 16px; 
	color:#3c3c3b; 
	height: 30px; 
	line-height: 30px;
}

div#right_menu_container {
	width: 120px; 
	left:924px; 
	position: absolute; 
	height:119px;
}

a.right_menu {
	text-decoration:none;
	color: #3c3c3b;
	display:block;
}
a.right_menu:visited {
    color: #3c3c3b;
}
/*a:hover {
	color: #ff00FF;
}*/

ul#right_menu { position: absolute; bottom: 0 }

li.right_menu { 
	cursor: pointer;
	display: block; 
	font-family: 'Montserrat', sans-serif; 
	font-size: 14px; 
	color:#3c3c3b; 
	height: 20px; 
	line-height: 20px; 
	text-align:right;
}

li.right_menu_active {
	cursor: pointer;
	display: block; 
	font-family: 'Montserrat', sans-serif; 
	font-size: 14px; 
	color:#bd0f19; 
	height: 20px; 
	line-height: 20px; 
	text-align:right;
}

ul li {
 display:block;
}

ul li a.right_menu:hover {/*, ul li a:focus {*/
 color: #bd0f19;
 font-weight:bold;
}

a.right_menu:active {
    color: #bd0f19;
}


div.center_stage {
	width: 1024px; 
	height: auto; 
	margin: 0 auto; 
	position: relative; 
}

div.intro_text {
	margin-top:20px; 
	width:1024px; 
	font-family: 'Montserrat', sans-serif; 
	font-size: 16px; 
	color:#3c3c3b; 
	height: auto; 
	line-height: 25px; 
	text-align:left;
}

div.segment {
	width: 100%; 
	height: auto; 
	position: relative; 
	margin-top: 20px;
}
div.segment2 {
	width: 492px; 
	left: 512px;
	height: auto; 
	position: relative; 
	padding: 10px;
}

div.margaris_gradient {
	background: #bd0f19; /* Old browsers */
	background: -moz-linear-gradient(left,  #bd0f19 0%, #fa9543 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#bd0f19), color-stop(100%,#fa9543)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #bd0f19 0%,#fa9543 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #bd0f19 0%,#fa9543 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #bd0f19 0%,#fa9543 100%); /* IE10+ */
	background: linear-gradient(to right,  #bd0f19 0%,#fa9543 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd0f19', endColorstr='#fa9543',GradientType=1 ); /* IE6-9 */
	
	height:30px; 
	border-bottom: solid 4px #3C3C3B;
}

div.margaris_gradient_title {
	position:relative; 
	left:5px; 
	font-family: 'Montserrat', sans-serif; 
	font-size: 14px; 
	color:#FFFFFF; 
	height: 30px; 
	line-height: 30px; 
	width:99%;
	text-align: center;
	text-transform: uppercase;
}

div.margaris_mono {
	/*
	background: #5c110e;
	height:30px;
	border-bottom: solid 5px #3C3C3B;
	*/
	
	border-bottom: 30px solid #000000;/*5c110e;*/
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	height: 0px;
	width: 994px;
}
div.margaris_mono_330 {
	border-bottom: 30px solid #5c110e;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	height: 0px;
	width: 303px;
}

div.margaris_mono_245 {
	border-bottom: 30px solid #000000;/* #5c110e;*/
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	height: 0px;
	width: 217px;
}

div.margaris_background {
	background: #EEEEEE; 
	border-bottom: solid 1px #ACACAB; 
}

div.spread_text {
	font-size: small; 
	line-height:30px;
}

div.spread_text_narrower {
	font-size: small; 
	line-height:20px;
}



.btn {
	cursor: pointer;
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  color: #ffffff;
  font-size: 20px;
  background: #bd0f19;
  padding: 10px 20px 10px 20px;
  margin-top: 23px;
  text-decoration: none;
  text-align:center;
  display: block;
  line-height: 24px;
}

.btn:hover {
  background: #5c110e;
  text-decoration: none;
  display: block;
}


.btn_more {
	cursor: pointer;
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  color: #ffffff;
  font-size: 16px;
  background: #5c110e;/*bd0f19;*/
  padding: 10px 20px 10px 20px;
  margin-top: 23px;
  text-decoration: none;
  text-align:center;
  display: block;
  line-height: 20px;
}

.btn_more:hover {
  background: #bd0f19;
  text-decoration: none;
  display: block;
}

.btn_more2 {
	cursor: pointer;
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  color: #ffffff;
  font-size: 14px;
  background: #5c110e;/*bd0f19;*/
  padding: 8px 8px 8px 8px;
  margin-top: 13px;
  text-decoration: none;
  text-align:center;
  display: block;
  line-height: 14px;
}

.btn_more2:hover {
  background: #bd0f19;
  text-decoration: none;
  display: block;
}

#canvasy {
	/*width: 1920px;*/
    position: absolute;
    left: 50%;
   /* margin-left: -960px;*/
}

#canvas_container {
	width:100%; 
	height:0px; 
	position:relative; 
	overflow:hidden;
	border-top: solid 2px #3C3C3B;
	border-bottom: solid 2px #3C3C3B;
}

#github {
	position: absolute; 
	top: 0; 
	right: 0; 
	border: 0;
}

div.center_footer {
	margin-top:25px;
	padding-top:15px;
	width: 100%; 
	height: auto; 
	/*margin: 0 auto; */
	position: relative; 
	overflow:hidden;
	border-top: solid 4px #3C3C3B;
}

div.footer_text {
	color: #888888;
	font-size: x-small; 
	line-height:20px;
}

.footer_carrier {
	width:994px; 
	margin: 0 auto; 
	position: relative;
	height:80px;
}

a.footer {
	text-decoration:none;
	color: #888888;
}
a.footer:visited {
    color: #888888;
}
a.footer:active {
    color: #A13469;
}
a.footer:hover {
    color: #6b3d94;
}

.footer_cell {
	width:200px; float:left;
}

a#whitepaper {
	text-decoration:none;
	color: #A13469;
}
a#whitepaper:visited {
    color: #A13469;
}
a#whitepaper:active {
    color: #A13469;
}
a#whitepaper:hover {
    color: #6b3d94;
}







img.logo_con{
	display: block; 
	box-shadow: inset 0 0 0px rgba(0,0,0,0);		
	-moz-box-shadow: inset 0 0 0px rgba(0,0,0,0);		
	-webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0);
}

