@charset "utf-8";

/* #################################### initialize */

body,div,pre,p,blockquote,form,fieldset,input,textarea,select,option,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,table,th,td,embed,object {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	outline: 0;
}
:focus {
	outline: 0;
}
body {
	font-size: 62.5%;
	line-height: 1em;
}
h1,h2,h3,h4,h5,h6 {
	font-style: normal;
	font-weight: normal;
	font-size: 1.0em;
}
h1 {
	font-size: 2em;
}
ol, ul, dl {
	margin: 1em 0;
}
ol, ul {
	padding: 0 0 0 40px;
	list-style: none;
}
dd {
	margin-left: 1em;
}
table {
	margin: 1em 0;
	border-collapse: collapse;
	border-spacing:0;
}
caption,th {
	text-align: left;
	font-weight: normal;
}
table,th,td,img {
	border: 0;
}
img,input {
	vertical-align: middle;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
select option {
	padding : 0 5px;
}
table,form,textarea,input {
	font-size: 100%;
}
/* #################################### Basic CLASS */
.hide {
	display: none;
}
.nofloat {
	clear: both;
}
.nofloat_l {
	clear: left;
}
.nofloat_r {
	clear: right;
}
.float_l {
	float: left;
	margin: 0 6px 3px 0;
}
.float_r {
	float: right;
	margin: 0 0 3px 6px;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
table.default {
	border: 1px solid #ddd;
	background: #fff;
}
table.default th,
table.default td {
	padding: 4px;
	border: 1px solid #ddd;
}
table.default th {
	background: #f3f3f3;
}
a.outlink {
	padding-left: 14px;
	background: url(../images/outlink.gif) 2px top no-repeat;
}
/* #################################### Structures */
body {
	text-align: center;
}
#content_root {
	width: 782px;
	position: relative;
	margin: 0 0 0 12px;
	text-align: left;
}
#membrane {
	padding: 8px 10px 0; /* container width (762px) */
}
#Header_wrap,
#Menu_wrap,
#Container {
	width: 762px;
}

/* #################################### Common Color Setting */
body {
	background: #eee url(../images/bg.gif);
}
#content_root {
	background: #fff;
}
#Container {
	color: #555;
}
a:link {
	text-decoration: none;
	color: #005bcc;
}
a:visited {
	text-decoration: none;
	color: #6f32c9;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #fa8507;
}
strong {
	
}
blockquote {
	
}
abbr {
	
}
span.comment {
	color: #888;
}


/* #################################### Header */

#Header_wrap {
	height: 215px;
	position: relative;
	background: #fff url(../images/header.jpg) left bottom no-repeat;
}
body.home #Header_wrap {
        height: 364px;
        background: #fff url(../images/frontpage_header.jpg) left bottom no-repeat;
}
#Header_wrap h1 a {
	display: block;
	width: 197px;
	height: 39px;
	text-indent: -5000em;
	background: url(../images/logo.jpg) no-repeat;
}
#Header_wrap .Lang_Menu {
	position: absolute;
	top: 2px;
	right: 0px;
	margin: 0;
	padding: 0;
}
#Header_wrap .Lang_Menu li.en a {
	display: block;
	width: 72px;
	height: 26px;
	text-indent: -5000em;
	background: url(../images/english.gif) no-repeat;
}

