.home{
    width:730px;
	margin:0 auto;
	display:table;
	margin:20px;
	padding:0 0 50px 0;
	font-family:"arial";
}

.home-top{
    width:730px;
	height:280px;
}

/*------------------------------------------------------------------------------------------------------------------------------*/

.home-top-esq{
	width:450px;
	float:left;
	padding-right:30px;
	display:table;
}

/*------------------------------------------------------------------------------------------------------------------------------*/

.home-top-right{
	width:250px;
	height:250px;
	float:left;
	background:url(img/home-top-right_bg.png);
}

.home-top-right form{ margin:0; padding:0;}

.home-top-right table {
	margin: 6px auto 0 auto;
	font-size: 12px;
	width:240px;
}

.home-top-right table th {
	text-align: left;
	padding:5px;
	color:white;
	font-weight:normal;
}

.home-top-right table th.title{ 
    color:white;
	font-size:18px;
	text-align:center;
}

.home-top-right table th.advantages{ 
    color:white;
	font-size:12px;
	line-height:16px;
}

.home-top-right table input.btn {
    background:#333333;
	border:1px outset;
	color:white;
	cursor:pointer;
	font-weight:bold;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

/*------------------------------------------------------------------------------------------------------------------------------*/

.home-bottom{ 
    width:700px;
	margin-top:20px;
	text-align:left;
	height:390px;
}

.home-bottom-frames{
    width:200px;
	height:175px;
	text-align:left;
	float:left;
	margin:0 40px 40px 0;
	cursor:pointer;
}

.home-bottom-frames-img{
    width:200px;
	height:120px;
}

.home-bottom-frames img{
    border:none;
}

.home-bottom-frames h1{
    margin:0;
	padding:0 0 0 2px;
	text-align:left;
	font-size:14px;
	height:25px;
	line-height:25px;
	color:#0099FF;
	color:white;
	background:url(img/home-bottom-frames-h1_bg.png);
}

.home-bottom-frames p{
    margin:5px 0 0 0;
	padding:0 0 0 2px;
	color:white;
	font-size:11px;
	line-height:13px;
	height:25px;
}

