*{
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	color: #D9D9D9;
	font-family: Arial, Helvetica, sans-serif;
}
body{
	text-align: left;
	background-color: #232323;
	width: 100%;
	height: 100%;
	margin: 0px;		
}
a img{
	border: none;
}
a{
	color: #96D3FF;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
hr{
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	color: #656565;
	margin-bottom: 10px;
	margin-top: 10px;
}
ul{
	margin: 0px;
	padding: 0px;
}
ul li{
	list-style-image: url(images/li_arrow.gif);
	list-style-position: outside;
	margin-left:30px;
	margin-bottom: 10px;
	line-height: 11px;
}
input,textarea{
	width: 80px;
	height: 22px;
	padding: 3px 5px 5px 5px;
	line-height: 12px;
	background-color: #373737;
	border: 1px solid #646464;
	color:#A4A4A4;
}
select{
	height: 22px;
	padding: 3px 5px 5px 5px;
	line-height: 12px;
	background-color: #373737;
	border: 1px solid #646464;
	color:#A4A4A4;
	font-size: 10px;	
}
textarea{
	overflow-y: hidden;
	overflow: -moz-scrollbars-vertical;
}
.frame_top{
	width: 644px;
	height: 7px;
	background-image: url(images/frame_top.gif);
	background-repeat: no-repeat;
	font-size: 6px;
	line-height: 6px;
	margin: 0px;
}
.frame_rep{
	width: 644px;
	height: 516px;
	background-image: url(images/frame_rep.gif);
	background-repeat: repeat-y;
	margin: 0px;
	display: table;
}
.frame_bot{
	width: 644px;
	height: 7px;
	background-image: url(images/frame_bot.gif);
	background-repeat: no-repeat;
	font-size: 6px;
	line-height: 6px;
}
.main{
	width:600px;
	display: table;
   margin:20px;
}
.title{
	font-size: 13px;	
	margin-bottom: 10px;
	font-weight: bold;

}
.left{
	width: 360px;	
	margin-left: 20px;		
}
.right{
	margin-left: 15px;
	width: 165px;		
}
.right ul li{
	list-style-image: url(images/li_arrow.gif);
}
.offer{
	width: 100%;
	border-bottom:1px solid #656565; 		
}
.offer_inside{
	width: 565px;
	margin: 15px;
}
.offer_img{
	width: 120px;
	height: 90px;
	background-position: center;
	background-repeat: no-repeat;
	float: left;
	border: 1px solid #656565;
	margin-right: 30px;
	display: table;
}
.offer_img a{
	display: block;
	width: 100%;
	height: 100%;
}
.offer_txt{
	width: 410px;
	display: table;
}
.offer_txt a{
	color: #9FCF2C;
}
.ablock{
	width: 100%;
	height: 100%;
	display: block;
	/*border: 1px solid #656565;*/
}
.small_img{
	width: 73px;
	height: 55px;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 4px;
	margin-left: 2px;
}
.small_img a{
	display: block;
	width: 100%;
	height: 100%;
}
.text_right{
	text-align: right;
	padding-right: 30px;
}

