html, body { width: 100%; height: 100%; padding: 0; margin: 0; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
body{font-family: arial;*font-size: 16px; color:#000;}
table {
    border-collapse:collapse;
	border-spacing:0;
}
table td{padding:0;}
a { color:#ffd800; outline: none; -moz-outline: 0; border: none; border-width:0; }
a:hover{ color:#d8c978;}
a:active { outline: none; -moz-outline: 0; }
a:focus { outline: none; -moz-outline: 0; }
ul{list-style-type:none; list-style-image:none; list-style-position:outside;}
img { border: none; border-width: 0; }
h1{font-size: 30px; font-weight:normal; color:#fff;}

div.main { 
	min-height: 100%; 
	_height: 100%;
    position:relative;
    background:url("../img/bodyBg.jpg") repeat-y;
}
div.block{
   	overflow: hidden;
   	zoom: 1;
    width:998px;
}


.content{
    padding:0 30px 0 25px;
}

.right{
	width:410px;
	float:left;
    background:url("../img/menuBg.jpg")  no-repeat;
    background-position: 0 465px;
    min-height:1100px;
    height:auto;
    _height:1100px;
}
.right .menu{
    position:relative;
    z-index:5;
    padding: 0 0 20px 45px;
}
.menu ul{
    font-size:14px;	
}
.menu ul li{
    padding:0 5px 7px 0;
    *padding:0 5px 5px 0;
}

.category{
	color:#fff;
    font-size:30px;
    padding:0 0 15px 40px;
}


.left{
    width:576px;
    float:left;
    background:url("../img/leftBg.jpg") 0 0 no-repeat;
}

.top{
    width:532px;
    height:460px;    
}
.topImg{
    background:url("../img/headImg.png") no-repeat;
    _background:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/headImg.png', sizingMethod='scale');
    width:532px;
    height:242px;
    margin:20px 0 0 20px;
}

.beauty{
    margin:20px 0 0 25px;
    width:380px;
    height:460px;   
}
.beauty .logo{
    background:url("../img/logo.png") no-repeat;
    _background:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/logo.png', sizingMethod='scale');
    width:380px;
    height:130px;
    margin-bottom:10px;
}
.beauty p{
    color:#000;
    font-size:12px;
    line-height:14px;
    width:307px;
    padding-left:30px;
}
.welk{
    position:absolute;
    top:300px;
    left:30px;
    overflow:hidden;
    zoom:1;
    z-index:10;
}
.welk .name{
    background:url("../img/welk.png") no-repeat;
    _background:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/welk.png', sizingMethod='scale');
    width:169px;
    height:60px;
    float:left;
}
.welk .text{
    background:url("../img/welkBg.png") no-repeat;
    _background:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/welkBg.png', sizingMethod='scale');
    width:661px;
    height:144px;
    float:left;    
}
.welk .text p{
    color:#000;
    font-size:14px;
    line-height:24px;
    padding:10px 20px;
}

.content h1{
	padding:0 0 10px 0;
}

.image{
    float:left;
    width:204px;
    height:204px;
    margin: 8px 20px 5px 0;
    z-index:5;
    background: url(../img/imgBg.png) no-repeat;
    _background:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/imgBg.png', sizingMethod='scale');
}
.image img{
	position:relative;
    top:2px;
    left:2px;
}

.content p{
    line-height:20px;
    padding:0 0 25px 0;
    font-size:13px;
    font-family:arial, sans-serif;
}

.footer{
    height:100px;
    clear: both;
    float: none;	
    width:998px;
}

.copy{
    padding:20px 90px 0 0;
    font-size:24px;
    z-index: 2;
    color:#fff;
    float:right;
}
.copy .year{
	padding-left: 25px;
    color:#000;
    font-family:times new roman;
}
.google{
	z-index: 2;
    padding:20px 0 0 50px;
    color:#000;
}
.google input{
    margin:0 3px;
}