html, body {
    margin:0;
	padding:0;
}
/**header**/
.header {
    width:100%;
    height:162px;
	z-index:1000;
	position:fixed;
}
.center {
    width:960px;
    margin:0 auto;
}
#logo {
    display:block;
    float:left;
    width:131px;
    height:97px;
    margin:13px 0 0 0;
    background:url(http://img.dt00.net/public/popunders/thematic_popunder/images/logo.png) no-repeat;
	overflow:visible;
/*    text-indent:-9999px;*/
}
.title {
    width:320px;
    margin: 0 0 20px;
    padding: 25px 0 0 15px;
	font:bold 30px Arial, Helvetica, sans-serif;
    color:#446087;
	display:block;
	height:72px;
	margin:0 140px 20px;
	cursor:default;
}
#add_button{
	display:block;
	width:240px;
	height:76px;
	background:url(http://img.dt00.net/public/popunders/thematic_popunder/images/add_button.png) no-repeat;
	color:#fff;
	font:400 18px Arial, Helvetica, sans-serif;
	text-align:center;
	float:right;
	margin:20px 150px 0 0;
	padding:12px 0 0 0;
}
.menu {
    display:block;
    width:680px;
    margin:0;
    padding:0;
    list-style:none; 
	margin:0 140px;
}
.menu li {
    display:block;
    float:left;
	height:32px;
}
.menu li a {
    display:block;
    width:150px;
    height:25px;
    margin:5px 10px;
    padding:5px 0;
    text-align:center;
    background:url(http://img.dt00.net/public/popunders/thematic_popunder/images/button.png);
    text-decoration:none;
    font:15px Arial, sans-serif;
    letter-spacing: -0.5px;
    color:#fff;
}
.menu li a.health-active, .health:hover {
    background:url(http://img.dt00.net/public/popunders/thematic_popunder/images/health_h.png);
}
.menu li a.electronic-active, .electronic:hover {
    background:url(http://img.dt00.net/public/popunders/thematic_popunder/images/electronic_h.png);
}
.menu li a.all4home-active, .all4home:hover {
    background:url(http://img.dt00.net/public/popunders/thematic_popunder/images/all4home_h.png);
}
.menu li a.entertaiment-active, .entertaiment:hover {
    background:url(http://img.dt00.net/public/popunders/thematic_popunder/images/entertaiment_h.png);
}
/**content**/
.wrap {
    padding: 162px 0 10px 0;
/*    padding: 0 0 10px 0;*/
    background:url(http://img.dt00.net/public/popunders/thematic_popunder/images/bg.gif) repeat;
}
.content {
    min-width:990px;
    width:100%;
    margin:0 auto;
    overflow:hidden;
    border:0px solid #fff;
}
.box{
	float:left;
	position:relative;
	overflow:hidden;
}
.informer{
	height:310px;
	min-width:220px;
	margin:0 5px 10px;
	overflow:hidden;
	position:relative;
    background:#fff;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    -khtml-border-radius: 10px;
}
.link {
    display:block;
    margin:0 auto;
    padding:10px 10px 0 10px;
    width:198px;
    text-align:center;
    text-decoration:none;
    font:bold 12px Geneva, Arial, Helvetica, sans-serif;
    color:#4F4F4F;
}
.link img {
    border:1px solid #DCDCDC;
    display:block;
}
.text {
    width:198px;
    padding:0 10px;
    margin:0 auto;
    text-align:center;
    font:12px Geneva, Arial, Helvetica, sans-serif;
    color:#4F4F4F; 
}
.news, .goods {
    width:100%;
    height:32px;
    position:absolute;
    bottom:0px;
    left:0px; 
    border-radius:0 0 10px 10px;
    -webkit-border-radius:0 0 10px 10px;
    -moz-border-radius:0 0 10px 10px;
    -khtml-border-radius:0 0 10px 10px;
}
.price {
    display:block;
    float:left;
    width:40%;
    height:27px;
    margin:0;
    font:bold 18px/30px Geneva, Arial, Helvetica, sans-serif;
	cursor:default;
    text-align:center;
    color:#fff;
	overflow:hidden;
	padding-left:2px;
}
.button {
    color: #FFFFFF;
    display: block;
    float: right;
    font: 15px/30px Geneva,Arial,Helvetica,sans-serif;
    height: 27px;
    margin: 0;
    text-align: center;
    text-decoration: none;
    width: 48%;
}
/* start MAIN page */
body.main_page .header{
    background:url(http://img.dt00.net/public/popunders/thematic_popunder/images/header_bg.gif) center top no-repeat;	
}
body.main_page .news {
    background:url(http://img.dt00.net/public/popunders/thematic_popunder/images/button_bg.gif) 58% top no-repeat;
}
body.main_page .news:hover {
    background:url(http://img.dt00.net/public/popunders/thematic_popunder/images/button_bg.gif) 58% -32px no-repeat;
}
body.main_page .goods {
    background:url(http://img.dt00.net/public/popunders/thematic_popunder/images/button_bg.gif) 58% -64px no-repeat;
}
body.main_page .goods:hover {
    background:url(http://img.dt00.net/public/popunders/thematic_popunder/images/button_bg.gif) 58% -96px no-repeat;
}
/* end MAIN page */

/* start HEALTH page*/
body.health_page .header{
    background:url(http://img.dt00.net/public/popunders/thematic_popunder/images/header_bg.gif) center -648px no-repeat;	
}
body.health_page .news {
    background:url(http://img.dt00.net/public/popunders/thematic_popunder/images/button_bg.gif) 58% -128px no-repeat;
}
body.health_page .news:hover {
    background:url(http://img.dt00.net/public/popunders/thematic_popunder/images/button_bg.gif) 58% -160px no-repeat;
}
body.health_page .goods {
    background:url(http://img.dt00.net/public/popunders/thematic_popunder/images/button_bg.gif) 58% -192px no-repeat;
}
body.health_page .goods:hover {
    background:url(http://img.dt00.net/public/popunders/thematic_popunder/images/button_bg.gif) 58% -224px no-repeat;
}
/* end HEALTH page*/
/* start ELECTRONIC page */
body.electronic_page .header{
    background:url(http://img.dt00.net/public/popunders/thematic_popunder/images/header_bg.gif) center -324px no-repeat;	
}
body.electronic_page .news {
    background:url(http://img.dt00.net/public/popunders/thematic_popunder/images/button_bg.gif) 58% -256px no-repeat;
}
body.electronic_page .news:hover {
    background:url(http://img.dt00.net/public/popunders/thematic_popunder/images/button_bg.gif) 58% -288px no-repeat;
}
body.electronic_page .goods {
    background:url(http://img.dt00.net/public/popunders/thematic_popunder/images/button_bg.gif) 58% -320px no-repeat;
}
body.electronic_page .goods:hover {
    background:url(http://img.dt00.net/public/popunders/thematic_popunder/images/button_bg.gif) 58% -352px no-repeat;
}
/* end ELECTRONIC page */
/* start ALL FOR HOME page */
body.all4home_page .header{
    background:url(http://img.dt00.net/public/popunders/thematic_popunder/images/header_bg.gif) center -162px no-repeat;	
}
body.all4home_page .news {
    background:url(http://img.dt00.net/public/popunders/thematic_popunder/images/button_bg.gif) 58% -384px no-repeat;
}
body.all4home_page .news:hover {
    background:url(http://img.dt00.net/public/popunders/thematic_popunder/images/button_bg.gif) 58% -416px no-repeat;
}
body.all4home_page .goods {
    background:url(http://img.dt00.net/public/popunders/thematic_popunder/images/button_bg.gif) 58% -448px no-repeat;
}
body.all4home_page .goods:hover {
    background:url(http://img.dt00.net/public/popunders/thematic_popunder/images/button_bg.gif) 58% -480px no-repeat;
}
/* end ALL FOR HOME page */
/* start ENTERTAIMENT page */
body.entertaiment_page .header{
    background:url(http://img.dt00.net/public/popunders/thematic_popunder/images/header_bg.gif) center -486px no-repeat;	
}
body.entertaiment_page .news {
    background:url(http://img.dt00.net/public/popunders/thematic_popunder/images/button_bg.gif) 58% -512px no-repeat;
}
body.entertaiment_page .news:hover {
    background:url(http://img.dt00.net/public/popunders/thematic_popunder/images/button_bg.gif) 58% -544px no-repeat;
}
body.entertaiment_page .goods {
    background:url(http://img.dt00.net/public/popunders/thematic_popunder/images/button_bg.gif) 58% -576px no-repeat;
}
body.entertaiment_page .goods:hover {
    background:url(http://img.dt00.net/public/popunders/thematic_popunder/images/button_bg.gif) 58% -608px no-repeat;
}
/* end ENTERTAIMENT page */

.footer {
    text-align:center;
    padding:10px;
}
.footer a {
    text-decoration:none;
    font:13px Geneva, Arial, Helvetica, sans-serif; 
    color: #000080;
}