/* #################################### Menu */
#Menu_wrap {
	height: 44px;
	position: absolute;
	top: 49px;
	overflow: hidden;
}
#Menu_wrap ul {
	height: 44px;
	margin: 0;
	padding: 0 1px;
	border-top: 1px solid #eee;
	background: #eee;
}
#Menu_wrap ul li {
	width: 190px;
	height: 43px;
	float: left;
	margin: 0;
	background: #fff;
}
#Menu_wrap ul li a {
	display: block;
	width: 190px;
	height: 43px;
	margin: 0;
	text-indent: -5000em;
}
#Menu_wrap ul li.about a {
	background: url(../images/mainmenu_about.jpg) left top no-repeat;
}
#Menu_wrap ul li.about a:hover {
	background-position: 0px -43px;
}
#Menu_wrap ul li.about.currentmenu a,
#Menu_wrap ul li.about.currentmenu a:hover {
	background-position: 0px -86px;
}
#Menu_wrap ul li.works a {
	background: url(../images/mainmenu_works.jpg) left top no-repeat;
}
#Menu_wrap ul li.works a:hover {
	background-position: 0px -43px;
}
#Menu_wrap ul li.works.currentmenu a,
#Menu_wrap ul li.works.currentmenu a:hover {
	background-position: 0px -86px;
}
#Menu_wrap ul li.development a {
	background: url(../images/mainmenu_development.jpg) left top no-repeat;
}
#Menu_wrap ul li.development a:hover {
	background-position: 0px -43px;
}
#Menu_wrap ul li.development.currentmenu a,
#Menu_wrap ul li.development.currentmenu a:hover {
	background-position: 0px -86px;
}
#Menu_wrap ul li.contact a {
	background: url(../images/mainmenu_contact.jpg) left top no-repeat;
}
#Menu_wrap ul li.contact a:hover {
	background-position: 0px -43px;
}
#Menu_wrap ul li.contact.currentmenu a,
#Menu_wrap ul li.contact.currentmenu a:hover {
	background-position: 0px -86px;
}

#subMenu_wrap {
	width: 762px;
	position: absolute;
	top: 93px;
	font-size: 12px;
	background: transparent;
}
#subMenu_wrap ul {
	width: 190px;
	margin: 0;
	padding: 0;
}
#subMenu_wrap ul#subMenu0 {
	position: absolute;
	top: 0px;
	left: 1px;
	background: url(../images/submenu0_bg.jpg) no-repeat;
}
body.home #subMenu_wrap ul#subMenu0 {
	background: url(../images/submenu0_fbg.jpg) no-repeat;
}
#subMenu_wrap ul#subMenu1 {
	position: absolute;
	top: 0px;
	left: 191px;
	background: url(../images/submenu1_bg.jpg) no-repeat;
}
body.home #subMenu_wrap ul#subMenu1 {
	background: url(../images/submenu1_fbg.jpg) no-repeat;
}
#subMenu_wrap ul#subMenu2 {
	position: absolute;
	top: 0px;
	left: 381px;
	background: url(../images/submenu2_bg.jpg) no-repeat;
}
body.home #subMenu_wrap ul#subMenu2 {
	background: url(../images/submenu2_fbg.jpg) no-repeat;
}
#subMenu_wrap li {
	margin: 0;
	padding: 0;
	border-top: 1px solid #fff;
}
#subMenu_wrap li a {
	display: block;
	width: 100%;
	padding: 4px 4px 4px 20px;
	text-decoration: none;
	background: url(../images/submenu_point.gif) 3px center no-repeat;
	color: #fff;
}
#subMenu_wrap li a:hover {
	color: #ffc125;
}
/* #################################### Sidebar */
#Sidebar {
    width: 155px;
    height: 30px;
    position: absolute;
    top: 225px;
    right: 11px;
    padding-top: 4px;
}
#Sidebar ul {
    margin: 0;
    padding: 0;
    line-height: 1.3em;
    font-size: 12px;
}
#Sidebar ul li a {
    display: block;
    padding: 5px 0 5px 24px;
    border-bottom: 1px dotted #ccc;
    background: url(../images/sidebar_point.gif) 2px 7px no-repeat;
}
#Sidebar ul ul {
    
}
#Sidebar ul li li {
    padding-left: 12px;
}
#Sidebar ul li li a {
    padding-left: 13px;
    background: url(../images/sidebar_point_arrow.gif) left 7px no-repeat;
}
/* #################################### Footer */

