/* CSS Document */


body {
	margin:0;
	padding:0;
	background:#aaa;
	font-family:"ËÎÌå";
	font-size:12px;
	color:#000;

}

img {
	border:none;
}

a, a:visited {
	color:#000;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#wrapper {
	position:relative;
	width:960px;
	left:50%;
	margin-left:-480px;
	background:#fff;
}

#banner {
	width:960px;
	height:440px;
	background:url(images/banner1.jpg) top left no-repeat;
    text-align:right;
}

.topbar 
{
	float:right;
}


/*menun*/
/* style the outer div to give it width */
#menu {font-size:12px; width:960px; height:60px; background:url(images/menubg.gif) 0 10px no-repeat;}

/* remove all the bullets, borders and padding from the default list styling */
#menu ul {padding:0;margin:0;list-style-type:none; background:transparent;}

/* style the sub-level lists */
#menu ul ul {width:150px; border:1px solid #ddd;}

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#menu ul li {float:left; display:block; padding:5px 20px 5px 10px;}

/* style the sub level list items */
#menu ul ul li{display:block;width:100px; line-height:18px; background:#fff; padding:5px 5px 0 5px; }

/* style the links for the top level */
#menu a, #menu a:visited {display:block;float:left; font-size:12px;text-decoration:none; padding:5px 5px 0 5px;}
/* hack IE5.x to get the correct the faulty box model and get the width right */
* html #menu a, * html #menu a:visited {padding:5px 5px 0 5px;}

/* style the sub level links */
#menu ul ul a, #menu ul ul a:visited {display:block; color:#fff; width:100px;height:100%;line-height:18px; padding:0; border-bottom:1px solid #444;}
* html #menu ul ul a, * html #menu ul ul a:visited  {padding:0;}


/* style the table so that it takes no part in the layout - required for IE to work */
#menu table {border-collapse:collapse; padding:0; margin:-1px; width:0; height:0; font-size:12px; z-index:1;}

/* style the third level background */
#menu ul ul ul a, #menu ul ul ul a:visited {background:#fff; }
/* style the fourth level background */
#menu ul ul ul ul a, #menu ul ul ul ul a:visited {background:#fff;}
/* style the sub level 1 background */
#menu ul :hover a.sub1 {background:#fff;}
/* style the sub level 2 background */
#menu ul ul :hover a.sub2 {background:#fff;}

/* style the level hovers */
/* first */
* html #menu a:hover {color:red; position:relative; z-index:100;}
#menu li:hover {position:relative;}
#menu :hover > a {color:red;}
/* second */
* html #menu ul ul a:hover{color:red;background:#fff; position:relative; z-index:110;}
#menu ul ul li:hover {position:relative;}
#menu ul ul :hover > a {color:red;background:#fff;}
/* third */
* html #menu ul ul ul a:hover {background:#fff; position:relative; z-index:120;}
#menu ul ul ul :hover > a {background:#fff;}
/* fourth */
#menu ul ul ul ul a:hover {background:#fff; position:relative; z-index:130;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
#menu ul ul {visibility:hidden; position:absolute;height:0;top:26px; left:0; width:100px;}

/* position the third level flyout menu */
#menu ul ul ul{left:110px;top:-4px;width:100px; background:#fff; line-height:18px;}


/* make the second level visible when hover on first level list OR link */
#menu ul :hover ul{visibility:visible; line-height:18px; padding:0; width:100px}
/* keep the third level hidden when you hover on first level list OR link */
#menu ul :hover ul ul{visibility:hidden;}
/* keep the fourth level hidden when you hover on second level list OR link */
#menu ul :hover ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
#menu ul :hover ul :hover ul{visibility:visible; left:100px;}
/* make the fourth level visible when you hover over third level list OR link */
#menu ul :hover ul :hover ul :hover ul {visibility:visible;}
/*end*/

#content {
	width:960px;
}

#leftcontent {
	float:left;
	width:370px;
	padding:0 20px;
	border-right:1px solid #CCCCCC;
}

.leftlist {
	margin:10px 0 0 0;
	padding:0;
	width:370px;
	list-style:none;
}

.leftlist li {
	float:left;
	margin:0;
	padding:0;
	margin:0  0 0 13px;
	width:162px;
	line-height:24px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;

}

.listtitle {
	float:left;
	width:14px;
	margin:0;
	font-size:14px;
	line-height:18px;
	font-weight:bold;
}

.gifts {
	margin:20px 0 0 0;
	padding:0;
	width:370px;
	list-style:none;
}

.gifts li{
	float:left;
	margin:0;
	padding:0;
	margin:0  0 0 15px;
}

#maincontent {
	float:left;
	width:275px;
	padding:0 20px;
	border-right:1px solid #CCCCCC;
}

.mainlist {
	margin:0;
	padding:0;
	list-style:none;
}

.mainlist li {
	margin:0 0 5px 0;
	padding:0;
	width:275px;
	line-height:18px;
	clear:left;

}

.mainlist h3, .rightlist h3 {
	margin:0 0 5px 0;
	padding:0;
	font-size:14px;
	font-weight:bold;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;	
}	

.mainlist h3 {
	width:275px;
}

.rightlist h3 {
	width:190px;
}

.mainlist img{
	float:left;
	margin:0 20px 10px 0;
	border:1px #a5a5a5 solid;
}

.imgstyle2 img
{
	margin:0 10px 10px 0;
	border:none;
}

.rightlist p {
	margin:0;
	padding:0;
	line-height:18px;
	
}

.mainlist p {
	margin:0;
	padding:0;
	line-height:24px;
	font-size:14px;
	width:275px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;	
}

.textlist {
	margin:0 0 20px 0;
}

#rightcontent {
	float:left;
	width:190px;
	padding:0 20px;
}

.rightlist {
	margin:0;
	padding:0;
	list-style:none;
}

.rightlist li {
	width:190px;
	padding:0 0 5px 0;
	margin:0 0 5px 0;
	border-bottom:1px #ccc solid
}

.rightpic {
	float:left;
	width:120px;
	text-align:center;
	clear:left;
}

#copyright {
	width:960px;
	height:40px;
	padding:20px 0 0 0;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
}

.clear {
	clear:both;
}