@charset "UTF-8";
/* CSS Document */
/*


/* test */
.t1 {background-color: red;}
.t2 {background-color: blue;}
.t3 {background-color: green;}
.t4 {background-color: purple;}


body {
	text-align: center;
	background-color: #00161d;
}

h1 {
	text-align: left;
	font-size: 1.2em;
	color: #115782;
	padding: 10px;
	display: table-cell;
	vertical-align: middle;
}

h2 {
	color: #115782;
	padding: 0px 0px 0px 20px;
	font-size: 1.4em;
	border-bottom: 0px solid #00161d;
	text-align: left;
	
}

.ndroboticsContainer { 
	height: 716px; 
	background-image: url(../images/bg_container.png) ;
	background-repeat: repeat-x;
	background-color: #e4edee;
	-moz-border-radius: 6px;
  	border-radius: 6px;
}

.ndroboticsFooter {
	color: #dddddd;
}

.ndroboticsHead {
	height: 118px;
}

.ndroboticsLogo {
	background-image: url(../images/NDRobotics.png);
	height: 118px;
}

.ndroboticsContent {
	height: 360px;
	background-color: #07365a;
	background-image: url(../images/bg_content.png);
	background-repeat: repeat-x;
}

.ndroboticsSubNavi {
	padding: 20px 10px 20px 10px;
}

.ndroboticsSubNavi li {
	list-style: none;
	text-align: right;
	padding: 6px 10px 6px 0px;
	border-top: 1px solid white;

}

.ndroboticsSubNavi li:hover {
	background-color: #115782;
}


.ndroboticsSubNavi li a {
	color: #ffffff;
	border: none;
	}

.ndroboticsSubNavi li a:active {
	color: #115782;
	border: none;
}

.ndroboticsContentHeader {
	background-color: #124261;
	color: #ffffff;
	padding: 10px 15px 10px 15px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.ndroboticsContentBody {
	background-color: #ffffff;
	padding: 10px 15px 10px 15px;
	color: #115782;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.ndroboticsContentBody img {
	border: 5px solid #144260;
	height: 211px;
	width: 152px;
}

.ndroboticsCarousel {
	padding: 10px 0px 0px 0px;
}
.ndroboticsContact {
	text-align: left;
}

.ndroboticsContactDeuringer {
	text-align: center;
}

.ndroboticsContactDeuringer img{
	border: 4px solid white;
}

.ndroboticsContactDetails {
	padding: 0px 0px 0px 20px;
}

.ndroboticsRefTitle {
	text-align: right;
	
}

.ndroboticsRefCont {
	text-align: left;
	font-weight: bold;

}

.ndroboticsRefHead {
	background-color: #115782;
	color: #ffffff;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
	height: 60px;
	padding: 5px 0px 5px 0px;
}

.ndroboticsRefBody {
	
	background-color: #ffffff;
	color: #115782;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
	height: 180px;
	padding: 10px;
	text-align:left;

}

.ndroboticsContactBox {
	background-color: #fffffff;
	-moz-border-radius: 6px;
  	border-radius: 6px;
}

.ndroboticsCall4Contact {
	background-color: #124261;
	-moz-border-radius: 6px;
  	border-radius: 6px;
	color: #ffffff;
	padding: 10px;
}

.ghost {
	background-color: none;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	display: block;
	padding: 0px;
	margin: 0px;
}

.ghost:hover {
	background-color: none;
}

.ghost li:hover {background: none;}
