div#wrapper{
	width: 756px;
	margin: 2px auto;
}
div#header{
	background: black url('images/header_bg.jpg') no-repeat;
	height:81px;
}
div#header a#home{
	display: block;
	float: left;
	width: 260px;
	height: 81px;
}
div#header h1,div#header h2,div#mast div.left a#link_q{
	display: none;
}
div#header div.langPad1{
	display: block;
	float: right;
	width: 8px;
	height: 81px;
}
div#header div.langPad2{
	display: block;
	float: right;
	width: 2px;
	height: 30px;
}
div#header a#langUS{
	display: block;
	float: right;
	margin-top: 13px;
	width: 41px;
	height: 29px;
}
div#header a#langMX{
	display: block;
	margin-top: 13px;
	float: right;
	width: 40px;
	height: 29px;
}
div#header a#langJA{
	display: block;
	margin-top: 13px;
	float: right;
	width: 40px;
	height: 29px;
}
div#topNav{
	height: 12px;
	padding: 5px 0px 8px 50px;
}
/*  top level topNav*/
div#topNav ul{
	list-style: none;
	position: absolute;
}
div#topNav ul li{
	display: block;
	float: left;
	margin-right: 15px;
	
}
div#topNav ul li a{
	display: block;
	padding-left: 12px;
	background: transparent url('images/top_nav_a_bg.jpg') no-repeat 0px 50%;
	font-size: 14px;
	text-decoration: none;
	color: #fff;
	text-transform: capitalize;
	font-weight: bold;
}
div#topNav ul li a:hover{
	text-decoration: underline;
}
/*  top level nav end*/
/*  sub level nav*/
#topNav ul .sub{
	width:150px;
	background-color: #666666;
	list-style: none;
	display: none;
	float:left;
border: 1px solid silver;
margin-left: 5px;
}
#topNav ul .sub li,#mNav ul .sub li{
	margin: 5px 0px 5px 0px;
	width:98%;
}
#topNav ul .sub li a{
	padding:5px 0px 5px 5px;
	text-transform: capitalize;
	width: 97%;
	background-image: none;
	font-size: 12px;
}
#topNav ul .sub li a:hover{
	text-decoration: none;
	background-color: #000;
	border-left: 2px solid #9F2CC7;
}
/*  sub level nav end*/
div#frame{
	background: #666666;
	padding: 5px;
	margin-bottom: 8px;
	width: 746px;
}
div#mast{
	background-color: #666666;
	height: 140px;
}
div#mast div.left{
	background: black url('images/left_side_mast_bg.jpg') no-repeat;
	width: 229px;
	height:123px;
	float: left;
	padding: 6px 0px 0px 4px;
}
div#mast div.left ul{
	list-style: none;
}
div#mast div.left ul li{
	margin-bottom: 5px;
	width: 223px;
	height: 35px;
}
div#mast div.left ul li a{
	display: block;
	width: 198px;
	height: 27px;
	background: #666666 url('images/mast_left_li_bg.jpg') no-repeat;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	padding-top: 8px;
	padding-left: 25px;
	font-weight: bold;
}
div#mast div.left ul li a:hover{
	color: #e1e1e1;
}

div#mast div.right{
	width: 506px;
	float: right;
	clear: right;
	border: 1px #999999 solid;
	background: transparent none no-repeat top left;
	height:127px;
}
div#mast div.right span{
	color: black;
	text-align: right;
	float: right;
	display: block;
	margin-top: 90px;
	font-size: 22px;
	font-weight: 900;
	width: auto;
	padding: 5px;
	background: transparent url('images/top_nav_over_bg.png') repeat;
}
div#content{
	border: 1px #999999 solid;
	color: black;
	background: #fff url('images/content_bg.jpg') repeat-x;
	line-height: 1.4em;
	padding: 8px;
	width: 728px;
}
div#content div.date{
	font-weight: bold;
	font-size: 10px;
}
div#content div.floatLeft{
	width: 100%;
}
.unvis{
	display: none;
}
div.formWrapper{
	border: 1px solid black;
	background: #666;
	color: white;
	font-weight: bold;
	padding: 5px;
}
div.formWrapper h3{
	margin-bottom: 10px;
	padding-bottom: 3px;
	border-bottom: 1px solid #ccc;
	color: inherit;
}
div.formWrapper .note{
	color: inherit;
}
div.formWrapper fieldset textarea{
	width: 95%;
}
div.formWrapper div#files_list div{
	margin-bottom: 3px;
	float: left;
	clear: both;
	width: 250px;
	padding: 5px;
	background: #999;
	border: 1px solid #ccc;
}
div.formWrapper div#files_list div input{
	width: auto !important;
	float: none;
	margin: 0px;
	float: right;
}
div.faq{
	margin-bottom: 1.5em;
}
div.faq div.question p{
	margin-bottom: 3px;
	font-size: 1.2em;
	font-weight: bold;
}
div#footer{
	background: black url('images/footer_bg.jpg') no-repeat;
	height: 67px;
	text-align: center;
	padding-top: 10px;
	line-height: 1.3em;
}
div#footer div{
	width: 610px;
	float: left;
}
div#footer div a{
	color: #ccc;
	font-weight: normal;
}
div#footer a#link_quality{
	display: block;
	height: 100%;
	width: 68px;
	float: left;
	
}
/*home page tabs*/
#content div.tabsWrapper{
	padding: 3px 0px 2px 0px;
	width: 87%;
	margin: 0px auto 5px auto;
}
#content div.tabsWrapper ul.tabs{
	list-style: none;
	padding: 0px !important;
	margin: 0px !important;
}
#content div.tabsWrapper ul.tabs li{
float: left;
display: inline;
margin-bottom: 0px !important;
border: 1px solid #000;
margin-left: 10px;
padding-left:0px;
}
#content div.tabsWrapper ul.tabs li a{
	text-align: right;
	display: block;
	background: #333333 url('images/top_nav_a_bg.jpg') no-repeat 9px 10px;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	padding: 5px 5px 5px 25px;
	font-weight: bold;
	border: 1px solid #919D9D;
}
#content div.tabsWrapper ul.tabs li a:hover{
	color: #e1e1e1;
}
#content div.tabsWrapper ul.tabs li.active a{
	color: #A62BB7;
}
