/* THE BIG GUYS */
*
{
	margin: 0;
	padding: 0;
}

body
{
	padding: 0 0 20px;
	background-image: url(images/background.jpg);
	background-position: center;
	background-repeat: repeat-y;
	background-attachment: fixed;
	color: #333;
	font: 83%/1.5 Geneva, Arial, Helvetica, sans-serif;
}

/* LINKS */
a, a:link, a:link, a:link, a:hover
{
	background: transparent;
	text-decoration: underline;
	cursor: pointer;
	font-size: 90%;
}

/* FORMS */
form
{
	margin: 0 0 1.5em;
}
input
{
	font-family: arial,tahoma,verdana,sans-serif;
	margin: 2px 0;
}
fieldset
{
	border: none;
}
label
{
	display: block;
	padding: 5px 0;
}
label br
{
	clear: left;
}

/* TYPOGRAPHY */
p, ul, ol
{
	margin: 0 0 1.5em;
}
h1, h2, h3, h4, h5, h6
{
	font-family: arial,verdana,sans-serif;
	margin: 1.2em 0 .3em;
	color: #000;
}
h1
{
	font-size: 196%;
	margin-top: .6em;
}
h2
{
	font-size: 136%;
}
h3
{
	font-size: 126%;
}
h4
{
	font-size: 116%;
}
h5
{
	font-size: 106%;
}
h6
{
	font-size: 96%;
}
.highlight
{
	color: #E17000;
}
.subdued
{
	color: #999;
}
.error
{
	color: #c00;
	font-weight: bold;
}
.success
{
	color: #390;
	font-weight: bold;
}
.caption
{
	color: #999;
	font-size: 11px;
}
.date
{
	font: bold 82% arial;
	color: #bbb;
	display: block;
	letter-spacing: 1px;
}
small
{
	font-size: 11px;
}

dl
{
	margin: 0 0 1em 0;
}
dt
{
	margin-top: 1.3em;
}
dl dl
{
	margin: 0 0 1.5em 30px;
}

/* GENERAL */
img
{
	border: none;
}
hr
{
	margin: 1em 0;
	background: #f2f2f2;
	height: 1px;
	color: #f2f2f2;
	border: none;
	clear: both;
}
.clear
{
	clear: both;
	position: relative;
	font-size: 0px;
	height: 0px;
	line-height: 0px;
}

/* LAYOUT - HEADER */
#header
{
	background-color: #ffffff;
	margin: 0 0 20px;
	padding: 0 0 8px;
}


/* LAYOUT - main body of page */
#wrap
{
	width: 750px;
	margin: 0 auto;
	position: relative;
}
#content-wrap
{
	position: relative;
	width: 100%;
}
#utility
{
	width: 182px;
	padding-bottom: 20px;
	margin-top: 10px;
	margin-left: 10px;
	font-color: FFFFFF;
}
#utility2
{
	width: 182px;
	padding-bottom: 20px;
	margin-top: 10px;
	margin-left: 10px;
}
#utility3
{
	width: 182px;
	padding-bottom: 20px;
	margin-top: 20px;
	margin-left: 10px;
}
#utility h3
{
	margin: 0;
	color: #FFFFFF;
	padding-bottom: .1em;
}
#sidebar
{
	position: absolute;
	top: 0;
	right: 25px;
	width: 20%;
	border-top: 5px solid #999;
	padding-top: 1px;
	padding-bottom: 40px;
}

#content
{
	margin: 0 0 0 200px;
	padding-top: 20px;
	width: 525px;
}
#content h2
{
	/*color: #ADA28C;*/
	color:#8E6E86;	
	font-size: 160%;
	margin: 0;
}
#content h3
{
	/*color: #EF2021;*/
	color:#8E6E86;
	font-size: 155%;
	margin: 0;
}
#content h4
{
	color: #8E6E86;
	font-size: 150%;
	margin: 0;
}
#content dd
{
	margin-left: 0px;
}
#content dt
{
	margin-left: 0px;
}
#content p
{
	margin-left: 0px;
}
#content #breadcrumb
{
	margin-top: -5px;
	font-size: 93%;
	font-weight: bold;
}
#content #breadcrumb a:link, #content #breadcrumb a:visited
{
	text-decoration: none;
}
#content #breadcrumb a:hover, #content #breadcrumb a:active
{
	text-decoration: underline;
}
#korean
{
	margin-left: 50px;
}
#h3_new
{
	color: #EF2021;
	font-size: 150%;
	padding-top: 10px;
	font-weight: bold;
}
#h3_title
{
	color: #EF2021;
	font-size: 120%;
	padding-top: 10px;
	font-weight: bold;
}

