/* SouthZone CSS Document */

body{
	margin:0px;
	padding:0px;
	font-size:75%;
	line-height:1.6;
	background:#333;
	font-family:Arial, Helvetica, sans-serif;
}

div.mainbox{
	float:none;
	width:880px;
	background:#FFF;
	overflow:hidden;
	margin:0px auto;
}

div.homebg{
	float:left;
	width:880px;
	overflow:hidden;
	background:url(../images/background_bg.jpg) no-repeat bottom left;
}

/* ----- Common Box ----- */
.indextitle{
	font-size:18px;
}
.coml{
	float:left;
	width:auto;
	overflow:hidden;
}
.comr{
	float:right;
	width:auto;
	overflow:hidden;
}
.comb{
	float:left;
	width:100%;
	overflow:hidden;
	margin:10px 0px;
}
.comcl{
	float:left;
	width:100%;
	overflow:hidden;
}
/* ----- Common Box ----- */

/* ----- Header ----- */
.homenav{
	float:left;
	width:735px;
	overflow:hidden;
	border:1px solid #cf7200;
	background:url(../images/nav_bg.jpg) repeat-x bottom #fad184;
}
.homenav a{
	float:left;
	color:#000;
	padding:2px 4px;
	display:block;
	font-size:12px;
	overflow:hidden;
	text-decoration:none;
}
.homenav a:hover{
	text-decoration:underline;
}
/* ----- Header Ends ----- */

/* ----- Content ----- */
div.blinking{
	width:80%;
	float:left;
	margin:0px;
	overflow:hidden;
	font-weight:bold;
	padding:5px 10px;
}
div.homeban{
	width:80%;
	float:left;
	overflow:hidden;
	margin:10px 0 60px 30px;
}
div.homerban{
	width:242px;
	padding:5px;
	float:none;
	font-size:12px;
	overflow:hidden;
	font-weight:bold;
	margin:30px auto;
	text-align:center;
	border:1px solid #000;
}
/* ----- Content Ends ----- */

/* ----- Footer ----- */
div.footertitle{
	float:left;
	color:#000;
	width:880px;
	font-size:18px;
	font-style:italic;
	text-align:center;
	font-weight:normal;
	margin:0 0 5px 0px;
}
div.fotterl{
	float:left;
	font-size:13px;
	overflow:hidden;
	font-weight:bold;
	margin:0 0 5px 10px;
}
div.fotterr{
	float:right;
	font-size:13px;
	overflow:hidden;
	font-weight:bold;
	margin:0 10px 5px 0px;
}
/* ----- Footer Ends ----- */