html, body { width: 100%; height: 100%; padding: 0; margin: 0; }
body{font-family: 'Tahoma', 'Arial';*font-size: 16px; background:#dcebff; color:#808080;}
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:#87d1fa;}
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:#a68787; }
div.main { min-height: 100%; _height: 100%; min-width:998px; width:expression(document.body.clientWidth < 998+2? "998px": "auto");  position:relative;}
div.block{
    zoom:1;
    padding-bottom:50px;
}
div.header{
    overflow:hidden;
    zoom:1;
    position:relative;    
    z-index: 2;
}
div.header .img{
	background: url(../img/header.png) no-repeat;
	width:750px;
	height:535px;
    _background:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/header.png', sizingMethod='scale');
    float:left;
}
div.header .text{
	margin:20px 40px 0 800px;
	font-size:14px;
	line-height: 20px;
	color:#306e91;
}
div.left{
    _display:inline;
	z-index: 2;
	width:235px;
	float:left;
    position:relative;
    margin: 30px 0 50px 40px;
}
div.menu{}
div.menu ul{
    font-size:14px;
    font-family:arial, sans-serif;
}
div.menu ul li{
    padding:0 5px 7px 1px;
    *padding:0 5px 3px 1px;
}

div.right{
	z-index: 2;
	margin: 10px 0 50px;
	margin-left: 300px;
    position:relative;
}
div.content{}
div.content h1{
    padding-bottom:5px;
}

div.links{
	padding:10px 0;
}
div.image{
    position:relative;
    z-index:2;
    float:left;
    width:208px;
    height:208px;
    margin:10px 15px 8px 0;	 
    background:url(../img/imgBg.jpg) no-repeat;
}
div.image img{
	margin: 4px 0 0 4px;
}
div.content p{
    line-height:28px;
    padding:0 50px 25px 0;
    font-size:14px;
    font-family:arial, sans-serif;
}
div.footer{
	
	height:90px;
	clear:both;
	overflow: hidden;
	zoom:1;
}
div.footer div.google{
	color:#000;
	padding:7px 0 0 340px;
	z-index: 2;
	position: relative;
}
div.footer div.google input{
    margin:0 3px;
}
div.copy{
	float: left;
	padding: 10px 0 0 30px;
    font-size:17px;
    color:#306e91;
    z-index: 2;
    position: relative;
}
.flowerL{
	position: absolute;
	left:40px;
	bottom: 30px;
	background: url(../img/flowerL.png) no-repeat;
    _background:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/flowerL.png', sizingMethod='scale');
	width:628px;
	height:1104px;
	z-index: 1;
}
.flowerR{
	position: absolute;
	right:40px;
	bottom: 40px;
	background: url(../img/flowerR.png) no-repeat;
    _background:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/flowerR.png', sizingMethod='scale');
	width:490px;
	height:993px;
	z-index: 1;
}


