@charset "utf-8";


#contents{
	width:952px;
	height:1500px;
	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;
}

.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:8px;
}


#blog {
	width:250px;
	margin-bottom:10px;
	}

#blog .rsstc   { font-size: 13px; background-color: #351d09; margin: 0; padding: 0; }
#blog .rsstc a { color: #351d09;}
#blog .rsstc em  { color: #000000; font-style: normal; font-weight: bold; margin-left: 10px; padding: 0; }
#blog .rsstc ul   { background-color: #fdfdfd; margin: 0; padding: 0 ;border: solid 2px #351d09; }
#blog .rsstc li   { list-style-type: none; padding-top: 1px; padding-bottom: 1px; padding-left: 5px; border-bottom: 1px dashed #351d09; }


#facebook {
	height:290px;
	margin-bottom:10px;
}





/* ------ mainContent
-----------------------------------------------*/

#mainContent {
	float:right;
	width:635px;
	margin-right:15px;


}


#mainContent p{
	color:#351d09;
}

#mainContent .mainCate{
	margin-bottom:30px;
}


#mainContent .mainCate .lCate{
	float:left;
	width:300px;
	margin-top:10px;
	}
	
	
#mainContent .mainCate .rCate{
	float:right;
	width:300px;
	margin:10px 10px auto auto;
	}
	

#mainContent .mainCate .rCate p.space{
	margin-top:10px;
}

