html, body { width: 100%; height: 100%; padding: 0; margin: 0; }
body{font-family: 'Tahoma', 'Arial';*font-size: 16px;}
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:#001e43; outline: none; -moz-outline: 0; border: none; border-width:0; }
a:hover{ color:#98c1f5;}
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:#ea933d; padding-bottom:5px;}
div.main {min-height: 100%;  _height: 100%; min-width:998px; width:expression(document.body.clientWidth < 998 +2 ? "998px": "auto" );}
div.block{
    position: relative;
    overflow:hidden;
    zoom:1;
    margin-right:40px;
}
div.header{
    overflow:hidden;
    zoom:1;
    height:380px;
}
div.header .headerL{
    background:url("../img/headerL.jpg") no-repeat;
    width:288px;
    height:380px;
    float:left;
}
div.header .headerR{
    background:url("../img/headerR.jpg") no-repeat;
    height:380px;
    margin-left:290px;
    color:#e98f3b;
    position:relative;
}
div.header .headerR .text{
    position:absolute;
    left:50px;
    font-size:14px;
    top:170px;
}
div.header .headerR p{
    line-height:24px;
}
div.header .headerR p.one{
    padding-bottom:30px;
}

div.left{
    background:url("../img/menuBg.jpg") no-repeat;
    float:left;
	width:310px;
    min-height: 496px;
    height: auto;
    _height: 496px;
    position:relative;
}
div.menu ul{
    margin:0 0 0 70px;
    font-size:12px;
    font-family:arial, sans-serif;
}
div.menu ul li{
    padding:0 5px 7px 1px;
    *padding:0 5px 3px 1px;
}

div.right{
    margin-left:330px;
}
div.content{
    z-index:10;
    position:relative;
    zoom:1;
    background:url("../img/contentBg.jpg") no-repeat;
    background-position:right bottom;
    min-height:650px;
    height:auto;
    _height:650px;
    padding-bottom:150px;
}

div.content .links{
    padding:10px 0;

}
div.image{
	padding-top: 20px;
    margin:0 20px 25px 0;
    float:left;
    width:200px;
    height:200px;
}

div.content p{
    color:#000;
    line-height:24px;
    padding-bottom:30px;
    font-size:12px;
    font-family:arial, sans-serif;
}
div.footer{
    left:60px;
    bottom:0;
    z-index:100;
    height:140px;
    position:absolute;
}
div.footer div.google{
    padding:5px 0 10px 20px;
}
div.footer div.google input{
    margin:0 3px;
}
div.copy{
    background:url("../img/footerBg.jpg") no-repeat;
    padding:40px 20px 15px 200px;
    color:#ea933d;
    font-size:17px;
}

