body {
	background-image: url(/images/bkgrd.png); 
	background-repeat: repeat-x; 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
}

.main {
	BACKGROUND: url(/images/main_back.gif) repeat-y left top; MARGIN: 70px auto 0px; WIDTH: 905px;
}
.main_in1 {
	BACKGROUND: url(/images/main_top.gif) no-repeat left top;
}
.main_in2 {
	BACKGROUND: url(/images/main_bot.gif) no-repeat left bottom; 
}

h1 {
	color: #154585;
	font-size: 18px;
}

#news_block {
	width: 200px;
	padding-right: 5px;
	padding-top: 5px;
}

.news_item  {
	width: 100%;
	font-size: 12px;
	color: #4E4E4E;
	float:none;
	padding: 5px;
/*	border-left: 1px solid #666; */
	margin: 5px;
	}

.newsText 
	{ 
	font-size: 12px;	
	color: #154585;
	padding-top: 5px;
	padding-bottom: 5px;
	}

.newsText a 
	{ 
	color: #154585;
	text-decoration:none;
	}

.newsText a:hover 
	{ 
	color: #154585;
	text-decoration:underline;
	}


.copyright {
/*	font-family: Arial, Helvetica, sans-serif; */
	font-size: 10px;
	color: #154585;
	padding-top:5px;
}
.menufill {
	background: url(/images/menu_fill.jpg) repeat-x;
}

.menuline {
	background: url(/images/menu_line.gif) repeat-x bottom;
}

/* menu-nav */
ul#menu-nav 
{
	list-style: none;
	margin: 0;
	line-height: 30px;
	padding: 0 0 0 0;
}

ul#menu-nav li
{
	display: block;
	float: left;
	height: 26px;
	width: 100px;
	position: relative;
	white-space: nowrap;
	text-align:center;
	font-size: 16px;
	color:#154585;
}

ul#menu-nav li a
{
	color: #154585;
	display: block; 
	text-decoration: none;
}

ul#menu-nav li a:hover
{
	display: block; 
	color:#FFF;
	height: 26px;
	background: #295EA0; 
} 
ul#menu-nav li:hover
{
	display: block; 
	color:#FFF;
	background: #295EA0; 
} 
ul#menu-nav li.over 
{ 
	color:#FFF;
	background: #295EA0; 
}



/* topmenu  submenu*/
ul#menu-nav li ul li {
	float: none ;
	line-height: 150px; 
} 

ul#menu-nav li ul { position: absolute; list-style: none; left: -40px; top: 26px; display: none; }
ul#menu-nav li:hover ul { display: block; }
ul#menu-nav li.over ul { display: block; }


ul#menu-nav li ul li { display: block; 
	color: #FFF; background: #295EA0; 
	font-size: 12px;
	text-indent: 5px; 
	height: 25px;
	line-height: 25px; 
	width: 120px;
	text-align:left;
}

ul#menu-nav li ul li a { display: block; 
	text-decoration: none; 
	color: #FFF; background: #295EA0; 
	font-size: 12px; 
	height: 25px;
	line-height: 25px; 
	text-align: left;
}
ul#menu-nav li ul li a:hover { display: block; 
	text-decoration: none; 
	color: #154585; background: #C1D9FB; 
/*	border-bottom: 0;  */
	height: 25px;
	line-height: 25px; 
}

/*
#menu-sub {
	text-decoration: none; 
	color: #FFF; background: #295EA0; 
	padding-left: 5px; 
	font-size: 12px; 
	height: 25px;
	line-height: 25px; 
	text-align: left;
} */

/* menu end */

#review {
	width: 400px;
	padding-bottom: 5px; 
	padding-right: 10px;
	color: #154585;
	margin: 5px;
	float:left;
}

#review .name {
	text-align:right;
	color: #999;
	font-style:italic;
}

#btn_buy {
	width: 106px;
	background: url(/images/btn_buy_big.png) no-repeat;
	font-size: 13px;
	height: 26px;
	color:#FFF;
	line-height: 26px;
}

#btn_buy a {
	display:block;
	text-decoration: none;
	color:#FFF;
}

