html, body { width: 100%; height: 100%; padding: 0; margin: 0; }
body{font-family: 'Tahoma', 'Arial';*font-size: 16px; background:#000; color:#ebebeb;}
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:#306e91; outline: none; -moz-outline: 0; border: none; border-width:0; }
a:hover{ color:#1a95db;}
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{padding:0 0 18px 0; 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{
    width:998px;
    margin:0 auto;
	position: relative;
    overflow:hidden;
    zoom:1;
}
div.header{
    overflow:hidden;
    zoom:1;
    height:375px;
}
div.header .headerImg{
    background:url("../img/header.jpg") no-repeat;
    width:859px;
    height:371px;
}

div.left{
    _display:inline;
    float:left;
	width:260px;
    position:relative;
    padding-bottom:100px;
    margin-left:25px;
}
div.left .category{
    font-size: 28px;
    font-family:arial, sans-serif;
    color:#fff;
}

div.menu ul{
    width:255px;
    font-size:12px;
    font-family:arial, sans-serif;
}
div.menu ul li{
    padding:8px 5px 0 1px;
}

div.right{
    margin-left:280px;
}
div.content{
    z-index:10;
    margin:0 35px 20px 0;
    position:relative;
    zoom:1;
    background:url("../img/contentBg.jpg") no-repeat;
    background-position:right bottom;
    min-height:600px;
    height:auto;
    _height:600px;
}

div.content .links{
    padding:10px 0;

}
div.image{
    background:url("../img/imgBg.jpg") no-repeat;
    float:left;
    width:271px;
    height:269px;
    margin:0 20px 20px 0;
}
div.image img{
    margin:35px 0 0 40px; 
}

div.content p{
    line-height:24px;
    padding-bottom:30px;
    font-size:12px;
    font-family:arial, sans-serif;
}
div.footer{
    z-index:1;
    clear:both;
    height:133px;
    position:relative;
}
div.footer .imgF{
    position:absolute;
    top:-74px;
    z-index:1;
}
div.google input{
    margin:0 3px;
}
div.footer ul{
    padding-left:322px;
}
div.footer li.copy{
    padding-top:20px;
    color:#306e91;
    font-size:17px;
}

