@charset "utf-8";
/* CSS Document */

#top {
	background-image: url(../images/main_bg.jpg);
	background-position: 50% 99px;
	background-repeat: no-repeat;
	margin-top: 74px;
}
h2 {
	height:24px;
	margin-bottom:12px;
	float:left;
}
h3 {
	border-bottom:1px solid #9D221B;
}
h4 {
	border-bottom:1px solid #E6E6E6;
	font-size:16px;
	line-height:55px;
}

#mainContents{
	/*margin:521px 0 0 0;*/
	margin:385px 0 0 0;
	background-image: url(../images/top_contents_bg.gif);
	background-repeat: repeat-y;
	padding: 15px 0;
	
	}
#left_box{
	width: 342px;
	float: left;
}
#center_box{
	width: 342px;
	float: left;
}
#right_box{
	width: 216px;
	float: left;
}

.moreBtn{
	height:19px;
	float:right;
}
/* =====================================================================
*
*     #left_box
*
* =================================================================== */
#news_area{
	padding: 0 15px;
	border-bottom: dotted 1px #808080;
	margin-bottom: 20px;
	padding-bottom: 28px;
}
#news_area ul {
	clear:both;
	border-bottom:1px solid #333333;
	height: 33px;
	line-height: 32px;
}
#news_area ul li {
	float: left;
	padding-right: 12px;
}


#catalog_area{
	padding: 0 15px;
	height: 142px;
	margin-bottom: 20px;
}
#catalog_area ul {
	clear:both;
	width:312px;
}
#catalog_area ul li {
	float: left;
	margin-right:6px;
	margin-bottom: 15px;
	background-color:#FFF; width:100px; height:150px;
	
}
#catalog_area .lastpic{ margin-right:0;}
/* =====================================================================
*
*     #center_box
*
* =================================================================== */
#twitter_area{
	padding: 0 15px;
	border-bottom: dotted 1px #808080;
	margin-bottom: 20px;
	padding-bottom: 28px;
}
.scroll-pane
{
	width: 100%;
	height: 250px;
	overflow: auto;
}
.horizontal-only
{
	height: auto;
	max-height: 250px;
}

#blog_area{
	padding: 0 15px;
}
#blog_area ul {
	clear:both;
	border-bottom:1px solid #333333;
	height: 33px;
	line-height: 32px;
}
#blog_area ul li {
	float: left;
	padding-right: 12px;
}


/* =====================================================================
*
*     #twitter-ticker
*
* =================================================================== */

#twitter-ticker{
	height:250px;
	display:none;
	
	-moz-border-radius:10px 10px 6px 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius:6px;

	text-align:left;
}

#tweet-container{
	height: 250px;
	overflow: scroll;
}

.tweet{
	padding:5px 0;
	margin:0 5px 5px 0;
	border-bottom:1px solid #333333;
	width:auto;
	overflow:hidden;
}

.tweet .avatar,
.tweet .user,
.tweet .time{
	float:left;
}

.tweet .time{
	display:none;
}


.tweet .avatar img{
	display:none;
}

.tweet .txt{
	clear:both;
}

.tweet .user{
	display:none;
}



#loading{
	margin:100px auto 0;
}


#twitter-ticker{
	margin:0;
	position: relative;
}
/* =====================================================================
*
*     #right_box
*
* =================================================================== */
#reserve_area{
	padding: 0 15px;
	border-bottom: dotted 1px #808080;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#feature_area{
	padding: 0 15px;
	padding-bottom: 20px;
	border-bottom: dotted 1px #808080;
	margin-bottom: 20px;
}
#feature_area ul {
	clear:both;
	}
#feature_area ul li {
	margin-bottom:15px;}
#mobile_area{
	padding: 0 15px;
}