#btn_buy a:hover {
	display:block;
	text-decoration: underline;
}


#btn_try {
	width: 106px;
	background: url(/images/btn_try_big.png) no-repeat;
	font-size: 13px;
	line-height: 26px;
	height: 26px; 
	color:#FFF;
}

#btn_try a {
	display:block;
	text-decoration: none;
	color:#FFF;
}

#btn_try a:hover {
	display:block;
	text-decoration: underline;
}

#btn_buy0 {
	width: 57px;
	background: url(/images/btn_buy.png) no-repeat;
	font-size: 13px;
	line-height: 20px;
	color:#FFF;
	font-weight:bold;
}

#btn_buy0 a {
	display:block;
	text-decoration: none;
	color:#FFF;
}

#btn_buy0 a:hover {
	display:block;
	text-decoration: underline;
}

#btn_try0 {
	width: 57px;
	background: url(/images/btn_try.png) no-repeat;
	font-size: 13px;
	line-height: 20px;
	color:#FFF;
	font-weight:bold;
	padding-bottom:3px;
}

#btn_try0 a {
	display:block;
	text-decoration: none;
	color:#FFF;
}

#btn_try0 a:hover {
	display:block;
	text-decoration: underline;
}
/*
#btn_blue {
	width: 106px;
	background: url(/images/btn_blue.png) no-repeat;
	font-size: 13px;
	line-height: 26px;
	height: 26px; 
	color:#FFF;
}

#btn_blue a {
	display:block;
	text-decoration: none;
	color:#FFF;
}

#btn_blue a:hover {
	display:block;
	text-decoration: underline;
} */


.bodyText 
	{ 
	font-size: 13px;	
	color: #333;
	padding: 5px;
	background:#FFF;
	}

.versionText 
	{ 
	color: #666;
	font-size: 12px;	
	width: 115px;
	padding-left: 5px;
	padding-top: 3px;
	}

.versionData 
	{ 
	font-size: 12px;	
	text-align:center;
	}

.monyText 
	{ 
	font-size: 13px;	
	color: #333;
	padding: 5px;
	}

.group_name {
	font-size: 18px;
	color:#666;
	border-bottom: 1px solid #999;
	vertical-align:bottom;
}

.list_item {
/*	height: 240px; */
	width: 168px;
	float:left;
	padding-top: 10px;
	padding-bottom: 10px;
}
.list_item_title {
	color: #154585;
	font-size: 18px;
}
.list_item_title a{
	color: #154585;
	text-decoration:none;
}

.list_item_version {
	color: #A2A2A2;
	font-size: 10px;
	padding: 2px;
}
.list_item_info {
	text-decoration:none;
	font-size: 12px;
	color: #4E4E4E;
}
.list_item_info a {
	text-decoration:none;
	color: #4E4E4E;
}
.list_item_info a:hover {
	color:#154585;
}

.historyItem {
	padding-bottom: 10px;
	padding-left: 10px;
}

.historyItem ul {
	margin-top: 0;
	color: #154585;
}

.historyItem ul li{
	margin: 0px 10px 0 0px; 
/*	text-indent: 0px 0 0 0; */
/*	padding-left: 30px; */
	color: #333;
}

.list_theam {
	width: 125px;
	float:left;
	padding-top: 5px; 
	font-size: 12px;	
	color: #666;
}

.list_theam a {
	text-decoration: none;
	color: #666;
}

.lblMail {
	font-size: 13px;	
	color: #333;
	text-align:right;
}

.fieldMail {
	BORDER-TOP-WIDTH: 1px; 
	BORDER-LEFT-WIDTH: 1px; 
	BORDER-BOTTOM-WIDTH: 1px; 
	BORDER-RIGHT-WIDTH: 1px; 
	BORDER-LEFT-COLOR: #cccccc;  
	BORDER-BOTTOM-COLOR: #cccccc; 
	BORDER-RIGHT-COLOR: #cccccc;
	BORDER-TOP-COLOR: #cccccc; 
	FONT-SIZE: 12px;
	FONT-FAMILY: Arial, Helvetica;
}
