@charset "utf-8";
/* CSS Document */
body{
margin:0;
background:#000000 url('../images/bg.gif');
}
div#subContainer{/*==main content container in innerpages==*/
position:relative;
background:url('../images/top_flower_bg.gif') center top no-repeat;
margin-bottom:-305px;
}
/*==========delete the outline in super link start===============*/
a { blr:expression(this.onFocus=this.blur()) } /* for IE */
:focus { outline: none; } /* for Firefox */ 
/*==========delete the outline in super link end===============*/
a{
color:#b2874d;
}
a:hover {
	color:#b2874d; TEXT-DECORATION: underline;/*====the links defaults hover style======*/
}
a.textLink_1{/*==========links style1 in common text============*/
color:#e9b56f;/*light brown*/
text-decoration:none;
}
a.textLink_1:hover{
color:#e9b56f;
text-decoration:underline;
}
a img,a:hover img, a:visited img{
border:none
}
td, div{
font-family:Verdana;
font-weight:normal;
font-size:11px;
line-height:14px;
color:#000000;/*black*/
}
#footer{
/*background:url('../images/footer.png') center 0px;*/
line-height:9px;
text-align:center;
}
#footer div, #footer div a{
color:#8a8989;
text-decoration:none;
}
#footer div{
margin-bottom:5px;
}
#footer div a:hover{
color:#b2874d;
text-decoration:underline
}
/*==============inner page=================*/
/*=inner pages bottoms flowers bg div==*/
.bottomBg{
background:url('../images/bottom_flower_bg.gif') center top;
width:100%;
height:305px;
margin:0px auto;
}
table#contentTB{
margin-top:186px;
margin-left:290px;
/*background:#ff0000;*/
}
/*
div#conrad_logo{
	width:83px;
	height:54px;
	margin:0px;
	margin-left:180px;
}*/
div#conrad_logo{
position:relative;
	width:83px;
	height:54px;
	margin:0px;
	margin-left:30px;
	margin-top:12px;
}
div#japan, div#eng, div#korea{
height:25px;
/*background:#ff0000;*/
}
div#japan a, div#eng a, div#korea a{
height:25px;
display:block;
background:url('../images/conrad_index_lang_btns.gif');
text-decoration:none
}
div#here a{
height:25px;
display:block;
background:url('../images/here.gif');
text-decoration:none
}
div#japan span, div#eng span, div#korea span, div#here span{
visibility:hidden;
}
div#japan a{
width:80px;
background-position:-20px -47px
}
div#japan a:hover{
background-position:-20px -18px
}
div#eng a{
width:90px;
background-position:-190px -47px
}
div#eng a:hover{
background-position:-190px -18px
}
div#korea a{
width:80px;
background-position:-362px -47px
}
div#korea a:hover{
background-position:-362px -18px
}
div#here a{
width:90px;
background-position:0px 0px
}
div#here a:hover{
background-position:0px -26px
}
.transparent{
filter:alpha(opacity=0);
-moz-opacity:0; 
opacity:0; 
}