
@import '/css/template.home.menu.css';

#site {
	width:			900px;
	height:			570px;
	margin:			0 auto;
}

#site #slideShow {
	position:		relative;
	overflow:		hidden;
	width:			100%;
	height:			100%;
	wbackground:		#eee;
}

#site .container {
	position:		absolute;

	left:			0;
	top:			0;

	width:			100%;
	height:			100%;

	background:		transparent url('/imgs/home.bg2.gif') no-repeat center center;
}

#site .container h2 {
	position:		absolute;
	left:			95px;
	top:			330px;
	width:			350px;
	height:			50px;
	font-size:		14px;
	text-align:		center;
	text-transform:		uppercase;
}

/* bottomBar */
#bottomBar {
	position:		absolute;
	left:			95px;

	bottom:			60px;
	width:			710px;
	width:			630px;
	height:			75px;
wbackground:		rgba(0,0,0,0.05);
}

#bottomBar > li {
	float: left;
	wbottom:			30px;
	wwidth:			50%;
	width:			33%;
wbackground:		pink;
}

#bottomBar li.right {
	wwidth:			270px;
	wleft:			50%;
}

#bottomBar p , #bottomBar h3 {
	wpadding:		0 30px;
	margin:			0;
	text-transform:		uppercase;

	/* to 'center align' address */
	wpadding:		0 0 0 100px;
}

#bottomBar li p , #bottomBar li h3 {
	padding:		0;
	margin:			0;

	/* to 'center align' address */
	wpadding:		0 0 0 80px;
	padding:		0 0 0 20px;
}

#bottomBar h3 {
	padding-bottom:		0;
	font-size:		11px;
	font-weight:		normal;
	color:			#000;

display: none;
}








/* newsitems */
.templateHome ul.newsitems {
	margin: 0;
	padding: 0;
}

.templateHome ul.newsitems li {
	padding: 0;
	background: transparent;
}

.templateHome ul.newsitems li a {}
.templateHome ul.newsitems li .date {display: block; }
.templateHome ul.newsitems li .title {}
.templateHome ul.newsitems li .subtitle {display: none; }















