/*
	Create, Aummua
*/
  
body {
	background: url(images/bg.jpg) top no-repeat #FFF;
	margin:0;
	font-family: "tahoma";
	font-size: 8pt;
	cursor: url(images/cursor/normal_select.cur), progress;
}

/* LOGO ENTERSITE */
#logo_entersite {
	margin:auto;
	height:183px;
	width:600px;
	margin-top:150px;
	background: url(images/logo_zianro.png) no-repeat;
	display: block;
}

#text {
	margin:auto;
	width:600px;
	padding:0;
	text-align:center;
}
.gray {
	color:#808080;
}

/* TEXT LINK */
a, a:link {
	color: #333399;
	text-decoration: none;
	cursor: url("images/cursor/link_select.cur"), progress;
}
a:visited {
	color: #333399;
	text-decoration: none;
	cursor: url("images/cursor/link_select.cur"), progress;
}
a:hover {
	color: #333399;
	text-decoration: none;
	font-weight:bold;
	cursor: url("images/cursor/link_select.cur"), progress;
}

/* IMG FIX PNG */
img {
	border:none;
}
img, div, a, input {
	behavior: url("images/iepngfix/iepngfix.htc")
}

input {
	font-family: "tahoma";
	font-size: 8pt;
}

/* WIDTH PAGE DONT CHANGE */
#wrapper {
	margin:auto;
	width:800px;
}

/* CURVE WRAPPER */
.content_top_bg {
	height:10px;
	background: url("images/content_top.png") no-repeat;
	font-size:1px
}
.content_center_bg {
	width: 800px;
	background: url("images/content_center.png") repeat-y #fff;
}
.content_footer_bg {
	height:10px;
	background: url("images/content_footer.png") no-repeat;
	font-size:1px
}

/* TOP HEAD */
#tophead {
	height:30px;
	width:100%;
	background: #000;
	color:#fff;
}
#topheadright {
	float:right;
	padding:8px 10px 0px 0px;
}
#topheadright input.text {
	color: #000;
	width:70px;
	background:#fff;
	border:none;
}
#topheadright input.botton {
	color: #fff;
	background:#000;
	border:none;
}
#topheadleft {
	padding:8px 0px 0px 10px;
}
#logotop {
	height:100px;
	width:355px;
	margin-top:80px;
	background: url("images/logo_zianro_home.png") no-repeat;
	display: block;
}

/* TOP MENU */
#menutop {
	text-align: center;
}
.topmenutext {
	margin:0px 10px 15px 0px;
	background:#fff;
	padding:5px;
	border:1px solid #c2c2c2;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
}

/* FOOTER TEXT */
#footer {
	padding:20px 10px 10px 10px;
	text-align:center;
}

/* GRID COLRUM */
.grid_1,
.grid_2 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
	background:#fff;
}

.content_center_bg .grid_1 {
	width:390px;
}

.grid_1 .grid_2 {
	width:185px;
}

.block1 {
	width:380px;
	height:200px;
}
.block2 {
	width:378px;
	height:200px;
	margin-bottom:10px;
}
.block3 {
	width:183px;
}

.bb {
	padding:5px;
}

h1.headline {
	font-size:150%;
	margin:0;
	font-family: "tahoma";
	border-bottom: 1px dotted #000;
}

/* NEWS UPDATE */
.headline_news_update {
	height: 20px;
	width: 100%;
	background: url("images/headline_news_update.png") 2px no-repeat;
	border-bottom:1px dotted #000;
	text-align: right;
}
.headline_news_update .textlink {
	float: right;
}

/* BG BLOCK LEFT */
#bb_bg1 {
	background: url("images/bb_bg1.jpg") no-repeat;
}
#bb_bg2 {
	background: url("images/bb_bg2.jpg") no-repeat;
}
#bb_bg3 {
	background: url("images/bb_bg3.jpg") no-repeat;
}

/* CLEAR */
.clear {
	clear: both;
	background: none;
}

/* UL , LI 
ul.inline {
	margin: 0;
	list-style: inline;
}
ul.inline li {
	margin: 0;
	display: inline;
	list-style-type: none;
	margin-right: 20px;
	float: left;
}*/

/* NEWS UPDATE, EVENT, NOTICE */
ul.news li {
	padding:0 10px 0 10px;
	list-style-type:none;
	width: 378px;
	background: url("images/icon/talk_ico.gif");
}

.linenews {
	width: 90%;
	background: url("images/icon/talk_ico.gif") no-repeat;
	padding:0px 0px 0px 20px;
	margin:3px 0px 3px 5px;
}

.timenews {
	float: right;
	color: #808080;
}