html, body { width: 100%; height: 100%; padding: 0; margin: 0; }
body{font-family: 'Tahoma', 'Arial';*font-size: 16px; color:#cdf4b5; background:#000;}
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;
}
table {
    border-collapse:collapse;
	border-spacing:0;
}
table td{padding:0;}
p{padding-bottom: 15px;}
a { color:#96c757; outline: none; -moz-outline: 0; border: none; border-width:0; }
a:hover{ color:#b8fe5e;}
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: 28px; font-family:arial, sans-serif; font-weight:normal; color:#fff; }
div.main {min-height: 100%; _height: 100%; width:998px; margin:0 auto;}
div.block{
	position: relative;
    overflow:hidden;
    zoom:1;
}
div.header{
    width:940px;
    margin:0 auto;
    overflow:hidden;
    zoom:1;
    height:530px;
    margin-bottom:20px;
}
div.header p{
    color:#fff;
    font-size:14px;
    line-height:26px;
    position:absolute;
    width:870px;
    left:70px;
}
div.header p.first{
    top:302px;
}
div.header p.second{
    top:375px;
}
div.header p.third{
    top:423px;    
}
div.header .headerImg{
    background:url("../img/header.jpg") no-repeat;
    width:939px;
    height:561px;
}

div.left{
    float:left;
	width:250px;
    position:relative;
}
div.left .category{
    color:#fff;
    font-size:28px;
    padding-left:25px;
}
div.menu ul{
    margin-left:30px;
    font-size:17px;
    font-family:arial, sans-serif;
}
div.menu ul li{
    padding:0 5px 7px 1px;
    *padding:0 5px 3px 1px;
}

div.right{
    margin-left:290px;
}
div.content{
    z-index:10;
    position:relative;
    zoom:1;
    background:url("../img/contentBg.jpg") no-repeat;
    background-position:53px 245px;
    min-height:600px;
    height:auto;
    _height:600px;
}
div.content h1{
    padding-bottom:15px;
}

div.content .links{
    padding:10px 0;

}
div.image{
    background:url("../img/imgBg.jpg") no-repeat;
    float:left;
    width:222px;
    height:223px;
    margin:0 25px 10px 0;
}
div.image img{
    margin:11px 0 0 10px;
}

div.content p{
    line-height:24px;
    padding-bottom:30px;
    font-size:12px;
    font-family:arial, sans-serif;
}
div.footer{
    clear:both;
    overflow:hidden;
    zoom:1;
    height:100px;
}
div.footer div.google{
    padding:15px 0 0 20px;
}
div.footer div.google input{
    margin:0 3px;
}
div.copy{
    float:left;
    padding:22px 35px 0 0;
    color:#2ba01f;
    font-size:17px;
}