/* CODE - formatting for code inserted into body - more here: http://dizque.lacalabaza.net/temp/lipt/ */
ol.code
{
	font-family: monospace;
	position: relative;
}
ol.code li
{
	color: #666;
	margin-bottom: 1px;
}
ol.code code
{
	color: #000;
	display: block;
}
ol.code .cmt
{
	color: #4077d2;
}
li.tab0 code
{
	padding-left: 4em;
}
li.tab1 code
{
	padding-left: 8em;
}
li.tab2 code
{
	padding-left: 12em;
}
li.tab3 code
{
	padding-left: 16em;
}
li.tab4 code
{
	padding-left: 20em;
}
li.tab5 code
{
	padding-left: 24em;
}
ol.code li
{
	background: #f3f3f3 url(    "images/td_bg.gif" ) no-repeat 100% 100%;
}
p.note
{
	margin: 1em;
	border: 1px solid #ddd;
	background: #f0f0f0;
	padding: 1em;
}

/* LAYOUT BODY */
#type #content-wrap
{
	background: transparent url(    "images/content_wrap_bg.gif" ) repeat-y 10px 0;
}


/* SECONDARY NAVIGATION - vertical navigation */
#nav-secondary, #nav-secondary ul
{
	position: static;
	letter-spacing: 0.5px;
}
#nav-secondary, #nav-secondary li
{
	list-style: none;
	margin: 0;
	padding: 2px 5px 2px 5px;
	background: #8E6E86;
}
#nav-secondary
{
	padding-top: 0;
	margin-top: 1px;
}
#nav-secondary a
{
	line-height: 1.8;
	padding: 1px 0 1px 0;
	background: #8E6E86;
	font: 86% arial;
	display: block;
}
#nav-secondary a, #nav-secondary a:link, #nav-secondary a:visited, #nav-secondary a:hover, #nav-secondary a:active
{
	text-decoration: none;
	cursor: pointer;
}
#nav-secondary a:link
{
	color: #FFFFFF;
}
#nav-secondary a:visited
{
	color: #FFFFFF;
}
#nav-secondary a:hover
{
	color: #FFFFFF;
	background: #8E6E86;
	text-decoration: underline;
}
#nav-secondary li.active a:link, #nav-secondary li.active a:visited, #nav-secondary li.active a:hover, #nav-secondary li.active a:active
{
	color: #c00;
}

