
/*All Page*/	
html { 
background: #303030;

} 
	
#page {
  height: auto;  	
  width: 95%;
  margin: auto;
  margin-top:0px;
  overflow:hidden;
  min-height: 100%;
}

body {    
    margin: 0;
    padding: 0;
	-webkit-font-smoothing: subpixel-antialiased;
}

#wrapper {
	width:1349px;
}		
/*All Page End*/

/*Header Start*/

.container {
  background-color: rgb(5,5,5);	
  height: 70px;
  width: 1349px;	
  font-family: Open Sans, Helvetica, Arial, sans serif;
  position: fixed;
  top: 0;
  opacity: 0.95;
  z-index: 100;
}

.container img {
  float: left;
  display: block;
  width:140px;
  margin: 5px 0px 4px 120px;	
  opacity:1;
}

.navitems {
  margin-left: 420px;
}

.navitems a {
  padding-top:24px;
  display: inline-block;
  margin-right: 14px;
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: none;
  margin-left: 4px;
  color:white;
  outline: none;
  font-weight: 700;
}

.navitems span {
  font-size: 20px;
  color:#EABF33;
}

.navitems i {
	font-size: 14px;
}

.drop {
    position: relative;
    display: inline-block;
}

.drop_products {
	padding-top: 30px;
	color: white;
    display: none;
    position: absolute;
    background-color: rgb(5,5,5);
    width: 340px;
    padding: 12px 16px;
    z-index: 100;
}


.drop:hover .drop_products{
    display: block;
}

.login {
	margin-right: 140px;
    float: right;
	background: #416AA0;
	padding-left: 5px;
}

.navitems a:after {
  content: '';
  display: block;
  margin: auto;
  height: 2px;
  width: 0px;
  background: transparent;
  transition: width .5s ease, background-color .5s ease;
}

.navitems a:hover:after {
  width: 100%;
  background: #EABF33;
}

.drop_products i{
 color:#416AA0;
 border-radius: 10px;
 font-weight: 900;
 margin-left: 20px;
}
	
#arrow {
 font-size: 12px;
 color: inherit;
}

.active {
	color:#EABF33;
}

/*Landing Image*/

.landingmain {
	background-image: url("images/3D-Druck_Drucker.jpg");
	padding-top: 150px;
    height: 300px;
	color:white;
}

.landingtext {
	margin-left: 120px;
	margin-right: 550px;
	font-size: 16px;
	color:white;
	font-family: Open Sans, helvetica, arial, sans serif;	
	background-color: #222222ee;
}

.landingmain i {
margin-left:640px;
margin-top: 110px;
font-size: 40px;
color: #416AA0;
}
	
.landingtext span {
	font-size: inherit;
	color: #ffd907;	
}

/*Landing Image End*/
	
/*Header End*/
	
/*Body divs start*/
body {
	font-family: Open Sans, Helvetica, Arial, Sans Serif;
	color: #202020;
}	

#page {
	margin-top: 40px;
	clear:both;
}

.content {
  margin-top: 60px;
  padding-right: 10px;
  margin-bottom:50px;
  background: #fff;
  padding-top: 20px;
  padding-bottom: 30px;
  width: 63%;
  float: left;
  margin-left: 80px;
  margin-right: 10px;
  font-size: 15px;
}

.info {
	margin-top:60px;
	float:right;
	width: 23%;
	margin-right:65px;
	font-size:14px;
	margin-bottom: 20px;
}

.news {
	background:white;
	padding-top: 20px;
	padding-bottom: 10px;
}

.news h3{
	margin-left: 120px;
	margin-bottom: 9px;
	text-transform: uppercase;
}

.article1 {
 margin-left: 20px;
}	

.article1 span {
	color: #EA6F33;
	font-weight: bold;
}

.article1 b {
	font-size: 8;
}

.article1 ul {
  list-style-type: none;
  padding-left: 5px;
}  

.article1 li:before {
  content:'\2022';
  color: #082d68;
}  

.article1 span {
  text-transform: uppercase;
}

#date {
	font-size: 12px;
	color:#082d68;
	
}

.content p {
  text-align: left;
  margin-left: 90px;
  margin-right: 90px;
  color: #484848;
} 

.content span {
color:orange;
font-weight: 500;	
}	

/*Index*/

.indeximage img {
  margin-top: 20px;
  margin-bottom: 20px;
} 

.indeximage {
  text-align: center;
}  

.indexcontent {
  padding-right: 10px;
  margin-bottom:50px;
  background: #fff;
  padding-top: 20px;
  padding-bottom: 40px;
  width: 63%;
  float: left;
  margin-left: 80px;
  margin-right: 10px;
  font-size: 15px;
}

