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

body {
	font-size: 12px; /* Resets 1em to 10px */
	font-family: Arial, Sans-Serif, 'Lucida Grande', Verdana;
	background-color:#FFF;
	color: #333;
	text-align: center;
	padding: 0;
	margin: 0;
	}

body a img{
	border: none;
	}

img{ float:left; }

#page{
	margin: 0 auto;
	padding: 0;
	width: 580px;
	background-color:#FFF;
	text-align: left;
	overflow: hidden;
	padding-left: 20px;
	}

#header {
	width: 560px;
	}

#menuarea {
	width: 580px;
	height: 18px;
	margin-left: 20px;
	background:url(images/menu_bk.jpg) no-repeat;
	clear:both;
	}

ul#gnavi {
	width: 100%;
	padding: 0;
	margin: 0;
	}

ul#gnavi li{
	float: left;
	list-style: none;
	}

ul#gnavi li img{
	margin-top: 3px;
	}

ul#gnavi li a{
	display: block;
	font-size: 11px;
	color: #70A1D0;
	text-align: left;
	padding: 2px 10px;
	text-decoration: none;
	}

ul#gnavi li.active a{
	background:url(images/menu_hover.jpg) repeat-x;
	color: #FFF;
	}
	
ul#gnavi li a:hover{
	background:url(images/menu_hover.jpg) repeat-x;
	color: #FFF;
	}
	
#content {
	float:left;
	width: 560px;
	margin-left: 20px;
	_margin-left: 10px;
	background:url(images/content_bk.jpg) no-repeat;
	background-color:#FFF;

	}

.contenticons {
	float: left;
	width: 490px;
	padding: 10px 0 0 10px;
	}

.clearer {
	clear:both;
	}
	
#buttonFlash {
	position: relative; /*or absolute*/
	padding-top: 50px;
	width: 510px;
	z-index: 0;
	}
/*_____________________________________________ Start - Projects - jCarouselLiteDemo _____________________________________________*/

* { margin:0; padding:0; }

#newsticker-demo { 
width:310px;
padding:5px 5px 0; 
font-family:Verdana,Arial,Sans-Serif;
font-size:12px;
margin:20px auto;
}

#newsticker-demo a { text-decoration:none; }
#newsticker-demo img { border: 2px solid #FFFFFF; }

#newsticker-demo .title {
text-align:center;
font-size:14px;
font-weight:bold;
padding:5px;
}

.newsticker-jcarousellite 
{ 	
	float: left;
	width: 510px;
	height: 280px;
	padding: 0; 
}
	
.newsticker-jcarousellite ul li{ list-style:none; display:block; padding-bottom:1px; margin-bottom:5px; }
.newsticker-jcarousellite .thumbnail { float:left; width:110px; }
.newsticker-jcarousellite .info { float:right; width:190px; }
.newsticker-jcarousellite .info span.cat { display: block; font-size:10px; color:#808080; }

.clear { clear: both; }

img.prev, img.next{
		float: right;
		margin-right: 30px;
		cursor: pointer;
	}
	
/* ------------------------------------------------------- */
ul.thumb {
	float: left;
	list-style: none;
	margin: 0; padding: 10px;
	width: 500px;
}
ul.thumb li {
	margin: 0; padding: 5px;
	float: left;
	position: relative;
	width: 50px;
	height: 50px;
	background:url(images/thumbnail_bk.jpg) no-repeat center center;
}

ul.thumb li img {
	width: 44px; height: 44px;
	padding: 5px;
	position: absolute;
	left: 1px; top: 0;
	-ms-interpolation-mode: bicubic; 
}
ul.thumb li img.hover {
	/*background:url(images/thumb_bg.png) no-repeat center center;*/
	border: none;
}

#main_view {
	float: left;
	padding: 9px 0;
	margin-left: -10px;
}
	

