/* ----------------------------------- */
#header{
	margin: 0 0 10px 0;
}
/* ----------------------------------- */


/* ----------------------------------- */
#home_slideshow{
	background: #e03431 url(../../images/home/block_intro_bg.jpg);
	margin: 0 0 30px 0;
}

#home_slideshow,
#home_slideshow_mask,
#home_slideshow .images,
#home_slideshow .images a.img,
#home_slideshow .images span.img{
	height: 225px;
	overflow: hidden;
	position: relative;
	width: 960px;
	z-index: 100;
}

#home_slideshow .images a.img,
#home_slideshow .images span.img{
	left: 0;
	position: absolute;
	top: 0;
}

#home_slideshow_mask{
	background: #e03431 url(../../images/home/block_intro_bg.jpg);
	display: none;
	left: 0;
	position: absolute;
	top: 0;
	z-index: 101;
}

#home_slideshow_nav{
	left: 55px;
	position: absolute;
	top: 185px;
	z-index: 102;
}

#home_slideshow_nav li,
#home_slideshow_nav li a{
	display: block;
	float: left;
	font-size: 11px;
	font-weight: bold;
	overflow: hidden;
}

#home_slideshow_nav li,
#home_slideshow_nav li a,
#home_slideshow_nav li strong{
	height: 20px;
	line-height: 20px;
}

#home_slideshow_nav li{
	margin: 0 9px 0 0;
}

#home_slideshow_nav li a{
	color: #fff;
	text-decoration: none;
}

#home_slideshow_nav li strong{
	color: #e13237;
	font-size: 14px;
}

#home_slideshow_nav li a:focus,
#home_slideshow_nav li a:hover,
#home_slideshow_nav li a.on,
#home_slideshow_nav li a:focus strong,
#home_slideshow_nav li a:hover strong,
#home_slideshow_nav li a.on strong{
	color: #fff;
	text-decoration: none;
}
/* ----------------------------------- */


/* ----------------------------------- */
#left,
#right{
	float: left;
	padding: 0 0 20px 20px;
	width: 450px;
}

#right{
	float: right;
	padding: 0 20px 20px 0;
}
/* ----------------------------------- */


/* ----------------------------------- */
#content{
	float: none;
	padding: 0;
	width: auto;
}

#content h2{
	color: #8e9d32;
	font-family: "Times New Roman",Times,FreeSerif,serif;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 15px 0;
}
/* ----------------------------------- */

/* ----------------------------------- */
#content .news{
	margin: 0 0 20px 0;
}

#content .news h3,
#content .news h3 a{
	color: #000;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 1px 0;
	text-decoration: none;
	text-transform: uppercase;
}

#content .news h3 a:focus,
#content .news h3 a:hover{
	color: #000;
	text-decoration: underline;
}

#content .news p{
	color: #000;
	font-size: 12px;
	margin: 0;
}

/* ----------------------------------- */

/* ----------------------------------- */
#content .playvideo{
	margin: 0 0 20px 0;
	position: relative;
}

#content .playvideo,
#content .playvideo span{
	display: block;
	cursor: pointer;
}

#content .playvideo span{
	background: transparent url(../../images/icons/big_play.png) no-repeat 50% 50%;
	height: 100%;
	left: 0;
	position: absolute;
	text-indent: -9999px;
	top: 0;
	width: 100%;
}

#content .playvideo:focus span,
#content .playvideo:hover span{
	background-image: url(../../images/icons/big_play_hover.png);
}
/* ----------------------------------- */


/* ----------------------------------- */
#block_infopure{
	background: #94a33c url(../../images/home/block_infopure.jpg) no-repeat 0 0;
	height: 119px;
	overflow: hidden;
}

#block_infopure h3{
	color: #fff;
	font-family: "Times New Roman",Times,FreeSerif,serif;
	font-size: 18px;
	font-weight: bold;
	margin: 12px 0 10px 10px;
}

#block_infopure p{
	color: #010000;
	font-size: 12px;
	margin: 0 0 10px 10px;
	width: 275px;
}

#block_infopure a{
	color: #000;
	font-weight: bold;
	padding: 0 20px 0 0;
	text-decoration: underline;
}

#block_infopure a:focus,
#block_infopure a:hover{
	color: #fff;
	text-decoration: underline;
}
/* ----------------------------------- */

























