@charset "utf-8";
/* CSS Document */

/* GLOBAL STYLE */

* {
    margin: 0;
    padding: 0;
}



a, a:active, a:visited{
	color:#990000;
	text-decoration:none;
	border:none;
}
a:hover{
	color:#000000;
	text-decoration:none;
	border:none;
}

*html img { 
 behavior: url(iepngfix.htc); 
}



#wrapper{
	width: 990px;
	margin: 0px auto 0px;
	padding: 0px;

}


/* HEADER STYLE */

#header{
	width:990px;
	background:url(../0_images/bg/header.jpg) no-repeat;
	height: 150px;
}


/* UDM STYLE */

ul#udm{
	background:url(../0_images/bg/bg_menu.jpg) no-repeat;
	width: 990px;
	list-style:none;
	padding: 0 0 5px 20px;
	position: relative;
	z-index:1;
}

ul#udm li{
	display:inline;
}

ul#udm li a img{
	border:none;

}

/* BREADCRUMB */
#breadcrumb{
	margin: 10px 10px 0 0;
	text-align:right;
	font-family:tahoma;
	font-size:11px;
}


/* CONTENT STYLE */

#content-wrapper{
	width:990px;
}

.content-full{
	position:relative;
	background:#FFFFFF;
	width:966px;
	margin-left:12px;
	overflow:hidden;
}

.content-home-flash{
	position:relative;
	width:966px;
	height:372px;
	overflow:hidden;	
}

.content{
	float:right;
	width:650px;
	overflow:hidden;
padding: 0 10px 0 0;
}
.content h1{
	margin: 15px 0 15px 0;
	
}

.content h1 a, .content h1 a:visited{
	color:#000000;
	text-decoration:none;
}

.content h1 a:hover{
	color:#990000;
	text-decoration:none;
}


.content p{
line-height:20px;
margin:0 0 20px 0;
}

.content p img{
	float:left;
	border:#E9E9E9 1px solid;
	padding: 2px;
	margin: 0 10px 10px 0;
}

.red-trans-strip{
	position:absolute;
	bottom:0;
	left:0;
	width: 966px;
	height: 10px;
	overflow:hidden;
	background:url(../0_images/bg/bg_red.png);
	clear:both;
}

*html .red-trans-strip{
	position:absolute;
	bottom:0;
	left:0;
	width: 966px;
	height: 10px;
	overflow:hidden;
	background:none;
	background-color:#ba194a;
	/* for IE */
    filter:alpha(opacity=90);
    /* CSS3 standard */
	clear:both;
}

.textfield {
	color:#646567;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:200px;
	border:solid 1px lightgrey;
	padding:4px 5px 4px 5px;
}

.logistic {
	list-style:disc;
	padding: 0 0 20px 50px;
}

/* SIDEBAR STYLE */
.home-trans-sidebar{
	position:absolute;
	top:0;
	left:11px;
	color:#000000;
	width: 260px;
	height: 320px;
	background:url(../0_images/bg/bg_trans_green.png);
	
}


*html .home-trans-sidebar{
	position:absolute;
	top:0;
	left:11px;
	color:#000000;
	width: 260px;
	height: 320px;
	
    background:none;
	background-color:#e0eab3;
	/* for IE */
    filter:alpha(opacity=60);
    /* CSS3 standard */
}



.home-trans-sidebar h2{
	font-size:18px;
}

.top-sidebar{
	padding: 10px;
}

.top-sidebar h2{
	margin: 10px 0 0 0;
	font-size:12px;
	font-weight:bold;
}

.top-sidebar h2 a, .top-sidebar h2 a:visited{
	color:#000000;
	text-decoration:none;
}

.top-sidebar h2 a:hover{
	color:#990000;
	text-decoration:none;
}

.top-sidebar p{
	margin: 5px 0 0 50px;
	font-size:11px;
}

.sidebar{
	float:left;
	width:260px;
	height:auto;
	overflow:hidden;
	/*background:#FFFFCC; */
	margin: 0 20px 0 20px;
	display:inline;
}

#search_home{
position:absolute;
background:#e6efba;
z-index: 90;	
width:260px;
height:42px;
bottom:10px;
/* for IE */
filter:alpha(opacity=100);
/* CSS3 standard */
opacity:1;
left:11px;
}
#search_home #q {
    float: left;
    padding: 5px;
    margin: 8px 0 0 6px;
    border: #E6DF6F solid 1px;
    width: 149px;
	font-size:11px;
	color:#666666;
}
#search_home #go{
    float: left;
    margin: 9px 4px 0 5px;
border:none;
}

#search{
/*position:absolute;*/
background:#e6efba;
z-index: 90;	
width:260px;
height:42px;
/*bottom:10px;*/
/* for IE */
filter:alpha(opacity=100);
/* CSS3 standard */
opacity:1;
margin-bottom:15px;
margin-top:5px;
}

