#kamuflase{
	width:100%;
	margin:auto;
	
}

#wrapper{
	width:932px;
	margin:auto;
}

#header{
	background:url(images/header.png) no-repeat top center;
	behavior: url(/iepngfix.htc);
}

#header div{
	width:830px;
	margin:auto;
	padding-top:50px;	
}

#page{
	background:url(images/background-middle-loop.png) repeat-y top center;
}

#top{
	width:830px;	
	margin:auto;
}

#top #menu{
	float:left;
	width:830px;
}

#top #menu a{
	margin-right:1px;
	width:117px;
	height:27px;
	float:left;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	display:block;
	padding-top:4px;
}


#top #menu a:link, #top #menu a:visited, #top #menu a:active{
	color:#CCCCCC;
	background:url(images/back-menu.png) no-repeat top center;
}

#top #menu a:hover{
	color:#CCCCCC;
	background:url(images/menu-hover.png) no-repeat top center;
}

#middle{
	width:830px;	
	margin:auto;
}

#wrapper_bottom{
	background:url(images/background-bottom-loop.png) repeat-x bottom;
}

#footer{
	width:932px;
	margin:auto;
	background:url(images/footer.png) no-repeat;
	behavior: url(/iepngfix.htc);
	height:250px;			
}

#footer #footer_wrapper{
	width:830px;	
	margin:auto;
}

#bottom{
	border-top:1px solid #DCD8D4;
	padding:5px 0px;
}

#bottom #menu a:link, #bottom #menu  a:visited, #bottom #menu  a:active {
	font-size:11px;
	color:#666666;
	padding:0px 10px 0px 10px;	
	background:url(images/icon3.gif) no-repeat left;
}

#bottom #menu a:hover{
	color:#996600;
	font-size:11px;
	padding:0px 10px 0px 10px;
	background:url(images/icon2.gif) no-repeat left;
}

#photo{
	padding-bottom:10px;
	padding-top:10px;
	border-top:1px solid #DCD8D4;	
	border-bottom:1px solid #DCD8D4;
}

#copyright{
	
}

#copyright #developer{
	float:left;
	color:#716F6C;
	margin-top:10px;
	font-size:11px;
	width:auto;
}

#copyright #client{
	float:right;
	color:#716F6C;
	margin-top:10px;
	font-size:11px;
	width:auto;
}

#paging_list{
	font-size:11px;
	color:#666666;
}

/************************************************************************************
/*ICarousel*/

#carousel_horizontal {
	position: relative; /* important */
	overflow: hidden; /* important */
	width: 830px; /* important */
	height: 125px; /* important */
	margin: 0px;
}

#carousel_horizontal_content {
	position: absolute;
	top: 0;
	margin-left: 0px;
	width: 5418px;
}

.carousel_horizontal_item {
	display: block;
	float: left;
	margin-right: 5px;
}

.carousel_horizontal_item img{
	display: block;
}

#carousel_vertical_home{	
	margin:0px !important;
	padding:0px !important; 	
	position: relative; /* important */  
	overflow: hidden; /* important */  
	width: 185px; /* important */
	height:400px;

}

#carousel_vertical_home_content{
	position: absolute;  
	left: 0; 
	top:0;
	margin:0px !important;
	padding:0px !important;	
}

.carousel_vertical_home_item{
	height:132px !important;
	text-align: left;
	margin:10px 0px 0px 0px !important;
	padding:0px 0px 0px 0px !important;
	display:block !important;
}

.carousel_vertical_home_item a{
	margin:0px;
	padding:0px;
}

#carousel_vertical{
	position: relative; /* important */  
	overflow: hidden; /* important */  
	width: 192px; /* important */
	background: #FFF; 	
}

#carousel_vertical_content{
	position: absolute;  
	left: 0;  
}

.carousel_vertical_item{
	height: 145px;
	text-align: left; 
}


/* Ticker Scroller */

#NewsHorizontal {
	width: 830px;
	height: 125px;
	display: block;
	overflow: hidden;
	position: relative;

}
#TickerHorizontal {
	width: 830px;
	height: 125px;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;

}
#TickerHorizontal li {
	display: block;
	width: 135px;
	height: 125px;
	line-height: 100px;
	text-align: center;
	margin: 0;
	padding: 0;
	margin-right:5px;
	float: left;
}


#NewsVertical {
	width: 200px;
	_width: 190px;
	display: block;
	overflow: hidden;
	position: relative;

}
#TickerVertical {
	width: 180px;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;

}
#TickerVertical li {
	display: block;
	width: 180px;
	margin: 0;
	padding: 0;
	float: left;
	margin-bottom:10px;
}