﻿body 
{
    background-image:url(../Images/bg.jpg);
	background-repeat:repeat-x;
    background-position:top;
	font-family: Arial, sans-serif, Verdana, Helvetica;
	font-size:9pt;
	padding:0px;
	margin:0px;
    text-align:center;
}
li{
	list-style:none;
	display:inline;
}
ul{
	margin:0px;
	padding:0px;
}

.frame
{
	margin:0 auto;
	padding:0px;
	border:none;
    width:1024px;
    background:white;
}
.header{
	background:white;
	height:85px;
	border-left: 1px solid #e4e2e3;
	border-right: 1px solid #e4e2e3;
}
    .header_left
    {
        height:100%;
        width:74%;
        float:left;
    }
		.logo{
			float:left;
			width: 25%;
			height:100%;
			background-image:url(../Images/nornion_logo.jpg);
			background-repeat:no-repeat;
			background-position:20px center;
		}
		.banner{
			float:right;
			width: 74%;
			height:100%;
			background-image:url(../Images/ivfan_banner.jpg);
			background-repeat:no-repeat;
		}
    .header_right
    {
        height:100%;
        width:25%;
        float:right;
    }
		.header_rigth_top{
			height:50%;
			line-height:42px;
			text-align:right;
			padding-right:45px;
			color:#787878;
		}
			.header_rigth_top a{
				color:#787878;
				text-decoration:none;
			}
			.header_rigth_top a:hover{
				color:black;
			}
		.header_rigth_bottom{
			height:50%;
			line-height:42px;
			text-align:right;
			padding-top:1px;
			padding-right:45px;
		}
			.header_rigth_bottom div{
				margin:0px;
				height:30px;
				width:40px;
				display:inline-block;
				background-position:center top;
				position:relative;
				bottom:4px;
			}
			.header_rigth_bottom a{
				margin:0 auto;
				height:40px;
				width:40px;
				display:inline-block;
				background-position:center top;
			}
			.header_rigth_bottom a:hover{
				background-position:center bottom;
			}
		
.menu{
	height:43px;
	background-image:url(../Images/menu_bg.png);
	line-height:43px;
	text-align:right;
	color:white;
	font-size:11pt;
	/*font-size:18px;*/
	font-weight:bold;
}
	.menu ul{
		padding:0px;
		margin:0 auto;
	}
	.menu li
	{
	    padding-top:2px;
	    padding-bottom:2px;
		margin:0px;
		border-left: 1px #6B6B6B solid;
	}
	.menu_active
	{
	    background-image:url(../images/arrow_under.png);
		background-position:bottom center;
		background-repeat:no-repeat;
	}
	    .menu_active span
	    {
	        padding-top:2px;
	        padding-bottom:2px;
		    border-left:black solid 1px;
		    padding-left:10px;
		    padding-right:10px;
		    color:white;
	    }
	.menu a
	{
	    padding-top:2px;
	    padding-bottom:2px;
		border-left:black solid 1px;
		padding-left:10px;
		padding-right:10px;
		color:white;
		text-decoration:none;
	}
		.menu a:hover{
			color:white;
			text-decoration:none;
			background-image:url(../images/arrow_under.png);
			background-position:bottom center;
			background-repeat:no-repeat;
		}

.submenu {
	/*width: 100px;*/
	background-color: #333333;
	border: 1px solid black;
	border-top: none;
	position: relative;
	z-index: 100;
	top: -5px;
	/*right:308px;
    left: 580px;*/
	text-align: left;
	display: none;
}
        .submenu li
        {
            text-align:left;
            padding:0px;
            margin:1px;
		    border: none;
		    height:30px;
		    line-height:30px;
        }
        .submenu a
        {
            padding:0px;
            margin:0px;
		    color:white;
		    text-decoration:none;
        }
         .submenu a:hover
        {
            padding:0px;
            margin:0px;
		    color:white;
		    text-decoration:underline blink;
        }
		
.main
{
	border: 1px solid #e4e2e3;
	border-top: none;
	padding:10px;
	color: #343434;
}
    .main_left
    {
        text-align:left;
        width:25%;
		padding:2px;
        /* border-right:1px solid #A9D9FF; */
        float:left;
    }
		.item_news{
			margin:2px;
			margin-top:12px;
			text-align:left;
		}
			.item_news a{
				text-decoration:none;
				color:#0d6cb6;
				font-size:10pt;
				font-weight:bold;
			}
			.item_news a:hover{
				text-decoration:underline;
			}
    .main_right
    {
        min-height:560px;
	_height: 560px;
        width:73%;
        padding-left:10px;
        border:none;
        border-left:1px solid #A9D9FF;
        float:right;
    }
	.item_title{
		width:100%;
		height:64px;	
		text-align:left;
		margin: 2px;
	}
		.item_title_image{
			width:64px;
			height:64px;
			float:left;
		}
		.item_title_text{
			height:64px;
			width:180px;
			float:left;
			padding-left: 2px;
		}
			.item_title_text_main{
				color:#0d6cb6;
				font-size:18px;
				height: 32px;
				line-height: 40px;
				text-align:left;
			}
			.item_title_text_sub{
				color:#ac9a9a;
				font-size:11pt;
				height: 32px;
				line-height: 18px;
			}
	.item_body{
		width:100%;
		float:none;
		margin-top:10px;
	}
		.item_half_body_left{
			width:49%;
			margin:1px;
			float: left;
		}
		.item_half_body_right{
			width:49%;
			margin:1px;
			float: right;
		}
			.item_fav{
				text-align:left;
			}
				.item_fav_icon{
					width:32px;
					height:32px;
					background-image:url(../Images/star.jpg);
					background-position:center center;
					background-repeat:no-repeat;
					float:left;
				}
				.item_feature_icon{
					width:32px;
					height:32px;
					background-image:url(../Images/checked.jpg);
					background-position:center center;
					background-repeat:no-repeat;
					float:left;
				}
				.item_text_text{
					text-align:left;
					float:left;
					height:32px;
					line-height:32px;
					margin-left:6px;
					width:300px;
				}

.ads{
	width:1020px;
	height:20px;
	margin:0px;
	margin-top: 5px;
	padding:2px;
	padding-top:10px;
	border: 1px solid #e4e2e3;
}
				
				
.footer{
	background-image:url(../Images/top.png);
	width:1026px;
	height:85px;
	line-height:30px;
	margin:0 auto;
	margin-top: 5px;
	border:none;
	color:white;
	text-align: left;
	font-size:9pt;
}
	.footer_links{
		margin:6px;
		margin-left:20px;
	}
			.footer_links ul
			{
				margin:0px;
				padding:0px;
			}
			.footer_links span{
				color:#989797;
			}
	.footer li{
		margin:0px;
		padding-left: 6px;
		padding-right:6px;
		border-right: 1px white solid;
	}
	.footer a{
		color:white;
	}
			 .footer a:hover
			 {
				 /*color:#247cc1;*/
				 color:#767809;
			 }
.comments{
	color: #ac9a9a;
}
