@charset "utf-8";
/* CSS Document */

img, div { behavior: url(iepngfix.htc) }

body{
	margin:0;
	padding:0;


}
#outer{
	width:auto;
	border-top:  solid 5px #e0e5ea;
}
#layout{
	width:900px;
	margin:auto;
}
#logo{
	background-image:url(images/logo.jpg);
	background-repeat:no-repeat;
	height:66px;
	width:900px;
	margin-top:5px;
	
	
}
#inner{
	width:900px;
	height:100%;
	background-image:url(images/bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	margin-top:10px;
	
}
#box{
	width:400px;
	height:170px;
	float:left;
	padding-left:10px;
	padding-top:10px;
}
#height{
	height:35px; width:200px; float:left;
	padding-top:325px;
	padding-left:150px;
}
.Features{
	width:88px;
	height:24px;
	background-image: url(images/features.png);
	background-repeat:no-repeat;
	background-position:bottom right;
	margin-right:0px;
	outline:none;

}
.Features:hover{
	background-image:url(images/features.png);
	outline:none;
}
.Tutorial {
	width:88px;
	height:24px;
	background-image: url(images/tutorial.png);
	background-repeat:no-repeat;
	background-position:bottom right;
	margin-top:10px;
	
}
.Tutorial:hover{
	background-image: url(images/tutorial.png);
}
.download{
	width:219px;
	height:38px;
	margin-top:200px;
	float:left;
	background-image:url(images/download.jpg);
}
.download:hover{
	
	background-image:url(images/download_active.jpg);
}
.text01{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#234d5d;
	text-decoration:none;
    outline:none;
	text-align:left;
	line-height:24px;
}
.text0{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#b1bdca;
	text-decoration:none;
	text-align:right;
	line-height:24px;
}
a.text0:hover{
	text-decoration:underline;
	color:#B3BFCB;
}
.text02{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	font-weight:bold;
	line-height:18px;
}
.ftop{
	background-image:url(images/features_top.jpg);
	width:865px;
	height:52px;
}
.fcen{
	background-image:url(images/f_center.jpg);
	background-repeat:repeat-y;
	width:820px;
	padding:0px 25px 0px 20px;
}
.fbottom{
	background-image:url(images/f_bottom.jpg);
	width:865px;
	height:20px;
	margin-bottom:10px;
}
.text3{
	width:200px;
	padding-top:22px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding-left:10px;
	color:#FFF;
	
}

.home{
	background-image:url(images/home.jpg);
	background-repeat:no-repeat;
	background-position:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#000000;
	padding-left:15px;
	background-position:left bottom;
	line-height:28px;
	cursor:pointer;
}
.home:hover{
	background-image:url(images/home_over.jpg);
	color:#999;
}
	

	
	
 