.indexinfo {
	float:right;
	width: 23%;
	margin-right:65px;
	font-size:14px;
}
.indexcontent p {
  text-align: left;
  margin-left: 100px;
  margin-right: 100px;
  color: #484848;
} 

.indexcontent span {
color:#ed4b23;
font-weight: 600;	
}




/*General Products Start*/
.prodcontent {
  margin-top: 60px;
  padding-right: 10px;
  /*margin-left: 150px;*/
  margin-bottom:50px;
  padding-top: 20px;
  background:#fff;
  padding-bottom: 30px;
  /*margin-right: 210px;*/
  font-size: 15px;
}

.prodcontent p {
  text-align: left;
  margin-left: 20%;
  margin-right: 20%;
  color: #282828;
}  

.prodcontent img {
  margin-top: 10px;
  margin-bottom: 10px;
}

.prodcontent span {
   font-size: 20px;
   color: red;
   text-transform: uppercase;
   font-weight: 600;
   text-align:center;
}

.prodcontent{
	margin-top:20px;
}
		
.points {
	text-align:center;
	margin-top: 30px;
	margin-bottom: 10px;
}	

.points img {
	max-width: 790px;
	height: auto;
}


/*General Products End*/


/*Main Product page*/

.mainprodcontent {
  margin-top: 50px;
  padding-right: 10px;			
  margin-left: 150px;
  margin-bottom:50px;
  padding-top: 30px;
  background:#fff;
  padding-bottom: 30px;
  margin-right: 250px;
  font-size: 15px;
}

.mainprodcontent p {
  text-align: justify;
  margin-left: 30px;
  margin-right: 30px;
  color: #282828;
}  

.mainprodspan span {
   text-decoration: underline;
}

.mainprodspan img {
max-width: 190px;
height: auto;
margin-top:9px;
margin-right: 20px;
margin-bottom: 30px;
margin-left: 30px;
}

.prodcontentleft {
	width:30%;
	float:left;
	margin-left: 10px;
}

/*Main product page end*/


/*PDMS*/

.pdmsimage {
	text-align: center;
    margin-bottom: 20px;
}	

.pdmsimage img {
	max-width: 740px;
}


/*Configurator*/

.configimage {
	text-align: center;
    margin-bottom: 20px;
}	

.configimage img {
	max-width: 740px;
}


/*Quotation Management System*/
.quotemain img {
	border: 1px solid #ababab;
	border-radius: 10px;
	margin-bottom: 20px;
	max-width: 740px;
}	

.quotemain {
	text-align: center;
}	


/*Vendor Management*/
.vendorimage {
	text-align: center;
	margin-bottom: 20px;
}	

.vendorimage img {
	max-width: 740px;
}


/*Parts and Service Management*/
.psimage img {
	border: 1px solid #ababab;
	border-radius: 10px;	
	margin-bottom: 20px;
	max-width: 740px;
}

.psimage {
	margin-top: 30px;
	text-align: center;
}


/*Services*/

.services span {
 text-transform: uppercase;
 font-weight: 600;
 color: #EA6F33;
 font-size: 16px;
}

.special a {
	color: #082d68;
}

.right{
   float: right;
}

.services img {
	margin-left: 20px;
	margin-bottom: 10px;
	border: 1px solid #EB933C;
	border-radius: 10px;	
}

.services a {
	text-decoration:none;
	color: #EB933C;
	font-weight: bold;
	border-bottom: 1px solid #EB933C;
}
  
/*Careers*/
.careercontent {
 background-image: url("images/careerback.png");
 padding-bottom: 80px;
 padding-top: 30px;
 
}

.careercontent span  {
 text-transform: uppercase;
 font-weight: 500;
 color: #EB933C;
 font-size: 18px;
 margin-right: 5px;
}

.jobtable {
	margin-left: 100px;
}

.jobtable td {
	margin-left: 20px;
}

.careercontent a {
	color:#042d70;
	font-weight: bold;
}


/*Contact Page*/
.pointer-map {
margin-top: 30px;
background-image: url("images/blackbluemap.png");
width: 100%;
margin-left: 80px;
background-repeat: no-repeat;	
margin-bottom: 0px;
height:350px;
}

.lafayette img {
margin-left: 110px;
margin-top:75px;
}

.knoxville img {
margin-left: 112px;
}




.contact td {
	margin-right: 20px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;	
	text-align: left	;
}