/* LAYOUT - FOOTER *//* border-top: 1px solid #E3E8EE */
#footer
{
	clear: both; ;padding:10px030px;font-size:86%;color:#999}
#footer p
{
	margin: 0;
}
#footer a:link
{
	color: #999;
}

/* TOP NAVIGATION*/
#mainMenu_container
{
	padding: 0 10px 0 10px;
}

#mainMenu
{
	float: left;
	width: 100%;
	margin: 0px;
	background: #A9A18C url(    "images/right-end.gif" ) no-repeat right top;
	line-height: normal;
	border-bottom: 5px solid #D0CBBF; /* border under main menu */
	font-size: 12px;
}

#mainMenu ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#mainMenu li
{
	float: left;
	background: url(    "images/left.gif" ) no-repeat;
	margin: 0px;
	padding: 0px 0px 0px 9px;
}

#mainMenu a
{
	float: left;
	display: block;
	background: url(    "images/right.gif" ) no-repeat right top;
	padding: 5px 5px 7px 2px;
	text-decoration: none;
	color: #fff;
}

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#mainMenu a
{
	float: none;
}
/* End IE5-Mac hack */

#mainMenu a:hover
{
	color: #000;
}

#mainMenu #home
{
	background-image: url(    "images/left-home.gif" );
	border-width: 0px;
}

#mainMenu #current
{
	background-image: url(    "images/left-on.gif" );
}

#mainMenu #current a
{
	background-image: url(    "images/right-on.gif" );
	padding-bottom: 7px;
	color: #000;
}

#mainMenu #home_current
{
	background-image: url(    "images/left-home-on.gif" );
	border-width: 0px;
}

#mainMenu #home_current a
{
	background-image: url(    "images/right-on.gif" );
	padding-bottom: 7px;
	color: #000;
}

#mainMenu #empty
{
	background-image: url(    "images/left.gif" );
	border-width: 0px;
	padding: 5px 15px 5px 6px;
	height: 100%;
}

#mainMenu #rightItem
{
	float: right;
	background: url(    "images/right-end.gif" ) no-repeat right top;
}

#mainMenu #rightItem a
{
	background: url(    "images/right-end.gif" ) no-repeat right top;
	padding-bottom: 5px;
}

#mainMenu #rightItem_current
{
	float: right;
	background: url(    "images/right-end.gif" ) no-repeat right top;
	border-width: 0px;
	color: #000;
}

#mainMenu #rightItem_current a
{
	padding-bottom: 5px;
	color: #000;
}

/* LOGO */
#logo
{
	padding: 10px 5px 10px 10px;
}

/* MASTHEAD */
#masthead
{
	background-image: url(../images/shop_fascia2_530x179.jpg);
	width: 530px;
	height: 179px;
}
#masthead1
{
	background-image: url(../images/ID897.jpg);
	width: 530px;
	height: 179px;
}
#masthead2
{
	background-image: url(../images/picture2.jpg);
	width: 530px;
	height: 179px;
}
#masthead3
{
	background-image: url(../images/picture3.jpg);
	width: 530px;
	height: 179px;
}
#masthead4
{
	background-image: url(../images/USA_Finance.jpg);
	width: 530px;
	height: 179px;
}
#masthead5
{
	background-image: url(../images/picture5.jpg);
	width: 530px;
	height: 179px;
}
#masthead6
{
	background-image: url(../images/ID893.jpg);
	width: 530px;
	height: 179px;
}
#masthead7
{
	background-image: url(../images/ID884.jpg);
	width: 530px;
	height: 179px;
}
#masthead8
{
	background-image: url(../images/picture8.jpg);
	width: 530px;
	height: 179px;
}





#toplinks
{
	position: absolute;
	top: 10px;
	right: 0px;
	left: auto;
	width: 30em;
	text-align: right;
	z-index: 5;
}

.tksbox
{
	border: 1px solid #a9a18c;
	font-size: 12px;
	padding-left: 2px;
}
.button
{
	background-color: #ddd9d0;
	border: 1px solid #a9a18c;
	font-family: Verdana;
	font-size: x-small;
}


.home_title
{
	background-image: url(../images/home_title.gif);
	width: 528px;
	height: 18px;
	margin-bottom: 20px;
}

#home_descRight
{
	float: right;
	padding-left: 10px;
	width: 230px;
	border-left: 1px solid #ADA284;
	line-height: 17px;
	text-align: left;
	margin-left: 10px;
}

#home_descLeft
{
	text-align: justify;
}


.flow th
{
	font-size: 12px;
	font-weight: bold;
	color: #FF2929;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FF2929;
	border-right-color: #FF2929;
	border-left-color: #FF2929;
	padding: 20px 3px 20px 3px;
}

.flow p
{
	padding-left: 10px;
}


.attn
{
	font-size: 80%;
	color: #000;
}

.panel
{
	background-color: #EEEEEE;
	margin: 10px 20px 0px 30px;
	padding-top: 5px;
	padding-bottom: 10px;
}

.panel dt
{
	padding-left: 10px;
}

.panel dd
{
	padding-left: 10px;
}






#redlinks
{
	text-decoration: none;
}

#redlinks:hover, a:active, a:focus
{
	text-decoration: underline;
}

#search_table td
{
	padding: 3px;
	font-size: 12px;
}

/*
.trbg2 {background-color:#C6BEA5}

.trbg {background-color:#EFE7E7}
*/

.trbg
{
	/*background-color: #c3bda3;*/ /*background-color: #F1F0EF;*/
	background-color: #F5F5E7;
}
.trbg2
{
	/*background-color: #e9e7e1;*/ /*background-color: #F1F0EF;*/
	background-color: #F5F5E7;
}

.searchTableTitleBar
{
	background-color: #8E6E86;
	color: White;
	font-weight:bold;
}

.searchTableTitleBar a
{
	background-color: #8E6E86;
	color: White;
	font-weight:bold;
}
.searchResultItem
{
}
.searchResultItem .itemTitle
{
	color: #6BA1AA;
	text-decoration: none;
	font-weight: bold;
}
.searchResultItem .itemTitle:hover
{
	color: #6BA1AA;
	text-decoration: underline;
}
.searchPageTitle
{
	color: #8E6E86;
}
.searchSorter a
{
	color: #8E6E86;
	font-weight:bold;
}

/* footer is outside container and positioned absolute - footerspace clears space */
#footerspace
{
	clear: both;
	height: 50px;
}

#footer
{
	height: 30px;
	position: absolute;
	bottom: 0px;
	margin: 0px;
	padding: 0px 0px 0px 216px;
	color: #a9a18c;
}

#footer a
{
	color: #a9a18c;
}

#footer a:hover
{
	color: #ea2026;
}

a
{
	font-weight: normal;
	color: #000000;
	text-decoration: yes;
}


a:hover, a:active, a:focus
{
	text-decoration: underline;
}

a.redlinks
{
	font-weight: normal;
	color: #ea2026;
	text-decoration: none;
}

.faq_num
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.red_txt
{
	color: #CC0000;
}

.red_txt a:link, .red_txt a:visited
{
	color: #CC0000;
}


