body { font-family:"Times New Roman", Times, serif; font-size:14px;	

}

a {
color:#000;	
}
.wrapper { width:100%; margin:auto;
}

#logotext {
	font-size:12px; 
	font-weight:bold;

}

#logoimage {
margin-top:30px;
border:0px;	
}

ul.navigation {  margin: 0 auto; height:70px; width:750px; margin-bottom:10px;}

.navigation li {
float:left;
margin: 0 15px;
list-style:none;
font-weight:bold;	
}

.navigation li a{
display:block;
color: #000;
text-decoration:none;
height:30px;
padding-top:40px;
padding-bottom:10px;
padding-right:25px;

}

.navigation li a:hover{
display:block;
color: #000;
text-decoration:none;
height:60px;
background-image: url(/images/fingerprint.jpg);
background-position:right;
background-repeat:no-repeat;


}



#maincontent p{
margin-bottom:25px;
font-size:12px !important;
	
}


#contentbox h1{
font-family:"Times New Roman", Times, serif; 
font-size:18px;	


	
}

#contentbox h2{
font-family:"Times New Roman", Times, serif; 
font-size:14px;	

}

#scrollbox {
width: 480px;
overflow:auto;
height:380px;	
padding-right:20px;
}


ul.footer {  
margin: 0 auto; 
height:25px; 
width:635px;
padding-top:20px;

}

.footer li {
float:left;
margin: 0 10px;
list-style:none;
color: #000;
text-decoration:none;
font-size:14px;
}

.footer li a{
display:block;
color: #000;
text-decoration:none;
}



/* Tiny Scrollbar */
#scrollbar1 { width: 500px; margin: 10px 0 20px; float:right; }
#scrollbar1 .viewport { width: 460px; height: 380px; overflow: hidden; position: relative; }
#scrollbar1 .overview { list-style: none; position: absolute; left: 0; top: 0; padding: 0; margin: 0; }
#scrollbar1 .scrollbar{ background: transparent url(../images/bg-scrollbar-track-y.png) no-repeat 0 0; position: relative; background-position: 0 0; float: right; width: 10px; }
#scrollbar1 .track { background: transparent url(../images/bg-scrollbar-trackend-y.png) no-repeat 0 100%; height: 100%; width:10px; position: relative; padding: 0 1px;  }
#scrollbar1 .thumb { background: transparent url(../images/bg-scrollbar-thumb-y.png) no-repeat 50% 100%; height: 20px; width: 15px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: -3px; }
#scrollbar1 .thumb .end { background: transparent url(../images/bg-scrollbar-thumb-y.png) no-repeat 50% 0; overflow: hidden; height: 5px; width: 15px; }
#scrollbar1 .disable { display: none; }
.noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }


    #player {
    width: 640px;
    height: 280px;
    overflow: hidden;
    position: relative;

}

.youtube .carousel {
width: 240px;
height: 240px;
position: absolute;
right: 0px;
z-index: 3;
overflow: hidden;
}

.youtube .thumbnail {
    margin-bottom: 2px;
    width: 100px;
    border: 1px solid black;
}

.youtube iframe.player {
    width: 390px;
    height: 280px;  
    overflow: auto;
    border: 0;
}
.yt-descript {
    color: #000;   
    display:block;
margin: 0px!important;
margin-bottom: 15px!important;
height: 70px;
}


.carItemContain{
    width:;
    height:100px;
}

/* --- MAIN CONTENT GRAY WRAPPER --- */
#maincontent {
  background-color: #e6e6e6;
  width: 100%;
  min-height: 100%;       /* Ensures full height coverage for long content */
  overflow: auto;         /* Makes sure floated children are contained */
  padding: 20px 0;
  box-sizing: border-box;

#maincontent {
	width: 100%;
	background: #e6e6e6;
	min-height: 100vh;           /* fills the viewport but grows with content */
	margin: auto;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	margin-top: 20px;
	position: relative;
	padding: 20px 0;
	box-sizing: border-box;
	overflow: visible;           /* removes internal scroll */
}

#contentbox {
	width: 90%;                  /* responsive width */
	max-width: 1000px;           /* nice cap for large screens */
	font-family: Verdana, Geneva, sans-serif;
	margin: 0 auto;
	padding: 25px 0;
	font-size: 12px;
	height: auto;                /* let it expand */
	max-height: none;
	overflow: visible;
	box-sizing: border-box;
}