#Footer_wrap {
	font-size: 110%;
	background: #444;
	color: #aaa;
}
#Footer_wrap address {
	padding: 8px;
	text-align: right;
	line-height: 1.2em;
	font-style: normal;
	font-family: Verdana;
}
#Footer_wrap #copyright {
	margin: 0;
	padding: 8px;
	text-align: right;
	font-style: normal;
	font-family: Verdana;
}



/* #################################### Content */
#Container {
	padding: 0 0 12px;
	font-size: 120%;
	line-height: 1em;
}
#Container.paged {
	width: 600px;
	margin-top: 2px;
	background: #faf6ee url(../images/main_bg.gif);
}
.entry {
	padding: 0 15px;
}
.entry p {
	margin: 1em 0;
	line-height: 1.4em;
	letter-spacing: 2px;
}
h2.page_title {
	clear: both;
	margin: 0 0 1em;
	padding: 12px 50px 12px 12px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: url(../images/page_title.gif) no-repeat;
}
h3.label {
	clear: both;
	margin: 1em 0;
	padding-left: 25px;
	line-height: 32px;
	background: url(../images/caption_bg.gif) no-repeat;
	color: #00aacc;
}
h4 {
	clear: both;
	margin: 1em 0;
	padding: 0 0 2px;
	font-weight: bold;
	border-bottom: 1px dashed #aaa;
}



/* #################################### FrontPage */
#FrontPage_CameleonCode table {
    width: 100%;
}
#FrontPage_CameleonCode table td {
    vertical-align: top;
}
#FrontPage_CameleonCode h2 {
    height: 28px;
    text-indent: -5000em;
    background: url(../images/frontpage_cameleon_catchcopy.jpg) no-repeat;
}
#FrontPage_CameleonCode table td p {
    padding: 0 4px;
    line-height: 1.5em;
}
.FrontPage_Wrap {
    width: 762px;
    position: relative;
    margin: 4px 0;
}
#FrontPage_Web {
    width: 292px;
    float: left;
}
#FrontPage_Web h2 a {
    display: block;
    height: 41px;
    text-indent: -5000em;
    background: url(../images/frontpage_web_title.jpg) no-repeat;
}
#FrontPage_Web p.SubTitle {
    height: 18px;
    text-indent: -5000em;
    background: url(../images/frontpage_web_subtitle.jpg) no-repeat;
}
#FrontPage_Web ul {
    margin: 1em 0;
    padding: 0 0 0 8px;
}
#FrontPage_Web ul li {
    padding: 4px 0 4px 14px;
    background: url(../images/frontpage_listpoint.jpg) left center no-repeat;
}
#FrontPage_System {
    width: 292px;
    position: absolute;
    left: 307px;
    top: 0px;
}
#FrontPage_System h2 a {
    display: block;
    height: 41px;
    text-indent: -5000em;
    background: url(../images/frontpage_system_title.jpg) no-repeat;
}
#FrontPage_System p.SubTitle {
    height: 18px;
    text-indent: -5000em;
    background: url(../images/frontpage_system_subtitle.jpg) no-repeat;
}
#FrontPage_System ul {
    margin: 1em 0;
    padding: 0 0 0 8px;
}
#FrontPage_System ul li {
    width: 6.7em;
    float: left;
    padding: 4px 0 4px 14px;
    background: url(../images/frontpage_listpoint.jpg) left center no-repeat;
}
#FrontPage_Web h3,
#FrontPage_System h3 {
    margin: 6px 0;
    padding: 5px 0 5px 5px;
    letter-spacing: 1px;
    line-height: 1.2em;
    border-left: 3px solid #06a;
    color: #06a;
}
#FrontPage_Web p,
#FrontPage_System p {
    padding: 0 8px;
    line-height: 1.4em;
}
h2.proven_label {
    clear: both;
    margin: 1em 0 0;
    padding-left: 25px;
    line-height: 32px;
    background: url(../images/caption_bg.gif) no-repeat;
    color: #00aacc;
}
.proven_TBL {
    width: 758px;
    line-height: 1.3em;
}
.proven_TBL th {
    width: 10em;
}
.proven_TBL td ul {
    margin: 0;
    padding: 0;
    line-height: 1.4em;
}
.proven_TBL td ul li {
    float: left;
    margin-left: 5px;
    padding: 4px 0 4px 14px;
    white-space: nowrap;
    background: url(../images/frontpage_listpoint.jpg) left center no-repeat;
}
#HotTopics {
    width: 155px;
    float: right;
}
#HotTopics h2 {
    height: 16px;
    text-indent: -5000em;
    background: url(../images/hottopic_title.jpg) right top no-repeat;
}
#HotTopics ul {
    height: 270px;
    margin: 0;
    padding: 0 4px;
    overflow: hidden;
    line-height: 1.2em;
    font-size: 10px;
    border: 1px solid #3a8aed;
    background: #f0f0f0;
}
#HotTopics ul li {
    margin: 4px 0;
    padding-left: 14px;
    background: url(../images/hottopic_point.gif) left 2px no-repeat;
}
#HotTopics ul li span.Timestamp {
    display: block;
    padding: 0 0 2px;
    font-family: "Courier New";
    font-size: 11px;
    color: #f87000;
}
/* #################################### Page */
.Profile_TBL {
	width: 568px;
}
.Profile_TBL th {
	width: 100px;
	color: #0066aa;
}

