@charset "utf-8";


#contents{
	width:952px;
	height:2050px;
	margin:auto;
	padding-top:20px;
	background:#ffffff;
	background-image:url(img/bg_flower.gif);
	background-repeat:no-repeat;
	background-position: right bottom;
	clear:both;
}

/* ------ mobilyslider
-----------------------------------------------*/

#catchArea {
width:950px;
height:400px;
margin:0px auto 30px auto;
}

.slider {
float:left;
width:900px;
height:350px;
position:relative;
margin-top:20px;
margin-bottom:20px;
padding-left:25px;
padding-bottom:26px;
background:url(../../gfx/bottom_shadow.png) no-repeat bottom center;
}

.sliderContent {
float:left;
width:900px;
height:350px;
clear:both;
position:relative;
overflow:hidden;
}

.sliderArrows a {
display:block;
text-indent:-9999px;
outline:none;
z-index:50;
background-image:url(../../gfx/prev_next.png);
width:42px;
height:42px;
position:absolute;
top:50%;
margin-top:-34px;
}

.prev {
background-position:0 0;
left:15px;
}

.prev:hover {
background-position:0 -44px;
}

.next {
right:15px;
background-position:-44px 0;
}

.next:hover {
background-position:-44px -44px;
}

.sliderContent .item {
	position:absolute;
	width:900px;
	height:350px;
	background:#fff;
	top: 6px;
}

.sliderBullets {
position:absolute;
bottom:0;
left:50%;
z-index:50;
margin-left:-45px;
}

.sliderBullets a {
display:block;
float:left;
text-indent:-9999px;
outline:none;
margin-left:5px;
width:10px;
height:11px;
background:url(../../gfx/bullets.png) no-repeat;
}

.sliderBullets .active {
background-position:0 -11px;
}

.sliderContent a {
outline:none;
}

a {
color:#fff;
}

a img {
border:none;
}

/* ------ leftContent
-----------------------------------------------*/

#leftContent{
	margin-top:5px;
}






/* ------ mainContent
-----------------------------------------------*/

#mainContent {
	float:right;
	width:635px;
	margin-right:15px;


}


#mainContent p{
	color:#351d09;
}

#mainContent .mainCate{
	margin-bottom:35px;
}

.youtube{
	background-image:url(../img/youtube_back.jpg);
	width:415px;
	height:243px;
	margin-top:18px;
	padding-top:18px;
	padding-left:220px
}



#mainContent .mainCate2{
	margin-bottom:25px;
}


#mainContent .mainCate .lCate{
	float:left;
	width:300px;
	margin-top:10px;
	}
	
	
#mainContent .mainCate .rCate{
	float:right;
	width:300px;
	margin:10px 10px auto auto;
	}
	
#mainContent .mainCate2 .lCate{
	float:left;
	width:250px;
	margin-top:10px;
	}
	
	
#mainContent .mainCate2 .rCate{
	float:right;
	width:350px;
	margin:10px 10px auto auto;
	}
	
#mainContent .mainCate2 .rCate p{
	margin-bottom:5px;
}
	
	
#mainContent .mainCate2 .rCate p.strong,#mainContent .mainCate2 .mlCate p.strong{
	font-weight:bold;
}

#mainContent .mainCate2 .mlCate{
	float:left;
	width:157px;
	margin:0px 21px auto auto;
	padding:10px 20px;
	text-align:center;
	}
	
#mainContent .mainCate2 .mrCate{
	float:right;
	width:157px;
	padding:10px 20px;
	text-align:center;
	}
	
#mainContent .mainCate2 .mrCate img,#mainContent .mainCate2 .mlCate img{
	border:#1e9ea6 1px solid;
}
	
	
