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

#newsbox{
	background-image:url(../../img/newsbox-bg.png);
	margin:15px;
	height:338px;
}

#newsbox td{
	vertical-align:top;
}

.newsdate{
	text-align:right;
	font-weight:bold;
	padding:20px;
	padding-top:20px;
	color:black;
	font-size:14px;
	height:20px;
}

.newstitle{
	padding:20px;
	padding-top:22px;
	font-weight:bold;
	color:black;
	font-size:14px;
	height:20px;
}

.newstext{
	padding:20px;
	padding-top:0px;
}

.reactrow{
	text-align:right;
	padding:20px;
	vertical-align:bottom;
	padding-bottom:18px;
}

#reactbtn{
	background-image:url(../../img/reactbtn.png);
	text-align:right;
	height:37px;
}

#reactbtn:hover{
	background-image:url(../../img/Xreactbtn.png);
	text-align:right;
}

#newsmenu{
	width:250px;
	vertical-align:top;
	color:white;
	font-weight:bold;
}

.newsitems{
	margin:15px;
	margin-left:25px;
	margin-right:0px;
	padding:0px;
}

.newsitem{
	margin:0px;
	list-style:none;
	padding:5px;
	padding-left:10px;
	background-image:url(../../img/newsitembg.png);
	width:210px;
}


#portfoliobox{
	background-image:url(../../img/portfolio-bg.png);
	width:896px;
	margin:15px;
	margin-top:0px;
	height:338px;
	position:relative;
}

#pf-leftarrow{
	position:absolute;
	left:10px;
	top:140px;
	cursor:pointer;
}


#pf-rightarrow{
	position:absolute;
	right:10px;
	top:140px;
	cursor:pointer;
}

#wrapper{
	margin-left:48px;
	height:338px;
	overflow:hidden;
	width:800px;
	position:relative;
}

#portfoliotitle{
	position:absolute;
	z-index:100;
	right:33px;
	cursor:pointer;
	top:27px;
}

#pfitems{
	text-align:center;
	white-space:nowrap;
	position:relative;
	top:0px;
	left:0px;
}

.pf-cont{
	height:338px;
	width:800px;
	display:inline-block;
}

.pf-item{
	height:338px;
	width:800px;
}

.htll{
	background-image:url(scroller/glowhtll.png);
	width:8px;
	height:8px;
}

.htl{
	background-image:url(scroller/glowhtl.png);
	width:24px;
	height:8px;
}

.htm{
	background-image:url(scroller/glowhtm.png);
	background-repeat:repeat-x;
	line-height:0px;
}

.htr{
	background-image:url(scroller/glowhtr.png);
	width:24px;
	height:8px;
}

.htrr{
	background-image:url(scroller/glowhtrr.png);
	width:8px;
	height:8px;
}



.hbll{
	background-image:url(scroller/glowhbll.png);
	width:8px;
	height:8px;
}

.hbl{
	background-image:url(scroller/glowhbl.png);
	width:24px;
	height:8px;
}

.hbm{
	background-image:url(scroller/glowhbm.png);
	background-repeat:repeat-x;
	line-height:0px;
}

.hbr{
	background-image:url(scroller/glowhbr.png);
	width:24px;
	height:8px;
}

.hbrr{
	background-image:url(scroller/glowhbrr.png);
	width:8px;
	height:8px;
}

.vlt{
	background-image:url(scroller/glowvlt.png);
	height:24px;
	width:8px;
}

.vlm{
	background-image:url(scroller/glowvlm.png);
	width:8px;
	height:260px;
}

.vlb{
	background-image:url(scroller/glowvlb.png);
	height:24px;
	width:8px;
}

.vrt{
	background-image:url(scroller/glowvrt.png);
	height:24px;
	width:8px;
}

.vrm{
	background-image:url(scroller/glowvrm.png);
	width:8px;
	height:260px;
}

.vrb{
	background-image:url(scroller/glowvrb.png);
	height:24px;
	width:8px;
}