@charset "utf-8";

/*================ basic settings ====================*/
*{
	margin:0px;
	padding:0px;
}

html,body{
	height: 100%;
	font-family: DIN, Helvetica, Arial, sans-serif;
}
body {
	width: 100%;
	background-image: url(../images/bgGradation.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-attachment: fixed;
	font-family: DIN, Helvetica, Arial, sans-serif;
}
a:link {
	color: #0000CC;
	text-decoration: none;
}
a:visited {
	color: #ffcc00;
}
a:hover {
	color: #FFCC00;
	text-decoration: underline;
}
a:active {
	color: #FFCC00;
}
a img {
    border-style:none;
}

.bar{
	background:#FFFFFF;
	margin-top:1px;
	margin-bottom:1px;
}
.linedbar{
	margin-top:20px;
	border-top:#666666 solid 1px;
	border-bottom:#666666 solid 1px;
}

/*================ end of basic settings ====================*/

/*================ container settings ====================
*	#display
*		#menu
*		#contents
*			#generalBar
*			#mainpic
*			#maincontents
*				#l_contents
*				#r_contents
*/

#display{
	position:relative;
	margin-top:18px;
	margin-left:40px;
	overflow:auto;
 }

#menu{
	float:left;
	width:149px;
	border-right:#666666 solid 2px;
	background-image: url(../images/stripe.gif);
	background-repeat: repeat;
}

#contents{
	float:left;
	width:610px;
	margin-left: 10px;
}
/*================ end of container settings ====================*/

/*======menu css================*/
ul.navi{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

ul.navi li img{
	vertical-align:middle;
	margin-top:1px;
	margin-bottom:1px;
}
ul.navi li.logo img{
	vertical-align:top;
	margin-top:0px;
	margin-bottom:10px;
}
/* for logo*/
li.logo{
	background:#FFFFFF;
	border-bottom:#666666 solid 1px;
}
/* for PRODUCTS, ABOUT COMPANY, LINKS, CONTACT*/
li.selected{
	background:#FFFFFF;
	border-bottom:#666666 solid 1px;
}
/* for those selected sub*/
li.selectedsub{
	background:#FFFFFF;
	border-bottom:#666666 dashed 1px;
}
/* for menu under main manu*/
li.sub{
	border-bottom:#666666 dashed 1px;
	background:#FFFFFF;
}
/* for menu under main manu*/
li.products{
	border:none;
	background:#FFFFFF;
}
li.products img{
	vertical-align:top;
	margin:0px;
}
li.products_solidend{
	border-bottom:#666666 solid 1px;
	background:#FFFFFF;
}
li.products_solidend img{
	vertical-align:top;
	margin:0px;
}
li.products_dashedend{
	border-bottom:#666666 dashed 1px;
	background:#FFFFFF;
}
li.products_dashedend img{
	vertical-align:top;
	margin:0px;
}
/* for blank between sub menu and main menu*/
li.blank{
	height:22px;
	background:#FFFFFF;
	border-bottom:#666666 solid 1px;	
}
li.blankforsub{
	height:22px;
	background:#FFFFFF;
	border-bottom:#666666 dashed 1px;	
}
/* for PRODUCTS, ABOUT COMPANY, LINKS, CONTACT*/
li.unselected{
	border-bottom:#666666 solid 1px;
}
/* hidden div */
div#contacts {
	display:none;position:inherit;
	height:auto;
	padding: 5px;
	margin: 0px;
	font-size: 11px;
	text-indent: 1px;
}

/*====== end of menu css================*/

/*====== specific tags =================*/
#generalBar{
	width: 100%;
	height: 25px;
	background-image: url(../images/stripe.gif);
	background-repeat: repeat;
	margin-bottom:10px;
	line-height:25px;
	vertical-align:middle;
}
#alignLeft{
	margin-top:5px;
	margin-left:3px;
	float:left;
}
#alignRight{
	margin-top:5px;
	margin-right:5px;
	float:right;
}

/* for main pic ---------------------------*/
#mainpic{
	width:100%;
	margin-bottom:2px;
}

/* for links ------------------------------*/
ul.branches{
	margin:0px;
}
li.branch{
	list-style:none;
	float:left;
	width:200px;
	height:600px;
	border-left:#666666 solid 1px;
	margin-left:4px;
}
dt.branch{
	margin-bottom:2px;
}
dd.branch{
	border-top:#999999 solid 2px;
}

