@charset "utf-8";
/*------------------------------ standard tag ---------------------------*/
body {
	padding: 0px;
	margin-top: 40px;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
}
p {
	font-size: 12px;
}
img {
	border-style: none;
}
/*--------------------------- main container ----------------------------*/
/* Gloabl big container of all things */
#container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 955px;
	margin: auto;
	/*color: #333333*/
}
/*------------------------------ main block ------------------------------*/
/* Moment blue banner */
#header {
	background-color: #006699;
	color: #FFFFFF;
	height: 70px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #0066FF;
	border-bottom: none;
}
/* Bar for all menus */
#menu-bar {
	background-color: #E6E6E6;
	font-size: 12px;
	font-weight: bold;
	padding-left: 27px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-width: 1px;
	border-style:  solid;
	border-color:  #CCCCCC;
}
/* white space between two boxes */
#space-bar {
	background-color: #FFFFFF;
	height: 10px;
}
/* Big content of each pages */
#content-report {
	background-color: #E6E6E6;
	text-align: center;
	margin-bottom: 0px;
	padding-top: 40px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	border: 1px solid #CCCCCC;
}
/* Copyright */
#footer {
	padding-top: 5px;
	font-size: 11px;
	padding-bottom: 5px;
	padding-left: 3px;
}
/*----------------------------- Graphic Boxes Type 1  -------------------------------*/
/* use in index.html page
/* main graphic in the middle*/
.graphic-m-box {
	margin-top: auto;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 700px;			
	height: 200px;
	background-color: #E6E6E6;
}
/* text in the middle */
.graphic-m2-box {
	margin-top: auto;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 590px;			
	background-color: #E6E6E6;
}
/* graphic on the left */
.graphic-a-box {
	width: 325px; 
	height: 120px;
	background-color: #E6E6E6;
	margin-bottom: 20px;
	margin-left: 155px;
	text-align: left;
	float: left;
}
/* graphic on the right */
.graphic-b-box {
	width: 190px;
	height: 120px;
	background-color: #E6E6E6;
	margin-bottom: 20px;
	margin-left: 40px;
	float: left;
}
/* graphic on the bottom */
.graphic-c-box {
	width: 720px;
	height: 10px;
	background-color: #E6E6E6;
	margin-left: 86px;
	margin-bottom: 5px;
	clear: both;
}
/*----------------------------- Graphic Boxes Type 2  -------------------------------*/
/* use in product page */
.prod-ele-box {
	width: 700px;
}
/* contain product photo */
img.prod {
	float: left;
	border-width: 1px;
	border-style: solid;
	border-color: #006699;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}
/* for clear float in many pages */
.graphic-z-box {
	width: 700px;
	height: 1px;
	background-color: #E6E6E6;
	clear: both;
}
/*----------------------------- Graphic Boxes Type 3  -------------------------------*/
/* use in individual product page */
.graphic-pb-box {
	width: 700px;
	height: 200px;
	background-color: #E6E6E6;
}
/*----------------------------- Graphic Boxes Type 4  -------------------------------*/
/* use in login page */
/* graphic on the left */
.graphic-i-box {
	width: 220px; 
	height: 60px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: left;
	background-color: #E6E6E6;
	float: left;
}
/* graphic on the right */
.graphic-j-box {
	width: 300px;	
	height: 60px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-top: 26px;
	background-color: #E6E6E6;
	vertical-align: bottom;
	float: left;
}

/*---------------------------- Text box ------------------------------*/
/* header outside box */
.header-box {
	font-weight: bold;
	margin-left: 85px;
	width: 700px;
	text-align: left;
}
/* paragraph before table or graph */
.paragraph-box {
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
	width: 700px;
	text-align: left;
	padding: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	border-left: none;
	border-right: none;
	border-bottom: none;
}
/*----------------------------- Link style ----------------------------*/
/* first main link */
a.main:link {
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: #006699;
}
a.main:visited {
	color: #006699;
	text-decoration: none;
}
a.main:hover {
	color: #3399FF;
}
a.main:active {
	color: #3399FF;
}
/*------- for normal link--------*/
a.normal:link {
	text-decoration: underline;
	color: #0066FF;
}
a.normal:visited {
	color: #0066FF;
}
a.normal:hover {
	color: #3399FF;
}
a.normal:active {
	color: #3399FF;
}
/*------- menu-bar list---------*/
#ul-menu {
	list-style-type:none;
	margin:0;
	padding:0;
	overflow:hidden;
}
.li-menu {
	float:left;
}

a.menu:link,a.menu:visited
{
	display:block;
	width:75px;
	font-weight:normal;
	color:#333333;
	background-color:#E6E6E6;
	text-align:center;
	text-decoration:none;
	font-size: 12px;
	font-weight: bold;
}
a.menu:hover,a.menu:active
{
	color:#666666;
}
/*-------------------------------- image gallery -----------------------------------*/
/* use in each product page */
img.gallery {
	float: left;
	border-width: 1px;
	border-style: solid;
	border-color: #006699;
	margin: 10px;
}