#search_box {
    width: 201px;
    height: 31px;
}

#search #q {
    float: left;
    padding: 5px;
    margin: 8px 0 0 6px;
    border: #E6DF6F solid 1px;
    width: 149px;
	font-size:11px;
	color:#666666;
}
#search #go{
    float: left;
    margin: 9px 4px 0 5px;
border:none;
}

.search-label {
    float: left;
    margin: 13px 4px 0 5px;
	behavior: url(iepngfix.htc);
}

.event_center {
	float: left;
	margin: 0 10px 0 0;
	width: 425px;
}

.event_right {
	float: right;
	margin: 0 5px 0 0;	
	width: 200px;
}

/* FOOTER STYLE */

#bottom-bar{
	border: 1px solid #E6E6E6;
	background:#F5F5F5;
	margin: 10px;
	padding: 5px;
	
}

#bottom-search {
	float:left;
    width: 260px;
    height: 50px;
	margin: 5px 25px 10px 5px;
	background:#e6efba;	
	display:inline;
}

#bottom-search #s {
    float: left;
    padding: 5px;
    margin: 8px 0 0 6px;
    border: #E6DF6F solid 1px;
    width: 140px;
	font-size:11px;
	color:#666666;
}
#bottom-search #go{
    float: left;
    margin: 9px 4px 0 5px;
}

#bottom-content{
	width:630px;
	float:left;
	display:inline;
	position:relative;
padding: 10px 0 25px 0;
}

#bottom-content h2{
	font-size:18px;
	border-bottom:solid 1px #D7D7D7;
	margin:0 0 10px 0;

}

#bottom-more{
	position:absolute;
	right:0;
	top:5px;
	font-size:10px;
}

#bottom-content p{
	font-size:12px;
}

#footer{
	width:990px;
	height:130px;
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../0_images/bg/bg_leaves.png');
}

#footer p{
	text-align:right;
	margin: 5px 13px 0 0;
	color:#FFFFFF;
	font-size:12px;
}

#footer[id] {
  background-image:url(../0_images/bg/bg_leaves.png);
}
.subHead
{
background-color: #811032;
background-image:url(../0_images/bg/bg_subhead.gif);
background-position: right;
background-repeat: no-repeat;
padding: 10px 10px 10px 10px;
color: white;
font-family: Arial;
font-size:11px;
}

.overflow
{
height:400px;
overflow:auto;
}

/* PAGE TOOL STYLE */

.commentform_title {
	color: white;
	font-family: Arial;
}

#comment table, tr, td {
	color: black;
	font-family: Tahoma, Arial, Verdana;
}

.btn_comment {
	border : solid 1px #cccccc;
	background: #E9ECEF;
	color : #666666;
	font-weight : bold;
	font-size : 11px;
	line-height : 12px;
	vertical-align : super;
	cursor:pointer;
}

.title_print {
	color:#21b7f1; 
	float:left;
	padding: 5px 5px 15px 10px;
}

#text_print { color:#666666; font-size:12px; padding: 0 0 0 10px; }
#text_print h1 { margin: 10px 0 10px 0;	}
#text_print h1 a, .content h1 a:visited { color:#000000; text-decoration:none; }
#text_print h1 a:hover { color:#990000;	text-decoration:none; }
#text_print p { line-height:20px; margin:0 0 20px 0; }
#text_print p img { float:left; border:#E9E9E9 1px solid; padding: 2px; margin: 0 10px 10px 0; }

.footer_print {
	color:#666666;
    font-size:12px;
	padding: 5px 0 5px 10px;
}

.success { color : #ffffff; }
.error { color : red; }



li.eventlist
{
    font-family:Tahoma, Arial, Verdana;
	color:#666666;
    font-size:12px;
    line-height:20px;
}
ul.eventlist
{
font-family:Tahoma, Arial, Verdana;
	color:#666666;
    font-size:12px;
	margin: 0 0 0 20px;
}

li.aboutus_logistic 
{
    font-family:Tahoma, Arial, Verdana;
	color:#666666;
    font-size:12px;
    line-height:20px;
	list-style : disc important!;
}
ul.aboutus_logistic 
{
	font-family:Tahoma, Arial, Verdana;
	color:#666666;
    font-size:12px;
	margin: 0 0 0 20px;
	list-style : disc important!;
}
li.SidebarProductList 
{
    font-family:Tahoma, Arial, Verdana;
    font-size:12px;
    line-height:20px;
}
ul.SidebarProductList
{
font-family:Tahoma, Arial, Verdana;
    font-size:12px;
	margin: 0 0 0 20px;
}



#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 180px;
height: 150px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
	text-align: left;
	margin: 0 auto;
	color:#CCCCCC;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-right:20px;
}

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 180px;
height: 150px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0 auto;
}
