/* LAYOUT */

.body{
	background: white url(../img/background.png) repeat;	/* Canvas background */
}

#a8 {
	position:relative;
	z-index:500;
}

#container {
	background: none;
	text-align: center;
	height:583px;
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	z-index:5;
}
#container .banner {
	background: none;
	text-align: center;
	height:583px;
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	z-index:5;
}

#container .fadein { display:none; }

#container-shadow {
	position:absolute;
	bottom:-30px;
	left:0px;
	right:0px;
	height:30px;
	background: url(../img/container-shadow.png) repeat-x top;
}

#page {
	width: 932px;	/* Page width */
	margin: 0px auto;	/* Center (other browsers) */
	position:relative;	
	text-align: left;
	z-index:10;
	margin-bottom:50px;
}

#page-lower {
	width: 932px;	/* Page width */
	margin: 0px auto;	/* Center (other browsers) */
	position:relative;	
	text-align: left;
}

.round {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(/PIE.php);
}

.shadow {
	-webkit-box-shadow: #666 0px 0px 7px;
	-moz-box-shadow: #666 0px 0px 7px;
	box-shadow: #666 0px 0px 7px;
	behavior: url(/PIE.php);
}
#webpage {
	background:white;
	-webkit-box-shadow: #666 0px 0px 7px;
	-moz-box-shadow: #666 0px 0px 7px;
	box-shadow: #666 0px 0px 7px;
	behavior: url(/PIE.php);
	margin-bottom:40px;
	padding:20px;
}
/* TOP */
#top {
	min-height: 95px;
	height:		auto !important;
	height: 	95px;
	position:relative;
}
		
	#logo {
		position:absolute;
		top:27px;
	}
	
	#search {
		position:absolute;
		right:0px;
		top:21px;
		background:white;
		width:256px;
		padding:6px;
		padding-bottom:2px;
	}
	
	#menu{
		height:30px;
		position:absolute;
		left:180px;
		top:30px;
		z-index:5000;
	}
	
	#simi {
		width:130px;
		height:37px;
		background: url(../img/simi.png) no-repeat;
		position:absolute;
		right:310px;
		top:25px;
	}
	

#header {
	background:white;
	height:366px;
	margin-bottom:10px;
	padding:6px;
	margin-bottom:80px;
}
	
	#rotator {
		float:left;
		width:653px;
		height:366px;
		position:relative;
		overflow:hidden;
	}
	
	#actions {
		float:right;
		width:267px;
	}
		
		#actions .panel {
			width:267px;
			float:left;
		}
		
		#actions .panel1 { height:96px; }
		#actions .panel2 { height:95px; }
		#actions .panel img { float:left; }

		#actions .postlisti {
			background: url(../img/postlisti-bg.png) no-repeat;
			height:175px;
		}

#social {
	height:50px;
	text-align:right;
	margin-bottom:20px;
	width:300px;
	position:absolute;
	top:540px;
	right:0;
}

#center {
	margin-bottom:40px;
}
	
	#center-top {
		margin-bottom:10px;
	}
		
		.box {
			background:white;
			padding:20px;
			-webkit-box-shadow: #666 0px 0px 7px;
			-moz-box-shadow: #666 0px 0px 7px;
			box-shadow: #666 0px 0px 7px;
			behavior: url(/PIE.php);
		}
			
		#center-top .box {
			width:187px;
			float:left;
			margin-right:8px;
		}
		#center-top .box.last {
			margin-right:0px;
		}
	
	#center-left {
		width:462px;
		float:left;
	}
	#center-right {
		width:462px;
		float:right;
	}


/* MIDDLE */
#middle{
	width: 932px;
}
	
	
	#content{
		height: 1%;
	}


	/* BOTTOM */

#bottom {
	clear: both;
	background: #ffffff;
}

	#footer {
		width:903px;
		margin:0 auto;
		padding:20px;
	}
		#footer p { margin:0px; }
		#footer a {}
		#footer a:hover{}
		
	div#copyright{
		text-align:center;
	}