/* for gradation pic on right side --------*/
#picGrad{
	border-left:#FFFFFF solid 5px;
}

/* for main contents container ------------*/
#maincontents{
	width:610px;
	border-top:#666666 solid 2px;
}

#l_contents{
	float:left;
	width:455px;
	margin-right:5px;
	margin-bottom:10px;
}
p#ProdDesc {
	font-size: 11px;
	margin-top: 20px;
}
.ProductDetails{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	height: auto;
}
.ProductDetails p{
	font-size: 11px;
	text-indent: 1px;
	margin-left:10px;
}

.ProdHeadTitle{
	border-bottom:#666666 solid 1px;
}
.ProdHeadTitle img{
	margin: 20px 10px;
}

.ProductSubCatDesc {
	padding: 5px;
	margin: 0px;
	font-size: 11px;
	text-indent: 1px;
}
.picCaption {
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	color: #666666;
	padding: 3px;
}


/* for RECENT NEWS -------------------------*/
#r_contents{
	float:left;
	border-left:#666666 solid 1px;
	width:149px;
	margin-bottom:10px;
}

/* for RECENTNEWS IMG*/
#r_contents img{
	margin-top:1px;
	margin-bottom:1px;
}

dl#whatsnew {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
}
dt#whatsnew {
	font-weight: bold;
	color: #000000;
	margin:0px 5px 0px 5px;
	border-bottom:#666666 dashed 1px;
}
dd#whatsnew {
	margin:0px 0px 15px 15px;
}

ul.downloads {
	padding: 0px;
	margin: 0px;
}
li.downloads {
	list-style:none;
	border-bottom:#666666 solid 1px;
}
ul.downloads li.downloads img{
	vertical-align:middle;
	margin-top:1px;
	margin-bottom:1px;
}
/*--------------------------------------------*/

/* for COMPANY PROFILE -----------------------*/
dl#cmpProfile {
	font-size: 11px;
	padding: 0px;
}
dt#cmpProfile {
	font-weight: bold;
	color: #000000;
	margin:0px 5px 0px 5px;
	border-bottom:#666666 Solid 1px;
}
dd#cmpProfile {
	margin:0px 0px 15px 15px;
}
p#cmpProfile {
	font-size: 11px;
	margin-top: 20px;
	margin-left: 15px;
	margin-bottom: 20px;
}
/*--------------------------------------------*/

/* for winding up: postface ------------------*/
#postface{
	clear:both;
	width:610px;
}
div.specTable{
	float:left;
	margin-left:5px;
}
table.specTable{
	border-collapse:collapse;
}
tr.specRow{
}
td.specTerm {
	border-top:#666666 solid 1px;
	width:85px;
	vertical-align: middle;
}
td.specItem {
	border-top:#666666 solid 1px;
	border-left:#ffffff solid 1px;
	vertical-align: middle;
	font-size: 11px;
	background-color: #99CCFF;
	text-align: center;
	vertical-align: middle;
}

ol.specs {
	margin:0px 0px 0px 10px;
	padding: 0px 0px 0px 10px;
}
ul.specs {
	margin:1px 0px 1px 10px;
	padding-left: 10px;
}
li.specs {
	font-size:11px;
}
dl.specs {
	font-size:11px;
	margin-bottom: 5px;
	margin-left: 10px;
}

dt.specs {
	font-weight: bold;
	margin-top: 10px;
	color: #999999;
}

dd.specs {
	padding: 0px;
	margin:3px 0px 15px 20px;
}

/* for pics */
ul.pictures {
	margin:0px;
}
li.pictures {
	#white-space:nowrap;
	list-style:none;
	float:left;
	width:150px;
/*	display:inline-table;
*/	margin-left: 10px;
	margin-bottom:20px;
}
li.pictures:after {
	content:" ";
}
dl.pictures {
	margin:0px;
}
dt.pictures {
}
dd.pictures {
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	color: #666666;
}


/*--------------------------------------------*/

.ProdHeadImg {
	margin: 3px;
}

.GuideLineGray {
	background-color: #666666;
}
.TileStripe {
	background-image: url(../images/stripe.gif);
	background-repeat: repeat;
}
.DottedLine {
	background-image: url(../images/dotLine.gif);
	background-repeat: repeat-x;
}
.newsFont {
	font-size: 11px;
}

div#links{
	padding-top: 17px;
	padding-left: 10px;
	margin: 0px;
	font-size: 12px;
	text-indent: 1px;
}
td#chartBar {
	background-color: #666666;
}
