/* Layout */
* { /*reset page default style*/
    margin: 0px; 
    padding: 0px; 
    border: 0px; 
    outline: none; 
}
html, body {
    background: #ccc;
    /*filter: grayscale(0.7);*/
} 
#document {
    width: 1000px; 
    height: 100%;
    background: #ffffff;
    text-align: left;
    padding-bottom: 1px;
}
#header {
    height: 172px;
    background: #FFFFFF;
    margin: 0px 20px;
}
#content {
    margin: 0px 20px;
    background: #fff; 
    /*margin-bottom: 20px;
    min-height: 300px;
    position: relative;*/ 
}

#footer {
    border-top: solid 2px #993366;                       
    padding: 20px 0;
    width: 960px;
    background: #fff;
    margin: 0 20px;
}

#mainmenu {
	height: 55px;
	width: 960px;
	background: transparent url('../img/background/bg_menu.png') repeat-x;

	z-index: 999;
}
/* panel */
#category-box {
	position: relative;
	z-index: 999;
	background: transparent url(../img/background/bg_slide_bottom.png) center bottom no-repeat;
}
/* content */
#content-render {
    z-index: 998;   
	top: -14px;
    background-color: #fff;
}
#content-header {
    min-height: 46px;
    width: 960px; 
    margin-top: 6px;
    background: url('../img/background/bg_content_box_gray.png') no-repeat;
}
.content-box {
    margin-top: 20px;
}
#content-left {
	float: left;
	width: 256px;
	margin-right: 24px;
	min-height: 420px;
}
#content-right {
	margin-left: 280px;	
}
#main-box {
	padding: 16px 0;
}
#index-box {
	margin-top: 6px;
}

#footer-menu{
    height: 70px;
    background: url('../img/background/bg_menu_gray.png') no-repeat;
}
