/***************************************************************************************
	Script		: style.php
	Author		: Eugene Kim
	Contact		: eyhkeyhk@hotmail.com
	Date Created: 6/24/2004
	Last Updated: 6/29/2004
----------------------------------------------------------------------------------------
	Description :
	- 
***************************************************************************************/
/**
 @font-face {
    font-family: Franklin Gothic Demi Cond;
    font-style:  normal;
    font-weight: normal;
    src: url(FRANKLI0.eot);
  }
  @font-face {
    font-family: Franklin Gothic Medium Cond;
    font-style:  normal;
    font-weight: normal;
    src: url(FRANKLI1.eot);
  }
  @font-face {
    font-family: Franklin Gothic Heavy;
    font-style:  normal;
    font-weight: normal;
    src: url(FRANKLI5.eot);
  }
  @font-face {
    font-family: Franklin Gothic Medium;
    font-style:  normal;
    font-weight: normal;
    src: url(FRANKLI4.eot);
  }
  @font-face {
    font-family: Franklin Gothic Demi;
    font-style:  normal;
    font-weight: normal;
    src: url(FRANKLI3.eot);
  }
  @font-face {
    font-family: Franklin Gothic Book;
    font-style:  normal;
    font-weight: normal;
    src: url(FRANKLI2.eot);
  }
**/
 BODY {	
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;  
	font-style: normal; 
	font-weight: normal; 
	font-variant: normal;	
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}

div,p {
    color: #000000;
	word-break: normal;
	line-height: 1.5;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}

frame {
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}

table {
margin-top: 0px; 
margin-bottom: 0px; 
margin-left: 0;
margin-right: 0;
} 

th {
	font-size: 11px; 
	font-style: normal;  
}

tr, td {
	font-size: 11px; 
	font-style: normal;  
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}

.header1 {
	font-size: 30px;
}

.error {
    color: #FF0000;
    font-weight: bold;
	font-size: 13px; 
}


.footer {
	font-family: Arial;
	font-weight: bold;
    font-size: 12px;
	color: #2E3192;
}

.success {
    color: #006600;
    font-weight: bold;
	font-size: 13px; 
}

.warning {
    color: #000060;
    font-weight: bold;
}

.fineprnt {
    font-size: 75%;
}

.disclaimer {
    font-style: italic;
}

.mono, textarea {
    font-family: monospace;
	font-size: 12px; 
}

.emphasis {
    font-weight: bold; 
}

.yellow_ad_box {
	POSITION: absolute; 
	LEFT: 590px; 
	TOP: 0px; 
	background-color:#FFFF00;
	width: 110px;
	height: 30px;
	text-align: center;
	color: black;
	padding: 2px;
}
.yellow_ad {
	font-size: 10px; 
	line-height: 12px;
	color: black;
}
a.yellow_ad:link, a.yellow_ad:visited, a.yellow_ad:active {
	color: black;
	text-decoration: none; 
}

a.yellow_ad:hover{ 
	color: #E00000;
	text-decoration: none; 
}

/* menu layer */
.buttonmenu { 
	background-color:#DAE5CB; 
	border-style: solid; 
	border-width: 1px 1px 1px 1px; 
	border-color: black; 
}
.buttonmenu ul { 
	margin: 0px; 
	padding: 0px;	
	list-style-type: none; 
}
.buttonmenu li { 
	cursor: pointer; 
	padding:2px; 
	padding-left:8px; 
	padding-right:12px; 
}

.topmenu {
	font-size: 12px; 
	color: #00485B;
    font-weight: normal; 
}
a.topmenu:link, a.topmenu:visited, a.topmenu:active {
	color: #00485B;
	text-decoration: none; 
    font-weight: normal;
}

a.topmenu:hover{ 
	color: #FBAF5D;
	text-decoration: none; 
    font-weight: normal;
}

.topmenu_selected {
	font-size: 12px; 
	color: #00485B;
    font-weight: normal; 
}
a.topmenu_selected:link, a.topmenu_selected:visited, a.topmenu_selected:active {
	color: black;
	text-decoration: underline; 
    font-weight: normal;
}

a.topmenu_selected:hover{ 
	color: #FBAF5D;
	text-decoration: underline; 
    font-weight: normal;
}

.leftmenu_lv1 {
	color: #00485B;
	background-color:#A5D8FF;
	padding:2px; 
	padding-left:8px; 
	font-weight: bold;
	font-size: 13px;
	line-height: 18px;
	text-decoration: none;
	width: 115px;
}
.leftmenu_lv1:hover {
	color: white;
	font-weight: bold;
	background-color:#2B869E;
	padding:2px; 
	padding-left:8px; 
	font-size: 13px;
	line-height: 18px;
	text-decoration: none;
	width: 115px;
}
.leftmenu_lv1_selected {
	color: white;
	font-weight: bold;
	background-color:#00485B;
	padding:2px; 
	padding-left:8px; 
	font-size: 13px;
	line-height: 18px;
	text-decoration: none;
	width: 115px;
}
.leftmenu_lv2 {
	color: #00485B;
	font-weight: bold;
	background-color:#D1EBFF;
	padding:2px; 
	padding-left:20px; 
	line-height: 18px;
	text-decoration: none;
	width: 95px;
}
.leftmenu_lv2:hover {
	color: white;
	font-weight: bold;
	background-color:#2B869E;
	padding:2px; 
	padding-left:20px; 
	line-height: 18px;
	text-decoration: none;
	width: 115px;
}
.leftmenu_lv2_selected {
	color: white;
	font-weight: bold;
	background-color:#00485B;
	padding:2px; 
	padding-left:20px; 
	line-height: 18px;
	text-decoration: none;
	width: 115px;
}
.leftmenu_lv3 {
	color: #00485B;
	font-weight: bold;
	background-color:#D1EBFF;
	padding:2px; 
	padding-left:36px; 
	line-height: 18px;
	text-decoration: none;
	width: 115px;
}
.leftmenu_lv3:hover {
	color: white;
	font-weight: bold;
	background-color:#2B869E;
	padding:2px; 
	padding-left:36px; 
	line-height: 18px;
	text-decoration: none;
	width: 115px;
}
.leftmenu_lv3_selected {
	color: white;
	font-weight: bold;
	background-color:#00485B;
	padding:2px; 
	padding-left:36px; 
	line-height: 18px;
	text-decoration: none;
	width: 115px;
}


#products { left: 0 px; position: absolute; top: 141px; visibility: hidden; z-index: 1 }