.contact tr {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.contact a {
color: #000000;
}

.contact span {
	color: #EABF33;
	text-transform: uppercase;
	text-decoration: underline;
}

.contactcenter table {
	margin-left: 100px;
}
/*Client Login Page*/

.loginimg {
background-image: url("images/dotted.png");
height: 400px;
margin-left: 10px;
}

.login_page {
text-align:center;
padding-top: 120px;
}
	
.login_page input[type=text] {
border: 1px solid #ccc;
border-radius: 4px;	
background-color:#eeeeee;
width: 200px;
height: 20px;
font-size: 16px;
margin-bottom: 10px;
}		

.login_page input[type=password] {
border: 1px solid #ccc;
border-radius: 4px;	
background-color: #eeeeee;
width: 200px;
height: 20px;
font-size: 16px;
}	
        			
.login_buttons {
margin-top: 30px;
text-align:center;

}
	
.login_buttons  input[type="reset"] {
    background: #EABF33;
    border: 0;
    color: inherit;	
    font: inherit;
    line-height: normal;
    overflow: visible;
	cursor: pointer;
	border: 1px solid #EABF33;
	border-radius: 5px;
	width: 80px;
}

.login_buttons input[type=submit] {
    background: #EABF33;
    border: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    overflow: visible;
	cursor: pointer;
	border: 1px solid #EABF33;
	border-radius: 5px;
	width: 80px;
}

.forgot_password {
	text-align:center;
}
	
.forgot_password a{
font-size: 13px;
display: block;
text-align:center;
text-decoration:none;
color:#fff;
margin-top: 20px;
/*font-style: Open Sans, Helvetica, Arial, sans serif;*/
}
			
.forgot_password a:hover {
text-decoration: underline;
color: #EABF33;
}

.new_user {
	text-align:center;
}
						
.new_user a{
font-size: 13px;
display: block;
text-align:center;	
margin-top: 10px;
text-decoration: none;	
color:#fff;	
}	

.new_user a:hover {
text-decoration: underline;
color: #EABF33;
}

/*Register*/
.register input[type=email] {	
border: 1px solid #ccc;
border-radius: 4px;	
background-color: #ffffff;
width: 150px;
margin-bottom: 10px;
}
    
.register input[type=text] {
border: 1px solid #ccc;
border-radius: 4px;	
background-color:#ffffff;
width: 150px;
margin-bottom: 10px;
}	

.register input[type="reset"] {
    background: #EABF33;
    border: 0;
    color: inherit;
	margin-right: 20px;	
	margin-left: 30px;
    font: inherit;
    line-height: normal;
    overflow: visible;
	cursor: pointer;
	margin-bottom: 20px;
	border: 1px solid #EABF33;
	border-radius: 5px;
	width:70px;
}

.register input[type="submit"] {
	background: #EABF33;
    border: 0;
    color: inherit;
	margin-right: 10px;	
	margin-left: 90px;
    font: inherit;
    line-height: normal;
    overflow: visible;
	cursor: pointer;
	border: 1px solid #EABF33;
	border-radius: 5px; 
    width:70px;	
}

.intproducts {
	margin-left: 100px;
	margin-top:30px;
}	

.finalbuttons {
	padding-bottom: 10px;
	margin-left: 120px;
}
	
	
.register label {
    width:180px;
    clear:left;
	margin-right: 20px;
	text-align:right;
}

.mainform { 
    padding-bottom: 30px;
}

.register input, label {
    float:left;
}

.register {
	background-color: #dbdbdb;
	border: 1px solid #dbdbdb;
	margin-right: 100px;
	margin-left: 100px;
	text-align: center;
	border-radius: 10px;
}	

.register p {
	padding-bottom: 20px;
}

.g-recaptcha {
	margin-left: 150px;
	padding-bottom: 40px;
}


/*Body divs end*/

/*Footer*/

.contactfooter {
	text-align:center;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #141414;
}

.contactfooter a {
	margin-right: 30px;
	margin-left: 30px;
	color: #EA6F33;
}	

.social { 
margin-left: 90px;
margin-right: 120px;
}

.social span {
	font-size: 10px;
	text-align:center;
}

.footersocial {
padding-top:8px;
padding-bottom: 8px;
background: #dfdfdf;
color: #000;
font-size: 12px;
}

.footersocial a {
color: #dfdfdf;
text-decoration:none;
float: right;
margin-right: 15px;
font-size: 16px;

}

.footersocial a:hover {
	color:#6b6b6b;
}

.logofooter img {
	width: auto;
	height: 30px;
	display: inline-block;
	margin-left: 15px;
	margin-right: 15px;
}

.logofooter {
	background: #e6e6e6;
	text-align: center;
}

/*Footer end*/
