html, body { width: 100%; height: 100%; padding: 0; margin: 0; }
body{font-family: 'Arial','Tahoma';*font-size: 16px; color:#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:#8ad5ff; outline: none; -moz-outline: 0; border: none; border-width:0; }
a:hover{ color:#d0eaf9;}
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%;
    position:relative;
    background:#3369b3 url("../img/bodyBg.jpg") repeat-x;
    *background:#295dab url("../img/bodyBg.png") repeat-x;
    background-position:left bottom;
}
div.block{
    width:964px; 
    margin: 0 auto;
    zoom:1;
    position: relative;	
    overflow: hidden;

}
div.header{
    overflow:hidden;
    zoom:1;
    position:relative;
    width: 964px;
    height:449px;
}
div.header .titleI{
     background: url(../img/title.png) no-repeat;
    width:476px;
    height:55px;
    position:absolute;
    top:55px;
    left:50px;
     _background:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/title.png', sizingMethod='scale');
}
div.header .headR{
    background: url(../img/headerR.png) no-repeat;
    width:675px;
    height:449px;
    position:absolute;
    top:0;
    right:1px;
     _background:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/headerR.png', sizingMethod='scale');
}
div.header .headL{
    background: url(../img/headerL.png) no-repeat;
    width:288px;
    height:449px;
    position:absolute;
    top:0;
    left:0;
    _background:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/headerL.png', sizingMethod='scale');
}

.header .title{
	position: absolute;
	top:105px;
	left:420px;
	font-size: 18px;
	color:#47aee7;
}

.header .text{
	font-size: 15px;
	line-height:23px;
    position:absolute;
    width:558px;
    color:#fff;
    top:140px;
    left:25px;
}
.header .text p{
    padding-bottom:30px;
}

div.left{
	margin-left: 1px;
    _display:inline;
	width:276px;
	float:left;
    position:relative;
    background: url(../img/menuB.png) no-repeat;
    background-position:left bottom;
    _background:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/menuB.png', sizingMethod='scale');
}
div.menu{
    padding:0 10px 5px 30px;
}
div.menu .category{
    color:#fff;
    font-size: 28px;
    padding:0 0 17px 0;

}
div.menu ul{
    font-size:14px;
    font-family:arial, sans-serif;
    padding-bottom:30px;
}
div.menu ul li{
    padding:0 5px 7px 1px;
    *padding:0 5px 3px 1px;
}

div.left .text{
	color:#919191;
	font-size:14px;
	line-height:24px;
	width:266px;
}
div.left .text p{
	padding-top: 5px;
}

div.right{
    position:relative;
	z-index: 5;
	margin: 30px 0 10px 305px;
}
div.content{}
div.content h1{
    padding:0 0 15px 0;
}

div.links{
	padding:10px 0;
}
div.image{
    float:left;
    width:208px;
    height:208px;
    margin: 5px 15px 15px 0;
    background:url("../img/imgBg.png") no-repeat;
     _background:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/imgBg.png', sizingMethod='scale');
}
div.image img{
    margin:4px 0 0 4px;
}

div.content p{
    line-height:28px;
    padding:0 0	 25px 0;
    font-size:14px;
    font-family:arial, sans-serif;
}
div.footer{
    padding-bottom:15px;
	clear:both;
    overflow:hidden;
    zoom:1;
	z-index: 5;	
}
div.footer div.google{
	color:#000;
	position: relative;
    padding:10px 0 0 300px;
}
div.footer div.google input{
    margin:0 3px;
}
div.copy{
	padding: 10px 0 0 5px;
    font-size:18px;
    color:#fff;
    z-index: 2;
    position: relative;
    float:left;
}