#Tech_INDEX {
    width: 568px;
    margin-top: 0;
    border-collapse: separate;
    border-spacing: 5px;
}
#Tech_INDEX th {
}
#Tech_INDEX td {
    width: 405px;
    vertical-align: top;
    border-left: 3px solid #0ac;
}
#Tech_INDEX td p {
    margin: 0;
    padding: 0 0 0 10px;
    letter-spacing: 2px;
    line-height: 1.6em;
}
.Graphics_INDEX {
	margin: 0;
	padding: 0;
	text-align: center;
}
.Graphics_INDEX li {
	margin: 2em 0;
	border-bottom: 1px dashed #aaa;
}
.Graphics_INDEX li img {
	margin: 0 0 3px;
}
.Graphics_INDEX li p {
	text-align: left;
}
.camereon_specsheet {
	width: 568px;
}
.camereon_specsheet thead th {
	text-align: center;
	background: #9acd66;
}
.camereon_specsheet tbody td {
	text-align: center;
	background: #eafed6;
}
.camereon_specsheet thead th.spotlight {
	background: #669ecd;
}
.camereon_specsheet tbody td.spotlight {
	background: #dfeffc;
}
dl.Motion_Capture {
	line-height: 1.2em;
}
dl.Motion_Capture dt {
	width: 14em;
	clear: left;
	float: left;
}
dl.Motion_Capture dd {
	
}
table.Motion_Capture_Print_Service {
	width: 100%;
	font-size: smaller;
	text-align: center;
}
table.Motion_Capture_Print_Service td {
	padding: 1px;
}

.JNT_About {
	width: 300px;
	float: right;
}
.JNT_About dl {
	line-height: 1.2em;
}
.JNT_About dt {
	width: 3em;
	clear: left;
	float: left;
}
.JNT_About dd {
	margin-left: 4em;
}
.JNT_About .description {
	padding-left: 5px;
	border-left: 3px solid #fa0;
}

.india address {
    font-family: Times;
}
.ProgramingLanguages {
    width: 568px;
    margin: 2px 0 1em;
}
.ProgramingLanguages td {
    width: 33%;
    padding: 0 6px;
    vertical-align: top;
    font-family: "Verdana";
}
.ProgramingLanguages td ul {
    padding-left: 20px;
    line-height: 1.4em;
    border-left: 3px solid #0ac;
}